This project implements a full LISP interpreter in Python 3.X, following the Make a Lisp process.
The REPL is implemented in main.py, including command-line functionality:
-
python3 main.pyinitiates the REPL -
python3 main.py <filename>.malreads and evaluates a .mal script