Parser

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

Parser state.

Value parameters

t

type of x

x

currently parsing atom

xs

parsed atoms

Attributes

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

Members list

Value members

Concrete methods

def addc(c: String | Char): Parser
def choice(c: Char): Parser
def clean: Parser
def pcmd(c: Char): Parser
def pdot: Parser
def pesc(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