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 918b191 commit e1ec26eCopy full SHA for e1ec26e
README.md
@@ -4,10 +4,10 @@ A syntax tree is generated and is analyzed for possible syntax errors.
4
Produces intermediate code. (llvm , .ll files)
5
6
## Compilation
7
-A makefile is provided. While compiling all the generated files from javacup are generated using the provided jar files.
+A makefile is provided. While compiling all the generated files from jtb are generated using the provided jar files.
8
9
## Arguments
10
Multiple files can be passed to be compiled.
11
12
## Tools used
13
-javacup , a LALR parser generator for Java.
+JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator
0 commit comments