ddc-core: Disciplined Disciple Compiler core language and type checker.
Deprecated
Disciple Core is an explicitly typed language based on System-F2,
intended as an intermediate representation for a compiler. In addition
to the polymorphism of System-F2 it supports region, effect and closure
typing. Evaluation order is left-to-right call-by-value by default.
There is a capability system to track whether objects are mutable or
constant, and to ensure that computations that perform visible side
effects are not reordered inappropriately.
See the ddc-tools
package for a user-facing interpreter and compiler.
Modules
[Index]
- DDC
- Control
- Core
- Data
- Type
- DDC.Version
Downloads
- ddc-core-0.4.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.1, 0.2.0.2, 0.2.1.1, 0.2.1.2, 0.3.1.1, 0.3.2.1, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.2.1, 0.4.3.1 |
---|---|
Dependencies | array (>=0.4 && <0.6), base (>=4.6 && <4.10), containers (>=0.5 && <0.6), deepseq (>=1.3 && <1.5), directory (>=1.2 && <1.3), filepath (>=1.4.1 && <1.5), inchworm (>=1.0.2 && <1.1), mtl (>=2.2 && <2.3), parsec (>=3.1 && <3.2), text (>=1.0 && <1.3), transformers (>=0.5 && <0.6), wl-pprint (>=1.2 && <1.3) [details] |
License | MIT |
Author | The Disciplined Disciple Compiler Strike Force |
Maintainer | Ben Lippmeier <benl@ouroborus.net> |
Category | Compilers/Interpreters |
Home page | http://disciple.ouroborus.net |
Uploaded | by BenLippmeier at 2016-09-06T07:11:59Z |
Distributions | |
Reverse Dependencies | 12 direct, 0 indirect [details] |
Downloads | 8512 total (39 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |