Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rumpl/whitespace
- Owner: rumpl
- Created: 2013-03-27T22:33:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-25T13:55:07.000Z (over 11 years ago)
- Last Synced: 2024-10-14T14:30:40.166Z (4 months ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)