0.1.5 • Published 7 years ago

crayon-lang v0.1.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

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
0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago