0.1.1 • Published 7 years ago

starrylang v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

0.1.1

7 years ago

0.1.0

7 years ago