asmcup / runtime

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

Added decompile option to code editor. #187

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

Fixes #184. Also made the line labels valid labels (they're now L01 etc.). Improved output stream handling for decompiler. I mean, seriously, changing System.out for the tests? Come on...