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: about 1 year ago
JSON representation
Tiny Imperative Language, implemenented in OCaml, see https://cs.au.dk/~amoeller/spa/
- Host: GitHub
- URL: https://github.com/semgrep/tip-ocaml
- Owner: semgrep
- Created: 2023-02-18T11:10:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T19:17:09.000Z (about 3 years ago)
- Last Synced: 2025-04-09T15:52:02.839Z (over 1 year ago)
- Language: OCaml
- Size: 53.7 KB
- Stars: 3
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`