https://github.com/loklaan/whitespace-lang
Runs programs written in Whitespace Language
https://github.com/loklaan/whitespace-lang
cli interpreter whitespace-language
Last synced: 4 months ago
JSON representation
Runs programs written in Whitespace Language
- Host: GitHub
- URL: https://github.com/loklaan/whitespace-lang
- Owner: loklaan
- License: mit
- Created: 2018-02-13T21:18:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T21:33:22.000Z (over 7 years ago)
- Last Synced: 2025-03-27T07:47:49.303Z (6 months ago)
- Topics: cli, interpreter, whitespace-language
- Language: JavaScript
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Whitespace Interpreter
CLI to interpret programs written in the [Whitespace programming language](http://compsoc.dur.ac.uk/whitespace/).
## Usage
**Quick Start**
```shell
$ npx whitespace-lang print-hello-world.ws
```---
```shell
# Install
$ npm i -g whitespace-lang# Running a program
$ whitespace print-hello-world.ws
$ Hello World!# Also works with stdin!
$ cat print-hello-world.ws | whitespace
$ Hello World!
```## Contributing
This is a silly project, I won't be maintaining it for any real use case!
Saying that, feel free to make GitHub issues. 👍
## Legal
### Credit
**Thanks [vii5ard](https://github.com/vii5ard)!**
_The interpreter & compiler where adapted from the [vii5ard/whitespace](https://github.com/vii5ard/whitespace) IDE, which you should use to create programs!_### License
MIT License
_Copyright (c) 2018 Lochlan Bunn_