jj/lib
Yuya Nishihara a90c9960ba revset: leverage PrattParser to parse infix (or set) expression
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
2022-11-17 01:11:08 +09:00
..
src revset: leverage PrattParser to parse infix (or set) expression 2022-11-17 01:11:08 +09:00
tests revset: add empty() predicate to find commits with no file change 2022-11-16 08:50:33 +09:00
testutils backend: rename NormalFile to just File 2022-11-14 23:36:43 -08:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump insta from 1.21.0 to 1.21.1 2022-11-15 08:47:56 -08:00