a minimalistic compiler for a simple programming language
This project started in a course about compilers at Vienna University of Technology. For more informations about the course, please visit https://www.complang.tuwien.ac.at/ubvl/.
The source code in this repository is released under the terms of the MIT License.
Please read the LICENSE
file carefully.
The following toolchain was used to create the compiler's support files:
- Lex
- Yacc
- Ox
- Iburg
- BFE
Some of these tools are old and may be orphaned by now.
The whole course was split into 8 excercises, therefore there are 8 directories containing the excercise as it has been handed in.
- assembler coding task
- assembler coding task
- implementing the scanner
- implementing the parser
- implementing the attributed grammar
- simple code generation
- advanced code generation
- complete compiler
Every directory contains a Makefile.