CMPUT 415 Project Checkpoint 2 Nov 9, 2012 Fall 2012 Mike Bujold, Dan Chui, James Osgood Formerly Paul Vandermeer PAL Compiler Compiles programs in the PAL language - a subset of Pascal, into ASC assembly language. Disclaimer This code is for use by the above named individuals. Any use of this code by unauthorized individuals will be viewed as plagiarism as per the U of A Code of Student Behaviour (Section 30.3.2[1]) and will be reported to the appropriate University representatives accordingly. Known Issues: Newlines within a string that are not escaped will screw up the line number count. Calling chr () on 255 and greater will cause undefined behaviour, specific to the implementation of C on the machine (eg little endian or big endian integer representation)