0.0.8 • Published 8 years ago

@susisu/whitespace-js v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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-warnings to suppress them).

License

MIT License

Author

Susisu (GitHub, Twitter)

0.0.8

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago