Skip to content

Commit e1ec26e

Browse files
authored
Update README.md
1 parent 918b191 commit e1ec26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ A syntax tree is generated and is analyzed for possible syntax errors.
44
Produces intermediate code. (llvm , .ll files)
55

66
## Compilation
7-
A makefile is provided. While compiling all the generated files from javacup are generated using the provided jar files.
7+
A makefile is provided. While compiling all the generated files from jtb are generated using the provided jar files.
88

99
## Arguments
1010
Multiple files can be passed to be compiled.
1111

1212
## Tools used
13-
javacup , a LALR parser generator for Java.
13+
JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator

0 commit comments

Comments
 (0)