Available on crate feature
ast-models
only.Expand description
Abstract syntax tree modeling.
Modulesยง
- decl
- Abstract syntax trees related to top-level declarations in source code.
- identifier
- Identifiers are used throughout wright as variable names, type names, function names, etc. Their modeling is pretty simple, and is defined here.
- literal
- AST node models representing literal values in source code.
- path
- Paths are used in import statements, and can take the place of an Identifier in many people.
- ty
- AST models for type signatures in wright source.