asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Fix decompiling db8 that parses to an unknown function #195

Closed SiebelsTim closed 7 years ago

SiebelsTim commented 7 years ago

fixes #194

MLanghof commented 7 years ago

Hm, I guess I should note when opening issues if I plan on working on them right away.

I'm in the middle of fuzzing and fixing the compiler/decompiler combo, which eliminated like 4 different bugs already, although your solution to the function problem is probably better than mine (which is just giving the functions names).

Really sorry to shoot you down on the contribution, but I think this will create more merge hassle than needed.

MLanghof commented 7 years ago

(This should be closed because it's part of the fix-package in #198)