Package parser

Types

Link copied to clipboard
class Parser(tokens: Array<Token>)

Generates an Abstract Syntax Tree (AST) from a list of tokens. The tokens can be generated from a string input by an instance of Lexer

Link copied to clipboard
object ParserConstants

Defines some constants to be used during syntax analysis