Skip to content

casvdrest/composable-semantics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intrinsically-Typed Definitional Interpreters à la Carte

Joint work with Casper Bach Poulsen, Arjen Rouvoet, Eelco Visser, Peter Mosses.

The code in this repository is associated with the paper Intrinsically-Typed Definitional Interpreters à la Carte, published at OOPSLA 2022. The paper, its accompanying artifact, and this repository are distributed under a CC-BY 4.0 license.

Expore

Browse the code interacively here

Familiar with Agda? Everything.agda imports all definitions.

Build instructions

Run make in the top level directory of this repository to check Everything.agda (which imports all definitions).
Run make doc in the top level directory of this repository to generate HTML documentation in docs/.

Clickable HTML

To view the code in the interactive and clickable format, open docs/Everything.html in your browser after generating the HTML.

Troubleshooting

Try

git submodule init
git submodule update --recursive

if building fails due to missing dependencies.

Dependencies

About

Composable intrincially-typed definitional interpreters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published