Regenerate src/parser.js

It wasn't done in beb557d7d3.
redux
David Majda 11 years ago
parent 74636638d0
commit 379f5c5eef

@ -486,7 +486,7 @@ module.exports = (function() {
}
if (s3 !== null) {
peg$reportedPos = s0;
s1 = peg$c3(s2,s3);
s1 = peg$c3(s2, s3);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -561,7 +561,7 @@ module.exports = (function() {
}
if (s5 !== null) {
peg$reportedPos = s0;
s1 = peg$c5(s1,s2,s4);
s1 = peg$c5(s1, s2, s4);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -634,7 +634,7 @@ module.exports = (function() {
}
if (s2 !== null) {
peg$reportedPos = s0;
s1 = peg$c6(s1,s2);
s1 = peg$c6(s1, s2);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -667,7 +667,7 @@ module.exports = (function() {
s2 = peg$parseaction();
if (s2 !== null) {
peg$reportedPos = s0;
s1 = peg$c7(s1,s2);
s1 = peg$c7(s1, s2);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -716,7 +716,7 @@ module.exports = (function() {
s3 = peg$parseprefixed();
if (s3 !== null) {
peg$reportedPos = s0;
s1 = peg$c9(s1,s3);
s1 = peg$c9(s1, s3);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -1723,7 +1723,7 @@ module.exports = (function() {
s3 = peg$parse__();
if (s3 !== null) {
peg$reportedPos = s0;
s1 = peg$c75(s1,s2);
s1 = peg$c75(s1, s2);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -2117,7 +2117,7 @@ module.exports = (function() {
s6 = peg$parse__();
if (s6 !== null) {
peg$reportedPos = s0;
s1 = peg$c94(s2,s3,s5);
s1 = peg$c94(s2, s3, s5);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;
@ -2174,7 +2174,7 @@ module.exports = (function() {
s3 = peg$parseclassCharacter();
if (s3 !== null) {
peg$reportedPos = s0;
s1 = peg$c97(s1,s3);
s1 = peg$c97(s1, s3);
if (s1 === null) {
peg$currPos = s0;
s0 = s1;

Loading…
Cancel
Save