0.0.8 • Published 9 years ago
@susisu/whitespace-js v0.0.8
Whitespace-JS
Whitespace interpreter written in JavaScript
Usage
npm install -g @susisu/whitespace-js
wspace <progfile>It also contains ws2unws and unws2ws which convert a Whitespace program into a human readable format (named UnWhitespace) and vice versa.
For more information, see wspace -h.
Notes
- Numbers and arithmetic have only 32bit precision (not arbitrary precision as the original implementation).
- Programs not terminated by
[LF][LF][LF]will produce warnings (use-w, --no-warningsto suppress them).