0.1.1 • Published 7 years ago
starrylang v0.1.1
starrylang
A JavaScript implementation of Starry (https://esolangs.org/wiki/Starry), a stack-based, Turing complete, esoteric programming language.
installation
npm install starrylang
usage
const Starry = require('starrylang');
// prints hello world
Starry(` + + * +
* + . + + * +
* * + . + * + . + .
+ * + . + +
* + * * + . + *
+ . + + * + *
* + . + * + . + *
+ . + * + . + * + .
+ + * + *
* + .`);
license
MIT