@hackage ddc-core-eval0.4.1.3
Disciplined Disciple Compiler semantic evaluator for the core language.
Categories
License
MIT
Maintainer
Ben Lippmeier <benl@ouroborus.net>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Deprecated
Dependencies (8)
Dependents (5)
@hackage/ddci-core, @hackage/acme-everything, @hackage/ddc-build, @hackage/ddc-driver, @hackage/ddc-tools
This is a direct implementation of the operational semantics and is by no means fast, or a substitute for a real interpreter. Programs run with this evaluator will have an asymptotic complexity much worse than if they were compiled. This evaluator is intended for experimenting with the language semantics, and not running actual programs.