Skip to content

timjs/symbolic-tophat-haskell

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
exp
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Symbolic TopHat

This repo contains a symbolic execution engine for TopHat, a formalisation of Task-Oriented Programming. The code here is a deep embedding of the entire TopHat language, including the underlying lambda calculus, on which TopHat is built. For an embedding with Haskell as host language, take a look at the TopHat Haskell implementation.

Paper

The paper behind all this code is published at IFL'19. Read the paper for more background.

Building

Clone the repository and build it by running Cabal's new commands:

git clone https://github.com/timjs/symbolic-tophat-haskell.git
cd tophat-haskell
cabal new-build
cabal new-run

You'll need GHC-8.6 or newer.

About

Symbolic execution of the TopHat language

Resources

License

Stars

Watchers

Forks

Packages

No packages published