Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 23s
Single-call entry: dl-eval source-string query-string parses both, builds a db via dl-program, saturates implicitly, runs the query (extracted from the parsed `?- ...` clause), and returns the substitution list. Most user-friendly path: (dl-eval "parent(a, b). ..." "?- ancestor(a, X).") 2 new api tests cover ancestor and multi-goal usage.
17 lines
396 B
Markdown
17 lines
396 B
Markdown
# datalog scoreboard
|
|
|
|
**181 / 181 passing** (0 failure(s)).
|
|
|
|
| Suite | Passed | Total | Status |
|
|
|-------|--------|-------|--------|
|
|
| tokenize | 26 | 26 | ok |
|
|
| parse | 18 | 18 | ok |
|
|
| unify | 28 | 28 | ok |
|
|
| eval | 25 | 25 | ok |
|
|
| builtins | 19 | 19 | ok |
|
|
| semi_naive | 8 | 8 | ok |
|
|
| negation | 10 | 10 | ok |
|
|
| aggregates | 16 | 16 | ok |
|
|
| api | 13 | 13 | ok |
|
|
| demo | 18 | 18 | ok |
|