Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive-descent parser — converts token stream into AST.

Structs§

ParseError
Parser

Functions§

parse
Parse a script from source text.
parse_named
Parse a script from source text (name, source order).