mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 23:55:54 +00:00
a90c9960ba
Apparently, this is new feature introduced in pest 2.4.0. It allows us to easily enforce operator precedence. I think the whole expression post-parsing can be migrated to PrattParser, but let's start small. We might want to add a weird rule to the range_expression layer in future. https://github.com/pest-parser/pest/releases/tag/v2.4.0 https://docs.rs/pest/latest/pest/pratt_parser/struct.PrattParser.html#example |
||
---|---|---|
.. | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |