jax ~master (2015-09-10T21:20:55Z)
Dub
Repo
Lexer.opApply
lexer
Lexer
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(Tok tok, string val) del)
struct
Lexer
int
opApply
(
scope
int
delegate
(
Tok
tok
,
string
val
)
del
)
int
opApply
(int delegate(Tok tok, Literal literal, string val) del)
Meta
Source
See Implementation
lexer
Lexer
constructors
this
functions
cursor
empty
expect
expectNot
front
literal
next
nextValue
opApply
pop
popFront
popUntil
popUntilBalanced
popValue
remaining
value