Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Last active May 14, 2020 19:15
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/471e29699d76dca9b5707c6655f2a4e1 to your computer and use it in GitHub Desktop.
Save Whateverable/471e29699d76dca9b5707c6655f2a4e1 to your computer and use it in GitHub Desktop.
evalable6
grammar A { regex TOP {<text>}; regex separators {\h||\,}; regex allowed {\V-<separators>}; regex text {<allowed>*};
(exit code 1)
===SORRY!===
Unrecognized regex metacharacter - (must be quoted to match literally)
at /tmp/zAkgMR6z0f:1
------> x separators {\h||\,}; regex allowed {\V⏏-<separators>}; regex text {<allowed>*};
Malformed regex
at /tmp/zAkgMR6z0f:1
------> separators {\h||\,}; regex allowed {\V-⏏<separators>}; regex text {<allowed>*};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment