Files
actual/upcoming-release-notes/6993.md
HadiAyache f7227f4e62 Fix operator precedence grouping for */ and +/- (#6993)
* Fix operator precedence grouping for */ and +/-

* Add release note for #6993

* Fix exponent associativity and add regression test

---------

Co-authored-by: Hadi Ayache <hadiayache@Hadis-Mac-mini.local>
2026-02-17 09:23:15 +00:00

168 B

category, authors
category authors
Bugfix
HadiAyache

Fix arithmetic expression parsing so operators with the same precedence (*//, +/-) are evaluated left-to-right.