Skip to main content

Module compiler

Module compiler 

Source
Expand description

Bytecode compiler - translates AST to bytecode

Modules§

string_interpolation
Compile-time string interpolation compilation.

Structs§

BytecodeCompiler
Compiler state

Enums§

CompileDiagnosticMode
ParamPassMode
Canonical compile-time parameter passing contract.
TypeDiagnosticMode

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.