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

https://github.com/ayberkt/abt

Ocaml port of CMU's ABT library (with various modifications).
https://github.com/ayberkt/abt

abstract-syntax binding substitution variable

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```