Module walk

Source

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.

Functions§

import_graph
Process a number of programs, returning the graph of dependencies.
walk
Run the Walker against all Nodes in a [Program].