flutmax-ast
AST type definitions for the flutmax language.
Part of the flutmax workspace.
Overview
Defines the core Abstract Syntax Tree types shared across the flutmax compiler pipeline: Program, InDecl, OutDecl, Wire, OutAssignment, Expr, and related node types.
Usage
use ;
let program = Program ;
License
MIT