UNPKG

cordova-plugin-enable-bitcode

Version:
1,844 lines (1,651 loc) 47.2 kB
module.exports = (function() { /* * Generated by PEG.js 0.8.0. * * http://pegjs.majda.cz/ */ function peg$subclass(child, parent) { function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); } function SyntaxError(message, expected, found, offset, line, column) { this.message = message; this.expected = expected; this.found = found; this.offset = offset; this.line = line; this.column = column; this.name = "SyntaxError"; } peg$subclass(SyntaxError, Error); function parse(input) { var options = arguments.length > 1 ? arguments[1] : {}, peg$FAILED = {}, peg$startRuleFunctions = { Project: peg$parseProject }, peg$startRuleFunction = peg$parseProject, peg$c0 = peg$FAILED, peg$c1 = null, peg$c2 = function(headComment, obj) { var proj = Object.create(null) proj.project = obj if (headComment) { proj.headComment = headComment } return proj; }, peg$c3 = "{", peg$c4 = { type: "literal", value: "{", description: "\"{\"" }, peg$c5 = "}", peg$c6 = { type: "literal", value: "}", description: "\"}\"" }, peg$c7 = function(obj) { return obj }, peg$c8 = function() { return Object.create(null) }, peg$c9 = [], peg$c10 = function(head, tail) { if (tail) return merge(head,tail) else return head }, peg$c11 = function(head, tail) { if (tail) return merge(head,tail) else return head }, peg$c12 = "=", peg$c13 = { type: "literal", value: "=", description: "\"=\"" }, peg$c14 = ";", peg$c15 = { type: "literal", value: ";", description: "\";\"" }, peg$c16 = function(id, val) { var result = Object.create(null); result[id] = val return result }, peg$c17 = function(commentedId, val) { var result = Object.create(null), commentKey = commentedId.id + '_comment'; result[commentedId.id] = val; result[commentKey] = commentedId[commentKey]; return result; }, peg$c18 = function(id, commentedVal) { var result = Object.create(null); result[id] = commentedVal.value; result[id + "_comment"] = commentedVal.comment; return result; }, peg$c19 = function(id, comment) { var result = Object.create(null); result.id = id; result[id + "_comment"] = comment.trim(); return result }, peg$c20 = function(literal, comment) { var result = Object.create(null) result.comment = comment.trim(); result.value = literal.trim(); return result; }, peg$c21 = /^[^*]/, peg$c22 = { type: "class", value: "[^*]", description: "[^*]" }, peg$c23 = function(body) { return body.join('') }, peg$c24 = "/*", peg$c25 = { type: "literal", value: "/*", description: "\"/*\"" }, peg$c26 = "*/", peg$c27 = { type: "literal", value: "*/", description: "\"*/\"" }, peg$c28 = function(begin, fields) { var section = Object.create(null); section[begin.name] = fields return section }, peg$c29 = "/* Begin ", peg$c30 = { type: "literal", value: "/* Begin ", description: "\"/* Begin \"" }, peg$c31 = " section */", peg$c32 = { type: "literal", value: " section */", description: "\" section */\"" }, peg$c33 = function(sectionName) { return { name: sectionName } }, peg$c34 = "/* End ", peg$c35 = { type: "literal", value: "/* End ", description: "\"/* End \"" }, peg$c36 = "(", peg$c37 = { type: "literal", value: "(", description: "\"(\"" }, peg$c38 = ")", peg$c39 = { type: "literal", value: ")", description: "\")\"" }, peg$c40 = function(arr) { return arr }, peg$c41 = function() { return [] }, peg$c42 = function(head, tail) { if (tail) { tail.unshift(head); return tail; } else { return [head]; } }, peg$c43 = function(val) { return val }, peg$c44 = function(val, comment) { var result = Object.create(null); result.value = val.trim(); result.comment = comment.trim(); return result; }, peg$c45 = ",", peg$c46 = { type: "literal", value: ",", description: "\",\"" }, peg$c47 = void 0, peg$c48 = /^[A-Za-z0-9_.]/, peg$c49 = { type: "class", value: "[A-Za-z0-9_.]", description: "[A-Za-z0-9_.]" }, peg$c50 = function(id) { return id.join('') }, peg$c51 = ".", peg$c52 = { type: "literal", value: ".", description: "\".\"" }, peg$c53 = function(decimal) { // store decimals as strings // as JS doesn't differentiate bw strings and numbers return decimal.join('') }, peg$c54 = function(number) { return parseInt(number.join(''), 10) }, peg$c55 = function(str) { return '"' + str + '"' }, peg$c56 = function(str) { return str.join('') }, peg$c57 = { type: "any", description: "any character" }, peg$c58 = function(char) { return char }, peg$c59 = "\\", peg$c60 = { type: "literal", value: "\\", description: "\"\\\\\"" }, peg$c61 = function() { return '\\"' }, peg$c62 = function(literal) { return literal.join('') }, peg$c63 = /^[^;,\n]/, peg$c64 = { type: "class", value: "[^;,\\n]", description: "[^;,\\n]" }, peg$c65 = "//", peg$c66 = { type: "literal", value: "//", description: "\"//\"" }, peg$c67 = function(contents) { return contents }, peg$c68 = function(contents) { return contents.join('') }, peg$c69 = /^[0-9]/, peg$c70 = { type: "class", value: "[0-9]", description: "[0-9]" }, peg$c71 = /^[A-Za-z]/, peg$c72 = { type: "class", value: "[A-Za-z]", description: "[A-Za-z]" }, peg$c73 = "\"", peg$c74 = { type: "literal", value: "\"", description: "\"\\\"\"" }, peg$c75 = { type: "other", description: "whitespace" }, peg$c76 = /^[\t ]/, peg$c77 = { type: "class", value: "[\\t ]", description: "[\\t ]" }, peg$c78 = /^[\n\r]/, peg$c79 = { type: "class", value: "[\\n\\r]", description: "[\\n\\r]" }, peg$currPos = 0, peg$reportedPos = 0, peg$cachedPos = 0, peg$cachedPosDetails = { line: 1, column: 1, seenCR: false }, peg$maxFailPos = 0, peg$maxFailExpected = [], peg$silentFails = 0, peg$result; if ("startRule" in options) { if (!(options.startRule in peg$startRuleFunctions)) { throw new Error("Can't start parsing from rule \"" + options.startRule + "\"."); } peg$startRuleFunction = peg$startRuleFunctions[options.startRule]; } function text() { return input.substring(peg$reportedPos, peg$currPos); } function offset() { return peg$reportedPos; } function line() { return peg$computePosDetails(peg$reportedPos).line; } function column() { return peg$computePosDetails(peg$reportedPos).column; } function expected(description) { throw peg$buildException( null, [{ type: "other", description: description }], peg$reportedPos ); } function error(message) { throw peg$buildException(message, null, peg$reportedPos); } function peg$computePosDetails(pos) { function advance(details, startPos, endPos) { var p, ch; for (p = startPos; p < endPos; p++) { ch = input.charAt(p); if (ch === "\n") { if (!details.seenCR) { details.line++; } details.column = 1; details.seenCR = false; } else if (ch === "\r" || ch === "\u2028" || ch === "\u2029") { details.line++; details.column = 1; details.seenCR = true; } else { details.column++; details.seenCR = false; } } } if (peg$cachedPos !== pos) { if (peg$cachedPos > pos) { peg$cachedPos = 0; peg$cachedPosDetails = { line: 1, column: 1, seenCR: false }; } advance(peg$cachedPosDetails, peg$cachedPos, pos); peg$cachedPos = pos; } return peg$cachedPosDetails; } function peg$fail(expected) { if (peg$currPos < peg$maxFailPos) { return; } if (peg$currPos > peg$maxFailPos) { peg$maxFailPos = peg$currPos; peg$maxFailExpected = []; } peg$maxFailExpected.push(expected); } function peg$buildException(message, expected, pos) { function cleanupExpected(expected) { var i = 1; expected.sort(function(a, b) { if (a.description < b.description) { return -1; } else if (a.description > b.description) { return 1; } else { return 0; } }); while (i < expected.length) { if (expected[i - 1] === expected[i]) { expected.splice(i, 1); } else { i++; } } } function buildMessage(expected, found) { function stringEscape(s) { function hex(ch) { return ch.charCodeAt(0).toString(16).toUpperCase(); } return s .replace(/\\/g, '\\\\') .replace(/"/g, '\\"') .replace(/\x08/g, '\\b') .replace(/\t/g, '\\t') .replace(/\n/g, '\\n') .replace(/\f/g, '\\f') .replace(/\r/g, '\\r') .replace(/[\x00-\x07\x0B\x0E\x0F]/g, function(ch) { return '\\x0' + hex(ch); }) .replace(/[\x10-\x1F\x80-\xFF]/g, function(ch) { return '\\x' + hex(ch); }) .replace(/[\u0180-\u0FFF]/g, function(ch) { return '\\u0' + hex(ch); }) .replace(/[\u1080-\uFFFF]/g, function(ch) { return '\\u' + hex(ch); }); } var expectedDescs = new Array(expected.length), expectedDesc, foundDesc, i; for (i = 0; i < expected.length; i++) { expectedDescs[i] = expected[i].description; } expectedDesc = expected.length > 1 ? expectedDescs.slice(0, -1).join(", ") + " or " + expectedDescs[expected.length - 1] : expectedDescs[0]; foundDesc = found ? "\"" + stringEscape(found) + "\"" : "end of input"; return "Expected " + expectedDesc + " but " + foundDesc + " found."; } var posDetails = peg$computePosDetails(pos), found = pos < input.length ? input.charAt(pos) : null; if (expected !== null) { cleanupExpected(expected); } return new SyntaxError( message !== null ? message : buildMessage(expected, found), expected, found, pos, posDetails.line, posDetails.column ); } function peg$parseProject() { var s0, s1, s2, s3, s4, s5, s6; s0 = peg$currPos; s1 = peg$parseSingleLineComment(); if (s1 === peg$FAILED) { s1 = peg$c1; } if (s1 !== peg$FAILED) { s2 = peg$parseInlineComment(); if (s2 === peg$FAILED) { s2 = peg$c1; } if (s2 !== peg$FAILED) { s3 = peg$parse_(); if (s3 !== peg$FAILED) { s4 = peg$parseObject(); if (s4 !== peg$FAILED) { s5 = peg$parseNewLine(); if (s5 !== peg$FAILED) { s6 = peg$parse_(); if (s6 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c2(s1, s4); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseObject() { var s0, s1, s2, s3; s0 = peg$currPos; if (input.charCodeAt(peg$currPos) === 123) { s1 = peg$c3; peg$currPos++; } else { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c4); } } if (s1 !== peg$FAILED) { s2 = peg$parseAssignmentList(); if (s2 === peg$FAILED) { s2 = peg$parseEmptyBody(); } if (s2 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 125) { s3 = peg$c5; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c6); } } if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c7(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseEmptyBody() { var s0, s1; s0 = peg$currPos; s1 = peg$parse_(); if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c8(); } s0 = s1; return s0; } function peg$parseAssignmentList() { var s0, s1, s2, s3, s4, s5; s0 = peg$currPos; s1 = peg$parse_(); if (s1 !== peg$FAILED) { s2 = peg$parseAssignment(); if (s2 !== peg$FAILED) { s3 = peg$parse_(); if (s3 !== peg$FAILED) { s4 = []; s5 = peg$parseAssignmentList(); while (s5 !== peg$FAILED) { s4.push(s5); s5 = peg$parseAssignmentList(); } if (s4 !== peg$FAILED) { s5 = peg$parse_(); if (s5 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c10(s2, s4); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } if (s0 === peg$FAILED) { s0 = peg$currPos; s1 = peg$parse_(); if (s1 !== peg$FAILED) { s2 = peg$parseDelimitedSection(); if (s2 !== peg$FAILED) { s3 = peg$parse_(); if (s3 !== peg$FAILED) { s4 = []; s5 = peg$parseAssignmentList(); while (s5 !== peg$FAILED) { s4.push(s5); s5 = peg$parseAssignmentList(); } if (s4 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c11(s2, s4); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } return s0; } function peg$parseAssignment() { var s0; s0 = peg$parseSimpleAssignment(); if (s0 === peg$FAILED) { s0 = peg$parseCommentedAssignment(); } return s0; } function peg$parseSimpleAssignment() { var s0, s1, s2, s3, s4, s5, s6; s0 = peg$currPos; s1 = peg$parseIdentifier(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 61) { s3 = peg$c12; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c13); } } if (s3 !== peg$FAILED) { s4 = peg$parse_(); if (s4 !== peg$FAILED) { s5 = peg$parseValue(); if (s5 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 59) { s6 = peg$c14; peg$currPos++; } else { s6 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c15); } } if (s6 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c16(s1, s5); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseCommentedAssignment() { var s0, s1, s2, s3, s4, s5, s6; s0 = peg$currPos; s1 = peg$parseCommentedIdentifier(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 61) { s3 = peg$c12; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c13); } } if (s3 !== peg$FAILED) { s4 = peg$parse_(); if (s4 !== peg$FAILED) { s5 = peg$parseValue(); if (s5 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 59) { s6 = peg$c14; peg$currPos++; } else { s6 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c15); } } if (s6 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c17(s1, s5); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } if (s0 === peg$FAILED) { s0 = peg$currPos; s1 = peg$parseIdentifier(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 61) { s3 = peg$c12; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c13); } } if (s3 !== peg$FAILED) { s4 = peg$parse_(); if (s4 !== peg$FAILED) { s5 = peg$parseCommentedValue(); if (s5 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 59) { s6 = peg$c14; peg$currPos++; } else { s6 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c15); } } if (s6 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c18(s1, s5); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } return s0; } function peg$parseCommentedIdentifier() { var s0, s1, s2, s3; s0 = peg$currPos; s1 = peg$parseIdentifier(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { s3 = peg$parseInlineComment(); if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c19(s1, s3); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseCommentedValue() { var s0, s1, s2, s3; s0 = peg$currPos; s1 = peg$parseValue(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { s3 = peg$parseInlineComment(); if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c20(s1, s3); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseInlineComment() { var s0, s1, s2, s3; s0 = peg$currPos; s1 = peg$parseInlineCommentOpen(); if (s1 !== peg$FAILED) { s2 = []; if (peg$c21.test(input.charAt(peg$currPos))) { s3 = input.charAt(peg$currPos); peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c22); } } if (s3 !== peg$FAILED) { while (s3 !== peg$FAILED) { s2.push(s3); if (peg$c21.test(input.charAt(peg$currPos))) { s3 = input.charAt(peg$currPos); peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c22); } } } } else { s2 = peg$c0; } if (s2 !== peg$FAILED) { s3 = peg$parseInlineCommentClose(); if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c23(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseInlineCommentOpen() { var s0; if (input.substr(peg$currPos, 2) === peg$c24) { s0 = peg$c24; peg$currPos += 2; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c25); } } return s0; } function peg$parseInlineCommentClose() { var s0; if (input.substr(peg$currPos, 2) === peg$c26) { s0 = peg$c26; peg$currPos += 2; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c27); } } return s0; } function peg$parseDelimitedSection() { var s0, s1, s2, s3, s4, s5; s0 = peg$currPos; s1 = peg$parseDelimitedSectionBegin(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { s3 = peg$parseAssignmentList(); if (s3 === peg$FAILED) { s3 = peg$parseEmptyBody(); } if (s3 !== peg$FAILED) { s4 = peg$parse_(); if (s4 !== peg$FAILED) { s5 = peg$parseDelimitedSectionEnd(); if (s5 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c28(s1, s3); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseDelimitedSectionBegin() { var s0, s1, s2, s3, s4; s0 = peg$currPos; if (input.substr(peg$currPos, 9) === peg$c29) { s1 = peg$c29; peg$currPos += 9; } else { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c30); } } if (s1 !== peg$FAILED) { s2 = peg$parseIdentifier(); if (s2 !== peg$FAILED) { if (input.substr(peg$currPos, 11) === peg$c31) { s3 = peg$c31; peg$currPos += 11; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c32); } } if (s3 !== peg$FAILED) { s4 = peg$parseNewLine(); if (s4 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c33(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseDelimitedSectionEnd() { var s0, s1, s2, s3, s4; s0 = peg$currPos; if (input.substr(peg$currPos, 7) === peg$c34) { s1 = peg$c34; peg$currPos += 7; } else { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c35); } } if (s1 !== peg$FAILED) { s2 = peg$parseIdentifier(); if (s2 !== peg$FAILED) { if (input.substr(peg$currPos, 11) === peg$c31) { s3 = peg$c31; peg$currPos += 11; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c32); } } if (s3 !== peg$FAILED) { s4 = peg$parseNewLine(); if (s4 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c33(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseArray() { var s0, s1, s2, s3; s0 = peg$currPos; if (input.charCodeAt(peg$currPos) === 40) { s1 = peg$c36; peg$currPos++; } else { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c37); } } if (s1 !== peg$FAILED) { s2 = peg$parseArrayBody(); if (s2 === peg$FAILED) { s2 = peg$parseEmptyArray(); } if (s2 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 41) { s3 = peg$c38; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c39); } } if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c40(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseEmptyArray() { var s0, s1; s0 = peg$currPos; s1 = peg$parse_(); if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c41(); } s0 = s1; return s0; } function peg$parseArrayBody() { var s0, s1, s2, s3, s4, s5; s0 = peg$currPos; s1 = peg$parse_(); if (s1 !== peg$FAILED) { s2 = peg$parseArrayEntry(); if (s2 !== peg$FAILED) { s3 = peg$parse_(); if (s3 !== peg$FAILED) { s4 = peg$parseArrayBody(); if (s4 === peg$FAILED) { s4 = peg$c1; } if (s4 !== peg$FAILED) { s5 = peg$parse_(); if (s5 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c42(s2, s4); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseArrayEntry() { var s0; s0 = peg$parseSimpleArrayEntry(); if (s0 === peg$FAILED) { s0 = peg$parseCommentedArrayEntry(); } return s0; } function peg$parseSimpleArrayEntry() { var s0, s1, s2; s0 = peg$currPos; s1 = peg$parseValue(); if (s1 !== peg$FAILED) { s2 = peg$parseEndArrayEntry(); if (s2 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c43(s1); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseCommentedArrayEntry() { var s0, s1, s2, s3, s4; s0 = peg$currPos; s1 = peg$parseValue(); if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { s3 = peg$parseInlineComment(); if (s3 !== peg$FAILED) { s4 = peg$parseEndArrayEntry(); if (s4 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c44(s1, s3); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseEndArrayEntry() { var s0, s1, s2, s3; if (input.charCodeAt(peg$currPos) === 44) { s0 = peg$c45; peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c46); } } if (s0 === peg$FAILED) { s0 = peg$currPos; s1 = peg$parse_(); if (s1 !== peg$FAILED) { s2 = peg$currPos; peg$silentFails++; if (input.charCodeAt(peg$currPos) === 41) { s3 = peg$c38; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c39); } } peg$silentFails--; if (s3 !== peg$FAILED) { peg$currPos = s2; s2 = peg$c47; } else { s2 = peg$c0; } if (s2 !== peg$FAILED) { s1 = [s1, s2]; s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } return s0; } function peg$parseIdentifier() { var s0, s1, s2; s0 = peg$currPos; s1 = []; if (peg$c48.test(input.charAt(peg$currPos))) { s2 = input.charAt(peg$currPos); peg$currPos++; } else { s2 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c49); } } if (s2 !== peg$FAILED) { while (s2 !== peg$FAILED) { s1.push(s2); if (peg$c48.test(input.charAt(peg$currPos))) { s2 = input.charAt(peg$currPos); peg$currPos++; } else { s2 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c49); } } } } else { s1 = peg$c0; } if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c50(s1); } s0 = s1; if (s0 === peg$FAILED) { s0 = peg$parseQuotedString(); } return s0; } function peg$parseValue() { var s0; s0 = peg$parseObject(); if (s0 === peg$FAILED) { s0 = peg$parseArray(); if (s0 === peg$FAILED) { s0 = peg$parseNumberValue(); if (s0 === peg$FAILED) { s0 = peg$parseStringValue(); } } } return s0; } function peg$parseNumberValue() { var s0; s0 = peg$parseDecimalValue(); if (s0 === peg$FAILED) { s0 = peg$parseIntegerValue(); } return s0; } function peg$parseDecimalValue() { var s0, s1, s2, s3, s4; s0 = peg$currPos; s1 = peg$currPos; s2 = peg$parseIntegerValue(); if (s2 !== peg$FAILED) { if (input.charCodeAt(peg$currPos) === 46) { s3 = peg$c51; peg$currPos++; } else { s3 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c52); } } if (s3 !== peg$FAILED) { s4 = peg$parseIntegerValue(); if (s4 !== peg$FAILED) { s2 = [s2, s3, s4]; s1 = s2; } else { peg$currPos = s1; s1 = peg$c0; } } else { peg$currPos = s1; s1 = peg$c0; } } else { peg$currPos = s1; s1 = peg$c0; } if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c53(s1); } s0 = s1; return s0; } function peg$parseIntegerValue() { var s0, s1, s2, s3, s4; s0 = peg$currPos; s1 = peg$currPos; peg$silentFails++; s2 = peg$parseAlpha(); peg$silentFails--; if (s2 === peg$FAILED) { s1 = peg$c47; } else { peg$currPos = s1; s1 = peg$c0; } if (s1 !== peg$FAILED) { s2 = []; s3 = peg$parseDigit(); if (s3 !== peg$FAILED) { while (s3 !== peg$FAILED) { s2.push(s3); s3 = peg$parseDigit(); } } else { s2 = peg$c0; } if (s2 !== peg$FAILED) { s3 = peg$currPos; peg$silentFails++; s4 = peg$parseNonTerminator(); peg$silentFails--; if (s4 === peg$FAILED) { s3 = peg$c47; } else { peg$currPos = s3; s3 = peg$c0; } if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c54(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseStringValue() { var s0; s0 = peg$parseQuotedString(); if (s0 === peg$FAILED) { s0 = peg$parseLiteralString(); } return s0; } function peg$parseQuotedString() { var s0, s1, s2, s3; s0 = peg$currPos; s1 = peg$parseDoubleQuote(); if (s1 !== peg$FAILED) { s2 = peg$parseQuotedBody(); if (s2 !== peg$FAILED) { s3 = peg$parseDoubleQuote(); if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c55(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseQuotedBody() { var s0, s1, s2; s0 = peg$currPos; s1 = []; s2 = peg$parseNonQuote(); if (s2 !== peg$FAILED) { while (s2 !== peg$FAILED) { s1.push(s2); s2 = peg$parseNonQuote(); } } else { s1 = peg$c0; } if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c56(s1); } s0 = s1; return s0; } function peg$parseNonQuote() { var s0, s1, s2; s0 = peg$parseEscapedQuote(); if (s0 === peg$FAILED) { s0 = peg$currPos; s1 = peg$currPos; peg$silentFails++; s2 = peg$parseDoubleQuote(); peg$silentFails--; if (s2 === peg$FAILED) { s1 = peg$c47; } else { peg$currPos = s1; s1 = peg$c0; } if (s1 !== peg$FAILED) { if (input.length > peg$currPos) { s2 = input.charAt(peg$currPos); peg$currPos++; } else { s2 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c57); } } if (s2 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c58(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } return s0; } function peg$parseEscapedQuote() { var s0, s1, s2; s0 = peg$currPos; if (input.charCodeAt(peg$currPos) === 92) { s1 = peg$c59; peg$currPos++; } else { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c60); } } if (s1 !== peg$FAILED) { s2 = peg$parseDoubleQuote(); if (s2 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c61(); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseLiteralString() { var s0, s1, s2; s0 = peg$currPos; s1 = []; s2 = peg$parseLiteralChar(); if (s2 !== peg$FAILED) { while (s2 !== peg$FAILED) { s1.push(s2); s2 = peg$parseLiteralChar(); } } else { s1 = peg$c0; } if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c62(s1); } s0 = s1; return s0; } function peg$parseLiteralChar() { var s0, s1, s2, s3; s0 = peg$currPos; s1 = peg$currPos; peg$silentFails++; s2 = peg$parseInlineCommentOpen(); peg$silentFails--; if (s2 === peg$FAILED) { s1 = peg$c47; } else { peg$currPos = s1; s1 = peg$c0; } if (s1 !== peg$FAILED) { s2 = peg$currPos; peg$silentFails++; s3 = peg$parseLineTerminator(); peg$silentFails--; if (s3 === peg$FAILED) { s2 = peg$c47; } else { peg$currPos = s2; s2 = peg$c0; } if (s2 !== peg$FAILED) { s3 = peg$parseNonTerminator(); if (s3 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c58(s3); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseNonTerminator() { var s0; if (peg$c63.test(input.charAt(peg$currPos))) { s0 = input.charAt(peg$currPos); peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c64); } } return s0; } function peg$parseSingleLineComment() { var s0, s1, s2, s3, s4; s0 = peg$currPos; if (input.substr(peg$currPos, 2) === peg$c65) { s1 = peg$c65; peg$currPos += 2; } else { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c66); } } if (s1 !== peg$FAILED) { s2 = peg$parse_(); if (s2 !== peg$FAILED) { s3 = peg$parseOneLineString(); if (s3 !== peg$FAILED) { s4 = peg$parseNewLine(); if (s4 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c67(s3); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseOneLineString() { var s0, s1, s2; s0 = peg$currPos; s1 = []; s2 = peg$parseNonLine(); while (s2 !== peg$FAILED) { s1.push(s2); s2 = peg$parseNonLine(); } if (s1 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c68(s1); } s0 = s1; return s0; } function peg$parseDigit() { var s0; if (peg$c69.test(input.charAt(peg$currPos))) { s0 = input.charAt(peg$currPos); peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c70); } } return s0; } function peg$parseAlpha() { var s0; if (peg$c71.test(input.charAt(peg$currPos))) { s0 = input.charAt(peg$currPos); peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c72); } } return s0; } function peg$parseDoubleQuote() { var s0; if (input.charCodeAt(peg$currPos) === 34) { s0 = peg$c73; peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c74); } } return s0; } function peg$parse_() { var s0, s1; peg$silentFails++; s0 = []; s1 = peg$parsewhitespace(); while (s1 !== peg$FAILED) { s0.push(s1); s1 = peg$parsewhitespace(); } peg$silentFails--; if (s0 === peg$FAILED) { s1 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c75); } } return s0; } function peg$parsewhitespace() { var s0; s0 = peg$parseNewLine(); if (s0 === peg$FAILED) { if (peg$c76.test(input.charAt(peg$currPos))) { s0 = input.charAt(peg$currPos); peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c77); } } } return s0; } function peg$parseNonLine() { var s0, s1, s2; s0 = peg$currPos; s1 = peg$currPos; peg$silentFails++; s2 = peg$parseNewLine(); peg$silentFails--; if (s2 === peg$FAILED) { s1 = peg$c47; } else { peg$currPos = s1; s1 = peg$c0; } if (s1 !== peg$FAILED) { s2 = peg$parseChar(); if (s2 !== peg$FAILED) { peg$reportedPos = s0; s1 = peg$c58(s2); s0 = s1; } else { peg$currPos = s0; s0 = peg$c0; } } else { peg$currPos = s0; s0 = peg$c0; } return s0; } function peg$parseLineTerminator() { var s0; s0 = peg$parseNewLine(); if (s0 === peg$FAILED) { if (input.charCodeAt(peg$currPos) === 59) { s0 = peg$c14; peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c15); } } } return s0; } function peg$parseNewLine() { var s0; if (peg$c78.test(input.charAt(peg$currPos))) { s0 = input.charAt(peg$currPos); peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c79); } } return s0; } function peg$parseChar() { var s0; if (input.length > peg$currPos) { s0 = input.charAt(peg$currPos); peg$currPos++; } else { s0 = peg$FAILED; if (peg$silentFails === 0) { peg$fail(peg$c57); } } return s0; } function merge(hash, secondHash) { secondHash = secondHash[0] for(var i in secondHash) { hash[i] = merge_obj(hash[i], secondHash[i]); } return hash; } function merge_obj(obj, secondObj) { if (!obj) return secondObj; for(var i in secondObj) obj[i] = merge_obj(obj[i], secondObj[i]); return obj; } peg$result = peg$startRuleFunction(); if (peg$result !== peg$FAILED && peg$currPos === input.length) { return peg$result; } else { if (peg$result !== peg$FAILED && peg$currPos < input.length) { peg$fail({ type: "end", description: "end of input" }); } throw peg$buildException(null, peg$maxFailExpected, peg$maxFailPos); } } return { SyntaxError: SyntaxError, parse: parse }; })();