|
Programming Project: Part 3 [60 pts.]Due: April 30, 2010
Submit (using submit) the directory containing your translator to the user csx570 (on odin). IMPORTANTThe directory MUST contain all sources and an executable version of your translator called upc. Your translator must accept exactly one command line argument -- the name of a file with the source program. The source file should have the suffix .p, and the resulting UGAVAC assembly file should have the suffix .asm. For example, a call to your translator, such as upc sample1.p should produce a file called sample1.asm containing the UGAVAC Assembly translation of sample1.p, provided sample1.p contains a correct Micro-Pascal program. You must also provide a file called README, specifying how to compile and invoke your translator. Late programs WILL NOT be accepted. |