Parser State
class ParserState
ParserState instances are immutable and keep track of a current lexingState and clientDataMap during parsing.
Author
Mark van Gulik
Parameters
lexing State
The LexingState at this parse position.
client Data Map
The map of data used by macros while parsing Avail code.
Properties
Link copied to clipboard
A map of interesting information used by the compiler.
Link copied to clipboard
The state of the lexer at this parse position.
Link copied to clipboard
The one-based line number.