Make decompiler restore comments

Issue #156 resolved
John Maloney repo owner created an issue

Comments are currently discarded by the compiler since they don’t generate any code. However, they are helpful for understanding the code and often include useful information (e.g. instructions), so it would be great to find a way to store them on the board so they can be restored by the decompiler.

Comments (2)

  1. Log in to comment