Parser

jaskell.expression.parsers.Parser
class Parser extends Parsec[Char, Expression]

TODO

Attributes

Version:

1.0.0

Since:

2020/06/02 21:45

Graph
Supertypes
trait Parsec[Char, Expression]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(s: State[Char]): Try[Expression]

Attributes

Definition Classes

Inherited methods

def !(state: State[Char]): B

Attributes

Inherited from:
Parsec
def <?>[C >: Expression](message: String): Parsec[A, C]

Attributes

Inherited from:
Parsec
def <|>[R >: Expression](p: Parsec[Char, R]): Parsec[A, R]

Attributes

Inherited from:
Parsec
def ?(state: State[Char]): Try[B]

Attributes

Inherited from:
Parsec
def attempt: Parsec[A, B]

Attributes

Inherited from:
Parsec
def iterate[R >: Expression](state: State[Char]): Iterator[A, R]

Attributes

Inherited from:
Parsec

Concrete fields

val e: Eof[Char]
val end: Ahead[Char, Unit]
val rq: Parsec[Char, Char]