Expand description
Bytecode compiler - translates AST to bytecode
Modules§
- string_
interpolation - Compile-time string interpolation compilation.
Structs§
- Bytecode
Compiler - Compiler state
Enums§
- Compile
Diagnostic Mode - Param
Pass Mode - Canonical compile-time parameter passing contract.
- Type
Diagnostic Mode
Functions§
- infer_
param_ pass_ modes - Infer effective parameter pass modes (
ByValue/ByRefShared/ByRefExclusive) keyed by function name. - infer_
reference_ model - Infer effective reference parameters and mutation behavior without compiling bytecode.