Skip to content

Pedrolindeza/OOK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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