Modules§
Enums§
- Parse
Error - Error type for the public parse API.
Functions§
- parse
- Parse .flutmax source into AST (hand-written lexer + recursive descent parser).
- parse_
new - Parse using the hand-written parser directly (returns parser-specific error).
- parse_
new_ with_ errors - Parse with error recovery: returns a (possibly partial) AST and all errors.
The parser skips to the next
;on error and continues, collecting all diagnostics.