Module ast

Source
Expand description

Structures that will constitute the Abstract Syntax Tree.

Structs§

Addition
An addition of two terms.
Term
A term.
Variable
A variable.

Enums§

Literal
A literal represents a fixed value, aka an atom.
Name
A name represents an entity name.