Skip to content

kimon2199/MiniJava-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniJava-Compiler

Compilers @ University of Athens Spring 2020

Part - 1

In Part one of the project I have created a program that can parse and determine weather a given MiniJava (subset of Java) program is semantically correct.

Part - 2

In Part two of the project I have created a program that takes as an input a given MiniJave program and converts it to LLVM intermediate representation (IR) code (semantic analysis is also done on the code). This intermediate code can be passsed on to LLVM back-end to create an executable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published