Module ast

Module ast 

Source
Expand description

§AST Node Definitions and Tree Walking

Placeholder module for AST processing functionality. This will be implemented as needed for specific language support.

Modules§

types

Structs§

AstNode
Generic AST node representation
AstWalker
AST tree walker for traversal patterns