Files
rose-ash/lib/datalog/scoreboard.md
giles 5bcda5c88c
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 35s
datalog: tokenizer raises on unterminated string + quoted atom (251/251)
Bug: read-quoted ran to EOF silently when the closing quote was
missing. The token's value was whatever ran-to-end string had been
accumulated; the parser later saw an unexpected EOF, but the error
message blamed the wrong location ("expected `)` got eof") and
hid the real problem.

Fix: read-quoted now raises with a message that distinguishes
strings from quoted atoms, including the position where the
opening quote was lost. The escape-sequence handling and proper
closing are unaffected.

2 new tokenize tests.
2026-05-10 21:05:28 +00:00

421 B

datalog scoreboard

251 / 251 passing (0 failure(s)).

Suite Passed Total Status
tokenize 29 29 ok
parse 22 22 ok
unify 28 28 ok
eval 36 36 ok
builtins 23 23 ok
semi_naive 8 8 ok
negation 10 10 ok
aggregates 20 20 ok
api 20 20 ok
magic 34 34 ok
demo 21 21 ok