starrylang
v0.1.1
Published
A JavaScript implementation of Starry (https://esolangs.org/wiki/Starry)
Downloads
19
Maintainers
Readme
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