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

https://github.com/semgrep/tip-ocaml

Tiny Imperative Language, implemenented in OCaml, see https://cs.au.dk/~amoeller/spa/
https://github.com/semgrep/tip-ocaml

Last synced: 5 months ago
JSON representation

Tiny Imperative Language, implemenented in OCaml, see https://cs.au.dk/~amoeller/spa/

Awesome Lists containing this project

README

        

# TIP-ocaml

See https://cs.au.dk/~amoeller/spa/ for more information.

# Dev Setup:

`opam switch create tip 4.14.0`
`make setup`

Check out the Semgrep repo, and in it, run:

`make dev-setup`
`make core`
`dune install`

To run:

`./_build/default/src/main/Main.exe`