Awesome
WS2JS 0.3
About
- WS2JS is a library which convert Whitespace-0.3 to JavaScript.
Usage
The variable WS contains a sample of the hello-world in Whitespace language.
code:
eval(WS2JS.convert(WS));
result:
Hello, world of spaces!
License
the MIT License