ruff/crates/ruff_python_parser/src
Charlie Marsh 35ba3c91ce
Use `u64` instead of `i64` in Int type (#11356)
## Summary

I believe the value here is always unsigned, since we represent `-42` as
a unary operator on `42`.
2024-05-10 13:35:15 +00:00
..
lexer Simplify formatting of strings by using flags from the AST nodes (#10489) 2024-03-20 16:16:54 +00:00
parser Refactor the `ExprDict` node (#11267) 2024-05-07 11:46:10 +00:00
snapshots Use `u64` instead of `i64` in Int type (#11356) 2024-05-10 13:35:15 +00:00
error.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
lexer.rs Use `u64` instead of `i64` in Int type (#11356) 2024-05-10 13:35:15 +00:00
lib.rs Add basic docs for the parser crate (#11199) 2024-04-29 17:08:07 +00:00
soft_keywords.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
string.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
token.rs Add basic docs for the parser crate (#11199) 2024-04-29 17:08:07 +00:00
token_set.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
token_source.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
typing.rs Add basic docs for the parser crate (#11199) 2024-04-29 17:08:07 +00:00