expr-lang / expr

Expression language and expression evaluation for Go
https://expr-lang.org
MIT License
5.85k stars 378 forks source link

Invoke the Deref function as needed for the function arguments. #651

Closed ckganesan closed 1 month ago

ckganesan commented 1 month ago

This pull request to invoke the Deref function only when it's necessary for the function arguments.

ckganesan commented 1 month ago

@antonmedv Could you please review this pull request