remedy
is an experimental application that provides an interface into written prose
for applications using a grammar specified by the user. It is written in Rust for efficiency and reliability.
Grammars are specified using a parsing expression grammar implemented into Rust called pest. The parse-tree is then queried to produce a concrete data structure using trql.
See the example inputs below to see how the grammar is parsed and queried and try some of the exercises.