EricSmekens / jsep

JavaScript Expression Parser
http://ericsmekens.github.io/jsep/
MIT License
827 stars 133 forks source link

assignment/update Plugin #148

Closed 6utt3rfly closed 3 years ago

6utt3rfly commented 3 years ago

Assignment and Update expression support plugin a = 2 a *= 2 a++ --a