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
- Core
- DDC.Core.Call
- DDC.Core.Check
- DDC.Core.Collect
- DDC.Core.Exp
- DDC.Core.Exp.Annot
- Generic
- Simple
- DDC.Core.Fragment
- DDC.Core.Lexer
- DDC.Core.Load
- DDC.Core.Module
- DDC.Core.Parser
- DDC.Core.Pretty
- Transform
- DDC.Core.Transform.Annotate
- DDC.Core.Transform.BoundT
- DDC.Core.Transform.BoundX
- DDC.Core.Transform.Deannotate
- DDC.Core.Transform.MapT
- DDC.Core.Transform.Reannotate
- DDC.Core.Transform.Rename
- DDC.Core.Transform.SpreadX
- DDC.Core.Transform.SubstituteTX
- DDC.Core.Transform.SubstituteWX
- DDC.Core.Transform.SubstituteXX
- Type
- Core
Downloads
- ddc-core-0.4.2.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.9), containers (>=0.5 && <0.6), ddc-base (>=0.4.2 && <0.4.3), deepseq (>=1.3 && <1.5), directory (>=1.2 && <1.3), mtl (>=2.2.1 && <2.2.2), text (>=1.0 && <1.3), transformers (>=0.4 && <0.5) [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-04-30T12:03:59Z |
Distributions | |
Reverse Dependencies | 12 direct, 0 indirect [details] |
Downloads | 8592 total (12 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] |