Revision history for Perl extension Parse::Nibbler.

0.20  Wed Aug 15 21:22:41 2001
	- original version; created by h2xs 1.20 with options
		-X -n Parse::Nibbler


0.21	Mon Aug 27 20:00:00 2001
		- fixed make test, added a use lib statement
			and added a link in t/ directory
		- added copyright/license to README file.

0.22	Tue Aug 28
		- added link to VerilogGrammar.pm in top directory.

0.23	Tue Aug 28
		- put use base module name in quotes, in VerilogGrammar.pm


1.00	Tue Oct 15
		- Major rewrite
		- interface is much easier to use.
		- do not require a separate package for each rule.
		- subroutine name is name of rule.
		- added a lexer which gets rid of a window of text.
		- now lex the file once, and then process lexicals after that.
		- Still in alpha stages
