Grammar: replace JSCC by Jison
http://zaach.github.io/jison/about/ Jison is maintained and used by other JS projects (like Coffeescript)
Showing
... | @@ -36,7 +36,6 @@ | ... | @@ -36,7 +36,6 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git", | "renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git", | ||
"jscc-node": "0.3.x", | |||
"grunt": "0.4.x", | "grunt": "0.4.x", | ||
"grunt-cli": "~0.1.11", | "grunt-cli": "~0.1.11", | ||
"grunt-contrib-concat": "0.3.x", | "grunt-contrib-concat": "0.3.x", | ||
... | @@ -47,6 +46,7 @@ | ... | @@ -47,6 +46,7 @@ |
"grunt-jslint": "~1.0.0", | "grunt-jslint": "~1.0.0", | ||
"lz-string": "^1.4.4", | "lz-string": "^1.4.4", | ||
"sinon": "~1.7.3", | "sinon": "~1.7.3", | ||
"jison": "~0.4.16", | |||
"connect-livereload": "~0.3.0", | "connect-livereload": "~0.3.0", | ||
"grunt-open": "~0.2.2", | "grunt-open": "~0.2.2", | ||
"grunt-contrib-connect": "~0.5.0" | "grunt-contrib-connect": "~0.5.0" | ||
... | ... |
Please register or sign in to comment