noolsjs / nools

Rete based rules engine written in javascript
http://noolsjs.com/
MIT License
949 stars 181 forks source link

fix #157 parsing error with null/true/false, jison 0.4.17 #204

Closed DevSide closed 8 years ago

DevSide commented 8 years ago

fix #157 parsing error with null/true/false In some case like ==null or !=true without whitespace, keywords were considered as an identifier instead of a value.