Expand description
High-level compiler that orchestrates the compilation pipeline
This module provides the main interface for compiling Glyph source code into executable bytecode and running it on the VM.
Structs§
- Compiled
Program - Compiled Glyph program ready for execution
Enums§
Functions§
- compile
- Compile Glyph source code to bytecode
- compile_
and_ run - Compile and run Glyph source code with default configuration
- compile_
and_ run_ with_ config - Compile and run with custom VM configuration
Type Aliases§
- Compile
Result - Result type for compilation operations