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 42efa7e commit 717191aCopy full SHA for 717191a
README.md
@@ -11,6 +11,12 @@ The parser translates the input language into Java. It uses JavaCUP for the gene
11
12
We assume that the program input will always be semantically correct. The input language the function declarations must precede all statements.
13
14
+## Execution
15
+
16
+- `make compile` : Compiles the required files for the parser. *(Requires **jflex**)*
17
+- `make execute` : Executes the main program that waits for input in stdin and uses the parser to return the Java code on stdout.
18
+- `make clean` : Removes all files generated by `make compile`.
19
20
## Input examples
21
22
### Example 1
0 commit comments