crayon-lang
v0.1.5
Published
The ASCII-art golfing language
Downloads
3
Readme
Crayon
Crayon is a stack-based programming language based on a 2-dimensional output canvas of text.
Spec
Nothing in the spec is finalized. Suggestions are welcome for anything.
Reference
This contains all commands that have been implemented thus far.
Installation
$ npm install crayon-lang -g
Usage
$ crayon f <file> <inputs>
$ crayon fi <file> <STDIN file> <inputs>
$ crayon e <code> <inputs>
$ crayon ei <code> <STDIN file> <inputs>
Examples:
$ crayon f test/hello.crayon
$ crayon fi test/input.crayon test/input.txt
$ crayon f test/args.crayon Crayon