Enums§
- Node
- The “Node” type wraps all the AST elements we’re able to find in a KCL file. Tokens we walk through will be one of these.
Traits§
- Visitable
- Walk-specific trait adding the ability to traverse the KCL AST.
- Visitor
- Trait used to enable visiting members of KCL AST.