Expand description
Abstract Syntax Tree definitions for OpenScript
This module defines the AST nodes that represent parsed OpenScript code. The AST is designed for efficient execution and easy manipulation.
Structs§
Enums§
- Assignment
Operator - Assignment operators
- Assignment
Target - Assignment targets
- Binary
Operator - Binary operators
- Expression
- Expressions in OpenScript
- Statement
- Top-level statements in OpenScript
- String
Part - Parts of an interpolated string
- Type
- Type annotations
- Unary
Operator - Unary operators