Skip to content

blobcode/sw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

A simple language.

Resources

Stars

Watchers

Forks