New release

This commit is contained in:
Knut Sveidqvist
2016-05-29 19:18:04 +02:00
parent 0ab0be01c2
commit d8929db208
28 changed files with 41 additions and 59026 deletions

View File

@@ -1,4 +1,4 @@
/* parser generated by jison 0.4.15 */
/* parser generated by jison 0.4.17 */
/*
Returns a Parser object of the following structure:
@@ -71,7 +71,7 @@
recoverable: (boolean: TRUE when the parser has a error recovery rule available for this particular error)
}
*/
var gantt = (function(){
var parser = (function(){
var o=function(k,v,o,l){for(o=o||{},l=k.length;l--;o[k[l]]=v);return o},$V0=[6,8,10,11,12,13,14],$V1=[1,9],$V2=[1,10],$V3=[1,11],$V4=[1,12];
var parser = {trace: function trace() { },
yy: {},
@@ -122,7 +122,7 @@ parseError: function parseError(str, hash) {
this.message = msg;
this.hash = hash;
}
_parseError.prototype = new Error();
_parseError.prototype = Error;
throw new _parseError(str, hash);
}
@@ -639,9 +639,9 @@ return new Parser;
if (typeof require !== 'undefined' && typeof exports !== 'undefined') {
exports.parser = gantt;
exports.Parser = gantt.Parser;
exports.parse = function () { return gantt.parse.apply(gantt, arguments); };
exports.parser = parser;
exports.Parser = parser.Parser;
exports.parse = function () { return parser.parse.apply(parser, arguments); };
exports.main = function commonjsMain(args) {
if (!args[1]) {
console.log('Usage: '+args[0]+' FILE');