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
Currently we have only the option to create custom functions and use them on manually created expressions.
If we want to use them on a parse expression, it is currently not supported.
For example, I need to add a min & max operations (IDK why they are not included by default) and I cannot use them on parsed expressions.
It would be useful if we could add custom Tokens into the lexer.
The text was updated successfully, but these errors were encountered:
The existing CustomFunction class isn't super useful right now for the use case you're after.
Have a look at #54 which introduces a facility to specify your own Dart handler code for functions, and also adds parser support.
Would that solve your issue?
Currently we have only the option to create custom functions and use them on manually created expressions.
If we want to use them on a parse expression, it is currently not supported.
For example, I need to add a min & max operations (IDK why they are not included by default) and I cannot use them on parsed expressions.
It would be useful if we could add custom Tokens into the lexer.
The text was updated successfully, but these errors were encountered: