ssw/doc/pest/prec_climber/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
406 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["Assoc","Associativity of an `Operator`."]],"struct":[["Operator","Infix operator used in `PrecClimber`."],["PrecClimber","List of operators and precedences, which can perform precedence climbing on infix expressions contained in a `Pairs`. The token pairs contained in the `Pairs` should start with a primary pair and then alternate between an operator and a primary."]]};