Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

twingoof/HAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAL

An HAskell Lisp interpreter developed during my 3rd year of study in EPITECH Nantes.

Building the project

First you need to install the Haskell Tool Stack

Using Makefile

$ make all

or

$ make re #This will call a full clean rule before building

Using stack

$ stack clean #This will clean all the temp file created at build (not necessary for 1st build)
$ stack build
$ stack run

Authors

About

HAskell Lisp interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published