Open ISibboI opened 5 years ago
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.
a=5,5;a=5,5;a=5,5;
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.