Rand Stats

Grammar::Extractor

zef:FCO
Revision history for Grammar::Extractor

0.0.2  2026-05-16T18:15:45+01:00
    - Step class now does Iterable (visit, Seq, Array, iterator, matches, tested)
    - Fix: visit method now recurses into grandchildren (was 1-level only)
    - Grammar compilation via :code uses isolated internal module namespace
      (no more GLOBAL:: = {} destruction, supports same-named grammars)
    - Added full test suite (66 tests from 1 placeholder)
    - Added POD documentation (lib/Grammar/Extractor.rakudoc)
    - Update dist.ini ReadmeFromPod filename to rakudoc
    - Update META6.json description

0.0.1  2026-05-16T18:03:37+01:00
    - Initial version