Re: Debugging and Perl6::HookGrammar

2017-04-19 Thread Timo Paulssen
Sadly, the debugger has bitrotted a little bit. I tried the obvious fix which was to replace setlang with define_slang, but that just gets it up to the next error, which looks like the behavior of Perl6::Grammar has changed and Perl6::HookGrammar hasn't been updated to match or something. I'll pus

Re: Debugging and Perl6::HookGrammar

2017-04-19 Thread Fernando Santagata
Thank you, let's wait for version 2017.05 then :-) On Wed, Apr 19, 2017 at 11:53 AM, Timo Paulssen wrote: > Sadly, the debugger has bitrotted a little bit. I tried the obvious fix > which was to replace setlang with define_slang, but that just gets it up > to the next error, which looks like the