Modules§
Structs§
- Parser
- A high-level parser for the language. This is the type to use to parse an arbitrary piece of code into an abstract syntax tree.
- Parser
State - State that can be used to determine if certain parse trees are valid (e.g. if a checking if a
breakexpression is inside a loop).
Enums§
- Parse
Result - The result of a parsing operation.
Traits§
- Parse
- Any type that can be parsed from a source of tokens.