ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
325 stars 54 forks source link

Chaining ; and , does not work #63

Open ISibboI opened 5 years ago

ISibboI commented 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.