Parser

class Parser extends Parsec[Char, Expression]

TODO

TODO

Authors

mars

Version

1.0.0

Since

2020/06/02 21:45

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

Value members

Concrete methods

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

Inherited methods

def !(state: State[Char]): Expression
Inherited from
Parsec
def <|>[R >: Expression](p: Parsec[Char, R]): Parsec[Char, R]
Inherited from
Parsec
def ?(state: State[Char]): Try[Expression]
Inherited from
Parsec
Inherited from
Parsec
def iterate[R >: Expression](state: State[Char]): Iterator[Char, R]
Inherited from
Parsec

Concrete fields

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