issues
search
EricSmekens
/
jsep
JavaScript Expression Parser
http://ericsmekens.github.io/jsep/
MIT License
836
stars
136
forks
source link
Fix additional_identifier_chars with `_`
#138
Closed
6utt3rfly
closed
3 years ago
6utt3rfly
commented
3 years ago
Also Fix omitting second binaryOp if precedence is zero (or not set), since it breaks after reading the binaryOp from the string, but then ignoring it.
LeaVerou
commented
3 years ago
Whoops, thanks!