pcf: A one file compiler for PCF
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
PCF is a small programming language with higher order functions, natural numbers, and recursion. It is statically tpyed and turing complete (general recursion and all that). This compiler transformers a PCF expression into a file of C code that when run outputs the answer. It is mostly intended as a demonstration of how to write such a compiler. The curious reader should look at the writeup.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.0, 0.1.0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.0 && <5), bound (>=1 && <2), c-dsl, containers (>=0.5), monad-gen, mtl (>=2 && <3), prelude-extras, transformers, void [details] |
License | MIT |
Author | Danny Gratzer |
Maintainer | jozefg@cmu.edu |
Category | Compiler |
Source repo | head: git clone http://github.com/jozefg/pcf |
Uploaded | by jozefg at 2015-04-03T15:08:39Z |
Modules
- Language
- Language.Pcf
Downloads
- pcf-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees