perl6-grammar-debugger 1.0.1-1.0375008 Simple tracing and debugging support for Perl 6 grammars

This module provides a simple debugger for grammars. Just use it: use Grammar::Debugger; and any grammar in the lexical scope of the use statement will automatically have debugging enabled. The debugger will break execution when you first enter the grammar, and provide a prompt.