You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for syntactic macros. These are almost like functions which intake syntax
and output different syntax during compilation. Macros should be a front-middle end process
and shouldn't involve the backend with anything other than codegen.
The text was updated successfully, but these errors were encountered:
We need to decide whether supporting macros-by-example is worth it. Given the tooling/support level we are aiming to provide to procedural macros, it may be better to implement support for easily making MBE-style macros inside procedural macros. For example, instead of writing
Add support for syntactic macros. These are almost like functions which intake syntax
and output different syntax during compilation. Macros should be a front-middle end process
and shouldn't involve the backend with anything other than codegen.
The text was updated successfully, but these errors were encountered: