amitaiirron
amitaiirron
I ended up fixing this in my evaluator. In addition to the issue of precedence among binary operators, I later discovered that binary operators do not even have precedence over...
Another option is to get the BNF in the standard to change such that priorities are reflected. Prioritizing all binary expressions would really add significant complexity, but just prioritizing conditionals...
> As part of my day job, I am part of some standardization bodies. In my opinion "quickly" changing a standard that has been out there for some time is...