Whitespace Interpreter (modified to use Zero Width chars)
CLI to interpret programs written in the Whitespace programming language, but modifed to use Zero Width characters ZEROWIDTH SPACE and ZEROWIDTH NON-JOINER.
Quick Start
$ npx zerowidth-lang print-hello-world.zw
# Install
$ npm i -g zerowidth-lang
# Running a program
$ zerowidth print-hello-world.zw
$ Hello World!
# Also works with stdin!
$ cat print-hello-world.zw | zerowidth
$ Hello World!
This is a silly project, I won't be maintaining it for any real use case!
Saying that, feel free to make GitHub issues. 👍
Thanks vii5ard! The interpreter & compiler where adapted from the vii5ard/whitespace IDE, which you should use to create programs!
MIT License
Copyright (c) 2019 Lochlan Bunn