Skip to content

chrisnevers/cek-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cek-machine

Exericise 7.8 of Programming Languages and Lambda Calculi

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

Example:

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