Julia Programming Language
Is there a trick to input an `Expr` into a macro?
General Usage
macros
johnmyleswhite
June 7, 2022, 11:17pm
4
Are you sure you don’t just want a function that takes in an Expr?
1 Like
Using @which inside a macro on expr
show post in topic
Related topics
Topic
Replies
Views
Activity
Interpolate expression into macro
General Usage
metaprogramming
27
1888
May 15, 2019
Constructing expressions with local macro variables and Symbols
General Usage
macros
11
734
November 22, 2021
Can't create a struct with a macro from a string of types
General Usage
4
382
May 26, 2021
Not-so-unusual Macro issues
General Usage
macros
,
metaprogramming
2
379
May 22, 2021
Escaping expressions within macro calls
General Usage
4
415
September 7, 2020