Now a REAL lib
This commit is contained in:
1
doc/pest/pratt_parser/sidebar-items.js
Normal file
1
doc/pest/pratt_parser/sidebar-items.js
Normal file
@ -0,0 +1 @@
|
||||
window.SIDEBAR_ITEMS = {"enum":[["Assoc","Associativity of an infix binary operator, used by `Op::infix(Assoc)`."]],"struct":[["Op","An operator that corresponds to a rule."],["PrattParser","Struct containing operators and precedences, which can perform Pratt parsing on primary, prefix, postfix and infix expressions over `Pairs`. The tokens in `Pairs` should alternate in the order: `prefix* ~ primary ~ postfix* ~ (infix ~ prefix* ~ primary ~ postfix*)*`"],["PrattParserMap","Product of calling `map_primary` on `PrattParser`, defines how expressions should be mapped."]]};
|
||||
Reference in New Issue
Block a user