Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 633 Bytes

Eκπόνηση της εργασίας

Όνομα: Γεώργιος-Κωνσταντίνος Ζαχαρόπουλος

MiniJava Compiler

This project consists of building a compiler for MiniJava, a subset of Java, with the help of JavaCUP and JTB.

Part 1

In this part it was developed the Static Checking (Semantic Analysis).

Part2

The second part of the project was for generating intermediate code from MiniJava to LLVM.


Both parts of the project were completed for the course K31 Complilers.