You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know this lib but atr first glance I see thre differents:
antonmedv/expr supports strict type safety. Gval operators try to convert types automatically.
Both libs support custom functions and variables but gval is more modular. It supports custom infix, prefix and postfix operators and even completly custome parsed and interpreted sections of the expression.
There are some syntax differences like not vs ! or matches vs ~=
No description provided.
The text was updated successfully, but these errors were encountered: