/OOK

OOK Compiler in C++

Primary LanguageC++

OOK Programming Language

NOTE: postfix_writter.cpp and type_checker.cpp are NOT finished

Project of Compilers class (Special Season) 2016/2017 @ TĂ©cnico Lisbon

This repository contains a compiler in C++ for the language OOK, wich manual you can find here :

https://github.com/Pedrolindeza/ook/blob/master/ook.pdf

Run OOK

$ cd ook
$ make
$ ./ook

Run tests

$ python3 test.py