Param

class Param extends Parsec[Char, Expression]

TODO

TODO

Authors

mars

Version

1.0.0

Since

2020/06/10 14:35

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 <|>[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 head: Parsec[Char, Char]
val parser: Parsec[Char, String]
val tail: Parsec[Char, String]