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

Function peg$parseUnicodeLetter

lib/parser.js:3633–3654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3631 }
3632
3633 function peg$parseUnicodeLetter() {
3634 var s0;
3635
3636 s0 = peg$parseLu();
3637 if (s0 === peg$FAILED) {
3638 s0 = peg$parseLl();
3639 if (s0 === peg$FAILED) {
3640 s0 = peg$parseLt();
3641 if (s0 === peg$FAILED) {
3642 s0 = peg$parseLm();
3643 if (s0 === peg$FAILED) {
3644 s0 = peg$parseLo();
3645 if (s0 === peg$FAILED) {
3646 s0 = peg$parseNl();
3647 }
3648 }
3649 }
3650 }
3651 }
3652
3653 return s0;
3654 }
3655
3656 function peg$parseUnicodeCombiningMark() {
3657 var s0;

Callers 1

peg$parseIdentifierStartFunction · 0.85

Calls 6

peg$parseLuFunction · 0.85
peg$parseLlFunction · 0.85
peg$parseLtFunction · 0.85
peg$parseLmFunction · 0.85
peg$parseLoFunction · 0.85
peg$parseNlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…