DEV Community

THEE ANGLE
THEE ANGLE

Posted on

I built my own programming language in C – ShrijiLang

I built a new programming language called ShrijiLang.

It is written in C and includes its own tokenizer, parser, AST, interpreter, and runtime. It executes its own .sri scripts through a custom-built runtime engine — it is not a wrapper over Python or any existing language.

GitHub:
https://github.com/shreeradhika623-sudo/ShrijiLang.git

I started this project as a solo developer and I am still improving it. I would love feedback, ideas, or contributions from anyone interested in programming languages or compilers.

— Mister_Mr

Top comments (0)