Skip to content

Instantly share code, notes, and snippets.

@masak

masak/run.txt Secret

Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/eccadc58b72cd32f720e to your computer and use it in GitHub Desktop.
Save masak/eccadc58b72cd32f720e to your computer and use it in GitHub Desktop.
Grammar::Debugger seems busted
$ PERL6LIB=lib perl6 -MGrammar::Debugger -e 'grammar G { regex TOP { x } }; G.parse("x")'
TOP
> [just pressed Enter here]
No such method 'STORE' for invocant of type 'Bool'
in block at [redacted]/lib/Grammar/Debugger.pm:77
in block at [redacted]/lib/Grammar/Debugger.pm:75
in method intervene at [redacted]/lib/Grammar/Debugger.pm:70
in block at [redacted]/lib/Grammar/Debugger.pm:45
in method parse at src/gen/m-CORE.setting:12700
in block at -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment