@hackage / ddc-core-eval

Disciplined Disciple Compiler semantic evaluator for the core language.

Version Deprecated package0.4.1.3

About

Metadata

  • Last updated , by BenLippmeier
  • License MIT
  • Categories Compilers and Interpreters
  • Maintained by: Ben Lippmeier <benl@ouroborus.net>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

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.