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

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

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