Search results for "module:Regexp::Debugger"
Regexp::Debugger - Visually debug regexes in-place
When you load this module, any regex in the same lexical scope will be visually (and interactively) debugged as it matches....
DCONWAY/Regexp-Debugger-0.002006 - 12 Sep 2020 08:21:49 UTC
Regexp::Grammars - Add grammatical parsing features to Perl 5.10 regexes
This module adds a small number of new regex constructs that can be used within Perl 5.10 patterns to implement complete recursive-descent parsing. Perl 5.10 already supports recursive-descent *matching*, via the new "(?<name>...)" and "(?&name)" con...
DCONWAY/Regexp-Grammars-1.058 - 15 Sep 2022 01:31:42 UTC
Regexp::Parsertron - Parse a Perl regexp into a data structure of type Tree
Parses a regexp into a tree object managed by the Tree module, and provides various methods for updating and retrieving that tree's contents. This module uses Marpa::R2 and Moo....
RSAVAGE/Regexp-Parsertron-1.05 - 21 Nov 2018 22:31:29 UTC