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
How can Julia macro take an Expr variable as its arguments?
New to Julia
3
538
June 13, 2022
Passing expression stored in variable into a macro
General Usage
macros
,
metaprogramming
3
1152
November 8, 2018
Macro Question / Type Problem
General Usage
macros
7
828
November 19, 2017
Manipulating expressions with macros
General Usage
macros
1
513
May 10, 2020
How to generate expression inside the returned expression of a Macro
General Usage
macros
2
506
October 29, 2017