Expand description
Unified AST processing interface. Unified AST processing interface for Oaks core framework.
This module provides a unified interface for processing ASTs in Oaks, including traversal, modification, and querying methods.
Structs§
- Default
AstProcessor - Default implementation of AstProcessor.
Enums§
- AstError
- Error type for AST operations.
- Visit
Result - Result of a visit operation.
Traits§
- AstProcessor
- A unified interface for processing ASTs.
- RedTree
Ext - Extension methods for RedTree to make it easier to work with the AST processor.
- Visitor
- A visitor for AST nodes.