First: install LLgen

Second: in Parser/Src change the definition of LLGEN in the Makefile.
        then type:

		make generator
	
	This creates the executable 'GEN/generator'

	Change the file 'Sgml/bin/sgml', to make the definition of DIR
	correct.

	Go to any directory containing a file with an SGML
	Document Type Definition, say the file 'simple.dtd' .

	Then type:

		sgml simple.dtd
	
	This creates the executable 'simple.asp' which is the document
	parser for the Document Type Defintion in 'simple.dtd' .

	NOTE:
	    if the command 'sgml simple.dtd' tells you that there
	    is a fatal error and the file 'errors' is empty, then the
	    following problem is at hand.  On normal termination the
	    program 'GEN/generator' should return a zero exit status.
	    On some systems this is not true.

	    Remedy: add the line 'return 0' just before the end of
	    the main function in 'generate.c'
	    The same should be done in the file 'doc_pars.c' in
	    the main function of the document parser.

I know that the installation procdure and the changing of the above
mentioned files isn't perfect.  However I don't have the time to change this.

You might first try to install the parser only fro  thne stuff I have send
you on this tape, then you will be sure that it is complete and that
it will work.

		       Good Luck & Greeting from Jos Warmer
