//! Compilation from AST into Opcodes
//!//! The Compiler module transforms an Abstract Syntax Tree (AST) representation of source code into machine-readable opcodes.
modcompiler;moderror;modopcode;pubusecompiler::Compiler;pubuseerror::CompilerError;pubuseopcode::{Compare, FetchFastTarget, Jump, Opcode};