Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rumpl/whitespace

Whitespace programming language interpreter written in JavaScript
https://github.com/rumpl/whitespace

Last synced: 3 months ago
JSON representation

Whitespace programming language interpreter written in JavaScript

Awesome Lists containing this project

README

        

# Whitespace

Whitespace is an esoteric imperative stack-based language made by two guys who had too much time on their hands.

This is an implementation of the language in javascript.

All the programs in `ws` should work fine.

## Run

You can simply run it with:
```
$ node index.js file.ws
```

Or you can see the compiled bytecode:
```
$ node index.js debug file.ws
```

## More informaton

For more information and the reference implementation, see [the official website](http://compsoc.dur.ac.uk/whitespace/).

## License

[MIT](http://mit-license.org/rumpl)