evalexpr
evalexpr copied to clipboard
Add type-unsafe context
Add a context type that does not enforce variables to be typed
This would be useful for allowing empty variables to be modified by the expression.
Here's one way to accomplish this. https://github.com/ISibboI/evalexpr/pull/165