Unformatted text preview: EXP gets renamed to UEXP . Compilation Since we don’t use any non-Java source files anymore, it’s easiest to use ‘ javac -g * .java ’ manually for compiling. For translating an input file test.tig to intermediate code, execute java Translate.Main test.tig You can also still use Parse.Main and Semant.Main . Submission Since there are only two files to modify, you can either submit them individually, or you could submit the entire working directory structure: cd prog5; rm * / * .class; ˜cs4351_bau/bin/p_copy 5 In the README file, provide any information that will help the grader to give you partial credit. Explain what’s implemented and what’s not. Explain important design decisions in your code. 1...
View
Full Document
- Fall '08
- Baumgartner,G
- Intermediate Code
-
Click to edit the document details