Expand description
Recursive-descent parser — converts token stream into AST.
Structs§
Functions§
- parse
- Parse a script from source text.
- parse_
named - Parse a script from source text (name, source order).
Recursive-descent parser — converts token stream into AST.