Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 955 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 955 Bytes

Coq Interpreter Playground

Multiple examples of interpreters (with fuel), written in Coq.

CPS transformer(CPS.v)

A CPS transformer and evaluator of a functional language featuring raise and handle operations.

λ-calculus with modules