> I'm working with a tool that decompiles Z-Machine binaries (think "Zork")
> into Inform source code. It injects comments into the output code when you
> describe enum data types. Since decompiling is an iterative process, one
> of the features I want to add to this tool is comments in the control file
> that are copied verbatim to the output source file. It puts the burden on
> the person running the decompiler to understand the output, but it would
> then be _possible_ to have commented output.
Are you starting with one of the pre-existing decompilers?
--
Eric Dittman
dittman_at_dittman.net
Received on Thu Apr 08 2004 - 20:57:36 BST