Skip to content

Releases: skius/stringlang

Lambdas!

14 May 16:25
a31b6dc
Compare
Choose a tag to compare

StringLang now has support for lambdas! Represented as Strings of course. See the README for a quick introduction.

There's also experimental support for some static analyses and optimizations (does not support lambdas yet).

REPL!

14 Apr 16:32
d0192a2
Compare
Choose a tag to compare

StringLang now has a REPL, play with it by running stringlang without any arguments.

User-defined functions

26 Dec 00:38
b43e3ed
Compare
Choose a tag to compare

Programs may now contain a header consisting of several function definitions.

First release

25 Dec 00:25
10ff880
Compare
Choose a tag to compare

Run StringLang programs using ./stringlang <program.stringlang> arg1 arg2 ...