GRAMMATICA VERSION INFORMATION
==============================

Version 0.2 (2003-04-20):
-------------------------

  o Addition of an internal regular expression library. This improves
    tokenizer performance by at least 100% compared to using the GNU 
    RegExp library.

  o Addition of an analyzer framework with parser callbacks. A code
    generator has also been added to create default methods for all
    tokens and productions in the grammar.

  o Major refactorings of the tokenizer and parser classes. Various
    other classes have also been improved to simplify future feature
    additions.


Version 0.1 (2003-03-29):
-------------------------

  o First alpha release.

_____________________________________________________________________

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