ayberkt / abt

Ocaml port of CMU's ABT library (with various modifications).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abt

Ocaml port of CMU's ABT library (with various modifications).

examples

To build:

dune build examples/foo.exe
dune build examples/untyped.exe

To run:

./_build/default/examples/foo.exe
./_build/default/examples/untyped.exe

About

Ocaml port of CMU's ABT library (with various modifications).


Languages

Language:OCaml 99.1%Language:Standard ML 0.9%