Tracer
NAME
Grammer::Tracer - non-interactive debugger for Perl 6 grammars
SYNOPSIS
In the file that has your grammar definition, merely load the module in the same lexical scope:
use Grammar::Tracer;
grammar Some::Grammar { ... }
DESCRIPTION
Grammar::Tracer is the non-interactive version of Grammar::Debugger. It runs through the entire grammar without stopping.
AUTHOR
Jonathan Worthington, < <[email protected]> >