Expand description
Re-exports§
pub use ast::*;
Modules§
- ast
- The Abstract Syntax Tree
- ast_
impl - Implementations of AST nodes and traits
- ast_
visitor - Contains an immutable visitor and an owned folder trait, with default implementations across the entire AST
- desugar
- Desugaring passes for Conlang
- format
Traits§
- Weight
Of - Approximates the size of an AST without including indirection (pointers) or padding