Skip to content

Commit f956211

Browse files
authored
Update README.md
1 parent 5edc990 commit f956211

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# MiniJava-compiler
22
A compiler for the minijava language.
3-
The compiler outputs LLVM code (.ll files)
3+
A syntax tree is generated and is analyzed for possible syntax errors.
4+
Produces intermediate code. (llvm , .ll files)
45

5-
# Arguments
6+
## Arguments
67
Multiple files can be passed to be compiled.
78

8-
# Tools used
9+
## Tools used
910
javacup , a LALR parser generator for Java.

0 commit comments

Comments
 (0)