benmos / HLevy

Haskell implementation of the Levy (CBPV) language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Haskell implementation of the Levy language.

The language is an implementation of Paul Levy's Call By Push Value (CBPV) calculus.

It is based on Rob Simmons fork of Andrej Bauer's implementation of Levy.

Use: 

$ cd hlevy/src
$ ghci Main.hs
<snip>
*Main> load "../example.levy"

About

Haskell implementation of the Levy (CBPV) language

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%