Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 613 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 613 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/

TODO

  • Fix README
  • Fix compiler for LLVM / Do an interpreter (probs what will be done)
  • Enjoy