ariatemplates / hashspace

JavaScript client-side template engine
http://hashspace.ariatemplates.com
Apache License 2.0
14 stars 18 forks source link

Update peg dependency? #312

Closed jakub-g closed 9 years ago

jakub-g commented 9 years ago

We're using grunt-peg 1.0 which uses peg 0.7 under the hood. In the meantime, there was a major peg release (0.8) done (embedded with grunt-peg 1.5).

There are a number of breaking changes in 0.8 [1]

Note that peg playground [2] uses the 0.8 version which can result in some confusion when trying to experiment with current hashspace file there since the parsing results will slightly differ.

Do we want to take time to upgrade our peg file to the new release?

[1] https://github.com/dmajda/pegjs/releases/tag/v0.8.0 [2] http://pegjs.majda.cz/online

jakub-g commented 9 years ago

BTW should someone want to use peg playground with peg 0.7, the easiest option is to: