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