There is no such function right now. In Julia, the common paradigm for manipulating code is to manipulate the expression itself.
You can, of course, output the expression, and it often looks better than what David posted above (e.g., this is what parse outputs). Perhaps you can discuss a little more about what you're trying to do, and someone here can tell you how (or if) it's typically done in Julia? Cheers, Kevin On Sunday, June 21, 2015 at 8:04:21 AM UTC-7, Jiyin Yiyong wrote: > > No. I'm looking for a function that takes in Julia AST Expr and returns > Julia code in string, a opposite of the function `parse`. > > On Sun, Jun 21, 2015 at 10:55 PM Peter Brady <[email protected]> > wrote: > >> Are you looking for 'eval'? > >
