julesfern / spahql

A query language for Javascript data. Extracted from Spah.
MIT License
325 stars 20 forks source link

Add '=' as a synonym for '==' #15

Open dubiousdavid opened 11 years ago

dubiousdavid commented 11 years ago

It would be really nice to have '=' be a synonym for '=='. Right now using '=' returns a boolean true expression. This would also align a little more with Xpath. Let me know what you think.

David