Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 6, 2023 00:27
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/7be13e3997c4294d8d4953543a8f0e66 to your computer and use it in GitHub Desktop.
Save Whateverable/7be13e3997c4294d8d4953543a8f0e66 to your computer and use it in GitHub Desktop.
evalable6
my @a = gather { “1+2”.AST.visit-children: *.take }; say @a ~~ [RakuAST::Statement::Expression]
(exit code 1)
===SORRY!=== Error while compiling /tmp/QjVpKePElo
Use of RakuAST is experimental; please 'use experimental :rakuast'
at /tmp/QjVpKePElo:1
------> .take }; say @a ~~ [RakuAST::Statement::⏏Expression]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment