Skip to content

A tiny (<100 LOC), toy implementation of Datalog in Typescript.

Notifications You must be signed in to change notification settings

d4hines/datalog-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datalog-ts

A tiny (<100 LOC), toy implementation of Datalog. I can't take much credit - it's mostly a faithful translation of @rntz's Racket implementation. The one elaboration is I add negation; however, I don't enforce stratification, so it's possible to get inconsistent results if you give a bad query.

Examples in the test file.

About

A tiny (<100 LOC), toy implementation of Datalog in Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published