maat_codegen 0.12.0

Bytecode code generation for the Maat programming language
Documentation

Code generation for the compiler.

This crate translates AST nodes into bytecode instructions that can be executed by the virtual machine. The compiler performs a single-pass traversal of the AST, emitting stack-based bytecode operations.