Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 248 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 248 Bytes

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