GRAMMATICA RELEASE DOCUMENTATION
================================

Introduction
------------

  Grammatica is a parser generator for Java. It reads a grammar file 
  and creates source code for a parser. The grammar file format 
  describes the language in EBNF, with tokens described as regular 
  expressions. More detailed information is available in the feature 
  list (in features.txt).

  Grammatica is currently ALPHA software, making it unsuitable in 
  some environments. There are still problems and shortcomings in 
  this version, please be sure to read the release notes below.

  See the Grammatica web site (http://www.nongnu.org/grammatica) for 
  the latest version available.


Release Notes
-------------

  The documents below are the release notes for Grammatica version 
  0.3 (2003-05-04):

    o Installation & Running (in install.txt)
      Instructions for installing and running Grammatica.

    o Features (in features.txt)
      List of features supported in this version.

    o Known Issues (in bugs.txt)
      Information about known issues and future improvements.

    o Version History (in version.txt)
      Information about all public releases.

    o Authors (in authors.txt)
      Acknowledgements of persons and organizations that have 
      contributed to Grammatica.


_____________________________________________________________________

Grammatica 0.3 (2003-05-04). 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.
