passerine 0.9.2

A small extensible functional scripting language designed for concise expression with little code.
Documentation
-- action: gen
-- outcome: success

() -- empty
(true,) -- unary
(true, false) -- binary
(1.0, true, "Hello") -- trinary