An HAskell Lisp interpreter developed during my 3rd year of study in EPITECH Nantes.
First you need to install the Haskell Tool Stack
$ make all
or
$ make re #This will call a full clean rule before building
$ stack clean #This will clean all the temp file created at build (not necessary for 1st build)
$ stack build
$ stack run