https://github.com/philzook58/hashlog
Datalog on a Hash Cons
https://github.com/philzook58/hashlog
Last synced: 7 months ago
JSON representation
Datalog on a Hash Cons
- Host: GitHub
- URL: https://github.com/philzook58/hashlog
- Owner: philzook58
- Created: 2022-05-28T15:53:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T01:34:26.000Z (over 3 years ago)
- Last Synced: 2025-01-08T15:35:46.567Z (9 months ago)
- Language: OCaml
- Size: 2.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hashlog
Note, parser is borrowed from https://github.com/c-cube/datalog
To build
```
dune build js/main.bc.js --release
cp _build/default/js/main.bc.js main.bc.js
```