Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++
-
Updated
Jan 23, 2026 - C++
Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++
Flask workbench for parsing MiniLang with ANTLR4, transforming programs to SSA, generating SMT-LIB, and verifying assertions with Z3.
A from-scratch compiler IDE for MiniLang (.mlg) — hand-written Lexer, Recursive Predictive Parser, Visual Parse Tree & tree-walk Interpreter. Built entirely with Python & tkinter, zero external dependencies.
simple-evals is a lightweight library that allows users to evaluate simple mathematical expressions with ease. It supports basic operations like addition, subtraction, multiplication, and division, making it ideal for quick calculations in various applications.
Add a description, image, and links to the minilang topic page so that developers can more easily learn about it.
To associate your repository with the minilang topic, visit your repo's landing page and select "manage topics."