Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 245d238

Browse files
authoredAug 1, 2022
Update README.md
1 parent f7c9404 commit 245d238

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Mini Java Compiler
22

3-
This is a MiniJava-to-LLVM-IR compiler project, written in Java (with the help of JFlex, JavaCUP and JTB), originally introduced as an assignment for the compilers course (NKUA). Details about the project can be found here (sections homework 2 & 3). I thank Stefanos Baziotis for his MiniJava testsuite contribution!
3+
This is a MiniJava-to-LLVM-IR compiler project, written in Java (with the help of JFlex, JavaCUP and JTB), originally
4+
introduced as an assignment for the [compilers](http://cgi.di.uoa.gr/~compilers) course (NKUA). Details about the project
5+
can be found [here](https://cgi.di.uoa.gr/~compilers/20_21/project.html#hw2) (sections homework 2 & 3). I thank
6+
[Stefanos Baziotis](https://github.com/baziotis) for his [MiniJava testsuite](https://github.com/baziotis/minijava-testsuite)
7+
contribution!
48
<hr/>
59

610
#### Parts

0 commit comments

Comments
 (0)
Please sign in to comment.