Skip to main content

algol_pratt_shape

Function algol_pratt_shape 

Source
pub fn algol_pratt_shape(table: PrattTable, inner: Arc<dyn Shape>) -> PrattShape
Expand description

Build a PrattShape that parses string expressions through the Algol Pratt parser before matching inner.