This is a copy of Phillip Bradbury's 2004 Python Whitespace interpreter, which was translated from Edwin Brady's 2003 earlier version in some other language. The source was obtained originally from [1] via a post [2] on the Whitespace mailing list. Only one slight change has been made, namely to stop parsing the input once a termination sequence (LF, LF, LF) has been reached. [1] http://www.mrphlip.com/pywhitespace.tar.bz2 [2] http://compsoc.dur.ac.uk/archives/whitespace/2007-December/000065.html