disabling built-in functions
Opened this issue · 3 comments
NatanFreeman commented
Is there a way to disable the built-in functions other than simply replacing the function names in input String
s?
ISibboI commented
At the moment there is not. I was thinking of doing some sort of a
composable context before, but never got around to it.
…On Tue, 13 Sep 2022, 10.01 NatanFreeman, ***@***.***> wrote:
Is there a way to disable the built-in functions
<https://docs.rs/evalexpr/8.1.0/evalexpr/index.html#builtin-functions>
other than simply replacing the function names in input Strings?
—
Reply to this email directly, view it on GitHub
<#112>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASATXSWM73FI7O3HCW5RBDV6ARF5ANCNFSM6AAAAAAQLEAREM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
NatanFreeman commented
It would be really helpful if there was. I'm keeping this issue open as what I want is not yet possible.
hexofyore commented
I made pull request which allows user to disable builtin function using context.