Module parser

Source
Expand description

The parser for generating an abstract syntax tree, built in with conditional rules

Modules§

ast
AST definition and parser rules implemented

Structs§

Parser
The core parser with dynamic rules
ParserRules
Dynamic parsing rules that affect how the AST is generated

Constants§

PAREN_PROB
It’s a 2/3 chance that you need parenthesis
VALID_ENDS
All valid statement ends