funky icon indicating copy to clipboard operation
funky copied to clipboard

(toy) A tiny little language written to answer a Quora question because :'>

Funky

A tiny little language written to answer a Quora question because :'>

How does one create a programming language?

Usage

As a compiler:

$ funkyc examples/factorial.fun > factorial.js
$ node factorial.js

As an interpreter:

$ funky examples/factorial.fun

Licence

Copyright (c) Quil. MIT licensed.