dwayne/whitespace-python

Add disassemble option

Opened this issue · 0 comments

Displays the instructions in a human readable format.

$ whitespace --disassemble count.ws
# or
$ whitespace -d count.ws
push 1
label " "
dup
putn
...