4136ed975a
language. PR: ports/97479 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: tobez
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
Whitespace is a imperative stack-based programming language that,
|
|
contrary to most languages, ignores any non-whitespace characters.
|
|
Only spaces, tabs, and newlines are considered syntax in Whitespace.
|
|
|
|
This port is a prototype interpreter for the Whitespace programming
|
|
language written in Haskell.
|
|
|
|
Author: Edwin Brady
|
|
Chris Morris
|
|
WWW: http://compsoc.dur.ac.uk/whitespace/
|
|
|
|
- Li-Lun Wang
|
|
llwang@infor.org
|