# Functions
No description provided by the author
No description provided by the author
NewParser returns a new instance of Parser.
Quote returns a quoted string.
# Structs
BinaryExpr represents an operation between two expressions.
BooleanLiteral represents a boolean literal.
NumberLiteral represents a numeric literal.
No description provided by the author
ParenExpr represents a parenthesized expression.
Parser encapsulates the scanner and responsible for returning AST composed of statements read from a given reader.
StringLiteral represents a string literal.
# Type aliases
Token represents a lexical token.