Beta release: Predicated Recursive Descent for Rust
Summary
The post introduces pred recdec, a Rust library for writing BNF-like grammars that drive handwritten recursive-descent parsers. It positions the tool as a middle ground between handwritten parsers and parser generators, with explicit control flow and guard-based customization, plus performance notes and example grammars. It provides links to GitHub and crates.io for hands-on exploration.