MCPcopy Create free account
hub / github.com/codemix/htmling / peg$parseLl

Function peg$parseLl

lib/parser.js:6116–6128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

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…