Make a tree from a list of nodes.
Make a tree from a list of nodes, where the nodes are contained
in an ASTArray object
Make an AST the root of current AST
This is a hint for the language-specific code generator.
Map a label or string to an existing token symbol
Map an identifier to it's corresponding tree-node variable.
Map an identifier to it's corresponding tree-node variable.
Map an identifier to it's corresponding tree-node variable.
Map an identifier to it's corresponding tree-node variable.
Map an identifier to it's corresponding tree-node variable.
Map an identifier to it's corresponding tree-node variable.
Map an identifier to it's corresponding tree-node variable.
Return an integer marker that can be used to rewind the buffer to
its current state.
Return an integer marker that can be used to rewind the buffer to
its current state.
Return an integer marker that can be used to rewind the buffer to
its current state.
Add a bitset to the list of bitsets to be generated.
The arguments of a #[...] constructor are text, token type,
or a tree.
The arguments of a #[...] constructor are text, token type,
or a tree.
The arguments of a #[...] constructor are text, token type,
or a tree.
Make sure current lookahead symbol matches the given set
Throw an exception upon mismatch, which is catch by either the
error handler or by the syntactic predicate.
Make sure current lookahead symbol matches the given set
Throw an exception upon mismatch, which is catch by either the
error handler or by the syntactic predicate.
Make sure current lookahead symbol matches the given set
Throw an exception upon mismatch, which is catch by either the
error handler or by the syntactic predicate.
Make sure current lookahead symbol matches the given set
Throw an exception upon mismatch, which is catch by either the
error handler or by the syntactic predicate.
Make sure current lookahead symbol matches token type t.
Make sure current lookahead symbol matches token type t.
Make sure current lookahead symbol matches token type t.
Get the highest token type in use
Get the highest token type in use
An ID_ELEMENT can be a func call, array ref, simple var,
or AST label ref.
An ID_ELEMENT can be a func call, array ref, simple var,
or AST label ref.
An ID_ELEMENT can be a func call, array ref, simple var,
or AST label ref.
This rule picks off keywords in the lexer that need to be
handled specially.
MismatchedCharException constructor comment.
Looking for AST wildcard, didn't find it
Track most recently created parse subtree so that when parsing
is finished, we can get to the root.
stuff in between #(...) and #id items
Allow the escaping of the # for C preprocessor stuff.
stuff in between #(...) and #id items
Allow the escaping of the # for C# preprocessor stuff.