3 Commits

Author SHA1 Message Date
Derek Lieu
5972c7f6d6
Enable support for objects, loosen validation for literals (#35)
* Update build deps, jsep and jsep plugin

* Resolve external deps

* Update style spec, add new expression operators

* Loosen up some validation on console logs

* Stop throwing on non-array literals, handle objects

* Support objects on the other end

* Add some nested examples

* Bump travis node version to 14

* Remove blocklist

* Rename

* Update changelog

* Insert spaces in stringified objects
2021-09-24 11:04:39 -07:00
samanpwbb
40f73e63f1 add new expressions operators, closes #26
This PR increments the spec dependency, which introduces new expressions. It also  blacklists a subset of the new expressions that are not compatible with the jamsession syntax
2018-05-03 23:08:36 -06:00
David Clark
df8aa99889 Whitelist operators to allow for non-expression arrays (#24)
Whitelist operators to allow for non-expression arrays. Treat ! as a prefix operator, rather than an infix operator.
2018-03-30 13:51:03 -04:00