Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 418 Bytes

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