🧠 I built my own programming language — and here it is running on CLI. This is GreyMatter — a custom interpreted language I built from scratch using Python and SLY. What you're seeing in this terminal: → The GreyMatter interpreter starting up (v0.01) → A variable being assigned: a = 50 → An IF/ELSE conditional executing in real time → Output: a is even ✅ The entire interpreter was built by me — from the Lexer and Parser to the AST and Runtime Engine. Why did I build this? Because the best way to understand how Python, JavaScript, or any language works... is to build one yourself. Every keyword you type, every error you get, every output on your screen — there's an entire pipeline behind it. Building GreyMatter made me truly understand that pipeline. 🔗 GitHub: github.com/Abineshabee Drop a 🧠 in the comments if you'd like to see more about how it works! #Python #Programming #OpenSource #BuildInPublic #ComputerScience #InterpreterDesign #GreyMatter #StudentProject #Ben10
🧠🧠🧠
🧠 That's so cool! It sounds like a really fun project!
Tell me what's so good About it....whats special..if u built it...I am sure u r solving some issues u r unsatisfied with