NAME
printsimple - convert a SUIF file to Simple-SUIF and print it out
SYNOPSIS
printsimple infile [ outfile ]
DESCRIPTION
Simple-SUIF is a simplified interface to the SUIF compiler that is suitable for use in introductory compiler courses. The printsimple program reads a SUIF file, converts it to the Simple-SUIF format, and prints out a textual representation. If the optional outfile parameter is provided, the Simple-SUIF code is converted back to SUIF and written to the specified file.
SEE ALSO
The Simple-SUIF Compiler Guide