sealed trait ParserImplementation extends AnyRef

The available parser implementations

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserImplementation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected