- Preserve function metadata when adding line numbers to lambdas.
- Improve heuristic of hiding the wrapper class.
- Replace
const__
references with var names during post-processing. - #12 Fix compatibility with JDK19.
- Simplify member references using naive post-processing.
- #6 Preserve type hints and other metadata after code walking.
- Ensure consistent ordering of decompiled classes
- Try to embed line location of lambdas into their names
- #4 Upgrade procyon to support JDK9+.
- #3 Output doesn't show up in latest CIDER.
:disable-locals-clearing
is now enabled by default when compiling/decompiling, unless set from the outside explicitly.
Initial release.