An open API service indexing awesome lists of open source software.

https://github.com/joom/modal

Compilation of modal logic based functional language ML5 to JavaScript.
https://github.com/joom/modal

agda compiler javascript logic modal-logic

Last synced: 11 months ago
JSON representation

Compilation of modal logic based functional language ML5 to JavaScript.

Awesome Lists containing this project

README

          

# modal

I am attempting at an Agda implementation of the MinML5 language described in the paper
["Modal Types for Mobile Code"](http://www.cs.cmu.edu/~tom7/papers/modal-types-for-mobile-code.pdf),
with a few changes to the language.

After the compilation of MinML5 to JavaScript, I will try to prove the correctness of the compiler.