Parses a simplified language with variables, arithmetic expressions, conditionals, loops, and switch statements Builds an instruction-level intermediate representation using jumps and conditional ...
Overview ORION is a compiler written in TypeScript that compiles a custom programming language, ASTRA, directly to WebAssembly (WASM). ASTRA is a deliberately low-level, expression-based language ...