Parser abstract class
Parser
The current index of the parser.
The lexer to use for parsing.
Peeks at the next {n} token(s).
Consumes the next {n} token(s).
Parses the tokens.
Checks if the parser is at the end of the input.
Generated using TypeDoc
Parser abstract class
See
Parser
Abstract