ParserImplementation

zio.parser.ParserImplementation
See theParserImplementation companion object
sealed trait ParserImplementation

The available parser implementations

The default parser implementation is Recursive. There is an alternative implementation available which is stack-safe but slower.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Recursive
object StackSafe
In this article