GRAMMATICA INSTALLATION INSTRUCTIONS
====================================

Requirements
------------

  The following software is required in order to run Grammatica:

    o Java runtime compatible with JDK 1.3.

  To use the parsers generated by Grammatica, one of the following 
  software packages are required (depending on the language 
  generated):

    o Java runtime compatible with JDK 1.3, for Java parsers.

    o Mono 0.24 (or another .NET 1.0 compatible), for C# parsers.


Installation
------------

  This software does not require any special installation. The only 
  file needed is the lib/grammatica-1.3.jar file.


Running
-------

  The following command runs Grammatica and prints the command-line 
  options:

java -jar lib/grammatica-1.3.jar  All generated parsers require the corresponding Grammatica run-time 
  library in order to run. The run-time libraries for various 
  languages can be found in the lib subdirectory:

    o grammatica-1.3.jar for Java parsers

    o grammatica-1.3.dll for C# parsers


_____________________________________________________________________

Grammatica 1.3 (2003-07-27). See http://www.nongnu.org/grammatica for
more information.

Copyright (c) 2003 Per Cederberg. Permission is granted to copy this 
document verbatim in any medium, provided that this copyright notice 
is left intact.
