Skip to content

kevinawalsh/datalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datalog

This library implements a datalog system in Go. The library is split into three packages:

  • datalog -- The core datalog types and prover.
  • datalog/dlengine -- A text-based intepreter that serves as a front-end to the datalog prover.
  • datalog/dlprim -- Custom datalog primitives, like the Equals predicate.

Setup

After installing a suitable version of Go, run:

go get github.com/kevinawalsh/datalog

Documentation

See the sources, or view the documentation here:

About

A datalog prover and interpreter in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages