Skip to content
/ GlaDOS Public

EPITECH - Simple Haskell compilator made in Haskell

Notifications You must be signed in to change notification settings

Davphla/GlaDOS

Repository files navigation

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/

About

EPITECH - Simple Haskell compilator made in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages