Bhasha
A toy programming language interpreter using Hindi keywords.
Why I built it
To explore language design and interpreter internals while experimenting with non-English syntax and semantics.
What makes it interesting
Covers core interpreter concepts: parsing, evaluation, execution. Uses Hindi keywords for control flow and expressions. A hands-on way to understand how languages actually work.
Tech Stack
Rust