ku-fpg / sunroof-compiler

Monadic Javascript Compiler
BSD 3-Clause "New" or "Revised" License
73 stars 6 forks source link

Add debugging and pretty printing of JS-level comands #16

Closed andygill closed 11 years ago

andygill commented 11 years ago

First, it should be possible to reify the JS commands into a string, for prettyfication.

Second, it may be possible to output to the log each JS-level command, as run.

andygill commented 11 years ago

The output is now clear enough to not need the obvious; a more complete solution is an open research problem.

Also, you can currently use comment to add your own comments, to help understand layout of code.

So we closing this, pending a future research idea regarding debugging generated DSL code.