|
Revision 425, 506 bytes
(checked in by hodgestar, 23 months ago)
|
|
Playing around with Whitespace.
|
| Rev | Line | |
|---|
| [425] | 1 | This is a copy of Phillip Bradbury's 2004 Python Whitespace interpreter, which |
|---|
| 2 | was translated from Edwin Brady's 2003 earlier version in some other language. |
|---|
| 3 | |
|---|
| 4 | The source was obtained originally from [1] via a post [2] on the Whitespace |
|---|
| 5 | mailing list. |
|---|
| 6 | |
|---|
| 7 | Only one slight change has been made, namely to stop parsing the input once |
|---|
| 8 | a termination sequence (LF, LF, LF) has been reached. |
|---|
| 9 | |
|---|
| 10 | [1] http://www.mrphlip.com/pywhitespace.tar.bz2 |
|---|
| 11 | [2] http://compsoc.dur.ac.uk/archives/whitespace/2007-December/000065.html |
|---|