Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 22, 2023 16:21
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/b2651009bef10bf114bbc511c6d8806c to your computer and use it in GitHub Desktop.
Save Whateverable/b2651009bef10bf114bbc511c6d8806c to your computer and use it in GitHub Desktop.
Whateverable
2023-02-20T13:05:52Z #raku <hythm> Nemokosch: wrt to grammar question I posted a few days ago, looks like I needed to do two things to solve the issue, first needed to use `|` semantics (as you suggested), instead of `proto` which seems uses `||` semantics. second needed to use `regex` instead of `token`, looks like regex backtracks to find best match. updated the gist with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment