Files
rose-ash/lib/prolog/tests
giles 2075db62ba
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
Add :- to op table (prec 1200 xfx); enable assert/asserta/assertz with rule terms
- parser.sx: add (":-" 1200 "xfx") to pl-op-table so (head :- body) parses
  inside paren expressions (parens reset prec to 1200, allowing xfx match)
- parser.sx: extend pl-token-op to accept "op" token type, not just "atom",
  since the tokenizer emits :- as {:type "op" :value ":-"}
- tests/assert_rules.sx: 15 new tests covering assertz/asserta with rule
  terms, conjunction in rule body, recursive rules, and ordering
- conformance.sh: wire in assert_rules suite
- 456 → 471 tests, all passing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 13:22:09 +00:00
..