jnthn / grammar-debugger

Grammar::Debugger and Grammer::Tracer Perl 6 modules
36 stars 20 forks source link

Does it work on subparse or only on parse? #44

Closed JJ closed 4 years ago

JJ commented 4 years ago

It does not seem to be fired for subparse...

jnthn commented 4 years ago

Shouldn't matter; I don't recall it doing anything special with regard to the parse method, just wrapping all the tokens/rules up with the logging. Got a small reproducible example I could play with?

JJ commented 4 years ago

I just inserted use in the wrong file. Thanks!