Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 864 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 864 Bytes

gsrinfer

Build Status

A type reconstruction algorithm implementation for the implicitly and gradually typed language with shift and reset.

Try it online!! https://gsrinfer.ymyzk.com

Usage

Compile & Run

omake
./src/main/main

Run unit tests

omake test

Requirements

  • OCaml 4.02+
  • OMake
  • Menhir
  • OUnit2
  • js_of_ocaml

References