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].
To be described...
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
A simple language.