|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Alternation
object is a collection of
parsers, any one of which can successfully match against
an assembly.clone()
.
clone()
.
Empty
parser matches any assembly once,
and applies its assembler that one time.
nextTokenString
is that is
always returns a cached value.
Vector
, really) of
assemblies, this method matches this parser against
all of them, and returns a new set (also really a
Vector
) of the assemblies that result from
the matches.
Parser
is an object that recognizes the
elements of a language.
Repetition
matches its underlying parser
repeatedly against a assembly.Sequence
object is a collection of
parsers, all of which must in turn match against an
assembly for this parser to successfully match.<
, or <=
that a tokenizer
returns as a symbol.SymbolNode
object is a member of a tree that
contains all possible prefixes of allowable symbols. SymbolNode
. Terminal
is a parser that is not a
composition of other parsers.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |