Files
wren/doc/site
Bob Nystrom 7265935df4 fix: correct operator precedence table in syntax docs to match actual implementation
The precedence table in doc/site/syntax.markdown had several operators listed at wrong priority levels. This commit reorders the table so that comparison operators (<, <=, >, >=) are at level 10, equality operators (==, !=) at level 12, and bitwise operators (&, ^, |) at levels 7-9, aligning with the true precedence hierarchy.
2016-02-27 18:14:09 +00:00
..