Re: Feature request: Grammar debugging support

2009-05-29 Thread Patrick R. Michaud
On Fri, May 29, 2009 at 11:20:20AM -0700, Larry Wall wrote: > Can't help you with PGE, but STD supports a trace facility by > setting the STD5DEBUG environent variable to -1, or a set of bits > defined in src/perl6/Cursor.pmc in the pugs repo. I'll look at what STD is using for its traces and see

Re: Feature request: Grammar debugging support

2009-05-29 Thread Larry Wall
Can't help you with PGE, but STD supports a trace facility by setting the STD5DEBUG environent variable to -1, or a set of bits defined in src/perl6/Cursor.pmc in the pugs repo. Note the log uses ANSI color, so you might want to use less -R or some such. Larry