Re-exports§
Modules§
Structs§
- Label
- Parse
Failed - Parser
Parser
maintains the parsing state, such as the token stream, “enclosure” (paren, brace, ..) stack, diagnostics, etc. Syntax parsing logic is in thecrate::grammar
module.
Functions§
- parse_
file - Parse a
Module
from the file content string.