Module seax_util::compiler_tools::ast [] [src]

AST

Contains a trait definition for an abstract syntax tree (AST) node. Compilers targeting Seax should provide concrete implementations of this trait for their AST node types. This ensures a consistant interface for Seax compilers.

Constants

INDENT

Width of one indentation level

Traits

ASTNode

Trait for AST nodes.