Module ast

Source
Expand description

AST definition and parser rules implemented

Structs§

ParseError
An error that occurs whilst parsing

Enums§

BinaryOp
All operations that can occur between two targets
Expr
A node in the abstract syntax tree, represents all possible operations that can occur
Literal
A literal type
UnaryOp
All operations that can occur between two targets