-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change expression evaluation package #172
Comments
https://github.com/benhoyt/goawk seems a good choice too. |
https://github.com/PaesslerAG/gval looks great! |
I hacked up a quick and dirty Expr does date math out of the box (which could solve #213):
I basically copied |
@moorereason That's great! |
Well, after fixing the speed. I think it's not bad now. |
Since https://github.com/Knetic/govaluate is not active anymore, I plan to replace it with https://github.com/antonmedv/expr.
Related commands:
filter2
,mutate2
.It looks great! https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md
The text was updated successfully, but these errors were encountered: