pub fn algol_pratt_shape(table: PrattTable, inner: Arc<dyn Shape>) -> PrattShapeExpand description
Build a PrattShape that parses string expressions through the Algol
Pratt parser before matching inner.
pub fn algol_pratt_shape(table: PrattTable, inner: Arc<dyn Shape>) -> PrattShapeBuild a PrattShape that parses string expressions through the Algol
Pratt parser before matching inner.