Klang is a hybrid, dynamic, interpreted language designed to fix Python's weaknesses.
A language built fully by me, Klang features a full Lexical Analysis pipeline that transforms raw source into discrete tokens, which are then processed by a r…
Klang is a hybrid, dynamic, interpreted language designed to fix Python’s weaknesses.
A language built fully by me, Klang features a full Lexical Analysis pipeline that transforms raw source into discrete tokens, which are then processed by a recursive descent parser to generate a complex abstract syntax tree. The final execution is handled by a custom visitor pattern interpreter, managing state through a dynamic symbol table and context-aware scoping.
READ EVERY FEATURE OF IT ON THE GITHUB’S README!
https://github.com/Snibesto20/Klang-programming-language/blob/main/readme.md
AI helped me write some code snippets purely for learning purposes, they are not blindly copied, were rewritten by me so i learn from this project!