Module ast

Module ast 

Source

Structs§

Builder
A builder for creating AST nodes during the parsing process.
TreeWalk
A struct that walks through the current tree and calls the provided closure while traversing the tree.

Traits§

AstNode
Trait representing an AST node.

Type Aliases§

TryFromParams
Parameters for TryFrom implementations of AST nodes.