//! Pratt parsing root for the Algol codec, aggregating the `parser`
//! (precedence-climbing engine) and `table` (operator definitions) submodules
//! and re-exporting `PrattParser`, `default_pratt_table`, and `supports_pratt`.
modparser;modtable;pubuseparser::PrattParser;pubusetable::{default_pratt_table, supports_pratt};