CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.py
whitespace/__init__.py
whitespace/__main__.py
whitespace/cli.py
whitespace/console.py
whitespace/error.py
whitespace/interpreter.py
whitespace/memory.py
whitespace/parser.py
whitespace/stack.py
whitespace/vm.py
whitespace.egg-info/PKG-INFO
whitespace.egg-info/SOURCES.txt
whitespace.egg-info/dependency_links.txt
whitespace.egg-info/entry_points.txt
whitespace.egg-info/top_level.txt
whitespace/instructions/__init__.py
whitespace/instructions/arithmetic.py
whitespace/instructions/flow_control.py
whitespace/instructions/heap_access.py
whitespace/instructions/instruction.py
whitespace/instructions/io.py
whitespace/instructions/stack_manipulation.py