Changes for version 1.053 - 2020-05-03
- Fixed irritating "Satisified" typo in interface (thanks, Stéphane!)
- Fixed equally irritating "???/!!!" typo in docs (thanks, Stéphane!)
- Other minor doc fixes
- INCOMPATIBLE CHANGE: <, %, and %% are now never treated as literal. They are now always either part of the module's metasyntax, or else a fatal error. All literal <, %, and %% characters must henceforth be quoted by backslashing: \<, \%, and \%\% (thanks, Hugo!)
Modules
Add grammatical parsing features to Perl 5.10 regexes
Provides
in lib/Regexp/Grammars.pm
in lib/Regexp/Grammars.pm
in lib/Regexp/Grammars.pm
Other files
- Build.PL
- Changes
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- demo/demo_IP4.pl
- demo/demo_LaTeXish.pl
- demo/demo_LaTeXish_dump.pl
- demo/demo_Lucene_query.pl
- demo/demo_calc.pl
- demo/demo_calc_class.pl
- demo/demo_calc_inline.pl
- demo/demo_calc_list.pl
- demo/demo_calc_list_autoactions.pl
- demo/demo_calc_list_inline.pl
- demo/demo_debug.pl
- demo/demo_error.pl
- demo/demo_error_non_backtracking.pl
- demo/demo_flattening.pl
- demo/demo_hash.pl
- demo/demo_hash_lexicon.pl
- demo/demo_hash_lookup_generated.pl
- demo/demo_hash_lookup_hardcoded.pl
- demo/demo_hash_lookup_hashrule.pl
- demo/demo_hash_symtab.pl
- demo/demo_hashlines.pl
- demo/demo_list.pl
- demo/demo_metagrammar.pl
- demo/demo_pos.pl
- demo/demo_raw_debug.pl
- demo/demo_require.pl
- demo/demo_rfc5322.pl
- demo/demo_whoson.pl