You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Roman Urdu custom compiler 🚀 with full pipeline: Lexer → Parser → Semantic → TAC → Optimization → Codegen → Execution. ✨ Terminal + server visualizer for all 7 stages (tokens, AST, symbol table, IR, optimized IR, code, output) 🧠 Block scoping + error highlighting implemented 🖥️ Monaco Web IDE for smooth coding experience.
🎲 Card game, inspired by the rich and complex universe of 'Game of Thrones.' It is a strategy game that features an interpreter capable of converting lines of code into physical cards with powers.
Custom Sharp Compiler is a C# Windows Forms application that serves as a basic compiler, handling lexical analysis, syntax parsing, and error detection for user-provided code.
HTLL is a low-level programming language that compiles directly to x86-64 and AArch64 Linux assembly and some more, creating small, fast, and dependency-free statically linked binaries. It's built on the "Escape Programming" philosophy, which rejects the bloat and restrictions of modern toolchains in favor of absolute control.