Abstract
The lexer to use for parsing.
Abstract
indexThe current index of the parser.
Abstract
peekPeeks at the next {n} token(s).
Optional
amount: numberAbstract
consumeConsumes the next {n} token(s).
Optional
amount: numberAbstract
parseParses the tokens.
Abstract
isEOFGenerated using TypeDoc
Parser abstract class
See
Parser
Abstract