ISibboI / evalexpr

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

Cannot use assignments in eval functions without context #45

Closed ISibboI closed 5 years ago

ISibboI commented 5 years ago

eval("a = 5; a")

ISibboI commented 5 years ago

Implemented and tested

ISibboI commented 5 years ago

Documented