In this repository you'll find the code of build your own Lisp.
To run it just copy and paste the following command in your terminal.
cc -std=c99 -Wall <file_name> mpc.c -ledit -lm -o ./build/<file_name>
Actually, I'm not interested in finish this project. 🥲