Davphla / GlaDOS

EPITECH - Simple Haskell compilator made in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Haskell 95.2%Language:Shell 3.6%Language:Makefile 0.8%Language:Scheme 0.5%