Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive descent + Pratt expression parser (SPEC §3).

Modules§

ast
Aura AST (SPEC §3.1). Zero-copy: names and strings are slices of the source.

Structs§

Parser