this is an open issue <https://github.com/JuliaLang/julia/issues/2017>
Jake On Tuesday, February 11, 2014 9:39:15 PM UTC-5, Fil Mackay wrote: > > The dump() function is great for converting an Expr into some kind of > viewable form for debugging. Is there any function in the Julia ecosystem > that will convert it to textual Julia code such that: > > e = # any expression > assert(e == parse(deparse(e))) > >
