enso/lib/rust/parser/debug
Kaz Wesley 75fda33837
Fix precedence of -1.x (#5830)
Fixes #5826.

# Important Notes
- Change frontend representation of negation.
- Fix a precedence issue: The `.` operators in -1.x and -1.2 must have different precedences.
- Remove a no-longer-needed special case from backend translation.
- Add tests for this case after all translations.
2023-03-17 18:53:34 +00:00
..
src Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
tests Fix precedence of -1.x (#5830) 2023-03-17 18:53:34 +00:00
Cargo.toml Qualified defs (#3785) 2022-10-12 17:40:16 +00:00