Module endbasic_core::ast[][src]

Expand description

Abstract Syntax Tree (AST) for the EndBASIC language.

Structs

Represents a reference to a variable (which doesn’t have to exist).

Enums

Types of separators between arguments to a BuiltinCall.

Represents an expression and provides mechanisms to evaluate it.

Represents a statement in the program along all data to execute it.

Represents an evaluated value.

Collection of types for a variable.