Hopfengetraenk / Fas-Disasm

Fas-Disassembler/Decompiler for AutoCAD Visual Lisp
38 stars 19 forks source link

ForEach() and repeat () are missing in decompiled *.lsp #2

Open Hopfengetraenk opened 5 years ago

Hopfengetraenk commented 5 years ago

ForEach() and repeat () are missing in decompiled *.lsp.

Well I know some these get stucked in the pipeline or whatever. Sadly I've not enough time to go into the code to fix it.

Workaround: Do a 'roundtrip': Compiled the decompiled .lsp again to .fas and decompile it again. The study/compiled the both *.fas.txt to see where there is missing / different code. Manually reconstruct the ForEach's and repeat's