Skip to content

susisu/Whitespace-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published