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 designed to ...
📖 Overview Full-stack web application implementing lexical analysis and parsing for arithmetic expressions using recursive descent parsing algorithm. Built for PLCD (Programming Language Concepts and ...