Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 915 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 915 Bytes

Crayon

Crayon is a stack-based programming language based on a 2-dimensional output canvas of text.

Nothing in the spec is finalized. Suggestions are welcome for anything.

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