2026-02-11.14-04-58.mp4
A simple interpreter written in C for mathematical expressions.
git clone https://github.com/gusutabo/neshama.git
cd neshamagcc src/*.c -o neshama./neshamaThe goal of this project is to explore how interpreters work internally.
This project is licensed under the MIT License.