Expand description
Modules§
- ast
- Abstract syntax tree for µcad files
- parsers
- Chumsky parser functions for µcad syntax elements
- token
- Tokens
Macros§
- impl_
parser - implement a parser for a specific AST node type.
Structs§
- Parse
Error - An error from building the abstract syntax tree
- Parse
Errors - Parse error collection.
Enums§
- Parse
Context - Context for parsing.
Traits§
- Parse
- Parse trait.