I’ve been building my own programming language called Exper, written from scratch in Python.
The goal is to understand how interpreters work internally and experiment with language design (functions, loops, expressions, and control flow).
Right now, Exper is already a working mini-language capable of executing real programs.
The language already supports:
Variables






