epic

Compiler for a simple functional language

http://www.dcs.st-and.ac.uk/~eb/epic.php

Latest on Hackage:0.9.3.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Edwin Brady
Maintained by [email protected]

Epic is a simple functional language which compiles to reasonably efficient C code, using the Boehm-Demers-Weiser garbage collector (http://www.hpl.hp.com/personal/Hans_Boehm/gc/). It is intended as a compiler back end, and is currently used as a back end for Epigram (http://www.e-pig.org) and Idris (http://idris-lang.org/). It can be invoked either as a library or an application.