Expand description
Converts our AST into bytecode.
Structs§
- AnyValue
Syntax - Details to compile a parameter of any scalar type.
- Error
- Compilation errors.
- Optional
Value Syntax - Details to compile an optional scalar parameter.
- Repeated
Syntax - Details to compile a repeated parameter.
- Required
RefSyntax - Details to compile a required reference parameter.
- Required
Value Syntax - Details to compile a required scalar parameter.
Enums§
- ArgSep
Syntax - Details to process an argument separator.
- Repeated
Type Syntax - Details to describe the type of a repeated parameter.
- Singular
ArgSyntax - Details to process a non-repeated argument.
Functions§
- compile
- Compiles a collection of statements into an image ready for execution.
Type Aliases§
- Result
- Result for compiler return values.