evalexpr
evalexpr copied to clipboard
Chaining ; and , does not work
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.