ddc-core: Disciple 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 features of
System-F2 it supports region, effect and closure typing. Evaluation order is
left-to-right call-by-value by default, but explicit lazy evaluation is also supported.
There is also a capability system to track whether objects are mutable or constant,
and to ensure that computations that perform visible side effects are not suspended with
lazy evaluation.
See the ddci-core
package for a user-facing interpreter.
Versions | 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.*), base (==4.5.*), containers (==0.4.*), ddc-base (==0.2.0.*), mtl (==2.0.*), transformers (==0.2.*) [details] |
License | MIT |
Author | Ben Lippmeier |
Maintainer | benl@ouroborus.net |
Category | Compilers/Interpreters |
Home page | http://disciple.ouroborus.net |
Bug tracker | disciple@ouroborus.net |
Uploaded | by BenLippmeier at Wed Feb 15 13:10:07 UTC 2012 |
Distributions | NixOS:0.4.3.1 |
Downloads | 3744 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Modules
[Index]
- DDC
- Core
- Type
- DDC.Type.Check
- DDC.Type.Check.CheckCon
- DDC.Type.Check.CheckError
- DDC.Type.Check.Monad
- DDC.Type.Compounds
- DDC.Type.Env
- DDC.Type.Equiv
- DDC.Type.Exp
- DDC.Type.Parser
- DDC.Type.Predicates
- DDC.Type.Rewrite
- DDC.Type.Subsumes
- DDC.Type.Sum
- Transform
- DDC.Type.Universe
- DDC.Type.Check
Downloads
- ddc-core-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)