Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 513 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 513 Bytes

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/