nicklockwood / Expression

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

Crash when postfix operator is immediately followed by parenthesis #5

Closed dcutting closed 7 years ago

dcutting commented 7 years ago

Crashes trying to evaluate expression min(30, 50%).

nicklockwood commented 7 years ago

Fixed in 0.4.0. Thanks!