()
| 17771 | } |
| 17772 | |
| 17773 | function peg$parseIdentifierPart() { |
| 17774 | let s0; |
| 17775 | |
| 17776 | s0 = input.charAt(peg$currPos); |
| 17777 | if (peg$r1.test(s0)) { |
| 17778 | peg$currPos++; |
| 17779 | } else { |
| 17780 | s0 = peg$FAILED; |
| 17781 | if (peg$silentFails === 0) { peg$fail(peg$e13); } |
| 17782 | } |
| 17783 | |
| 17784 | return s0; |
| 17785 | } |
| 17786 | |
| 17787 | function peg$parseKeyword() { |
| 17788 | let s0; |
no test coverage detected