LICENSE.txt
MANIFEST.in
README.rst
setup.py
tests/__init__.py
tests/test_console.py
tests/test_memory.py
tests/test_stack.py
tests/test_vm.py
tests/instructions/__init__.py
tests/instructions/test_arithmetic.py
tests/instructions/test_flow_control.py
tests/instructions/test_heap_access.py
tests/instructions/test_io.py
tests/instructions/test_stack_manipulation.py
whitespace/__init__.py
whitespace/__main__.py
whitespace/cli.py
whitespace/console.py
whitespace/error.py
whitespace/memory.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