evalexpr icon indicating copy to clipboard operation
evalexpr copied to clipboard

Chaining ; and , does not work

Open ISibboI opened this issue 6 years ago • 0 comments

Having a chain like a=5,5;a=5,5;a=5,5; should parse correctly, since the precedence of semicolon is lower. But it does not, and generates a deep tree instead.

ISibboI avatar Aug 29 '19 15:08 ISibboI