Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 1, 2020 09:32
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/b46293967dd7cd9af3543c3647684c58 to your computer and use it in GitHub Desktop.
Save Whateverable/b46293967dd7cd9af3543c3647684c58 to your computer and use it in GitHub Desktop.
Whateverable
2020-07-01T08:01:49Z #raku <SmokeMachine> jnthn Hi! I was reading some RakuAST classes and wondering, if I do that walk with a multi on a custom parser, if I search for RakuAST::Statement::If will it find a RakuAST::Statement::With? is that expected? To match an if, will someone have to `RakuAST::Statement::If $ where * !~~ RakuAST::Statement::With`?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment