frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: ShrijiLang – an AI-powered programming language with its own runtime

https://github.com/shreeradhika623-sudo/ShrijiLang
1•shreeradhika29•3h ago
Hi Hacker News,

I built ShrijiLang, a new programming language written in C with its own tokenizer, parser, AST, interpreter, and runtime, along with an AI routing system.

It is not a wrapper over Python or an LLM tool — it is a real language that executes .sri scripts through its own runtime engine.

The language includes: - A full lexer and parser - An AST-based interpreter - A state and event system - AI modules (Sakhi, Niyu, Mira, Shiri, Kavya) routed at runtime - Script-level control over AI behaviour

Example: ./shrijilang test.sri

The project is open source here: https://github.com/shreeradhika623-sudo/ShrijiLang.git

I built this solo over many months. Feedback, critique, and ideas are very welcome.

— Mister_Mr