dwayne / whitespace-python

A Whitespace interpreter written in Python.
https://web.archive.org/web/20150717190859/http://compsoc.dur.ac.uk:80/whitespace/
MIT License
10 stars 0 forks source link

Slide instruction is not implemented #10

Closed rzuckerm closed 4 days ago

rzuckerm commented 1 week ago

In the Whitespace tutorial there is a Slide instruction. This doesn't seem to implemented. For this implementation, it looks like it pops the top of the stack and saves it, pops the requested number of items, and pushes the saved top item back onto the stack

rzuckerm commented 4 days ago

Slide and Copy instructions have been implemented in my fork of this project