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

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

  Grammatica is a parser generator for C# and 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).

  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 
  1.1 (2003-05-26):

    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 1.1 (2003-05-26). 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.
