Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 2, 2023 13:54
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/16fbcc3863c02e1e5614fa235389e07d to your computer and use it in GitHub Desktop.
Save Whateverable/16fbcc3863c02e1e5614fa235389e07d to your computer and use it in GitHub Desktop.
Whateverable
2023-02-02T07:11:12Z #raku-dev <nine> ab5tract: "simple" lexicals will be auto generated for you. By default they are considered is-simple-lexical-declaration if they are is-lexical, i.e. if their scope is my or has. Both conditions are overridable. In that case your IMPL-QAST-DECL will be called by the scope's IMPL-QAST-DECLS. If you need more complicated logic, you need to actively call add-generated-lexical-declaration on the scope at an
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment