Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 501 Bytes

BOO-COMPILER

A boolean programming language compiler

> Authors: Marco Mondini, Andriy Tyyko, Luca Sabiucciu

> Course: Formal Languages and Compilers

> Academic Year: 2016/2017 - Winter Term

> Free University of Bolzano, Faculty of Computer Science

The aim of the project is to define a boolean programming language and to implement its compiler. Tools like lex and yacc are used along with the C language.

NOTE

NO WARRANTY IS GIVEN WITH THE COMPILER