()
| 6114 | } |
| 6115 | |
| 6116 | function peg$parseLl() { |
| 6117 | var s0; |
| 6118 | |
| 6119 | if (peg$c236.test(input.charAt(peg$currPos))) { |
| 6120 | s0 = input.charAt(peg$currPos); |
| 6121 | peg$currPos++; |
| 6122 | } else { |
| 6123 | s0 = peg$FAILED; |
| 6124 | if (peg$silentFails === 0) { peg$fail(peg$c237); } |
| 6125 | } |
| 6126 | |
| 6127 | return s0; |
| 6128 | } |
| 6129 | |
| 6130 | function peg$parseLm() { |
| 6131 | var s0; |
no test coverage detected
searching dependent graphs…