Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 31, 2016 00:08
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 Whateverable/56cf80a12f3b3799f01affefa251add0 to your computer and use it in GitHub Desktop.
Save Whateverable/56cf80a12f3b3799f01affefa251add0 to your computer and use it in GitHub Desktop.
committable6
2016.11 say grammar { token TOP { <head> }; token head { .+ } }.parse: "xxxx", :actions(class {})
¦«2016.11»: Cannot resolve caller head(<anon|54057424>: Match); none of these signatures match:
(Any:D $: *%_)
(Any:D $: Cool $n, *%_)
in any !reduce at /tmp/whateverable/rakudo-moar/f66f8be09c6023b3b53e32f7571ea536ad87b87f/share/nqp/lib/QRegex.moarvm line 1
in regex head at /tmp/FHB7hgSjCy line 1
in regex TOP at /tmp/FHB7hgSjCy line 1
in block <unit> at /tmp/FHB7hgSjCy line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment