|
Programming Project: Part 2 [85 pts.]Due: April 2, 2010 In this assignment you will implement a parser and a semantic analyzer for Micro-Pascal. The assignment is split into two parts, as explained below.
Your executable program MUST be called upc and it MUST accept the source program file name from the command line. The source program file name MUST have the suffix .p. Submit (using submit) the directory containing your parser, including all source files, executables, and explanations. In case you are implementing your project in Java, you must provide a shell script invoking the Java interpreter with proper arguments (in this case, the shell script must be called upc). You should submit it to the user csx570. Late programs WILL NOT be accepted. |