Skip to content

cyberglot/composable-semantics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intrinsically-Typed Definitional Interpreters à la Carte

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

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Agda 99.7%
  • Makefile 0.3%