Num

class Num extends Parsec[Char, Expression]

TODO

Version

1.0.0

Since

2020/06/02 21:41

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

Value members

Concrete methods

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

Inherited methods

def !(state: State[Char]): Expression
Inherited from
Parsec
def <?>[C >: Expression](message: String): Parsec[Char, C]
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