What would that macro do? Right now, I’d guess that it would just take its input out of quotes.
— John On Jul 2, 2014, at 7:41 AM, Bryan A. Knowles <[email protected]> wrote: > What of we had a macro version of parse? Eg, > ```julia > function foo() > foo2(x) = println(x) > foo2(1) > @parse("foo2(2)") > end > ```
