addhaque.cup | The CUP grammar specification file. |
TestFiles | The directory of test files for this project |
bup.java | Contains the main for your bottom-up parser. There is a corresponding ant target bup that executes the bottom-up parser on each test file in the TestFiles directory. |
Note that this file is already suitable for bottom-up parsing! You should not use your top-down grammar from Lab 5 for this lab.However, some modifications to the grammar can make your job substantially easier.