2026-01-12 16:10:51 -05:00
|
|
|
# Revision history for toy-datalog
|
|
|
|
|
|
2026-01-16 01:27:32 -05:00
|
|
|
## unreleased
|
|
|
|
|
|
|
|
|
|
* We have a basic parser and a very naive evaluator for datalog programs that can extend a database with all the facts which are immediate
|
|
|
|
|
consequences of the rules and the current (initially empty) relations, which can be iterated to a fixed point to produce all consequences.
|
2026-01-12 16:10:51 -05:00
|
|
|
|