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/
- Host: GitHub
- URL: https://github.com/semgrep/tip-ocaml
- Owner: semgrep
- Created: 2023-02-18T11:10:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T19:17:09.000Z (about 2 years ago)
- Last Synced: 2024-11-17T13:16:07.898Z (7 months ago)
- Language: OCaml
- Size: 53.7 KB
- Stars: 3
- Watchers: 21
- 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`