Module compiler

Module compiler 

Source
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§

CompiledProgram
Compiled Glyph program ready for execution

Enums§

CompileError

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§

CompileResult
Result type for compilation operations