Skip to content

Commit 717191a

Browse files
authored
Update README.md
1 parent 42efa7e commit 717191a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The parser translates the input language into Java. It uses JavaCUP for the gene
1111

1212
We assume that the program input will always be semantically correct. The input language the function declarations must precede all statements.
1313

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+
1420
## Input examples
1521

1622
### Example 1

0 commit comments

Comments
 (0)