| A compiler implementation suitable for testing from a command console.
The runtime context is a PrintStream so that template output can go to
standard out.
Templates are read from files that must have the extension ".tea". The
code generated are Java class files which are written in the same directory
as the source files. Compilation error messages are sent to standard out.
author: Brian S O'Neill version: 19 , 9/07/00 |