Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 258 Bytes

File metadata and controls

13 lines (9 loc) · 258 Bytes

sw

A simple language implemented with menhir. Meant to be good for scratchpad computation and other general shenanigans.

For instance,

1..6 @ \x->x*x;

is a valid expression which results in [1, 4, 9, 16, 25, 36].

Syntax

To be described...