Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 6, 2023 00:12
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/b895c18314bd8aaecb5eab3eb0c92de2 to your computer and use it in GitHub Desktop.
Save Whateverable/b895c18314bd8aaecb5eab3eb0c92de2 to your computer and use it in GitHub Desktop.
evalable6
say gather { “1+2”.AST.visit-children: *.take }.join: “ —- “
(exit code 1)
===SORRY!=== Error while compiling /tmp/cY7olH01Ln
Unable to parse expression in curly double quotes; couldn't find final '”' (corresponding starter was at line 1)
at /tmp/cY7olH01Ln:1
------> isit-children: *.take }.join: “ —- “⏏<EOL>
expecting any of:
argument list
curly double quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment