LGRAMMAR
========

1) Embedding of Lgrammar
------------------------

To embed Lgrammar you have to pass two parameters, indicating where the 
according "help.html" and "about.html" files can be found. So the applet tag 
looks like this:

<applet code="lgrammar/Xui.class"
        codebase="/home/aerobell/java/netz"
        width = 1000 height =600>
<param name = help value="file:/home/aerobell/help.html">
<param name = about value = "file:/home/aerobell/about.html">
</applet>


2) Examples
-----------

You can create your own examples with the interpreted version. 
Store them together with "config" -  the contents of this file is shown in
the window, where you are asked to enter a example - in "examples". "Examples" 
itself has to be in the same directory as lgrammar is.


3) Compilation
--------------

To recompile java source code, change to subdirectory of lgrammar and type

	- for Netscape version

	> javac  lgrammar/Draw2.java lgrammar/Draw3.java lgrammar/Xui.java

	- for interpreted version
	
	> javac lgrammar/Draw2.java lgrammar/Draw3.java lgrammar/Main.java
	

4) Start interpreted version
----------------------------

Type 	java lgrammar.Main