/GlaDOS

EPITECH - Simple Haskell compilator made in Haskell

Primary LanguageHaskell

GLaDOS

The goal of this project is to create our own language, with its own compiler and interpreter.

Build and run

Build using stack :

make

Run the binary :

./glados

Run the binary using a source code file :

./glados < myfile.scm

Run the test suite :

make test

Clean temporary files :

make clean

Clean temporary files and binary :

make fclean

The documentation is available at : https://glados-3.gitbook.io/untitled/