()
| 1986 | } |
| 1987 | |
| 1988 | function peg$parseUnicodeLetter() { |
| 1989 | var s0; |
| 1990 | |
| 1991 | s0 = peg$parseLu(); |
| 1992 | if (s0 === peg$FAILED) { |
| 1993 | s0 = peg$parseLl(); |
| 1994 | if (s0 === peg$FAILED) { |
| 1995 | s0 = peg$parseLt(); |
| 1996 | if (s0 === peg$FAILED) { |
| 1997 | s0 = peg$parseLm(); |
| 1998 | if (s0 === peg$FAILED) { |
| 1999 | s0 = peg$parseLo(); |
| 2000 | if (s0 === peg$FAILED) { |
| 2001 | s0 = peg$parseNl(); |
| 2002 | } |
| 2003 | } |
| 2004 | } |
| 2005 | } |
| 2006 | } |
| 2007 | |
| 2008 | return s0; |
| 2009 | } |
| 2010 | |
| 2011 | function peg$parseUnicodeCombiningMark() { |
| 2012 | var s0; |
no test coverage detected
searching dependent graphs…