Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 295 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 295 Bytes

datalogJS

A simple datalog query engine, implemented in 100 lines of Javascript. Accompaniment to the "Datalog in Javascript" essay

npm i 
npm run test

To study the algorithm, start with matchVariable, querySingle, and actualize.