Skip to content

ETHproductions/crayon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Crayon, the ASCII-art golfing language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages