Created
February 22, 2023 16:21
-
-
Save Whateverable/b2651009bef10bf114bbc511c6d8806c to your computer and use it in GitHub Desktop.
Whateverable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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