nicklockwood / Expression

A cross-platform Swift library for evaluating mathematical expressions at runtime
MIT License
829 stars 51 forks source link

Cannot evaluate when postfix operator immediately followed by comma #6

Closed dcutting closed 7 years ago

dcutting commented 7 years ago

Cannot evaluate expression min(50%, 30).

Error is "Undefined prefix operator ,".

nicklockwood commented 7 years ago

Fixed in 0.4.0. Thanks!