deque.py
deque.py copied to clipboard
Push different types to the deque
I've added several checks for the interpreter so it now can differenciate between ints, floats and strings in a language. To push the string to the deque you simply need to wrap the value into '' brackets, and add a dot somewhere in a number to push a float.