Shivam Agarwal
Shivam Agarwal
`add` function is not getting picked up only. The program fails at compile step. Sharing go dev playground link: https://go.dev/play/p/3GNKkZ0OezT where it shows this error.
> > You would probably need to reimplement / copy the ident extension inside gval and pass the variable name through the context of the parser. Maybe by storing an...
Hi @generikvault When I am trying to use gval.VariableAnalytics() in my code, I am getting compilation error with `VariableAnalytics not declared by package gval` Please can you share more on...
@skyf0cker Do you know if there is any other alternative for getting list of variables and functions from expression. It will be very helpful.