VERSION 0.1.3 (07  Jul 1997):
============================
- Fixed ArrayOutOfBoundsException when called without parameters.


VERSION 0.1.2 (21. Jun 1997):
=============================
- Error recovery
- Beginning of Symbol tables



VERSION 0.1.0 (20. May 1997):
=============================
- Supports also the complete VHDL 1076.1 subset.
- Warns, if more than Level 1 Subset as in Draft 1.3 is used.
  NOT COMPLETE YET.
- No choice conflicts any more, because I added more lookahead than it
  will be necessary after using semantic lookahead on AST. This
  syntactic lookahead can be removed later, when semanic lookahead
  works. 

VERSION 0.0.7 (April 1997):
===========================
- First published Version. Made it last weekend. 
  Well, only syntax analysis works. AST is built and reported to stdout,
  if you outcomment the corresponding line in vhdl.jjt.


