Revision history for Perl extension MarpaX::Demo::StringParser.

1.02  Wed Jul 24 13:05:00 2013
	- Split Utils into Filer and Utils. The former does not use the config file.
		The test code used Utils, which loaded Config, which looked for a config file only installed on
		the authors PC.
	- Fix typo in die in sub process():
		Was: Unexpected lexeme '$event_name' without a pause.
		Is:  Unexpected lexeme '$lexeme_name' with a pause.

1.01  Tue Jul 23 17:52:00 2013
	- Simplify the grammar and hence the code.

1.00  Mon Jul 15 09:22:00 2013
	  - Original version