elenchus-parser 0.2.0

English-like DSL parser for the elenchus reasoning engine (facts, premises, rules, checks).
Documentation
1
2
3
4
5
6
7
---
source: crates/elenchus-parser/tests/errors.rs
expression: "err(\"PREMISE wings_need_bone:\\n    WHEN Creature.A has flying\\nCHECK Creature.A\\n\")"
---
Syntax Error at line 3, col 1: expected THEN to complete the WHEN ... THEN implication
  | CHECK Creature.A
  | ^--- here