whitespace-lang

1.0.0 • Public • Published

Whitespace Interpreter

CLI to interpret programs written in the Whitespace programming language.

Usage

Quick Start

$ npx whitespace-lang print-hello-world.ws

# 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!
The interpreter & compiler where adapted from the vii5ard/whitespace IDE, which you should use to create programs!

License

MIT License

Copyright (c) 2018 Lochlan Bunn

/whitespace-lang/

    Package Sidebar

    Install

    npm i whitespace-lang

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    29.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • loklaan