We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edc990 commit f956211Copy full SHA for f956211
README.md
@@ -1,9 +1,10 @@
1
# MiniJava-compiler
2
A compiler for the minijava language.
3
-The compiler outputs LLVM code (.ll files)
+A syntax tree is generated and is analyzed for possible syntax errors.
4
+Produces intermediate code. (llvm , .ll files)
5
-# Arguments
6
+## Arguments
7
Multiple files can be passed to be compiled.
8
-# Tools used
9
+## Tools used
10
javacup , a LALR parser generator for Java.
0 commit comments