passerine 0.9.2

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

syntax 'not_true { x -> false }

true . not_true