Skip to content

A naïve, bottom-up Datalog interpreter based on explicit substitutions, rather than relational joins. Just an experiment, not an efficient engine!

License

Notifications You must be signed in to change notification settings

langston-barrett/dlsubst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlsubst

A naïve, bottom-up Datalog interpreter based on explicit substitutions, rather than relational joins. Just an experiment, not an efficient engine!

Test

cabal run test:dlsubst-test -- --hedgehog-discards 1024

Transitive closure:

echo "a,b\nb,c" | cabal run exe:dlsubst

About

A naïve, bottom-up Datalog interpreter based on explicit substitutions, rather than relational joins. Just an experiment, not an efficient engine!

Topics

Resources

License

Stars

Watchers

Forks