Skip to content

Instantly share code, notes, and snippets.

@Altai-man
Created May 16, 2019 20:43
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 Altai-man/c9d7c1df9f6f65e992fcf4abcf9cbf69 to your computer and use it in GitHub Desktop.
Save Altai-man/c9d7c1df9f6f65e992fcf4abcf9cbf69 to your computer and use it in GitHub Desktop.
token termish {
:my $*SIGOK := 0;
:my $*VARDEF := 0;
{ note("termish") }
[
|| <noun=.quantified_atom>+
|| <?before <.rxstopper> | <.[&|~]> > <.throw_null_pattern>
|| <?before <.infixstopper> > <.throw_null_pattern> # XXX Check if unmatched bracket
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment