-*- Mode: Text -*-
Express Engine The Next Generation
This is a reimplementation of the Express Engine code.
Initially, it is being released as only a command line application.
Later we will reinstate the GUI code.
It includes:
o a 2 pass Part-11 parser
o a 1 pass Part-21 parser
Development is currently done using the SBCL (Steel Bank Common Lisp)
development environment.
To Build:
In the top level directory, run the commands:
sbcl --load sbcl/compile
sbcl --load sbcl/deliver
You should then have either a 'eengine' or 'eengine.exe' file. This
file may be moved or copied to wherever you want to keep it.
Running it without any commands will display the help.