Parser

sclin.Parser
See theParser companion object
case class Parser(xs: List[ANY], x: String, t: PT)

Parser state.

Attributes

t

type of x

x

currently parsing atom

xs

parsed atoms

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addc(c: String | Char): Parser
def choice(c: Char): Parser
def pcmd(c: Char): Parser
def pnum(c: Char): Parser
def pstr(c: Char): Parser
def sett(t: PT): Parser

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product