LUTHOR is a lexical table generator. It produces .H files which, when used with
the supplied library, allows a program to break down input into arbitrary
tokens.

The LUTHOR release consists of one of two ZIP files:

	LUTHExxx.ZIP contains the evaluation version
	LUTHFxxx.ZIP contains the full version, with source and no nagging.

LUTHOR is shareware. See REGISTER.TXT for more information.

The evaluation file is freely distributable. It may not be modified except as
required by recognized archival sites such as Simtel or Garbo.

...

I have set up the installation under the assumption that you will be installing
all InnerSystem packages in the directory \innersys. This is not a huge
requirement, but some .BAT files (in particular SETVARS.BAT) make this
assumption.

...

To install, create the directory \INNERSYS, cd to that directory, and extract
the software using PKUNZIP -D filename.ZIP . The process will create the
following directories:

\INNERSYS\BIN			executables and BATs
\INNERSYS\LIB			compiled libraries
\INNERSYS\INCLUDE		include files required for compiling
\INNERSYS\UTILITY		Some utilities common to all InnerSys packages.
\INNERSYS\LUTHOR		The particular package that you have purchased.

To compile the various samples, you will need to include the \INNERSYS\LIB
directory in your LIB= environment variable, and the \INNERSYS\INCLUDE
directory in your INCLUDE= environment variable. You can do this by executing
the SETVARS.BAT file in \INNERSYS\BIN. Note the previous warning about the
default installation directory.

...

Development of this package was done with Microsoft C 6.0 . I've tried to
avoid any non-standard-C routines; please let me know of any difficulties
that you have compiling with other packages.

The source code samples are found in \INNERSYS\LUTHOR\SAMPLES, in directories
numbered 1 through 15. There is a batch file named SAMPLE.BAT in each
subdirectory. This batch file will take you through the sample programs to
illustrate the point of the demo.

Various TXT files, as well as documentation files for LUTHOR, are found in
\INNERSYS\LUTHOR\DOCS. The documentation is HTML and WORD DOC. If you need a
text version, let me know and I'll email you a current version.

Any comments, criticisms, flames, suggestions, questions, bug reports,
requests, whatever to:

dennis_taylor@ipipeline.net

I'm building a web page for InnerSystem Software, which can be found at:

//www.ipipeline.net/dennis_taylor/innersystem/

The LUTHOR section contains the latest versions, bug reports, etc.



