()
| 6198 | } |
| 6199 | |
| 6200 | function peg$parseMn() { |
| 6201 | var s0; |
| 6202 | |
| 6203 | if (peg$c248.test(input.charAt(peg$currPos))) { |
| 6204 | s0 = input.charAt(peg$currPos); |
| 6205 | peg$currPos++; |
| 6206 | } else { |
| 6207 | s0 = peg$FAILED; |
| 6208 | if (peg$silentFails === 0) { peg$fail(peg$c249); } |
| 6209 | } |
| 6210 | |
| 6211 | return s0; |
| 6212 | } |
| 6213 | |
| 6214 | function peg$parseNd() { |
| 6215 | var s0; |
no test coverage detected
searching dependent graphs…