Skip to main content

Crate flutmax_parser

Crate flutmax_parser 

Source

Modules§

lexer
parser
tokens

Enums§

ParseError
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.