JuliaAttic / ReverseDiffSource.jl

Reverse automated differentiation from source
MIT License
47 stars 12 forks source link

Sugar #51

Open SimonDanisch opened 7 years ago

SimonDanisch commented 7 years ago

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!

SimonDanisch commented 7 years ago

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 :)