All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fife.ui.rsyntaxtextarea.modes.DTokenMaker Maven / Gradle / Ivy

The newest version!
/* The following code was generated by JFlex 1.4.1 on 9/13/14 1:31 PM */

/*
 * 09/08/2014
 *
 * DTokenMaker.java - Scanner for the D programming language.
 * 
 * This library is distributed under a modified BSD license.  See the included
 * RSyntaxTextArea.License.txt file for details.
 */
package org.fife.ui.rsyntaxtextarea.modes;

import java.io.*;
import javax.swing.text.Segment;

import org.fife.ui.rsyntaxtextarea.*;


/**
 * Scanner for the D programming language.

* * This implementation was created using * JFlex 1.4.1; however, the generated file * was modified for performance. Memory allocation needs to be almost * completely removed to be competitive with the handwritten lexers (subclasses * of AbstractTokenMaker, so this class has been modified so that * Strings are never allocated (via yytext()), and the scanner never has to * worry about refilling its buffer (needlessly copying chars around). * We can achieve this because RText always scans exactly 1 line of tokens at a * time, and hands the scanner this line as an array of characters (a Segment * really). Since tokens contain pointers to char arrays instead of Strings * holding their contents, there is no need for allocating new memory for * Strings.

* * The actual algorithm generated for scanning has, of course, not been * modified.

* * If you wish to regenerate this file yourself, keep in mind the following: *

    *
  • The generated DTokenMaker.java file will contain two * definitions of both zzRefill and yyreset. * You should hand-delete the second of each definition (the ones * generated by the lexer), as these generated methods modify the input * buffer, which we'll never have to do.
  • *
  • You should also change the declaration/definition of zzBuffer to NOT * be initialized. This is a needless memory allocation for us since we * will be pointing the array somewhere else anyway.
  • *
  • You should NOT call yylex() on the generated scanner * directly; rather, you should use getTokenList as you would * with any other TokenMaker instance.
  • *
* * @author Robert Futrell * @version 1.0 * */ public class DTokenMaker extends AbstractJFlexCTokenMaker { /** This character denotes the end of file */ public static final int YYEOF = -1; /** lexical states */ public static final int WYSIWYG_STRING_1 = 6; public static final int EOL_COMMENT = 4; public static final int NESTABLE_MLC = 3; public static final int DOCCOMMENT = 2; public static final int YYINITIAL = 0; public static final int MLC = 1; public static final int WYSIWYG_STRING_2 = 7; public static final int EOL_DOCCOMMENT = 5; /** * Translates characters to character classes */ private static final String ZZ_CMAP_PACKED = "\11\0\1\22\1\11\1\0\1\22\1\20\22\0\1\22\1\57\1\16"+ "\1\21\1\1\1\57\1\61\1\10\2\64\1\31\1\32\1\52\1\42"+ "\1\43\1\30\1\4\1\5\2\17\4\7\2\3\1\62\1\52\1\53"+ "\1\54\1\56\1\60\1\63\1\6\1\34\1\105\1\37\1\41\1\77"+ "\2\1\1\100\2\1\1\33\1\101\1\104\1\102\1\107\1\1\1\110"+ "\1\1\1\106\1\103\2\1\1\36\1\111\1\1\1\64\1\12\1\64"+ "\1\55\1\2\1\27\1\46\1\35\1\24\1\40\1\45\1\15\1\70"+ "\1\65\1\67\1\1\1\74\1\47\1\71\1\14\1\72\1\66\1\1"+ "\1\26\1\50\1\44\1\13\1\75\1\23\1\25\1\73\1\76\1\51"+ "\1\55\1\51\1\60\uff81\0"; /** * Translates characters to character classes */ private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED); /** * Translates DFA states to action switch labels. */ private static final int [] ZZ_ACTION = zzUnpackAction(); private static final String ZZ_ACTION_PACKED_0 = "\10\0\1\1\2\2\2\3\1\4\1\5\3\2\1\6"+ "\1\1\1\7\4\2\1\10\3\11\2\2\1\11\6\2"+ "\1\12\1\2\4\11\1\13\6\2\1\14\1\15\4\14"+ "\1\16\5\14\1\17\3\14\1\20\3\14\1\21\1\22"+ "\1\23\1\24\1\25\1\1\1\2\2\26\1\27\1\3"+ "\1\26\1\27\2\26\1\30\2\26\1\4\1\31\1\0"+ "\1\4\16\2\2\6\1\22\13\2\1\6\1\32\1\2"+ "\1\33\1\34\1\35\4\2\1\36\24\2\1\0\1\11"+ "\1\13\4\2\3\36\10\2\3\0\1\37\4\0\1\40"+ "\1\0\1\41\1\42\4\0\1\1\10\2\1\3\1\27"+ "\1\0\3\30\1\3\1\4\1\43\1\31\2\4\1\31"+ "\1\4\11\2\1\36\1\6\1\44\1\6\1\22\12\2"+ "\2\6\2\2\1\45\1\46\37\2\1\1\6\2\1\47"+ "\12\2\14\0\1\1\11\2\2\26\1\43\1\4\2\2"+ "\1\47\4\2\1\44\1\6\2\2\2\6\1\2\1\50"+ "\6\2\1\51\13\2\1\1\13\2\1\0\1\52\2\0"+ "\1\53\2\0\1\54\1\0\1\1\10\2\1\4\1\2"+ "\1\36\1\2\1\6\1\2\1\6\10\2\1\1\12\2"+ "\6\0\1\1\6\2\1\4\2\2\1\6\1\2\1\6"+ "\1\55\2\2\1\1\12\2\1\36\1\6\1\2\1\1"+ "\21\2"; private static int [] zzUnpackAction() { int [] result = new int[457]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; } private static int zzUnpackAction(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** * Translates a state to a row index in the transition table */ private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 = "\0\0\0\112\0\224\0\336\0\u0128\0\u0172\0\u01bc\0\u0206"+ "\0\u0250\0\u029a\0\u02e4\0\u032e\0\u0378\0\u03c2\0\u040c\0\u0456"+ "\0\u04a0\0\u04ea\0\u0534\0\u040c\0\u057e\0\u05c8\0\u0612\0\u065c"+ "\0\u06a6\0\u040c\0\u06f0\0\u073a\0\u0784\0\u07ce\0\u0818\0\u0862"+ "\0\u08ac\0\u08f6\0\u0940\0\u098a\0\u09d4\0\u0a1e\0\u040c\0\u040c"+ "\0\u0a68\0\u0ab2\0\u040c\0\u0afc\0\u0b46\0\u0b90\0\u0bda\0\u0c24"+ "\0\u0c6e\0\u0cb8\0\u0d02\0\u0d4c\0\u040c\0\u0d96\0\u0de0\0\u0e2a"+ "\0\u0e74\0\u040c\0\u0ebe\0\u0f08\0\u0f52\0\u0f9c\0\u0fe6\0\u040c"+ "\0\u1030\0\u107a\0\u10c4\0\u040c\0\u110e\0\u1158\0\u11a2\0\u040c"+ "\0\u11ec\0\u040c\0\u1236\0\u040c\0\u1280\0\u12ca\0\u1314\0\u135e"+ "\0\u1314\0\u1314\0\u13a8\0\u13f2\0\u143c\0\u1486\0\u14d0\0\u151a"+ "\0\u1564\0\u15ae\0\u15f8\0\u1642\0\u168c\0\u16d6\0\u1720\0\u176a"+ "\0\u17b4\0\u17fe\0\u1848\0\u1892\0\u18dc\0\u1926\0\u1970\0\u19ba"+ "\0\u1a04\0\u1a4e\0\u1a98\0\u1ae2\0\u1b2c\0\u1b76\0\u1bc0\0\u1c0a"+ "\0\u1c54\0\u1c9e\0\u1ce8\0\u1d32\0\u1d7c\0\u1dc6\0\u1e10\0\u1e5a"+ "\0\u1ea4\0\u1eee\0\u040c\0\u1f38\0\u1f82\0\u1fcc\0\u040c\0\u2016"+ "\0\u2060\0\u20aa\0\u20f4\0\u213e\0\u2188\0\u21d2\0\u221c\0\u2266"+ "\0\u22b0\0\u22fa\0\u2344\0\u238e\0\u23d8\0\u2422\0\u246c\0\u24b6"+ "\0\u2500\0\u254a\0\u2594\0\u25de\0\u2628\0\u2672\0\u26bc\0\u2706"+ "\0\u073a\0\u2750\0\u279a\0\u27e4\0\u282e\0\u2878\0\u28c2\0\u290c"+ "\0\u1ce8\0\u029a\0\u2956\0\u29a0\0\u29ea\0\u2a34\0\u2a7e\0\u2ac8"+ "\0\u2b12\0\u2b5c\0\u2ba6\0\u2bf0\0\u2c3a\0\u040c\0\u2c84\0\u2cce"+ "\0\u2d18\0\u2d62\0\u040c\0\u2dac\0\u040c\0\u040c\0\u2df6\0\u2e40"+ "\0\u2e8a\0\u2ed4\0\u2f1e\0\u2f68\0\u2fb2\0\u2ffc\0\u3046\0\u3090"+ "\0\u30da\0\u3124\0\u316e\0\u31b8\0\u3202\0\u324c\0\u3296\0\u1314"+ "\0\u32e0\0\u332a\0\u3374\0\u33be\0\u040c\0\u3408\0\u3452\0\u349c"+ "\0\u34e6\0\u3530\0\u357a\0\u35c4\0\u360e\0\u3658\0\u36a2\0\u36ec"+ "\0\u3736\0\u3780\0\u37ca\0\u3814\0\u385e\0\u38a8\0\u040c\0\u38f2"+ "\0\u393c\0\u3986\0\u39d0\0\u213e\0\u3a1a\0\u3a64\0\u3aae\0\u3af8"+ "\0\u3b42\0\u3b8c\0\u3bd6\0\u3c20\0\u3c6a\0\u040c\0\u3cb4\0\u3cfe"+ "\0\u3d48\0\u3d92\0\u3ddc\0\u3e26\0\u3e70\0\u3eba\0\u3f04\0\u3f4e"+ "\0\u3f98\0\u3fe2\0\u402c\0\u4076\0\u40c0\0\u410a\0\u4154\0\u419e"+ "\0\u41e8\0\u4232\0\u427c\0\u42c6\0\u4310\0\u435a\0\u43a4\0\u43ee"+ "\0\u4438\0\u4482\0\u44cc\0\u4516\0\u4560\0\u45aa\0\u45f4\0\u463e"+ "\0\u4688\0\u46d2\0\u471c\0\u4766\0\u47b0\0\u47fa\0\u4844\0\u488e"+ "\0\u48d8\0\u4922\0\u496c\0\u49b6\0\u4a00\0\u4a4a\0\u4a94\0\u4ade"+ "\0\u4b28\0\u4b72\0\u4bbc\0\u4c06\0\u4c50\0\u4c9a\0\u4ce4\0\u4d2e"+ "\0\u4d78\0\u4dc2\0\u4e0c\0\u4e56\0\u4ea0\0\u4eea\0\u4f34\0\u4f7e"+ "\0\u4fc8\0\u5012\0\u505c\0\u50a6\0\u50f0\0\u513a\0\u5184\0\u332a"+ "\0\u040c\0\u51ce\0\u5218\0\u5262\0\u029a\0\u52ac\0\u52f6\0\u5340"+ "\0\u538a\0\u040c\0\u53d4\0\u541e\0\u5468\0\u54b2\0\u54fc\0\u5546"+ "\0\u040c\0\u5590\0\u55da\0\u5624\0\u566e\0\u56b8\0\u5702\0\u029a"+ "\0\u574c\0\u5796\0\u57e0\0\u582a\0\u5874\0\u58be\0\u5908\0\u5952"+ "\0\u599c\0\u59e6\0\u5a30\0\u5a7a\0\u5ac4\0\u5b0e\0\u5b58\0\u5ba2"+ "\0\u5bec\0\u5c36\0\u5c80\0\u5cca\0\u5d14\0\u5d5e\0\u5da8\0\u5df2"+ "\0\u5e3c\0\u5e86\0\u5ed0\0\u5f1a\0\u5f64\0\u5fae\0\u5ff8\0\u6042"+ "\0\u608c\0\u60d6\0\u6120\0\u616a\0\u61b4\0\u61fe\0\u6248\0\u6292"+ "\0\u62dc\0\u6326\0\u6370\0\u63ba\0\u6404\0\u644e\0\u6498\0\u64e2"+ "\0\u652c\0\u6576\0\u65c0\0\u660a\0\u6654\0\u669e\0\u66e8\0\u6732"+ "\0\u677c\0\u67c6\0\u6810\0\u685a\0\u68a4\0\u68ee\0\u6938\0\u6982"+ "\0\u69cc\0\u6a16\0\u6a60\0\u6aaa\0\u5e3c\0\u6af4\0\u5f1a\0\u6b3e"+ "\0\u5ff8\0\u6b88\0\u6bd2\0\u6c1c\0\u6c66\0\u6cb0\0\u6cfa\0\u6d44"+ "\0\u6d8e\0\u6dd8\0\u6e22\0\u6e6c\0\u6eb6\0\u6f00\0\u029a\0\u6f4a"+ "\0\u6f94\0\u6fde\0\u7028\0\u7072\0\u70bc\0\u7106\0\u7150\0\u719a"+ "\0\u71e4\0\u722e\0\u7278\0\u72c2\0\u730c\0\u7356\0\u73a0\0\u73ea"+ "\0\u7434\0\u747e\0\u74c8\0\u7512\0\u755c\0\u75a6\0\u75f0\0\u763a"+ "\0\u7684\0\u76ce\0\u7718\0\u7762\0\u77ac\0\u77f6\0\u7840\0\u788a"+ "\0\u78d4"; private static int [] zzUnpackRowMap() { int [] result = new int[457]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; } private static int zzUnpackRowMap(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int high = packed.charAt(i++) << 16; result[j++] = high | packed.charAt(i++); } return j; } /** * The transition table of the DFA */ private static final int [] ZZ_TRANS = zzUnpackTrans(); private static final String ZZ_TRANS_PACKED_0 = "\1\11\1\12\1\13\1\14\1\15\1\14\1\12\1\14"+ "\1\16\1\17\1\11\1\20\1\21\1\22\1\23\1\14"+ "\1\24\1\11\1\25\1\26\1\27\1\30\1\31\1\32"+ "\1\33\1\34\1\35\2\12\1\36\2\12\1\37\1\12"+ "\1\40\1\41\1\42\1\43\1\44\1\45\1\46\1\47"+ "\1\50\1\51\2\34\1\52\1\34\1\53\1\54\1\53"+ "\1\55\1\47\1\12\1\56\1\57\1\60\1\61\1\62"+ "\2\12\1\63\14\12\11\64\1\65\3\64\1\66\5\64"+ "\1\67\5\64\1\70\33\64\1\71\35\64\1\72\3\64"+ "\1\73\5\64\1\74\5\64\1\75\33\64\1\76\24\64"+ "\11\77\1\100\3\77\1\66\5\77\1\67\4\77\1\101"+ "\1\77\1\102\32\77\1\71\24\77\11\103\1\104\3\103"+ "\1\105\5\103\1\106\41\103\1\107\35\103\1\110\3\103"+ "\1\73\5\103\1\74\41\103\1\76\24\103\16\111\1\112"+ "\73\111\27\113\1\114\62\113\10\11\2\0\4\11\1\0"+ "\1\11\1\0\1\11\1\0\4\11\4\0\7\11\2\0"+ "\5\11\12\0\1\11\1\0\26\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\1\12\1\116\5\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\2\117\1\120\3\14\1\117"+ "\1\14\2\0\3\117\1\121\1\0\1\14\1\0\1\117"+ "\1\0\4\117\4\0\1\122\3\117\2\121\1\123\1\0"+ "\1\124\1\117\1\123\1\117\1\122\1\117\12\0\1\117"+ "\1\0\12\117\1\121\14\117\1\125\1\126\2\127\1\117"+ "\1\127\2\0\3\117\1\121\1\0\1\127\1\0\1\117"+ "\1\0\2\117\1\130\1\117\4\0\1\122\2\131\1\130"+ "\2\121\1\123\1\0\1\124\1\117\1\123\1\117\1\122"+ "\1\117\12\0\1\117\1\0\12\117\1\121\12\117\10\132"+ "\1\133\1\134\1\135\77\132\112\0\1\11\7\12\2\0"+ "\1\115\1\12\1\136\1\12\1\0\1\12\1\0\1\11"+ "\1\0\1\12\1\137\2\12\4\0\2\12\1\140\4\12"+ "\2\0\3\12\1\141\1\142\12\0\1\11\1\0\2\12"+ "\1\143\22\12\1\11\7\12\2\0\1\115\1\144\2\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\12\1\145\3\12\12\0\1\11\1\0\5\12"+ "\1\146\17\12\1\11\7\12\2\0\1\115\1\147\2\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\2\12\1\150\1\151\1\12\12\0\1\11\1\0"+ "\2\12\1\152\2\12\1\153\17\12\11\23\1\154\1\155"+ "\3\23\1\156\73\23\22\0\1\25\67\0\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\1\12\1\157\2\12\4\0\7\12\2\0\4\12\1\160"+ "\12\0\1\11\1\0\1\161\1\12\1\162\22\12\1\11"+ "\7\12\2\0\1\115\2\12\1\163\1\0\1\12\1\0"+ "\1\11\1\0\3\12\1\164\4\0\5\12\1\165\1\12"+ "\2\0\1\12\1\143\1\166\1\167\1\12\12\0\1\11"+ "\1\0\1\170\4\12\1\171\17\12\1\11\7\12\2\0"+ "\1\115\3\12\1\172\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\173\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\1\12\1\174"+ "\3\12\12\0\1\11\1\0\25\12\30\0\1\175\1\176"+ "\1\177\21\0\1\53\111\0\1\53\67\0\1\53\21\0"+ "\1\53\35\0\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\3\12\1\200\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\5\12\1\201\1\202"+ "\16\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\1\12\1\157\2\12\4\0\7\12"+ "\2\0\1\12\1\203\2\12\1\160\12\0\1\11\1\0"+ "\5\12\1\204\17\12\42\0\1\53\11\0\1\53\40\0"+ "\3\124\1\0\1\124\7\0\1\124\72\0\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\3\12\1\205\4\0\7\12\2\0\1\12\1\206\3\12"+ "\12\0\1\11\1\0\1\207\5\12\1\210\16\12\1\11"+ "\7\12\2\0\1\115\1\12\1\211\1\12\1\0\1\12"+ "\1\0\1\11\1\0\2\12\1\212\1\12\4\0\7\12"+ "\2\0\3\12\1\213\1\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\1\214\2\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\2\12\1\215\4\12"+ "\2\0\3\12\1\216\1\217\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\2\12\1\220"+ "\2\12\12\0\1\11\1\0\5\12\1\221\17\12\1\11"+ "\7\12\2\0\1\115\1\222\2\12\1\0\1\12\1\0"+ "\1\11\1\0\1\223\1\224\2\12\4\0\7\12\2\0"+ "\1\225\4\12\12\0\1\11\1\0\1\226\1\12\1\227"+ "\3\12\1\230\16\12\53\0\1\231\1\53\111\0\1\53"+ "\1\0\1\232\107\0\1\53\4\0\1\53\30\0\1\11"+ "\2\233\3\11\1\233\1\11\2\0\1\11\3\233\1\0"+ "\1\11\1\0\1\11\1\0\4\233\4\0\7\233\2\0"+ "\5\233\12\0\1\11\1\0\25\233\1\11\7\12\2\0"+ "\1\115\1\234\2\12\1\0\1\12\1\0\1\11\1\0"+ "\3\12\1\235\4\0\7\12\2\0\1\236\1\12\1\237"+ "\2\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\1\12\1\240\1\241\1\0\1\12\1\0\1\11"+ "\1\0\3\12\1\164\4\0\5\12\1\165\1\12\2\0"+ "\4\12\1\242\12\0\1\11\1\0\4\12\1\243\20\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\5\12\1\214\17\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\2\12\1\244\2\12\12\0\1\11"+ "\1\0\2\12\1\245\2\12\1\246\17\12\1\11\7\12"+ "\2\0\1\115\1\247\2\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\10\12\1\250\14\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\1\12\1\251\3\12\12\0\1\11\1\0"+ "\5\12\1\252\17\12\11\64\1\0\3\64\1\0\5\64"+ "\1\0\5\64\1\0\33\64\1\0\24\64\44\0\1\253"+ "\22\0\1\254\45\0\1\255\116\0\1\256\125\0\1\257"+ "\111\0\1\260\22\0\1\261\45\0\1\262\116\0\1\263"+ "\125\0\1\264\45\0\11\77\1\0\3\77\1\0\5\77"+ "\1\0\4\77\1\0\1\77\1\0\32\77\1\0\24\77"+ "\32\0\1\265\107\0\1\266\61\0\11\103\1\0\3\103"+ "\1\0\5\103\1\0\41\103\1\0\24\103\44\0\1\267"+ "\22\0\1\270\45\0\1\271\132\0\1\272\45\0\16\111"+ "\1\0\73\111\27\113\1\0\62\113\10\11\2\0\1\11"+ "\1\273\2\11\1\0\1\11\1\0\1\11\1\0\4\11"+ "\4\0\7\11\2\0\5\11\12\0\1\11\1\0\26\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\1\274\6\12\2\0\1\275\4\12"+ "\12\0\1\11\1\0\1\12\1\276\1\12\1\277\4\12"+ "\1\300\1\12\1\301\1\12\1\302\5\12\1\303\2\12"+ "\10\117\2\0\4\117\1\0\1\117\1\0\1\117\1\0"+ "\4\117\4\0\7\117\2\0\5\117\12\0\1\117\1\0"+ "\27\117\1\120\3\304\1\117\1\304\2\0\4\117\1\0"+ "\1\304\1\0\1\117\1\0\4\117\4\0\7\117\2\0"+ "\5\117\12\0\1\117\1\0\30\117\3\305\1\117\1\305"+ "\2\0\4\117\1\0\1\305\1\0\1\117\1\0\4\117"+ "\3\0\1\306\7\117\1\306\1\0\5\117\12\0\1\117"+ "\1\0\30\117\3\124\1\117\1\124\2\0\3\117\1\121"+ "\1\0\1\124\1\0\1\117\1\0\4\117\4\0\4\117"+ "\2\121\1\123\2\0\1\117\1\123\3\117\12\0\1\117"+ "\1\0\12\117\1\121\14\117\1\125\1\117\2\307\1\117"+ "\1\307\2\0\4\117\1\0\1\307\1\0\1\117\1\0"+ "\4\117\4\0\7\117\2\0\5\117\12\0\1\117\1\0"+ "\30\117\3\126\1\117\1\126\2\0\3\117\1\121\1\0"+ "\1\126\1\0\1\117\1\0\4\117\4\0\4\117\2\121"+ "\1\123\1\0\1\124\1\117\1\123\3\117\12\0\1\117"+ "\1\0\12\117\1\121\14\117\1\125\1\126\2\127\1\117"+ "\1\127\2\0\3\117\1\121\1\0\1\127\1\0\1\117"+ "\1\0\4\117\4\0\1\310\3\117\2\121\1\123\1\0"+ "\1\124\1\117\1\123\1\117\1\310\1\117\12\0\1\117"+ "\1\0\12\117\1\121\15\117\5\311\2\0\3\117\1\311"+ "\1\0\1\311\1\0\1\117\1\0\1\117\1\311\2\117"+ "\4\0\1\117\2\311\1\117\3\311\2\0\1\117\2\311"+ "\2\117\12\0\1\117\1\0\12\117\1\311\5\117\1\311"+ "\10\117\2\312\2\117\2\0\4\117\1\0\1\117\1\0"+ "\1\117\1\0\4\117\4\0\7\117\2\0\5\117\12\0"+ "\1\117\1\0\25\117\10\313\1\314\1\0\100\313\23\0"+ "\2\315\13\0\1\315\61\0\1\314\101\0\4\313\2\316"+ "\1\313\1\317\1\320\1\0\1\132\1\321\3\132\1\316"+ "\6\313\1\132\6\313\1\132\6\313\1\132\45\313\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\2\12\1\322\22\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\1\12\1\143\3\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\6\12\1\202\16\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\5\12\1\221\17\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\1\323\24\12\1\11"+ "\7\12\2\0\1\115\1\12\1\324\1\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\3\12\1\325\1\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\1\242\3\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\326\4\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\1\12\1\327\1\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\3\12\1\330\1\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\5\12\1\331\17\12"+ "\1\11\7\12\2\0\1\115\1\12\1\332\1\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\3\12"+ "\1\333\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\12\154\1\334\3\154\1\335\77\154\2\23\1\154"+ "\2\23\1\0\1\23\1\336\4\23\6\154\1\23\6\154"+ "\1\23\6\154\1\23\45\154\23\0\2\337\13\0\1\337"+ "\51\0\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\1\170\24\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\340\4\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\2\12\1\341\22\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\342\4\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\3\12\1\151\1\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\1\12\1\343\3\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\5\12\1\344"+ "\17\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\345"+ "\3\12\1\346\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\2\12\1\347\2\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\2\12\1\350\2\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\1\12\1\351\1\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\11\172\1\352\1\353"+ "\3\172\1\156\73\172\1\11\7\12\2\0\1\115\2\12"+ "\1\242\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\1\354\1\12\1\355\2\12\12\0\1\11"+ "\1\0\25\12\30\0\1\356\112\0\1\357\60\0\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\1\12\1\360\3\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\5\12\1\361\1\12\2\0\5\12\12\0\1\11\1\0"+ "\5\12\1\355\17\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\362\4\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\2\12\1\363\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\2\12\1\364\4\12\2\0"+ "\3\12\1\365\1\12\12\0\1\11\1\0\1\12\1\366"+ "\23\12\1\11\7\12\2\0\1\115\1\367\2\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\1\370\2\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\6\12\1\242\16\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\4\12\1\371\20\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\3\12\1\372\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\2\12\1\373\22\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\1\12\1\374\23\12\1\11\7\12\2\0\1\115\1\375"+ "\2\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\1\376\4\12\12\0"+ "\1\11\1\0\1\12\1\377\23\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\4\12\1\u0100\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\u0101"+ "\4\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\4\12\1\u0102\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\2\12\1\u0103\22\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\4\12\1\u0104\12\0\1\11"+ "\1\0\4\12\1\242\20\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\11\12\1\361"+ "\13\12\1\11\7\12\2\0\1\115\1\12\1\u0105\1\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\1\12\1\u0106\23\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\2\12\1\u0107\22\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\5\12\1\u0108\17\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\3\12"+ "\1\u0109\4\0\7\12\2\0\2\12\1\u010a\2\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\2\12\1\u010b\2\12\12\0\1\11\1\0\5\12"+ "\1\u010c\17\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\11\12\1\u010d\13\12\1\11"+ "\7\12\2\0\1\115\1\12\1\u010e\1\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\54\0\1\53\1\0\1\34"+ "\33\0\1\11\7\233\2\0\1\u010f\3\233\1\0\1\233"+ "\1\0\1\11\1\0\4\233\4\0\7\233\2\0\5\233"+ "\12\0\1\11\1\0\25\233\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\3\12\1\u0100"+ "\4\0\2\12\1\u0110\4\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\2\12\1\u0111\2\12\12\0\1\11\1\0\2\12\1\u0112"+ "\2\12\1\u0113\17\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\u0114\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\1\12\1\u0115\2\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\1\u0116\4\12\12\0\1\11\1\0\5\12"+ "\1\u0117\2\12\1\u0118\14\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\1\12\1\377"+ "\2\12\1\u0119\20\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\1\12\1\u011a\2\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\2\12\1\u011b\1\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\5\12\1\u011c\1\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\1\242\4\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\12\1\u011d\3\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\u011e\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\3\12\1\u011f\1\12"+ "\12\0\1\11\1\0\2\12\1\u0120\22\12\66\0\1\u0121"+ "\72\0\1\u0122\65\0\1\u0123\132\0\1\u0124\133\0\1\u0125"+ "\72\0\1\u0126\65\0\1\u0127\132\0\1\u0128\133\0\1\u0129"+ "\72\0\1\u012a\65\0\1\u012b\132\0\1\u012c\45\0\3\11"+ "\5\u012d\2\0\3\11\1\u012d\1\0\1\u012d\1\0\1\11"+ "\1\0\1\11\1\u012d\2\11\4\0\1\11\2\u012d\1\11"+ "\3\u012d\2\0\1\11\2\u012d\2\11\12\0\1\11\1\0"+ "\12\11\1\u012d\5\11\1\u012d\5\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\13\12\1\u012e"+ "\11\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\3\12\1\u012f\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\2\12\1\u0130\2\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\4\12\1\u0131\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\12\1\u0132\3\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\13\12\1\u0133\2\12"+ "\1\u0134\6\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\15\12\1\u0135\7\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\23\12\1\u0136\1\12\2\117\1\120\3\304\1\117"+ "\1\304\2\0\4\117\1\0\1\304\1\0\1\117\1\0"+ "\4\117\4\0\1\122\6\117\2\0\3\117\1\122\1\117"+ "\12\0\1\117\1\0\30\117\3\305\1\117\1\305\2\0"+ "\3\117\1\121\1\0\1\305\1\0\1\117\1\0\4\117"+ "\4\0\4\117\2\121\1\117\2\0\5\117\12\0\1\117"+ "\1\0\12\117\1\121\12\117\3\0\3\305\1\0\1\305"+ "\7\0\1\305\72\0\2\117\1\125\1\117\2\307\1\117"+ "\1\307\2\0\4\117\1\0\1\307\1\0\1\117\1\0"+ "\4\117\4\0\1\310\6\117\2\0\3\117\1\310\1\117"+ "\12\0\1\117\1\0\27\117\1\u0137\5\311\2\0\3\117"+ "\1\311\1\0\1\311\1\0\1\117\1\0\1\117\1\311"+ "\2\117\4\0\1\310\2\311\1\117\3\311\2\0\1\117"+ "\2\311\1\310\1\117\12\0\1\117\1\0\12\117\1\311"+ "\5\117\1\311\6\117\1\u0138\1\117\2\312\2\117\2\0"+ "\4\117\1\0\1\117\1\0\1\117\1\0\4\117\4\0"+ "\7\117\2\0\5\117\12\0\1\117\1\0\25\117\10\313"+ "\1\133\1\0\100\313\23\0\2\u0139\13\0\1\u0139\51\0"+ "\4\313\2\317\1\313\1\317\1\314\1\0\5\313\1\317"+ "\76\313\2\132\1\313\1\132\1\314\1\0\5\313\1\132"+ "\72\313\10\0\1\314\12\0\2\315\13\0\1\315\51\0"+ "\3\313\5\u013a\1\133\1\0\3\313\1\u013a\1\313\1\u013a"+ "\4\313\1\u013a\7\313\2\u013a\1\313\3\u013a\3\313\2\u013a"+ "\30\313\1\u013a\5\313\1\u013a\4\313\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\u013b\4\12\12\0\1\11\1\0"+ "\5\12\1\u013c\17\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\5\12\1\u010c\17\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\1\u013d\4\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\3\12\1\242\1\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\1\u013e\24\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\1\12"+ "\1\u013f\2\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\4\12\1\370\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\2\12\1\324\2\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\2\12\1\u0140\2\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\1\12\1\u0141"+ "\3\12\12\0\1\11\1\0\25\12\11\154\1\0\100\154"+ "\23\0\2\u0142\13\0\1\u0142\51\0\3\154\5\u0143\2\154"+ "\1\334\2\154\1\u0143\1\335\1\u0143\4\154\1\u0143\7\154"+ "\2\u0143\1\154\3\u0143\3\154\2\u0143\30\154\1\u0143\5\154"+ "\1\u0143\4\154\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\3\12\1\u0144\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\3\12\1\u0100\1\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\1\242\24\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\2\12\1\355\2\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\1\12\1\342"+ "\2\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\2\242"+ "\3\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\4\12\1\373\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\3\12\1\u013d\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\u0145\3\12\1\247\12\0\1\11"+ "\1\0\25\12\12\352\1\u0146\3\352\1\0\77\352\2\172"+ "\1\352\2\172\1\0\1\172\1\u0147\4\172\6\352\1\172"+ "\6\352\1\172\6\352\1\172\45\352\1\11\7\12\2\0"+ "\1\115\1\u0148\2\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\3\12"+ "\1\u013d\1\12\12\0\1\11\1\0\25\12\30\0\1\u0149"+ "\61\0\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\2\12"+ "\1\u014a\2\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\6\12\1\242\16\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\12\1\u013d\3\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\2\12\1\u014b"+ "\2\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\1\u014c\2\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\12"+ "\1\u014d\3\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\3\12\1\u014e\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\2\12\1\u014f"+ "\4\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\1\12\1\u0150\3\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\1\12\1\u0151"+ "\23\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\5\12\1\145\17\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\4\12\1\242\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\1\12\1\u0152\3\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\4\12\1\242\20\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\1\12\1\u0153\3\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\5\12\1\u0154\17\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\12\1\242\3\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\5\12\1\242\17\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\1\u0155\4\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\2\12\1\373\2\12\12\0\1\11\1\0"+ "\3\12\1\u013c\21\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\12\1\u0154\3\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\3\12\1\u013d\21\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\12\1\u0156\3\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\1\345\4\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\1\12\1\u0100\23\12\1\11\7\12\2\0\1\115\1\u0157"+ "\2\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\2\12\1\221"+ "\22\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\u0158"+ "\4\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\3\12"+ "\1\u0159\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\3\12\1\324\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\12\1\u015a\3\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\1\12\1\u015b\2\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\10\11"+ "\2\0\1\11\1\u015c\2\11\1\0\1\11\1\0\1\11"+ "\1\0\4\11\4\0\7\11\2\0\5\11\12\0\1\11"+ "\1\0\26\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\3\12"+ "\1\u0158\1\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\3\12\1\u015d\21\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\10\12\1\u015e\14\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\1\u015f\4\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\5\12\1\u0160\1\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\7\12\1\u0161\15\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\12\1\u0162\3\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\1\247"+ "\2\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\2\12\1\u0163\2\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\1\u0164\2\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\3\12\1\u0101\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\2\12\1\u013c"+ "\22\12\1\11\7\12\2\0\1\115\1\341\2\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\3\12"+ "\1\u0165\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\4\12"+ "\1\u0166\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\2\12\1\u0167\2\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\5\12\1\242"+ "\1\12\2\0\5\12\12\0\1\11\1\0\25\12\62\0"+ "\1\u0168\74\0\1\u0121\107\0\1\u0169\134\0\1\u016a\105\0"+ "\1\u016b\74\0\1\u0125\107\0\1\u016c\134\0\1\u016d\105\0"+ "\1\u016e\74\0\1\u0129\107\0\1\u016f\134\0\1\u0170\23\0"+ "\3\11\5\u0171\2\0\3\11\1\u0171\1\0\1\u0171\1\0"+ "\1\11\1\0\1\11\1\u0171\2\11\4\0\1\11\2\u0171"+ "\1\11\3\u0171\2\0\1\11\2\u0171\2\11\12\0\1\11"+ "\1\0\12\11\1\u0171\5\11\1\u0171\5\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\17\12"+ "\1\u0172\5\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\2\12\1\u0173\2\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\3\12\1\u0174\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\1\u0175\24\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\1\12\1\u0176\2\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\1\u0172\6\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\17\12\1\u0177\5\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\4\12\1\u0178\2\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\6\12\1\u0179"+ "\2\0\5\12\12\0\1\11\1\0\25\12\2\117\1\u0137"+ "\5\311\2\0\3\117\1\311\1\0\1\311\1\0\1\117"+ "\1\0\1\117\1\311\2\117\4\0\1\117\2\311\1\117"+ "\3\311\2\0\1\117\2\311\2\117\12\0\1\117\1\0"+ "\12\117\1\311\5\117\1\311\4\117\3\313\5\u017a\1\133"+ "\1\0\3\313\1\u017a\1\313\1\u017a\4\313\1\u017a\7\313"+ "\2\u017a\1\313\3\u017a\3\313\2\u017a\30\313\1\u017a\5\313"+ "\1\u017a\4\313\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\1\u017b\4\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\1\12\1\242\1\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\372\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\1\u0166\4\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\3\12\1\u017c\1\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\2\12\1\u017d"+ "\2\12\12\0\1\11\1\0\25\12\3\154\5\u017e\2\154"+ "\1\334\2\154\1\u017e\1\335\1\u017e\4\154\1\u017e\7\154"+ "\2\u017e\1\154\3\u017e\3\154\2\u017e\30\154\1\u017e\5\154"+ "\1\u017e\4\154\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\2\12\1\221\22\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\2\12\1\u017f\22\12\11\352\1\0\103\352\5\u0180"+ "\2\352\1\u0146\2\352\1\u0180\1\0\1\u0180\4\352\1\u0180"+ "\7\352\2\u0180\1\352\3\u0180\3\352\2\u0180\30\352\1\u0180"+ "\5\352\1\u0180\4\352\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\u0181\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\7\12\1\242\15\12\1\11\7\12\2\0\1\115"+ "\1\u0182\2\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\3\12\1\242\21\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\u0100\4\12\12\0\1\11\1\0"+ "\3\12\1\u015e\21\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\12\1\u0183\3\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\3\12\1\362"+ "\1\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\3\12\1\u015e\1\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\5\12\1\u0184"+ "\1\12\2\0\5\12\12\0\1\11\1\0\2\12\1\u0120"+ "\2\12\1\u0185\17\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\u013c\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\3\12\1\247\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\u0186\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\3\12\1\242\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\1\12\1\247\2\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\2\12\1\u0187\22\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\1\12\1\u0120\3\12\12\0\1\11"+ "\1\0\25\12\1\11\1\12\1\324\5\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\1\u0188\24\12\3\11\5\u0189\2\0\3\11\1\u0189"+ "\1\0\1\u0189\1\0\1\11\1\0\1\11\1\u0189\2\11"+ "\4\0\1\11\2\u0189\1\11\3\u0189\2\0\1\11\2\u0189"+ "\2\11\12\0\1\11\1\0\12\11\1\u0189\5\11\1\u0189"+ "\5\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\4\12\1\u018a\20\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\2\12\1\u018b\2\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\1\12\1\u018c\3\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\2\12\1\u018d\22\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\2\12\1\u018e\2\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\3\12\1\u018f\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\3\12"+ "\1\u0190\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\u0191"+ "\4\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\3\12"+ "\1\u0192\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\2\12\1\u0193\22\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\161\4\12\12\0\1\11"+ "\1\0\25\12\30\0\1\u0194\62\0\1\u0169\1\u0195\5\u0169"+ "\1\u0195\2\0\3\u0169\1\0\1\u0169\1\0\1\u0195\1\0"+ "\4\u0169\1\0\1\u0169\2\u0195\7\u0169\2\u0195\5\u0169\1\0"+ "\1\u0195\1\0\1\u0195\2\0\6\u0195\25\u0169\50\0\1\u0121"+ "\11\0\1\u0168\57\0\1\u0196\62\0\1\u016c\1\u0197\5\u016c"+ "\1\u0197\2\0\3\u016c\1\0\1\u016c\1\0\1\u0197\1\0"+ "\4\u016c\1\0\1\u016c\2\u0197\7\u016c\2\u0197\5\u016c\1\0"+ "\1\u0197\1\0\1\u0197\2\0\6\u0197\25\u016c\50\0\1\u0125"+ "\11\0\1\u016b\57\0\1\u0198\62\0\1\u016f\1\u0199\5\u016f"+ "\1\u0199\2\0\3\u016f\1\0\1\u016f\1\0\1\u0199\1\0"+ "\4\u016f\1\0\1\u016f\2\u0199\7\u016f\2\u0199\5\u016f\1\0"+ "\1\u0199\1\0\1\u0199\2\0\6\u0199\25\u016f\50\0\1\u0129"+ "\11\0\1\u016e\27\0\3\11\5\u019a\2\0\3\11\1\u019a"+ "\1\0\1\u019a\1\0\1\11\1\0\1\11\1\u019a\2\11"+ "\4\0\1\11\2\u019a\1\11\3\u019a\2\0\1\11\2\u019a"+ "\2\11\12\0\1\11\1\0\12\11\1\u019a\5\11\1\u019a"+ "\5\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\6\12\1\u019b\2\0\5\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\2\12\1\u019c"+ "\22\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\2\12"+ "\1\u019d\2\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\2\12\1\u010b\2\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\u019e\4\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\20\12\1\u019f\4\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\16\12\1\u0133"+ "\6\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\21\12\1\u01a0\3\12\3\313\5\u01a1"+ "\1\133\1\0\3\313\1\u01a1\1\313\1\u01a1\4\313\1\u01a1"+ "\7\313\2\u01a1\1\313\3\u01a1\3\313\2\u01a1\30\313\1\u01a1"+ "\5\313\1\u01a1\4\313\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\12\1\u01a2\3\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\3\12\1\361"+ "\1\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\1\12"+ "\1\u01a3\2\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\3\154\5\u01a4\2\154\1\334\2\154\1\u01a4"+ "\1\335\1\u01a4\4\154\1\u01a4\7\154\2\u01a4\1\154\3\u01a4"+ "\3\154\2\u01a4\30\154\1\u01a4\5\154\1\u01a4\4\154\1\11"+ "\7\12\2\0\1\115\1\12\1\u01a5\1\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\3\352\5\u01a6\2\352\1\u0146"+ "\2\352\1\u01a6\1\0\1\u01a6\4\352\1\u01a6\7\352\2\u01a6"+ "\1\352\3\u01a6\3\352\2\u01a6\30\352\1\u01a6\5\352\1\u01a6"+ "\4\352\1\11\7\12\2\0\1\115\1\12\1\u01a7\1\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\3\12\1\247\1\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\1\12\1\u01a8\2\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\1\12\1\u0185"+ "\3\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\2\12\1\242\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\2\12"+ "\1\u0157\2\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\1\12\1\242\2\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\u01a9\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\3\11"+ "\5\u01aa\2\0\3\11\1\u01aa\1\0\1\u01aa\1\0\1\11"+ "\1\0\1\11\1\u01aa\2\11\4\0\1\11\2\u01aa\1\11"+ "\3\u01aa\2\0\1\11\2\u01aa\2\11\12\0\1\11\1\0"+ "\12\11\1\u01aa\5\11\1\u01aa\5\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\2\12\1\242\2\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\u0100"+ "\4\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\1\12"+ "\1\u01ab\2\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\2\12\1\u01ac"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\3\12\1\u0100\21\12\1\11\7\12\2\0\1\115\2\12"+ "\1\u01ad\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\2\12\1\u01ae\22\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\2\12\1\u01af\2\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\2\12\1\u01b0\22\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\5\12\1\u013c\17\12\30\0\1\u0169\111\0\1\u016c\111\0"+ "\1\u016f\61\0\3\11\5\12\2\0\3\11\1\12\1\0"+ "\1\12\1\0\1\11\1\0\1\11\1\12\2\11\4\0"+ "\1\11\2\12\1\11\3\12\2\0\1\11\2\12\2\11"+ "\12\0\1\11\1\0\12\11\1\12\5\11\1\12\5\11"+ "\1\12\1\u01b1\5\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\1\373\4\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\4\12\1\u01b2\20\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\5\12"+ "\1\u0156\17\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\21\12\1\u01b3\3\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\21\12\1\u01b4\3\12\3\313\5\132\1\133\1\0"+ "\3\313\1\132\1\313\1\132\4\313\1\132\7\313\2\132"+ "\1\313\3\132\3\313\2\132\30\313\1\132\5\313\1\132"+ "\4\313\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\4\12"+ "\1\247\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\1\u01b5"+ "\24\12\3\154\5\23\2\154\1\334\2\154\1\23\1\335"+ "\1\23\4\154\1\23\7\154\2\23\1\154\3\23\3\154"+ "\2\23\30\154\1\23\5\154\1\23\4\154\1\11\7\12"+ "\2\0\1\115\1\u0100\2\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\3\352\5\u01b6\2\352\1\u0146\2\352\1\u01b6"+ "\1\0\1\u01b6\4\352\1\u01b6\7\352\2\u01b6\1\352\3\u01b6"+ "\3\352\2\u01b6\30\352\1\u01b6\5\352\1\u01b6\4\352\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\2\12\1\u01ab\2\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\5\12\1\u01b7"+ "\17\12\3\11\5\u01b8\2\0\3\11\1\u01b8\1\0\1\u01b8"+ "\1\0\1\11\1\0\1\11\1\u01b8\2\11\4\0\1\11"+ "\2\u01b8\1\11\3\u01b8\2\0\1\11\2\u01b8\2\11\12\0"+ "\1\11\1\0\12\11\1\u01b8\5\11\1\u01b8\5\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\1\u0159\4\12\12\0\1\11"+ "\1\0\25\12\1\11\7\12\2\0\1\115\2\12\1\u015a"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\2\12\1\u01b9\2\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\2\12\1\u01ba\2\12\12\0\1\11\1\0\25\12"+ "\1\11\7\12\2\0\1\115\3\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\2\12\1\341\4\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\5\12\1\u0100\1\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\1\11\1\12\1\242\5\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\1\12\1\u01bb\3\12"+ "\12\0\1\11\1\0\25\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\13\12\1\u01bc"+ "\11\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\24\12\1\u01bd\1\11\1\12\1\u01be"+ "\5\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12\3\352\5\172\2\352\1\u0146\2\352\1\172"+ "\1\0\1\172\4\352\1\172\7\352\2\172\1\352\3\172"+ "\3\352\2\172\30\352\1\172\5\352\1\172\4\352\1\11"+ "\7\12\2\0\1\115\1\12\1\u01bf\1\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\5\12"+ "\12\0\1\11\1\0\25\12\3\11\5\233\2\0\3\11"+ "\1\233\1\0\1\233\1\0\1\11\1\0\1\11\1\233"+ "\2\11\4\0\1\11\2\233\1\11\3\233\2\0\1\11"+ "\2\233\2\11\12\0\1\11\1\0\12\11\1\233\5\11"+ "\1\233\5\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\1\12\1\u0100\2\12\4\0\7\12"+ "\2\0\5\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\1\12\1\247\1\12\1\0\1\12\1\0"+ "\1\11\1\0\4\12\4\0\7\12\2\0\5\12\12\0"+ "\1\11\1\0\25\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\4\12\4\0\7\12"+ "\2\0\1\u01c0\4\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\15\12\1\u01c1\7\12\1\11\1\12\1\u01c2\5\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\25\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\3\12\1\u01c3\4\0\7\12\2\0"+ "\5\12\12\0\1\11\1\0\25\12\1\11\7\12\2\0"+ "\1\115\3\12\1\0\1\12\1\0\1\11\1\0\4\12"+ "\4\0\7\12\2\0\5\12\12\0\1\11\1\0\2\12"+ "\1\u01c4\22\12\1\11\7\12\2\0\1\115\3\12\1\0"+ "\1\12\1\0\1\11\1\0\4\12\4\0\7\12\2\0"+ "\1\12\1\u01c5\3\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\17\12\1\u019b\5\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\12\12\1\u01c6"+ "\12\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\12"+ "\1\u01c7\3\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\4\12\4\0\7\12\2\0\5\12\12\0\1\11\1\0"+ "\11\12\1\u0159\13\12\1\11\7\12\2\0\1\115\3\12"+ "\1\0\1\12\1\0\1\11\1\0\3\12\1\373\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\25\12\1\11"+ "\7\12\2\0\1\115\3\12\1\0\1\12\1\0\1\11"+ "\1\0\4\12\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\16\12\1\u0134\6\12\1\11\7\12\2\0\1\115"+ "\3\12\1\0\1\12\1\0\1\11\1\0\4\12\4\0"+ "\7\12\2\0\5\12\12\0\1\11\1\0\10\12\1\u01c8"+ "\14\12\1\11\7\12\2\0\1\115\3\12\1\0\1\12"+ "\1\0\1\11\1\0\4\12\4\0\7\12\2\0\1\12"+ "\1\u01c9\3\12\12\0\1\11\1\0\25\12\1\11\7\12"+ "\2\0\1\115\3\12\1\0\1\12\1\0\1\11\1\0"+ "\3\12\1\213\4\0\7\12\2\0\5\12\12\0\1\11"+ "\1\0\25\12"; private static int [] zzUnpackTrans() { int [] result = new int[31006]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; } private static int zzUnpackTrans(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); value--; do result[j++] = value; while (--count > 0); } return j; } /* error codes */ private static final int ZZ_UNKNOWN_ERROR = 0; private static final int ZZ_NO_MATCH = 1; private static final int ZZ_PUSHBACK_2BIG = 2; /* error messages for the codes above */ private static final String ZZ_ERROR_MSG[] = { "Unkown internal scanner error", "Error: could not match input", "Error: pushback value was too large" }; /** * ZZ_ATTRIBUTE[aState] contains the attributes of state aState */ private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); private static final String ZZ_ATTRIBUTE_PACKED_0 = "\10\0\6\1\1\11\4\1\1\11\5\1\1\11\14\1"+ "\2\11\2\1\1\11\11\1\1\11\4\1\1\11\5\1"+ "\1\11\3\1\1\11\3\1\1\11\1\1\1\11\1\1"+ "\1\11\17\1\1\0\36\1\1\11\3\1\1\11\31\1"+ "\1\0\21\1\3\0\1\11\4\0\1\11\1\0\2\11"+ "\4\0\13\1\1\0\6\1\1\11\21\1\1\11\16\1"+ "\1\11\62\1\14\0\14\1\1\11\10\1\1\11\6\1"+ "\1\11\36\1\1\0\1\1\2\0\1\1\2\0\1\1"+ "\1\0\43\1\6\0\60\1"; private static int [] zzUnpackAttribute() { int [] result = new int[457]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; } private static int zzUnpackAttribute(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** the input device */ private java.io.Reader zzReader; /** the current state of the DFA */ private int zzState; /** the current lexical state */ private int zzLexicalState = YYINITIAL; /** this buffer contains the current text to be matched and is the source of the yytext() string */ private char zzBuffer[]; /** the textposition at the last accepting state */ private int zzMarkedPos; /** the current text position in the buffer */ private int zzCurrentPos; /** startRead marks the beginning of the yytext() string in the buffer */ private int zzStartRead; /** endRead marks the last character in the buffer, that has been read from input */ private int zzEndRead; /** zzAtEOF == true <=> the scanner is at the EOF */ private boolean zzAtEOF; /* user code: */ /** * Token type specific to DTokenMaker; this signals that the user is in * a nestable multi-line comment. The nested depth is embedded in the * actual end token type. */ private static final int INTERNAL_IN_NESTABLE_MLC = -(1<<11); /** * When in a (possibly) nested MLC, this is the current nested depth. */ private int nestedMlcDepth; /** * Constructor. This must be here because JFlex does not generate a * no-parameter constructor. */ public DTokenMaker() { } /** * Adds the token specified to the current linked list of tokens as an * "end token;" that is, at zzMarkedPos. * * @param tokenType The token's type. */ private void addEndToken(int tokenType) { addToken(zzMarkedPos,zzMarkedPos, tokenType); } private void addNestedMlcEndToken() { addEndToken(INTERNAL_IN_NESTABLE_MLC - nestedMlcDepth); } /** * Adds the token specified to the current linked list of tokens. * * @param tokenType The token's type. * @see #addToken(int, int, int) */ private void addHyperlinkToken(int start, int end, int tokenType) { int so = start + offsetShift; addToken(zzBuffer, start,end, tokenType, so, true); } /** * Adds the token specified to the current linked list of tokens. * * @param tokenType The token's type. */ private void addToken(int tokenType) { addToken(zzStartRead, zzMarkedPos-1, tokenType); } /** * Adds the token specified to the current linked list of tokens. * * @param tokenType The token's type. * @see #addHyperlinkToken(int, int, int) */ private void addToken(int start, int end, int tokenType) { int so = start + offsetShift; addToken(zzBuffer, start,end, tokenType, so, false); } /** * Adds the token specified to the current linked list of tokens. * * @param array The character array. * @param start The starting offset in the array. * @param end The ending offset in the array. * @param tokenType The token's type. * @param startOffset The offset in the document at which this token * occurs. * @param hyperlink Whether this token is a hyperlink. */ @Override public void addToken(char[] array, int start, int end, int tokenType, int startOffset, boolean hyperlink) { super.addToken(array, start,end, tokenType, startOffset, hyperlink); zzStartRead = zzMarkedPos; } @Override public int getClosestStandardTokenTypeForInternalType(int type) { switch (type) { case INTERNAL_IN_NESTABLE_MLC: return TokenTypes.COMMENT_MULTILINE; } return type; } /** * {@inheritDoc} */ @Override public String[] getLineCommentStartAndEnd(int languageIndex) { return new String[] { "//", null }; } /** * Returns the first token in the linked list of tokens generated * from text. This method must be implemented by * subclasses so they can correctly implement syntax highlighting. * * @param text The text from which to get tokens. * @param initialTokenType The token type we should start with. * @param startOffset The offset into the document at which * text starts. * @return The first Token in a linked list representing * the syntax highlighted text. */ public Token getTokenList(Segment text, int initialTokenType, int startOffset) { resetTokenList(); this.offsetShift = -text.offset + startOffset; nestedMlcDepth = 0; // Start off in the proper state. int state = YYINITIAL; switch (initialTokenType) { case Token.LITERAL_BACKQUOTE: state = WYSIWYG_STRING_2; break; case Token.LITERAL_STRING_DOUBLE_QUOTE: state = WYSIWYG_STRING_1; break; case Token.COMMENT_MULTILINE: state = MLC; break; case Token.COMMENT_DOCUMENTATION: state = DOCCOMMENT; break; case INTERNAL_IN_NESTABLE_MLC: state = NESTABLE_MLC; break; default: if (initialTokenType<-1024) { int main = -(-initialTokenType & 0xffffff00); switch (main) { default: // Should never happen case INTERNAL_IN_NESTABLE_MLC: state = NESTABLE_MLC; break; } nestedMlcDepth = -initialTokenType&0xff; } else { state = YYINITIAL; } } start = text.offset; s = text; try { yyreset(zzReader); yybegin(state); return yylex(); } catch (IOException ioe) { ioe.printStackTrace(); return new TokenImpl(); } } /** * Refills the input buffer. * * @return true if EOF was reached, otherwise * false. * @exception IOException if any I/O-Error occurs. */ private boolean zzRefill() { return zzCurrentPos>=s.offset+s.count; } /** * Resets the scanner to read from a new input stream. * Does not close the old reader. * * All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). * Lexical state is set to YY_INITIAL. * * @param reader the new input stream */ public final void yyreset(Reader reader) { // 's' has been updated. zzBuffer = s.array; /* * We replaced the line below with the two below it because zzRefill * no longer "refills" the buffer (since the way we do it, it's always * "full" the first time through, since it points to the segment's * array). So, we assign zzEndRead here. */ //zzStartRead = zzEndRead = s.offset; zzStartRead = s.offset; zzEndRead = zzStartRead + s.count - 1; zzCurrentPos = zzMarkedPos = s.offset; zzLexicalState = YYINITIAL; zzReader = reader; zzAtEOF = false; } /** * Creates a new scanner * There is also a java.io.InputStream version of this constructor. * * @param in the java.io.Reader to read input from. */ public DTokenMaker(java.io.Reader in) { this.zzReader = in; } /** * Creates a new scanner. * There is also java.io.Reader version of this constructor. * * @param in the java.io.Inputstream to read input from. */ public DTokenMaker(java.io.InputStream in) { this(new java.io.InputStreamReader(in)); } /** * Unpacks the compressed character translation table. * * @param packed the packed character translation table * @return the unpacked character translation table */ private static char [] zzUnpackCMap(String packed) { char [] map = new char[0x10000]; int i = 0; /* index in packed string */ int j = 0; /* index in unpacked array */ while (i < 188) { int count = packed.charAt(i++); char value = packed.charAt(i++); do map[j++] = value; while (--count > 0); } return map; } /** * Closes the input stream. */ public final void yyclose() throws java.io.IOException { zzAtEOF = true; /* indicate end of file */ zzEndRead = zzStartRead; /* invalidate buffer */ if (zzReader != null) zzReader.close(); } /** * Returns the current lexical state. */ public final int yystate() { return zzLexicalState; } /** * Enters a new lexical state * * @param newState the new lexical state */ @Override public final void yybegin(int newState) { zzLexicalState = newState; } /** * Returns the text matched by the current regular expression. */ public final String yytext() { return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead ); } /** * Returns the character at position pos from the * matched text. * * It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. * A value from 0 to yylength()-1. * * @return the character at position pos */ public final char yycharat(int pos) { return zzBuffer[zzStartRead+pos]; } /** * Returns the length of the matched text region. */ public final int yylength() { return zzMarkedPos-zzStartRead; } /** * Reports an error that occured while scanning. * * In a wellformed scanner (no or only correct usage of * yypushback(int) and a match-all fallback rule) this method * will only be called with things that "Can't Possibly Happen". * If this method is called, something is seriously wrong * (e.g. a JFlex bug producing a faulty scanner etc.). * * Usual syntax/scanner level error handling should be done * in error fallback rules. * * @param errorCode the code of the errormessage to display */ private void zzScanError(int errorCode) { String message; try { message = ZZ_ERROR_MSG[errorCode]; } catch (ArrayIndexOutOfBoundsException e) { message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; } throw new Error(message); } /** * Pushes the specified amount of characters back into the input stream. * * They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. * This number must not be greater than yylength()! */ public void yypushback(int number) { if ( number > yylength() ) zzScanError(ZZ_PUSHBACK_2BIG); zzMarkedPos -= number; } /** * Resumes scanning until the next regular expression is matched, * the end of input is encountered or an I/O-Error occurs. * * @return the next token * @exception java.io.IOException if any I/O-Error occurs */ public org.fife.ui.rsyntaxtextarea.Token yylex() throws java.io.IOException { int zzInput; int zzAction; // cached fields: int zzCurrentPosL; int zzMarkedPosL; int zzEndReadL = zzEndRead; char [] zzBufferL = zzBuffer; char [] zzCMapL = ZZ_CMAP; int [] zzTransL = ZZ_TRANS; int [] zzRowMapL = ZZ_ROWMAP; int [] zzAttrL = ZZ_ATTRIBUTE; while (true) { zzMarkedPosL = zzMarkedPos; zzAction = -1; zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; zzState = zzLexicalState; zzForAction: { while (true) { if (zzCurrentPosL < zzEndReadL) zzInput = zzBufferL[zzCurrentPosL++]; else if (zzAtEOF) { zzInput = YYEOF; break zzForAction; } else { // store back cached positions zzCurrentPos = zzCurrentPosL; zzMarkedPos = zzMarkedPosL; boolean eof = zzRefill(); // get translated positions and possibly new buffer zzCurrentPosL = zzCurrentPos; zzMarkedPosL = zzMarkedPos; zzBufferL = zzBuffer; zzEndReadL = zzEndRead; if (eof) { zzInput = YYEOF; break zzForAction; } else { zzInput = zzBufferL[zzCurrentPosL++]; } } int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ]; if (zzNext == -1) break zzForAction; zzState = zzNext; int zzAttributes = zzAttrL[zzState]; if ( (zzAttributes & 1) == 1 ) { zzAction = zzState; zzMarkedPosL = zzCurrentPosL; if ( (zzAttributes & 8) == 8 ) break zzForAction; } } } // store back cached position zzMarkedPos = zzMarkedPosL; switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { case 14: { yybegin(YYINITIAL); addToken(start,zzEndRead, Token.COMMENT_DOCUMENTATION); return firstToken; } case 46: break; case 2: { addToken(Token.IDENTIFIER); } case 47: break; case 41: { addToken(Token.LITERAL_BOOLEAN); } case 48: break; case 25: { addToken(Token.ERROR_CHAR); } case 49: break; case 22: { addToken(Token.ERROR_NUMBER_FORMAT); } case 50: break; case 4: { addToken(Token.ERROR_CHAR); addNullToken(); return firstToken; } case 51: break; case 18: { addToken(Token.LITERAL_STRING_DOUBLE_QUOTE); } case 52: break; case 11: { addToken(Token.ANNOTATION); } case 53: break; case 6: { addToken(Token.ERROR_STRING_DOUBLE); addNullToken(); return firstToken; } case 54: break; case 1: { addToken(Token.ERROR_IDENTIFIER); } case 55: break; case 20: { addToken(Token.LITERAL_BACKQUOTE); } case 56: break; case 33: { nestedMlcDepth++; } case 57: break; case 37: { start = zzMarkedPos-3; yybegin(EOL_DOCCOMMENT); } case 58: break; case 43: { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_DOCUMENTATION); addHyperlinkToken(temp,zzMarkedPos-1, Token.COMMENT_DOCUMENTATION); start = zzMarkedPos; } case 59: break; case 35: { addToken(Token.LITERAL_CHAR); } case 60: break; case 34: { if (--nestedMlcDepth==0) { addToken(start,zzStartRead+1, Token.COMMENT_MULTILINE); yybegin(YYINITIAL); } } case 61: break; case 24: { addToken(Token.LITERAL_NUMBER_HEXADECIMAL); } case 62: break; case 28: { start = zzMarkedPos-2; yybegin(MLC); } case 63: break; case 17: { addToken(start,zzStartRead-1, Token.COMMENT_DOCUMENTATION); addNullToken(); return firstToken; } case 64: break; case 7: { addToken(Token.WHITESPACE); } case 65: break; case 32: { yybegin(YYINITIAL); addToken(start,zzStartRead+1, Token.COMMENT_DOCUMENTATION); } case 66: break; case 39: { addToken(Token.DATA_TYPE); } case 67: break; case 31: { yybegin(YYINITIAL); addToken(start,zzStartRead+1, Token.COMMENT_MULTILINE); } case 68: break; case 21: { addToken(Token.LITERAL_BACKQUOTE); yybegin(YYINITIAL); } case 69: break; case 3: { addToken(Token.LITERAL_NUMBER_DECIMAL_INT); } case 70: break; case 19: { addToken(Token.LITERAL_STRING_DOUBLE_QUOTE); yybegin(YYINITIAL); } case 71: break; case 38: { start = zzMarkedPos-3; yybegin(DOCCOMMENT); } case 72: break; case 15: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addNestedMlcEndToken(); return firstToken; } case 73: break; case 30: { addToken(Token.RESERVED_WORD); } case 74: break; case 42: { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addHyperlinkToken(temp,zzMarkedPos-1, Token.COMMENT_MULTILINE); start = zzMarkedPos; } case 75: break; case 29: { start = zzMarkedPos-2; nestedMlcDepth = 1; yybegin(NESTABLE_MLC); } case 76: break; case 45: { addToken(Token.RESERVED_WORD_2); } case 77: break; case 16: { addToken(start,zzStartRead-1, Token.COMMENT_EOL); addNullToken(); return firstToken; } case 78: break; case 10: { addToken(Token.SEPARATOR); } case 79: break; case 5: { addNullToken(); return firstToken; } case 80: break; case 13: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); return firstToken; } case 81: break; case 8: { addToken(Token.LITERAL_BACKQUOTE); yybegin(WYSIWYG_STRING_2); } case 82: break; case 9: { addToken(Token.OPERATOR); } case 83: break; case 23: { addToken(Token.LITERAL_NUMBER_FLOAT); } case 84: break; case 26: { addToken(Token.LITERAL_STRING_DOUBLE_QUOTE); yybegin(WYSIWYG_STRING_1); } case 85: break; case 44: { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_EOL); addHyperlinkToken(temp,zzMarkedPos-1, Token.COMMENT_EOL); start = zzMarkedPos; } case 86: break; case 40: { addToken(Token.COMMENT_MULTILINE); } case 87: break; case 27: { start = zzMarkedPos-2; yybegin(EOL_COMMENT); } case 88: break; case 36: { addToken(Token.ERROR_STRING_DOUBLE); } case 89: break; case 12: { } case 90: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; switch (zzLexicalState) { case WYSIWYG_STRING_1: { if (firstToken==null) { addToken(Token.LITERAL_STRING_DOUBLE_QUOTE); } return firstToken; } case 458: break; case EOL_COMMENT: { addToken(start,zzStartRead-1, Token.COMMENT_EOL); addNullToken(); return firstToken; } case 459: break; case NESTABLE_MLC: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addNestedMlcEndToken(); return firstToken; } case 460: break; case DOCCOMMENT: { yybegin(YYINITIAL); addToken(start,zzEndRead, Token.COMMENT_DOCUMENTATION); return firstToken; } case 461: break; case YYINITIAL: { addNullToken(); return firstToken; } case 462: break; case MLC: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); return firstToken; } case 463: break; case WYSIWYG_STRING_2: { if (firstToken==null) { addToken(Token.LITERAL_BACKQUOTE); } return firstToken; } case 464: break; case EOL_DOCCOMMENT: { addToken(start,zzStartRead-1, Token.COMMENT_DOCUMENTATION); addNullToken(); return firstToken; } case 465: break; default: return null; } } else { zzScanError(ZZ_NO_MATCH); } } } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy