rsaeb 0.8.0

A no_std + alloc interpreter for A=B ordered rewrite programs.
Documentation
1
2
3
4
5
6
7
8
mod canonical;
mod model;

pub(crate) use canonical::canonical_source;
pub(crate) use model::{
    Action, OnceRuleCount, OnceRuleSlot, ParsedRule, Rule, RuleAnchorSyntax, RuleBody, RuleHead,
    RuleRepeatState, RuleRepeatSyntax,
};