git @ Cat's Eye Technologies Pixley / master dialect / Crabwell.markdown
master

Tree @master (Download .tar.gz)

Crabwell.markdown @masterview rendered · raw · history · blame

Test suite for Crabwell.
Chris Pressey, Cat's Eye Technologies.

    -> Tests for functionality "Interpret Crabwell Program"

    | (let* (((a b) (quote c))) (symbol (a b)))
    = c

    | (let* (((a b) (lambda (x) (cons x (quote ()))))) ((symbol (a b)) (quote r)))
    = (r)