Revision history for Perl extension Hardware::Verilog::Parser.

0.01  Fri Feb  4 09:50:20 2000
	- original version; created by h2xs 1.19

0.02	--

0.03  7 Feb 2000
	grammar actually compiles
	cannot parse an always block though.

0.04  7 Feb 2000
	parses always blocks
	parses module instantiations
	added Hierarchy.pm module
	added hierarchy.pl script

0.05  8 Feb 2000
	made some fixes to expression rules

0.06  9 Feb 2000
	fixed some grammar rules
	can now handle `include, `define, `undef directives

0.07  18 Feb 2000
	got rid of all leftop constructs in rules.
	Added Hardware::Verilog::StdLogic.pm module to 
		evaluate constant expressions.