GENPS
=====

This is a re-implementation of the phrase structure program 'psprog' in C.

The program takes a grammar definition file, and generates the compiler
tables representing them.

This re-implementation allows the generated code to be in either C or
IMP; change the #defines near the top of the program as noted in the
adjacent comment. 

Bob Eager
August 2002

