XPL compiler as described in the book "A Compiler Generator" by McKeeman, Horning and Wortman. This compiler translates the XPL language to C source code allowing anyone with a working C compiler to run an XPL compiler.
Features
- A dialect of PL/I
- Support for UNIX type environments, such as command line arguments and stream I/O.
- 8, 16, 32 and 64 bit integer arithmetic
- Dynamic character strings with a maximum length of 2GB.
