Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ ublu-2013s Public archive

a minimalistic compiler for a simple programming language

License

Notifications You must be signed in to change notification settings

petermax2/ublu-2013s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ublu-2013s

a minimalistic compiler for a simple programming language

Motivation

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/.

License

The source code in this repository is released under the terms of the MIT License. Please read the LICENSE file carefully.

Dependencies

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.

About the Content

The whole course was split into 8 excercises, therefore there are 8 directories containing the excercise as it has been handed in.

  1. assembler coding task
  2. assembler coding task
  3. implementing the scanner
  4. implementing the parser
  5. implementing the attributed grammar
  6. simple code generation
  7. advanced code generation
  8. complete compiler

Compiling the Project

Every directory contains a Makefile.

About

a minimalistic compiler for a simple programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published