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(\"FACT lonely\\n\")"
---
Syntax Error at line 1, col 6: FACT expects an atom: <Subject> <predicate> [<object>]
  | FACT lonely
  |      ^--- here