()
| 3343 | } |
| 3344 | |
| 3345 | function peg$parseLl() { |
| 3346 | var s0; |
| 3347 | |
| 3348 | if (peg$c144.test(input.charAt(peg$currPos))) { |
| 3349 | s0 = input.charAt(peg$currPos); |
| 3350 | peg$currPos++; |
| 3351 | } else { |
| 3352 | s0 = peg$FAILED; |
| 3353 | if (peg$silentFails === 0) { peg$fail(peg$c145); } |
| 3354 | } |
| 3355 | |
| 3356 | return s0; |
| 3357 | } |
| 3358 | |
| 3359 | function peg$parseLm() { |
| 3360 | var s0; |
no test coverage detected
searching dependent graphs…