This website requires JavaScript.
Explore
Help
Register
Sign In
cale
/
toy-datalog
Watch
1
Star
0
Fork
0
You've already forked toy-datalog
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Cale Gibbard
a775f753e0
Fix a bug in projectTuple where it wasn't ensuring that variables that appeared multiple times were bound to the same thing in the resulting set of tuples.
2026-01-26 12:18:29 -05:00
app
Initial commit with basic datalog parser and abstract syntax
2026-01-12 16:10:51 -05:00
src
Fix a bug in projectTuple where it wasn't ensuring that variables that appeared multiple times were bound to the same thing in the resulting set of tuples.
2026-01-26 12:18:29 -05:00
test
Add basic evaluation, improved testing, some facilities to help testing by hand at ghci prompt
2026-01-16 01:05:19 -05:00
.gitignore
Initial commit with basic datalog parser and abstract syntax
2026-01-12 16:10:51 -05:00
CHANGELOG.md
Fix parsing of constants (no longer allow empty string or uppercase start).
2026-01-22 13:36:54 -05:00
LICENSE
Initial commit with basic datalog parser and abstract syntax
2026-01-12 16:10:51 -05:00
toy-datalog.cabal
Add basic evaluation, improved testing, some facilities to help testing by hand at ghci prompt
2026-01-16 01:05:19 -05:00
Description
Toy Datalog Implementation
BSD-2-Clause
50
KiB
Languages
Haskell
100%