funcons-tools

A modular interpreter for executing funcons

http://plancomps.org

Latest on Hackage:0.2.0.15

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by L. Thomas van Binsbergen and Neil Sculthorpe

The PLanCompS project (http://plancomps.org) has developed a component-based approach to formal semantics. The semantics of a language is defined by translating its constructs to combinations of `fundamental constructs' called funcons.

This package provides a collection of highly reusable funcons in Funcons.Core, an interpreter for these funcons and means for defining new funcons.

The executable provided by this package is an interpreter for running terms constructed from the collection of funcons provided by Funcons.Core. How this executable is used is explained in Funcons.Tools.

Additional funcons can be defined with the helper functions provided by Funcons.EDSL. The module Funcons.Tools provides functions for creating executables by extending the main interpreter with additional funcons.