Modules§
Macros§
- assert_
ast - assert_
parse_ tree - Macro to assert the structure and content of the parsed syntax tree from source code.
- assert_
tokens - Asserts that the token stream produced by the lexer exactly matches a sequence of expected tokens.
Structs§
- FileId
- Identifier for a file,
- Fix
- FixBuilder
- Label
- Lexer
- Patch
Engine - Source
- Span
- Defines a range in a source file.
- Syntax
Error - A syntactical error.
- Syntax
Node
Enums§
Functions§
- parse
- Parses one or more statements from the given input text, producing a concrete syntax tree (CST).