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]> >

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.