Here i am building a new programming language calling Lime with the help of llvmlite in python from a youtube videos.
Python Bytecode Interpreter (PBI) is a language written in Python which makes use of the Lark parsing library.
A fully functional Just-In-Time (JIT) Compiler built in Python, designed to compile and execute a simplified programming language on the fly. It uses Lark for parsing, LLVM IR via llvmlite for code generation, and features a modern Tkinter GUI for code input, execution, and output display.
MiniLang is a statically typed, interpreted programming language implemented in Python using [Lark]
A custom programming language compiler and interpreter built with Python and Lark.