pegged.dynamic.peg

Undocumented in source.

Members

Aliases

Dynamic
alias Dynamic = ParseTree delegate(ParseTree)
Undocumented in source.

Functions

action
Dynamic action(D d, A act)
Undocumented in source. Be warned that the author may not have intended to support it.
and
Dynamic and(T rules)
Undocumented in source. Be warned that the author may not have intended to support it.
any
Dynamic any()
Undocumented in source. Be warned that the author may not have intended to support it.
callDynamic
ParseTree callDynamic(D d, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
callDynamic
ParseTree callDynamic(D d, ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
charRange
Dynamic charRange(dchar begin, dchar end)
Undocumented in source. Be warned that the author may not have intended to support it.
discard
Dynamic discard(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
discardChildren
Dynamic discardChildren(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
discardMatches
Dynamic discardMatches(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
drop
Dynamic drop(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
eoi
Dynamic eoi()
Undocumented in source. Be warned that the author may not have intended to support it.
eps
Dynamic eps()
Undocumented in source. Be warned that the author may not have intended to support it.
fail
Dynamic fail()
Undocumented in source. Be warned that the author may not have intended to support it.
fuse
Dynamic fuse(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName(D rule)
Undocumented in source. Be warned that the author may not have intended to support it.
keep
Dynamic keep(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
literal
Dynamic literal(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
named
Dynamic named(D d, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
negLookahead
Dynamic negLookahead(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
oneOrMore
Dynamic oneOrMore(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
option
Dynamic option(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Dynamic or(T rules)
Undocumented in source. Be warned that the author may not have intended to support it.
posLookahead
Dynamic posLookahead(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
propagate
Dynamic propagate(D d)
Undocumented in source. Be warned that the author may not have intended to support it.
wrapAround
Dynamic wrapAround(B before, M middle, A after)
Undocumented in source. Be warned that the author may not have intended to support it.
zeroOrMore
Dynamic zeroOrMore(D d)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta