README
February 16, 2014 ยท View on GitHub
python-whitespace
This is Whitespace interpreter written in Python. It seems to work with Python 2.7 and Python 3.3
How to use:
as a standalone interpreter:
$ python whitespace.py
Notice: - This software may contain bugs, misinpremention of the specification or other faults. - Unlike the original interpreter, the "read a number" function works like scanf("%d",&input) in C language. It means that we can input multiple integers separated by spaces in one line when using this interpreter.
Links: Whitespace http://compsoc.dur.ac.uk/whitespace/index.php
License: This program is licensed under The zlib/libpng License.