Files
rose-ash/lib
giles f33a8d69f5
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 23s
datalog: dl-eval source + query convenience (181/181)
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.
2026-05-08 09:41:02 +00:00
..