Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.03 KB

lilo is a series of simple, lambda calculi implemented in Haskell.

I'm currently experimenting with defining the syntax expressions of the language using the techniques described in Data types à la carte.

Usage:

> eval $ parseExpr "(\\x -> x) 1"

Learning log

I'm tracking my progress in a series of small, informal posts:

References: