Hi,
I just released Sugar.jl, and wanted to point out that it should offer the functionality you have in:
https://github.com/JuliaDiff/ReverseDiffSource.jl/blob/master/src/frdiff.jl
Since it's not easy to do decompilation reliably, it'd be nice to only have one, stable package for this task!
If you're interested in relying on Sugar and need help porting, let me know!
I just noticed, that you don't recursively look into dependent functions. If the problem is missing type information in the AST, this could also be solved by using Sugar :)
Hi, I just released Sugar.jl, and wanted to point out that it should offer the functionality you have in: https://github.com/JuliaDiff/ReverseDiffSource.jl/blob/master/src/frdiff.jl Since it's not easy to do decompilation reliably, it'd be nice to only have one, stable package for this task! If you're interested in relying on Sugar and need help porting, let me know!