Revision history for Parse::Marpa 1.004000 Wed Apr 29 Fixed RT#45136: Non-existent functions called on certain parse errors. 1.002000 Wed Jan 21 Many perlcritic fixes. Improvements to the messages the user gets from the Perl 5 code he passes to Marpa. User code is used in many places. Most importantly, the semantics of the grammar are specified with Perl 5 code. So good error messages are important. 1.000000 Sat Dec 13 First beta release. 0.222.000 Fri Dec 12 Beta release candidate. 0.218.000 Sun Sep 28 META.yml fixes. Use Test::Weaken 1.000000. 0.214.000 Fri Aug 15 Alpha release. Fixed bug with trailing whitespace in MDL. 0.212.000 Thu Aug 14 Alpha release. Fixed a problem with some long iterations of all parses. 0.211_nnn Tue Apr 15 A series of developer's releases. 0.210.000 Mon Apr 14 Alpha Release. Fixed a problem with parse order. 0.209_nnn Fri Apr 11 A series of developer's releases. 0.208.000 Fri Apr 11 Alpha Release. Eliminates problem of priority conflicts. 0.207_nnn Tue Apr 1 A series of developer's releases. 0.206.000 Sun Mar 30 Alpha Release. 0.205_nnn Sat Mar 22 A series of developer's releases. As of 0.205_000, I adopted a system where odd minor releases (0.205, 0.207, etc.) are developer-only releases and even-numbered minor releases (0.202, 0.206, etc.) are general releases. 0.202.0 Thu Jan 17 First Alpha Release 0.200.0 Tue Jan 15 First Candidate for Alpha Release The big jump in version numbers is because the earliest releases used a different version number format, and are later in ASCII collating sequence. As of this release, the latest version number is after all others in ASCII collating order. 0.01 Fri Sep 14 Under development