()
| 1352 | } |
| 1353 | |
| 1354 | function peg$parseSemanticPredicateOperator() { |
| 1355 | var s0; |
| 1356 | |
| 1357 | if (input.charCodeAt(peg$currPos) === 38) { |
| 1358 | s0 = peg$c16; |
| 1359 | peg$currPos++; |
| 1360 | } else { |
| 1361 | s0 = peg$FAILED; |
| 1362 | if (peg$silentFails === 0) { peg$fail(peg$c17); } |
| 1363 | } |
| 1364 | if (s0 === peg$FAILED) { |
| 1365 | if (input.charCodeAt(peg$currPos) === 33) { |
| 1366 | s0 = peg$c18; |
| 1367 | peg$currPos++; |
| 1368 | } else { |
| 1369 | s0 = peg$FAILED; |
| 1370 | if (peg$silentFails === 0) { peg$fail(peg$c19); } |
| 1371 | } |
| 1372 | } |
| 1373 | |
| 1374 | return s0; |
| 1375 | } |
| 1376 | |
| 1377 | function peg$parseSourceCharacter() { |
| 1378 | var s0; |
no test coverage detected
searching dependent graphs…