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.
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.6.*), containers (==0.5.*), ddc-base (==0.3.2.*), deepseq (==1.3.*), directory (==1.2.*), mtl (==2.1.*), transformers (==0.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 Fri Jul 26 09:09:49 UTC 2013 |
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
- Annot
- DDC.Core.Check
- DDC.Core.Collect
- DDC.Core.Compounds
- DDC.Core.Exp
- DDC.Core.Fragment
- DDC.Core.Lexer
- DDC.Core.Load
- DDC.Core.Module
- DDC.Core.Parser
- DDC.Core.Predicates
- DDC.Core.Pretty
- Transform
- DDC.Core.Transform.Annotate
- DDC.Core.Transform.Deannotate
- DDC.Core.Transform.LiftT
- DDC.Core.Transform.LiftX
- DDC.Core.Transform.Reannotate
- DDC.Core.Transform.Rename
- DDC.Core.Transform.SpreadX
- DDC.Core.Transform.SubstituteTX
- DDC.Core.Transform.SubstituteWX
- DDC.Core.Transform.SubstituteXX
- DDC.Core.Transform.Trim
- Type
- Core
Downloads
- ddc-core-0.3.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)