WS2JS 0.3

June 3, 2013 ยท View on GitHub

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!

details

License

the MIT License

Author

Luilak

Contents

  1. 1About
  2. 2Usage
  3. 3License
  4. 4Author