pub trait Runner<T, E>: Execute<T, E> { }
Expand description
Language runtime engine. Consumes text input conforming to a grammar, executes it, and produces the execution result as output.
See: https://asimov-specs.github.io/program-patterns/#runner