chrisnevers / ck-machine

Implementation of a CK machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ck-machine

Exericise 7.6 of Programming Languages and Lambda Calculi

Implementation of a CK machine. Evaluates ISWIM terms in REPL.

Example:

> ((λ σ → σ) 1) + (2 + 3)
6, ⊥

About

Implementation of a CK machine


Languages

Language:OCaml 92.2%Language:Makefile 7.8%