CharParserImpl

zio.parser.internal.stacksafe.CharParserImpl
See theCharParserImpl companion object
final class CharParserImpl[Err, Result](parser: InitialParser, source: String)

Stack safe interpreter for Parser

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def run(): Either[ParserError[Err], Result]