MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parseLl

Function peg$parseLl

lib/parser.js:3345–3357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

peg$parseUnicodeLetterFunction · 0.85

Calls 1

peg$failFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…