//! strop-grammar: the pure operator-pending resolver (0001 ยง5.2).
//!//! One resolver, two consumers: the app executes what this resolves, the
//! renderer previews what this resolves. No UI code in here, ever.
modparse;modresolve;#[cfg(test)]modtests;pubuseparse::parse;pubuseresolve::{
cursor_after, plan, resolve, search_all, search_backward, search_forward, ActionPlan,
PlannedTarget,};pubusetypes::*;modtypes;