Module ast

Module ast 

Source
Expand description

Abstract Syntax Tree for Seq

Minimal AST sufficient for hello-world and basic programs. Will be extended as we add more language features.

Structs§

Program
SourceLocation
Source location for error reporting
WordDef

Enums§

Include
Include statement
Statement