ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
320 stars 52 forks source link

Add type-unsafe context #67

Open ISibboI opened 5 years ago

ISibboI commented 5 years ago

Add a context type that does not enforce variables to be typed

FruitieX commented 9 months ago

This would be useful for allowing empty variables to be modified by the expression.

FruitieX commented 9 months ago

Here's one way to accomplish this. https://github.com/ISibboI/evalexpr/pull/165