New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

zerospace-lang

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerospace-lang

Runs programs written in Whitespace Language (modified for Zero Width chars)

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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.

Usage

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!

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. 👍

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) 2019 Lochlan Bunn

FAQs

Package last updated on 30 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts