source: other-projects/rsyntax-textarea/src/java/org/fife/ui/rsyntaxtextarea/modes/AssemblerX86TokenMaker.java@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 78.3 KB
Line 
1/* The following code was generated by JFlex 1.4.1 on 2/1/08 1:33 PM */
2
3/*
4 * 12/06/2004
5 *
6 * AssemblerX86TokenMaker.java - An object that can take a chunk of text and
7 * return a linked list of tokens representing X86 assembler.
8 *
9 * This library is distributed under a modified BSD license. See the included
10 * RSyntaxTextArea.License.txt file for details.
11 */
12package org.fife.ui.rsyntaxtextarea.modes;
13
14import java.io.*;
15import javax.swing.text.Segment;
16
17import org.fife.ui.rsyntaxtextarea.*;
18
19
20/**
21 * This class takes plain text and returns tokens representing x86
22 * assembler.<p>
23 *
24 * This implementation was created using
25 * <a href="http://www.jflex.de/">JFlex</a> 1.4.1; however, the generated file
26 * was modified for performance. Memory allocation needs to be almost
27 * completely removed to be competitive with the handwritten lexers (subclasses
28 * of <code>AbstractTokenMaker</code>, so this class has been modified so that
29 * Strings are never allocated (via yytext()), and the scanner never has to
30 * worry about refilling its buffer (needlessly copying chars around).
31 * We can achieve this because RText always scans exactly 1 line of tokens at a
32 * time, and hands the scanner this line as an array of characters (a Segment
33 * really). Since tokens contain pointers to char arrays instead of Strings
34 * holding their contents, there is no need for allocating new memory for
35 * Strings.<p>
36 *
37 * The actual algorithm generated for scanning has, of course, not been
38 * modified.<p>
39 *
40 * If you wish to regenerate this file yourself, keep in mind the following:
41 * <ul>
42 * <li>The generated AssemblerX86TokenMaker.java</code> file will contain two
43 * definitions of both <code>zzRefill</code> and <code>yyreset</code>.
44 * You should hand-delete the second of each definition (the ones
45 * generated by the lexer), as these generated methods modify the input
46 * buffer, which we'll never have to do.</li>
47 * <li>You should also change the declaration/definition of zzBuffer to NOT
48 * be initialized. This is a needless memory allocation for us since we
49 * will be pointing the array somewhere else anyway.</li>
50 * <li>You should NOT call <code>yylex()</code> on the generated scanner
51 * directly; rather, you should use <code>getTokenList</code> as you would
52 * with any other <code>TokenMaker</code> instance.</li>
53 * </ul>
54 *
55 * @author Robert Futrell
56 * @version 0.2
57 *
58 */
59
60public class AssemblerX86TokenMaker extends AbstractJFlexTokenMaker implements TokenMaker {
61
62 /** This character denotes the end of file */
63 public static final int YYEOF = -1;
64
65 /** lexical states */
66 public static final int YYINITIAL = 0;
67
68 /**
69 * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
70 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l
71 * at the beginning of a line
72 * l is of the form l = 2*k, k a non negative integer
73 */
74 private static final int ZZ_LEXSTATE[] = {
75 0, 1
76 };
77
78 /**
79 * Translates characters to character classes
80 */
81 private static final String ZZ_CMAP_PACKED =
82 "\11\0\1\10\1\7\1\0\1\10\23\0\1\10\1\14\1\4\2\0"+
83 "\1\13\1\14\1\5\2\0\1\12\1\12\1\3\1\12\1\15\1\12"+
84 "\1\27\1\16\1\21\1\24\1\25\1\26\1\20\1\23\1\17\1\2"+
85 "\1\11\1\6\1\14\1\14\1\14\1\50\1\0\1\30\1\33\1\40"+
86 "\1\42\1\35\1\47\1\51\1\32\1\45\1\1\1\36\1\31\1\55"+
87 "\1\43\1\41\1\22\1\56\1\34\1\37\1\44\1\46\1\61\1\52"+
88 "\1\54\1\60\1\53\1\3\1\0\1\3\1\14\1\57\1\0\1\30"+
89 "\1\33\1\40\1\42\1\35\1\47\1\51\1\32\1\45\1\1\1\36"+
90 "\1\31\1\55\1\43\1\41\1\22\1\56\1\34\1\37\1\44\1\46"+
91 "\1\61\1\52\1\54\1\60\1\53\1\0\1\14\1\0\1\14\uff81\0";
92
93 /**
94 * Translates characters to character classes
95 */
96 private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED);
97
98 /**
99 * Translates DFA states to action switch labels.
100 */
101 private static final int [] ZZ_ACTION = zzUnpackAction();
102
103 private static final String ZZ_ACTION_PACKED_0 =
104 "\2\0\2\1\1\2\1\3\1\4\1\5\1\6\1\7"+
105 "\1\10\32\1\1\11\1\1\1\12\5\13\2\1\1\14"+
106 "\1\15\25\0\16\1\2\16\23\1\1\13\11\1\1\16"+
107 "\14\1\2\16\7\1\1\16\10\1\1\13\4\1\1\11"+
108 "\3\1\1\16\1\1\1\11\15\1\1\13\1\12\13\1"+
109 "\1\16\42\1\31\0\1\12\11\0\20\1\1\13\1\12"+
110 "\14\1\2\13\3\1\1\13\4\1\1\12\6\1\1\13"+
111 "\3\1\1\13\5\1\1\12\5\1\1\13\4\1\1\12"+
112 "\1\1\1\13\2\1\1\13\10\1\1\13\4\1\1\13"+
113 "\4\1\1\13\5\1\1\12\3\1\3\13\24\1\1\13"+
114 "\37\1\1\13\3\1\1\13\3\1\1\0\1\12\10\0"+
115 "\1\12\17\0\3\1\1\13\11\1\1\13\14\1\2\13"+
116 "\1\1\1\17\1\13\3\1\2\12\10\1\1\12\7\1"+
117 "\1\12\1\13\12\1\1\12\15\1\1\13\5\1\2\13"+
118 "\1\1\1\13\14\1\1\13\3\1\1\13\4\1\1\0"+
119 "\1\12\3\0\1\12\5\0\1\12\5\0\16\1\1\12"+
120 "\5\1\1\12\16\1\1\12\1\1\1\13\4\1\1\13"+
121 "\1\1\1\13\4\1\7\0\1\12\7\1\2\12\10\1"+
122 "\1\0\1\12\2\0\1\12\1\0\4\1\1\12\1\1"+
123 "\3\0\2\1\2\0\1\1\1\12\2\0";
124
125 private static int [] zzUnpackAction() {
126 int [] result = new int[668];
127 int offset = 0;
128 offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result);
129 return result;
130 }
131
132 private static int zzUnpackAction(String packed, int offset, int [] result) {
133 int i = 0; /* index in packed string */
134 int j = offset; /* index in unpacked array */
135 int l = packed.length();
136 while (i < l) {
137 int count = packed.charAt(i++);
138 int value = packed.charAt(i++);
139 do result[j++] = value; while (--count > 0);
140 }
141 return j;
142 }
143
144
145 /**
146 * Translates a state to a row index in the transition table
147 */
148 private static final int [] ZZ_ROWMAP = zzUnpackRowMap();
149
150 private static final String ZZ_ROWMAP_PACKED_0 =
151 "\0\0\0\62\0\144\0\226\0\310\0\372\0\u012c\0\u015e"+
152 "\0\144\0\u0190\0\144\0\u01c2\0\u01f4\0\u0226\0\u0258\0\u028a"+
153 "\0\u02bc\0\u02ee\0\u0320\0\u0352\0\u0384\0\u03b6\0\u03e8\0\u041a"+
154 "\0\u044c\0\u047e\0\u04b0\0\u04e2\0\u0514\0\u0546\0\u0578\0\u05aa"+
155 "\0\u05dc\0\u060e\0\u0640\0\u0672\0\u06a4\0\u06d6\0\u0708\0\u0708"+
156 "\0\u073a\0\u076c\0\u079e\0\u0352\0\u07d0\0\u0802\0\u0834\0\144"+
157 "\0\144\0\u0866\0\u0898\0\u08ca\0\u08fc\0\u092e\0\u0960\0\u0992"+
158 "\0\u09c4\0\u09f6\0\u0a28\0\u0a5a\0\u0a8c\0\u0abe\0\u0af0\0\u0b22"+
159 "\0\u0b54\0\u0b86\0\u0bb8\0\u0bea\0\u0c1c\0\u0c4e\0\u0c80\0\u0cb2"+
160 "\0\u0ce4\0\u0d16\0\u0d48\0\u0d7a\0\u0dac\0\u0dde\0\u0e10\0\u0e42"+
161 "\0\u0e74\0\u0ea6\0\u0ed8\0\u0f0a\0\u0f3c\0\u0352\0\u0f6e\0\u0fa0"+
162 "\0\u0fd2\0\u1004\0\u1036\0\u1068\0\u109a\0\u10cc\0\u10fe\0\u1130"+
163 "\0\u1162\0\u1194\0\u11c6\0\u11f8\0\u122a\0\u125c\0\u128e\0\u12c0"+
164 "\0\u12f2\0\u1324\0\u1356\0\u1388\0\u13ba\0\u13ec\0\u141e\0\u1450"+
165 "\0\u1482\0\u14b4\0\u14e6\0\u1518\0\u154a\0\u157c\0\u15ae\0\u15e0"+
166 "\0\u1612\0\u1644\0\u1676\0\u16a8\0\u16da\0\u170c\0\u173e\0\u1770"+
167 "\0\u17a2\0\u17d4\0\u1806\0\u1838\0\u186a\0\u189c\0\u18ce\0\u1900"+
168 "\0\u1932\0\u1964\0\u1996\0\u19c8\0\u19fa\0\u1a2c\0\u1a5e\0\u1a90"+
169 "\0\u1ac2\0\u1af4\0\u1b26\0\u1b58\0\u1b8a\0\u1bbc\0\u1bee\0\u0352"+
170 "\0\u1c20\0\u1c52\0\u1c84\0\u1cb6\0\u1ce8\0\u186a\0\u1d1a\0\u1d4c"+
171 "\0\u1d7e\0\u1db0\0\u1de2\0\u1e14\0\u1e46\0\u1e78\0\u1eaa\0\u1edc"+
172 "\0\u1f0e\0\u1f40\0\u1f72\0\u1fa4\0\u1fd6\0\u2008\0\u203a\0\u206c"+
173 "\0\u209e\0\u20d0\0\u2102\0\u2134\0\u2166\0\u2198\0\u21ca\0\u21fc"+
174 "\0\u222e\0\u2260\0\u2292\0\u22c4\0\u22f6\0\u2328\0\u235a\0\u238c"+
175 "\0\u23be\0\u23f0\0\u2422\0\u2454\0\u2486\0\u24b8\0\u24ea\0\u251c"+
176 "\0\u254e\0\u2580\0\u25b2\0\u25e4\0\u2616\0\u2648\0\u267a\0\u26ac"+
177 "\0\u26de\0\u2710\0\u2742\0\u2774\0\u27a6\0\u27d8\0\u280a\0\u283c"+
178 "\0\u286e\0\u07d0\0\u28a0\0\u28d2\0\u2904\0\u2936\0\u2968\0\u299a"+
179 "\0\u29cc\0\u29fe\0\u2a30\0\u2a62\0\u2a94\0\u2ac6\0\u2af8\0\u2b2a"+
180 "\0\u2b5c\0\u2b8e\0\u2bc0\0\u2bf2\0\u2c24\0\u2c56\0\u2c88\0\u2cba"+
181 "\0\u2cec\0\u2d1e\0\u2d50\0\u2d82\0\144\0\u2db4\0\u2de6\0\u2e18"+
182 "\0\u2e4a\0\u2e7c\0\u2eae\0\u2ee0\0\u2f12\0\u2f44\0\u2f76\0\u2fa8"+
183 "\0\u2fda\0\u300c\0\u303e\0\u3070\0\u30a2\0\u30d4\0\u3106\0\u3138"+
184 "\0\u316a\0\u319c\0\u31ce\0\u3200\0\u3232\0\u3264\0\u3296\0\u0352"+
185 "\0\u32c8\0\u32fa\0\u332c\0\u335e\0\u3390\0\u33c2\0\u33f4\0\u3426"+
186 "\0\u3458\0\u348a\0\u34bc\0\u34ee\0\u3520\0\u3552\0\u3584\0\u35b6"+
187 "\0\u35e8\0\u361a\0\u364c\0\u367e\0\u36b0\0\u36e2\0\u3714\0\u3746"+
188 "\0\u3778\0\u37aa\0\u37dc\0\u380e\0\u3840\0\u3872\0\u38a4\0\u38d6"+
189 "\0\u3908\0\u393a\0\u396c\0\u399e\0\u39d0\0\u3a02\0\u3a34\0\u3a66"+
190 "\0\u3a98\0\u3aca\0\u3afc\0\u3b2e\0\u3b60\0\u3b92\0\u3bc4\0\u3bf6"+
191 "\0\u3c28\0\u3c5a\0\u3c8c\0\u3cbe\0\u3cf0\0\u3d22\0\u3d54\0\u3d86"+
192 "\0\u3db8\0\u3dea\0\u3e1c\0\u3e4e\0\u3e80\0\u3eb2\0\u3ee4\0\u3f16"+
193 "\0\u3f48\0\u3f7a\0\u3fac\0\u3fde\0\u4010\0\u36e2\0\u4042\0\u4074"+
194 "\0\u40a6\0\u40d8\0\u410a\0\u413c\0\u416e\0\u41a0\0\u41d2\0\u4204"+
195 "\0\u4236\0\u4268\0\u429a\0\u42cc\0\u42fe\0\u4330\0\u4362\0\u4394"+
196 "\0\u43c6\0\u43f8\0\u442a\0\u445c\0\u448e\0\u44c0\0\u44f2\0\u4524"+
197 "\0\u4556\0\u4588\0\u45ba\0\u45ec\0\u461e\0\u3b92\0\u4650\0\u4682"+
198 "\0\u46b4\0\u361a\0\u46e6\0\u4718\0\u474a\0\u477c\0\u47ae\0\u47e0"+
199 "\0\u4812\0\u4844\0\u4876\0\u48a8\0\u48da\0\u490c\0\u493e\0\u4970"+
200 "\0\u49a2\0\u49d4\0\u4a06\0\u4a38\0\u4a6a\0\u4a9c\0\u4ace\0\u4b00"+
201 "\0\u4b32\0\u4b64\0\u4b96\0\u4bc8\0\u4bfa\0\u4c2c\0\u4c5e\0\u4c90"+
202 "\0\u4cc2\0\u4cf4\0\u4d26\0\u4d58\0\u4d8a\0\u4dbc\0\u410a\0\u4dee"+
203 "\0\u4e20\0\u4e52\0\u4e84\0\u4eb6\0\u4ee8\0\u4f1a\0\u4f4c\0\u4f7e"+
204 "\0\u4fb0\0\u4fe2\0\u5014\0\u5046\0\u5078\0\u50aa\0\u50dc\0\u510e"+
205 "\0\u5140\0\u5172\0\u51a4\0\u51d6\0\u5208\0\u523a\0\u526c\0\u529e"+
206 "\0\u52d0\0\u5302\0\u5334\0\u5366\0\u5398\0\u53ca\0\u53fc\0\u542e"+
207 "\0\u5460\0\u5492\0\u54c4\0\u54f6\0\u5528\0\u555a\0\u558c\0\u55be"+
208 "\0\u55f0\0\u5622\0\u55f0\0\u5654\0\u5686\0\u56b8\0\u56ea\0\u571c"+
209 "\0\u574e\0\u5780\0\u57b2\0\u4d58\0\u57e4\0\u076c\0\u5816\0\u5848"+
210 "\0\u587a\0\u58ac\0\u0352\0\u58de\0\u5910\0\u5942\0\u5974\0\u59a6"+
211 "\0\u1f40\0\u59d8\0\u5a0a\0\u5a3c\0\u5a6e\0\u5aa0\0\u5ad2\0\u5b04"+
212 "\0\u5b36\0\u5b68\0\u5b9a\0\u5bcc\0\u5bfe\0\u5c30\0\u5c62\0\u5c94"+
213 "\0\u5cc6\0\u5cf8\0\u5d2a\0\u5d5c\0\u5d8e\0\u5dc0\0\u5df2\0\u5e24"+
214 "\0\u5e56\0\u5e88\0\u5eba\0\u5eec\0\u5f1e\0\u5f50\0\u5f82\0\u5fb4"+
215 "\0\u5fe6\0\u6018\0\u604a\0\u607c\0\u60ae\0\u60e0\0\u6112\0\u6144"+
216 "\0\u6176\0\u61a8\0\u5460\0\u0834\0\u61da\0\u620c\0\u623e\0\u6270"+
217 "\0\u62a2\0\u62d4\0\u6306\0\u6338\0\u636a\0\u639c\0\u63ce\0\u6400"+
218 "\0\u6432\0\u6464\0\u6496\0\u64c8\0\u64fa\0\u652c\0\u655e\0\u6590"+
219 "\0\u65c2\0\u65f4\0\u6626\0\u6658\0\u668a\0\u66bc\0\u66ee\0\u6720"+
220 "\0\u6752\0\u6784\0\u67b6\0\u67e8\0\u681a\0\u684c\0\u687e\0\u68b0"+
221 "\0\u68e2\0\u6914\0\u6946\0\u6978\0\u69aa\0\u69dc\0\u6a0e\0\u6a40"+
222 "\0\u6a72\0\u6aa4\0\u6ad6\0\u6b08\0\u6b3a\0\u6b6c\0\u6b9e\0\u6bd0"+
223 "\0\u6c02\0\u6c34\0\u6c66\0\u4236\0\u6c98\0\u6cca\0\u65f4\0\u6cfc"+
224 "\0\u6d2e\0\u6d60\0\u6d92\0\u6dc4\0\u6df6\0\u6e28\0\u6e5a\0\u5a6e"+
225 "\0\u6e8c\0\u6ebe\0\u6ef0\0\u6f22\0\u6f54\0\u6f86\0\u6fb8\0\u6fea"+
226 "\0\u701c\0\u704e\0\u7080\0\u70b2\0\u70e4\0\u7116\0\u7148\0\u717a"+
227 "\0\u61da\0\u71ac\0\u71de\0\u7210\0\u7242\0\u1194\0\u7274\0\u72a6"+
228 "\0\u72d8\0\u730a\0\u733c\0\u736e\0\u73a0\0\u73d2\0\u7404\0\u7436"+
229 "\0\u7468\0\u749a\0\u74cc\0\u74fe\0\u7530\0\u7562\0\u7594\0\u587a"+
230 "\0\u75c6\0\u75f8\0\u762a\0\u765c\0\u768e\0\u76c0\0\u76f2\0\u7724"+
231 "\0\u7756\0\u7788\0\u77ba\0\u77ec\0\u781e\0\u7850\0\u7882\0\u4ee8"+
232 "\0\u78b4\0\u78e6\0\u7918\0\u794a\0\u797c\0\u79ae\0\u79e0\0\u7a12"+
233 "\0\u7a44\0\u7a76\0\u7aa8\0\u7ada\0\u7b0c\0\u7b3e\0\u7b70\0\u7ba2"+
234 "\0\u6d60\0\u7bd4\0\u7c06\0\u7c38";
235
236 private static int [] zzUnpackRowMap() {
237 int [] result = new int[668];
238 int offset = 0;
239 offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result);
240 return result;
241 }
242
243 private static int zzUnpackRowMap(String packed, int offset, int [] result) {
244 int i = 0; /* index in packed string */
245 int j = offset; /* index in unpacked array */
246 int l = packed.length();
247 while (i < l) {
248 int high = packed.charAt(i++) << 16;
249 result[j++] = high | packed.charAt(i++);
250 }
251 return j;
252 }
253
254 /**
255 * The transition table of the DFA
256 */
257 private static final int [] ZZ_TRANS = zzUnpackTrans();
258
259 private static final String ZZ_TRANS_PACKED_0 =
260 "\1\3\1\4\1\5\1\3\1\6\1\7\1\10\1\11"+
261 "\1\12\1\3\3\13\1\14\4\5\1\15\5\5\1\16"+
262 "\1\17\1\20\1\21\1\22\1\23\1\24\1\25\1\26"+
263 "\1\27\1\30\1\31\1\32\1\33\1\34\1\35\1\3"+
264 "\1\36\1\37\1\40\1\41\1\42\1\43\1\44\1\24"+
265 "\1\45\1\3\1\4\1\5\1\3\1\6\1\7\1\10"+
266 "\1\11\1\12\1\3\1\13\1\46\1\13\1\14\4\5"+
267 "\1\15\5\5\1\16\1\17\1\20\1\21\1\22\1\23"+
268 "\1\24\1\25\1\26\1\27\1\30\1\31\1\32\1\33"+
269 "\1\34\1\35\1\3\1\36\1\37\1\40\1\41\1\42"+
270 "\1\43\1\44\1\24\1\45\62\0\1\47\2\24\1\0"+
271 "\3\47\2\0\1\50\2\0\1\47\1\0\4\24\1\51"+
272 "\5\24\2\52\1\24\1\52\1\24\1\53\1\24\1\54"+
273 "\1\55\1\54\1\24\1\56\4\24\1\47\1\52\1\24"+
274 "\1\54\1\24\1\57\4\24\1\47\1\24\1\5\1\0"+
275 "\3\47\2\0\1\50\2\0\1\47\1\0\4\5\1\24"+
276 "\5\5\20\24\1\47\11\24\4\6\1\60\55\6\5\7"+
277 "\1\61\54\7\7\10\1\0\52\10\10\0\1\12\67\0"+
278 "\1\62\1\63\1\64\1\65\2\0\1\65\2\64\1\0"+
279 "\1\66\1\67\1\0\1\70\1\71\1\72\1\73\1\74"+
280 "\1\75\1\0\1\76\1\77\1\100\1\101\1\102\1\103"+
281 "\2\0\1\104\1\0\1\105\1\106\4\0\1\47\2\24"+
282 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
283 "\1\107\3\24\1\110\1\111\1\24\1\112\1\113\1\114"+
284 "\2\24\1\115\1\116\1\117\1\24\1\47\3\24\1\120"+
285 "\1\121\4\24\1\47\2\24\1\0\3\47\2\0\1\50"+
286 "\2\0\1\47\1\0\1\122\5\24\1\123\3\24\1\124"+
287 "\1\125\1\126\1\24\1\127\2\24\1\130\2\24\1\131"+
288 "\1\132\4\24\1\47\3\24\1\126\5\24\1\47\2\24"+
289 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
290 "\1\133\1\134\2\24\1\135\1\136\1\24\1\137\1\24"+
291 "\1\140\1\141\1\24\1\142\1\134\1\24\1\143\1\47"+
292 "\1\144\3\24\1\145\4\24\1\47\2\24\1\0\3\47"+
293 "\2\0\1\50\2\0\1\47\1\0\13\24\1\146\13\24"+
294 "\1\147\2\24\1\47\11\24\1\47\2\24\1\0\3\47"+
295 "\2\0\1\50\2\0\1\47\1\0\4\24\1\126\6\24"+
296 "\2\126\4\24\1\150\1\24\1\151\2\24\1\152\1\153"+
297 "\2\24\1\47\3\24\1\126\3\24\1\154\1\24\1\47"+
298 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
299 "\17\24\1\155\1\24\1\156\2\157\1\160\5\24\1\47"+
300 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
301 "\1\47\1\0\12\24\1\161\1\162\1\24\1\163\3\24"+
302 "\1\164\1\165\1\24\1\166\1\167\4\24\1\47\3\24"+
303 "\1\170\1\171\1\172\2\24\1\173\1\47\2\24\1\0"+
304 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
305 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
306 "\1\47\1\0\4\24\1\126\5\24\1\174\1\134\1\175"+
307 "\1\176\1\24\1\177\1\24\1\126\1\200\1\24\1\43"+
308 "\1\24\1\201\1\202\1\203\1\204\1\47\1\134\1\205"+
309 "\2\24\1\145\1\206\1\24\1\207\1\24\1\47\2\24"+
310 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
311 "\1\210\5\24\1\211\1\212\1\126\1\213\1\214\2\24"+
312 "\1\126\1\24\1\215\1\216\5\24\1\47\1\24\1\217"+
313 "\1\24\1\126\1\220\3\24\1\221\1\47\2\24\1\0"+
314 "\3\47\2\0\1\50\2\0\1\47\1\0\1\122\3\24"+
315 "\1\222\1\24\1\123\7\24\1\223\11\24\1\224\1\225"+
316 "\1\47\10\24\1\226\1\47\2\24\1\0\3\47\2\0"+
317 "\1\50\2\0\1\47\1\0\12\24\1\227\2\126\1\230"+
318 "\1\231\1\232\1\24\1\126\1\24\1\233\1\230\1\24"+
319 "\1\230\1\234\1\235\1\230\1\47\1\24\1\236\1\24"+
320 "\1\126\1\24\1\230\3\24\1\47\2\24\1\0\3\47"+
321 "\2\0\1\50\2\0\1\47\1\0\12\24\1\237\4\24"+
322 "\1\240\3\24\1\241\6\24\1\47\11\24\1\47\2\24"+
323 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\14\24"+
324 "\1\242\1\243\1\244\1\245\7\24\1\246\2\24\1\47"+
325 "\1\24\1\205\5\24\1\247\1\24\1\47\2\24\1\0"+
326 "\3\47\2\0\1\50\2\0\1\47\1\0\16\24\1\250"+
327 "\1\251\1\24\1\252\2\24\1\253\1\254\3\24\1\255"+
328 "\1\47\4\24\1\256\4\24\1\47\2\24\1\0\3\47"+
329 "\2\0\1\50\2\0\1\47\1\0\15\24\1\257\3\24"+
330 "\1\260\1\261\2\24\1\262\4\24\1\47\11\24\1\47"+
331 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
332 "\3\24\1\263\1\264\5\24\1\265\1\266\1\24\1\267"+
333 "\1\270\2\24\1\271\1\272\1\273\1\274\1\275\1\276"+
334 "\1\277\1\300\1\301\1\47\1\24\1\302\1\24\1\303"+
335 "\1\304\2\24\1\305\1\24\1\47\2\24\1\0\3\47"+
336 "\2\0\1\50\2\0\1\47\1\0\13\24\1\306\2\24"+
337 "\1\307\2\24\1\126\1\24\1\310\6\24\1\47\11\24"+
338 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
339 "\1\0\12\24\1\311\1\24\1\312\1\313\1\314\4\24"+
340 "\1\315\6\24\1\47\11\24\1\47\2\24\1\0\3\47"+
341 "\2\0\1\50\2\0\1\47\1\0\17\24\1\316\12\24"+
342 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
343 "\2\0\1\47\1\0\12\24\1\317\1\320\6\24\1\321"+
344 "\1\322\6\24\1\47\4\24\1\323\4\24\1\47\2\24"+
345 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
346 "\1\324\10\24\1\325\3\24\1\326\1\327\1\24\1\47"+
347 "\4\24\1\231\4\24\1\47\2\24\1\0\3\47\2\0"+
348 "\1\50\2\0\1\47\1\0\32\24\1\47\1\24\1\205"+
349 "\7\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
350 "\1\47\1\0\32\24\1\47\6\24\1\330\2\24\1\47"+
351 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
352 "\17\24\1\331\12\24\1\47\11\24\1\0\2\46\13\0"+
353 "\32\46\1\0\11\46\3\47\1\0\3\47\2\0\1\47"+
354 "\2\0\1\47\1\0\45\47\2\24\1\0\3\47\2\0"+
355 "\1\50\2\0\1\47\1\0\17\24\1\54\3\24\1\54"+
356 "\6\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
357 "\1\50\2\0\1\47\1\0\17\24\1\54\12\24\1\47"+
358 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
359 "\1\47\1\0\22\24\1\332\7\24\1\47\11\24\1\47"+
360 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
361 "\32\24\1\47\3\24\1\333\5\24\1\47\2\24\1\0"+
362 "\3\47\2\0\1\50\2\0\1\47\1\0\4\24\1\54"+
363 "\5\24\2\52\1\24\1\52\1\24\1\54\1\24\3\54"+
364 "\6\24\1\47\1\52\1\24\1\54\6\24\1\47\2\24"+
365 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
366 "\1\54\25\24\1\47\11\24\17\0\1\334\71\0\1\335"+
367 "\51\0\1\336\61\0\1\337\73\0\1\340\60\0\1\341"+
368 "\14\0\1\342\1\0\1\343\46\0\1\344\2\0\1\345"+
369 "\52\0\1\346\4\0\1\347\55\0\1\350\2\0\1\351"+
370 "\6\0\1\352\10\0\1\353\31\0\1\354\65\0\1\341"+
371 "\4\0\1\355\6\0\1\356\2\0\1\343\46\0\1\357"+
372 "\4\0\1\360\50\0\1\361\10\0\1\362\61\0\1\363"+
373 "\55\0\1\364\11\0\1\343\61\0\1\365\55\0\1\366"+
374 "\46\0\1\367\63\0\1\370\57\0\1\341\1\371\6\0"+
375 "\1\372\14\0\1\373\43\0\1\374\1\0\1\375\13\0"+
376 "\1\376\4\0\1\47\2\24\1\0\3\47\2\0\1\50"+
377 "\2\0\1\47\1\0\16\24\1\377\3\24\1\u0100\1\24"+
378 "\1\u0101\1\u0102\4\24\1\47\1\u0103\7\24\1\u0104\1\47"+
379 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
380 "\17\24\1\u0105\3\24\1\u0106\3\24\1\u0107\2\24\1\47"+
381 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
382 "\1\47\1\0\32\24\1\47\3\24\1\u0108\5\24\1\47"+
383 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
384 "\12\24\1\u0109\1\u010a\1\u010b\1\24\1\u010c\11\24\1\u010d"+
385 "\1\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
386 "\1\50\2\0\1\47\1\0\32\24\1\47\4\24\1\u010e"+
387 "\4\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
388 "\1\47\1\0\4\24\1\u010f\11\24\1\54\13\24\1\47"+
389 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
390 "\1\47\1\0\16\24\1\u0110\13\24\1\47\11\24\1\47"+
391 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
392 "\25\24\1\u0111\4\24\1\47\11\24\1\47\2\24\1\0"+
393 "\3\47\2\0\1\50\2\0\1\47\1\0\15\24\1\u0112"+
394 "\1\u0113\2\24\1\u0114\3\24\1\u0115\4\24\1\47\11\24"+
395 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
396 "\1\0\23\24\1\142\6\24\1\47\11\24\1\47\2\24"+
397 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
398 "\1\u0116\10\24\1\u0117\3\24\1\u0118\1\u0119\1\24\1\47"+
399 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
400 "\1\47\1\0\2\24\1\u0110\27\24\1\47\11\24\1\47"+
401 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
402 "\3\24\1\u0110\26\24\1\47\11\24\1\47\2\24\1\0"+
403 "\3\47\2\0\1\50\2\0\1\47\1\0\12\24\1\54"+
404 "\6\24\1\54\2\24\1\54\5\24\1\47\4\24\1\54"+
405 "\4\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
406 "\1\47\1\0\27\24\1\u011a\2\24\1\47\11\24\1\47"+
407 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
408 "\4\24\1\u011b\25\24\1\47\11\24\1\47\2\24\1\0"+
409 "\3\47\2\0\1\50\2\0\1\47\1\0\21\24\1\u011c"+
410 "\10\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
411 "\1\50\2\0\1\47\1\0\22\24\1\54\1\24\1\u011d"+
412 "\5\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
413 "\1\50\2\0\1\47\1\0\24\24\1\u011e\5\24\1\47"+
414 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
415 "\1\47\1\0\14\24\1\u011f\1\u0120\1\54\13\24\1\47"+
416 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
417 "\1\47\1\0\24\24\1\146\5\24\1\47\11\24\1\47"+
418 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
419 "\23\24\1\u0121\6\24\1\47\11\24\1\47\2\24\1\0"+
420 "\3\47\2\0\1\50\2\0\1\47\1\0\12\24\1\u0122"+
421 "\6\24\1\54\3\24\1\u0123\4\24\1\47\11\24\1\47"+
422 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
423 "\13\24\1\54\5\24\1\54\10\24\1\47\11\24\1\47"+
424 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
425 "\22\24\1\u0124\1\u0125\1\u0126\5\24\1\47\1\24\1\u0127"+
426 "\7\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
427 "\1\47\1\0\21\24\1\54\10\24\1\47\4\24\1\u0128"+
428 "\4\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
429 "\1\47\1\0\16\24\1\54\13\24\1\47\11\24\1\47"+
430 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
431 "\21\24\1\54\10\24\1\47\11\24\1\47\2\24\1\0"+
432 "\3\47\2\0\1\50\2\0\1\47\1\0\21\24\1\54"+
433 "\2\24\1\146\5\24\1\47\11\24\1\47\2\24\1\0"+
434 "\3\47\2\0\1\50\2\0\1\47\1\0\21\24\1\213"+
435 "\10\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
436 "\1\50\2\0\1\47\1\0\26\24\1\54\3\24\1\47"+
437 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
438 "\1\47\1\0\32\24\1\47\1\u0129\10\24\1\47\2\24"+
439 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\16\24"+
440 "\1\54\12\24\1\54\1\47\1\24\1\u012a\7\24\1\47"+
441 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
442 "\30\24\1\u012b\1\24\1\47\11\24\1\47\2\24\1\0"+
443 "\3\47\2\0\1\50\2\0\1\47\1\0\16\24\1\54"+
444 "\2\24\2\54\7\24\1\47\11\24\1\47\2\24\1\0"+
445 "\3\47\2\0\1\50\2\0\1\47\1\0\26\24\1\u012c"+
446 "\3\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
447 "\1\50\2\0\1\47\1\0\26\24\1\u012d\3\24\1\47"+
448 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
449 "\1\47\1\0\4\24\1\u012e\5\24\1\u012f\6\24\1\u0130"+
450 "\1\u0131\3\24\1\u0132\3\24\1\47\11\24\1\47\2\24"+
451 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\32\24"+
452 "\1\47\4\24\1\54\4\24\1\47\2\24\1\0\3\47"+
453 "\2\0\1\50\2\0\1\47\1\0\13\24\1\54\2\24"+
454 "\1\54\13\24\1\47\11\24\1\47\2\24\1\0\3\47"+
455 "\2\0\1\50\2\0\1\47\1\0\4\24\1\u0133\21\24"+
456 "\1\u0134\3\24\1\47\4\24\1\u0135\4\24\1\47\2\24"+
457 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\32\24"+
458 "\1\47\3\24\1\126\5\24\1\47\2\24\1\0\3\47"+
459 "\2\0\1\50\2\0\1\47\1\0\21\24\1\u0136\10\24"+
460 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
461 "\2\0\1\47\1\0\4\24\1\126\25\24\1\47\3\24"+
462 "\1\126\5\24\1\47\2\24\1\0\3\47\2\0\1\50"+
463 "\2\0\1\47\1\0\4\24\1\126\22\24\1\126\2\24"+
464 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
465 "\2\0\1\47\1\0\14\24\1\u0137\15\24\1\47\3\24"+
466 "\1\126\5\24\1\47\2\24\1\0\3\47\2\0\1\50"+
467 "\2\0\1\47\1\0\27\24\1\126\2\24\1\47\3\24"+
468 "\1\126\5\24\1\47\2\24\1\0\3\47\2\0\1\50"+
469 "\2\0\1\47\1\0\24\24\1\u0138\1\24\1\u0139\3\24"+
470 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
471 "\2\0\1\47\1\0\4\24\1\u013a\21\24\1\u013b\1\u013c"+
472 "\2\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
473 "\1\50\2\0\1\47\1\0\32\24\1\47\4\24\1\143"+
474 "\4\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
475 "\1\47\1\0\30\24\1\230\1\24\1\47\11\24\1\47"+
476 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
477 "\17\24\1\u013d\12\24\1\47\11\24\1\47\2\24\1\0"+
478 "\3\47\2\0\1\50\2\0\1\47\1\0\13\24\1\54"+
479 "\1\u011f\1\24\1\54\13\24\1\47\11\24\1\47\2\24"+
480 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\13\24"+
481 "\1\u013e\2\24\1\u013e\4\24\1\u013f\4\24\1\u0140\1\24"+
482 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
483 "\2\0\1\47\1\0\15\24\1\54\14\24\1\47\7\24"+
484 "\1\154\1\24\1\47\2\24\1\0\3\47\2\0\1\50"+
485 "\2\0\1\47\1\0\22\24\1\u0141\3\24\1\u0142\3\24"+
486 "\1\47\1\u0143\10\24\1\47\2\24\1\0\3\47\2\0"+
487 "\1\50\2\0\1\47\1\0\12\24\1\u0126\17\24\1\47"+
488 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
489 "\1\47\1\0\1\126\1\24\2\126\1\24\5\126\1\u0144"+
490 "\3\24\1\u0145\3\24\1\54\1\u0126\1\54\2\24\1\54"+
491 "\2\24\1\47\4\24\1\u0128\4\24\1\47\2\24\1\0"+
492 "\3\47\2\0\1\50\2\0\1\47\1\0\24\24\1\146"+
493 "\5\24\1\47\1\u0146\1\24\1\u0147\6\24\1\47\2\24"+
494 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\15\24"+
495 "\1\u0148\14\24\1\47\11\24\1\47\2\24\1\0\3\47"+
496 "\2\0\1\50\2\0\1\47\1\0\17\24\1\u0149\12\24"+
497 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
498 "\2\0\1\47\1\0\23\24\1\315\6\24\1\47\11\24"+
499 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
500 "\1\0\16\24\1\u014a\13\24\1\47\11\24\1\47\2\24"+
501 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
502 "\1\u014b\10\24\1\47\11\24\1\47\2\24\1\0\3\47"+
503 "\2\0\1\50\2\0\1\47\1\0\30\24\1\u014c\1\24"+
504 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
505 "\2\0\1\47\1\0\13\24\1\u011b\2\24\1\u014d\7\24"+
506 "\1\u014e\3\24\1\47\11\24\1\47\2\24\1\0\3\47"+
507 "\2\0\1\50\2\0\1\47\1\0\22\24\1\54\1\24"+
508 "\1\54\1\24\1\143\1\54\2\24\1\47\11\24\1\47"+
509 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
510 "\32\24\1\47\1\24\1\54\7\24\1\47\2\24\1\0"+
511 "\3\47\2\0\1\50\2\0\1\47\1\0\3\24\1\126"+
512 "\2\24\2\126\1\24\1\126\20\24\1\47\11\24\1\47"+
513 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
514 "\24\24\1\u014f\5\24\1\47\4\24\1\u0150\4\24\1\47"+
515 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
516 "\32\24\1\47\5\24\1\54\3\24\1\47\2\24\1\0"+
517 "\3\47\2\0\1\50\2\0\1\47\1\0\24\24\1\52"+
518 "\5\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
519 "\1\50\2\0\1\47\1\0\4\24\1\u0151\15\24\1\54"+
520 "\1\u0152\6\24\1\47\11\24\1\47\2\24\1\0\3\47"+
521 "\2\0\1\50\2\0\1\47\1\0\26\24\1\u0153\3\24"+
522 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
523 "\2\0\1\47\1\0\12\24\1\u0154\13\24\1\u0155\3\24"+
524 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
525 "\2\0\1\47\1\0\4\24\1\143\25\24\1\47\1\u0110"+
526 "\10\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
527 "\1\47\1\0\26\24\1\u0156\3\24\1\47\11\24\1\47"+
528 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
529 "\31\24\1\u0157\1\47\11\24\1\47\2\24\1\0\3\47"+
530 "\2\0\1\50\2\0\1\47\1\0\17\24\1\u0158\12\24"+
531 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
532 "\2\0\1\47\1\0\12\24\1\54\6\24\1\54\4\24"+
533 "\1\u0159\3\24\1\47\11\24\1\47\2\24\1\0\3\47"+
534 "\2\0\1\50\2\0\1\47\1\0\1\126\1\24\2\126"+
535 "\1\24\5\126\20\24\1\47\11\24\1\47\2\24\1\0"+
536 "\3\47\2\0\1\50\2\0\1\47\1\0\22\24\1\54"+
537 "\7\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
538 "\1\50\2\0\1\47\1\0\21\24\1\u015a\10\24\1\47"+
539 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
540 "\1\47\1\0\32\24\1\47\10\24\1\u015b\1\47\2\24"+
541 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
542 "\1\230\25\24\1\47\11\24\1\47\2\24\1\0\3\47"+
543 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\4\24"+
544 "\1\u0103\4\24\1\47\2\24\1\0\3\47\2\0\1\50"+
545 "\2\0\1\47\1\0\12\24\1\115\17\24\1\47\1\54"+
546 "\10\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
547 "\1\47\1\0\4\24\1\54\14\24\1\u015c\4\24\1\54"+
548 "\3\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
549 "\1\50\2\0\1\47\1\0\27\24\1\u012c\2\24\1\47"+
550 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
551 "\1\47\1\0\32\24\1\47\7\24\1\154\1\24\1\47"+
552 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
553 "\2\24\1\126\2\24\4\126\21\24\1\47\11\24\1\47"+
554 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
555 "\21\24\1\146\10\24\1\47\3\24\1\u015d\5\24\1\47"+
556 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
557 "\26\24\1\u015e\3\24\1\47\4\24\1\u015f\4\24\1\47"+
558 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
559 "\4\24\1\u0160\25\24\1\47\11\24\1\47\2\24\1\0"+
560 "\3\47\2\0\1\50\2\0\1\47\1\0\4\24\1\u0161"+
561 "\12\24\1\146\12\24\1\47\11\24\1\47\2\24\1\0"+
562 "\3\47\2\0\1\50\2\0\1\47\1\0\25\24\1\u0162"+
563 "\4\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
564 "\1\50\2\0\1\47\1\0\26\24\1\u0163\3\24\1\47"+
565 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
566 "\1\47\1\0\27\24\1\u0164\2\24\1\47\11\24\1\47"+
567 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
568 "\21\24\1\u0165\1\u0166\3\24\1\u0167\3\24\1\47\10\24"+
569 "\1\u0168\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
570 "\1\47\1\0\1\u0110\2\24\1\u0110\11\24\1\u0110\1\24"+
571 "\1\u0110\4\24\1\u0169\1\u016a\1\24\1\u016b\2\24\1\47"+
572 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
573 "\1\47\1\0\4\24\1\u013a\23\24\1\u011b\1\24\1\47"+
574 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
575 "\1\47\1\0\3\24\1\54\26\24\1\47\11\24\1\47"+
576 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
577 "\17\24\1\u016c\12\24\1\47\11\24\1\47\2\24\1\0"+
578 "\3\47\2\0\1\50\2\0\1\47\1\0\23\24\1\u016d"+
579 "\6\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
580 "\1\50\2\0\1\47\1\0\4\24\1\u016e\22\24\1\u016f"+
581 "\2\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
582 "\1\50\2\0\1\47\1\0\32\24\1\47\3\24\1\u0170"+
583 "\5\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
584 "\1\47\1\0\12\24\1\u0171\3\24\1\u0172\7\24\1\u0173"+
585 "\3\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
586 "\1\50\2\0\1\47\1\0\15\24\1\143\1\u0110\5\24"+
587 "\1\u0174\5\24\1\47\11\24\1\47\2\24\1\0\3\47"+
588 "\2\0\1\50\2\0\1\47\1\0\24\24\1\u0175\5\24"+
589 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
590 "\2\0\1\47\1\0\13\24\1\u0176\5\24\1\u0177\10\24"+
591 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
592 "\2\0\1\47\1\0\21\24\1\u0178\3\24\1\u0179\4\24"+
593 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
594 "\2\0\1\47\1\0\12\24\1\u017a\7\24\1\u017b\3\24"+
595 "\1\u017c\1\u017d\1\u017e\1\24\1\47\5\24\1\u017f\3\24"+
596 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
597 "\1\0\13\24\1\u0180\1\143\6\24\1\u0181\6\24\1\47"+
598 "\4\24\1\u0182\4\24\1\47\2\24\1\0\3\47\2\0"+
599 "\1\50\2\0\1\47\1\0\16\24\1\u0161\13\24\1\47"+
600 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
601 "\1\47\1\0\17\24\1\u0183\7\24\1\u0184\2\24\1\47"+
602 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
603 "\1\47\1\0\21\24\1\u0185\1\u0186\1\57\3\24\1\u0187"+
604 "\2\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
605 "\1\50\2\0\1\47\1\0\21\24\1\146\10\24\1\47"+
606 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
607 "\1\47\1\0\12\24\1\317\1\u0176\5\24\1\u0188\1\u0189"+
608 "\1\24\1\u018a\1\u018b\4\24\1\47\4\24\1\u018c\4\24"+
609 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
610 "\1\0\22\24\1\u018d\7\24\1\47\11\24\1\47\2\24"+
611 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\16\24"+
612 "\1\u018e\13\24\1\47\11\24\1\47\2\24\1\0\3\47"+
613 "\2\0\1\50\2\0\1\47\1\0\12\24\1\311\10\24"+
614 "\1\315\6\24\1\47\11\24\1\47\2\24\1\0\3\47"+
615 "\2\0\1\50\2\0\1\47\1\0\12\24\1\156\3\24"+
616 "\1\u018f\2\24\1\u0190\1\u0191\3\24\1\u0192\3\24\1\47"+
617 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
618 "\1\47\1\0\30\24\1\u0193\1\24\1\47\11\24\1\47"+
619 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
620 "\13\24\1\u0194\16\24\1\47\11\24\1\47\2\24\1\0"+
621 "\3\47\2\0\1\50\2\0\1\47\1\0\23\24\1\u0195"+
622 "\6\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
623 "\1\50\2\0\1\47\1\0\23\24\1\u0196\6\24\1\47"+
624 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
625 "\1\47\1\0\26\24\1\u0137\3\24\1\47\11\24\1\47"+
626 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
627 "\27\24\1\146\2\24\1\47\11\24\1\47\2\24\1\0"+
628 "\3\47\2\0\1\50\2\0\1\47\1\0\27\24\1\u015e"+
629 "\2\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
630 "\1\50\2\0\1\47\1\0\27\24\1\u0197\2\24\1\47"+
631 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
632 "\1\47\1\0\26\24\1\u0110\3\24\1\47\4\24\1\u0135"+
633 "\4\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
634 "\1\47\1\0\16\24\1\u0198\13\24\1\47\11\24\1\47"+
635 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
636 "\16\24\1\u0199\13\24\1\47\11\24\1\47\2\24\1\0"+
637 "\3\47\2\0\1\50\2\0\1\47\1\0\24\24\1\u0176"+
638 "\5\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
639 "\1\50\2\0\1\47\1\0\12\24\1\u019a\17\24\1\47"+
640 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
641 "\1\47\1\0\14\24\1\u019b\15\24\1\47\11\24\1\47"+
642 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
643 "\16\24\1\u019c\13\24\1\47\11\24\1\47\2\24\1\0"+
644 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
645 "\4\24\1\231\4\24\1\47\2\24\1\0\3\47\2\0"+
646 "\1\50\2\0\1\47\1\0\21\24\1\u019d\1\u019e\7\24"+
647 "\1\47\3\24\1\u019f\5\24\1\47\2\24\1\0\3\47"+
648 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\10\24"+
649 "\1\u01a0\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
650 "\1\47\1\0\25\24\1\u019f\4\24\1\47\11\24\1\47"+
651 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
652 "\13\24\1\u015b\16\24\1\47\11\24\1\47\2\24\1\0"+
653 "\3\47\2\0\1\50\2\0\1\47\1\0\13\24\1\u01a1"+
654 "\15\24\1\u01a2\1\47\11\24\1\47\2\24\1\0\3\47"+
655 "\2\0\1\50\2\0\1\47\1\0\16\24\1\u01a3\13\24"+
656 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
657 "\2\0\1\47\1\0\32\24\1\47\2\24\1\54\6\24"+
658 "\20\0\1\365\60\0\1\u01a4\62\0\1\u01a5\61\0\1\u01a5"+
659 "\2\0\1\365\60\0\1\u01a6\70\0\1\u01a7\67\0\1\u01a8"+
660 "\62\0\1\u01a9\56\0\1\u01aa\63\0\1\365\64\0\1\u01ab"+
661 "\41\0\1\u01ac\76\0\1\u01ad\56\0\1\u01ae\67\0\1\u01af"+
662 "\64\0\1\u01b0\56\0\1\365\75\0\1\365\33\0\1\u01b1"+
663 "\66\0\1\101\66\0\1\u01b2\1\u01b3\62\0\1\u01b4\54\0"+
664 "\1\u01b5\41\0\1\u01b6\11\0\1\u01b7\6\0\1\372\75\0"+
665 "\1\u01b0\51\0\1\u01b8\51\0\1\u01b9\72\0\1\u01ba\61\0"+
666 "\1\u01bb\50\0\1\357\102\0\1\365\53\0\1\u01bc\54\0"+
667 "\1\u01bd\73\0\1\365\5\0\1\47\2\24\1\0\3\47"+
668 "\2\0\1\50\2\0\1\47\1\0\27\24\1\u01be\2\24"+
669 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
670 "\2\0\1\47\1\0\20\24\1\u01bf\11\24\1\47\11\24"+
671 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
672 "\1\0\24\24\1\u01c0\5\24\1\47\11\24\1\47\2\24"+
673 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\24\24"+
674 "\1\u01c1\5\24\1\47\11\24\1\47\2\24\1\0\3\47"+
675 "\2\0\1\50\2\0\1\47\1\0\17\24\1\u0110\12\24"+
676 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
677 "\2\0\1\47\1\0\32\24\1\47\1\u01c2\10\24\1\47"+
678 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
679 "\31\24\1\u01c3\1\47\11\24\1\47\2\24\1\0\3\47"+
680 "\2\0\1\50\2\0\1\47\1\0\22\24\1\u0110\3\24"+
681 "\1\u0137\3\24\1\47\11\24\1\47\2\24\1\0\3\47"+
682 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\10\24"+
683 "\1\u01c4\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
684 "\1\47\1\0\26\24\1\u01c5\3\24\1\47\11\24\1\47"+
685 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
686 "\24\24\1\u01c6\5\24\1\47\11\24\1\47\2\24\1\0"+
687 "\3\47\2\0\1\50\2\0\1\47\1\0\13\24\1\u01c7"+
688 "\16\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
689 "\1\50\2\0\1\47\1\0\30\24\1\u01c8\1\24\1\47"+
690 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
691 "\1\47\1\0\12\24\1\u01c9\1\u01c7\16\24\1\47\11\24"+
692 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
693 "\1\0\15\24\1\u01c0\14\24\1\47\11\24\1\47\2\24"+
694 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
695 "\1\u01ca\25\24\1\47\11\24\1\47\2\24\1\0\3\47"+
696 "\2\0\1\50\2\0\1\47\1\0\12\24\1\u01cb\7\24"+
697 "\1\u01cc\6\24\1\u01cb\1\47\11\24\1\47\2\24\1\0"+
698 "\3\47\2\0\1\50\2\0\1\47\1\0\21\24\1\u01c5"+
699 "\10\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
700 "\1\50\2\0\1\47\1\0\13\24\1\u01cd\16\24\1\47"+
701 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
702 "\1\47\1\0\32\24\1\47\1\u0103\10\24\1\47\2\24"+
703 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\14\24"+
704 "\1\u010f\15\24\1\47\11\24\1\47\2\24\1\0\3\47"+
705 "\2\0\1\50\2\0\1\47\1\0\4\24\1\u01ce\25\24"+
706 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
707 "\2\0\1\47\1\0\24\24\1\u01cf\5\24\1\47\3\24"+
708 "\1\u01d0\5\24\1\47\2\24\1\0\3\47\2\0\1\50"+
709 "\2\0\1\47\1\0\32\24\1\47\10\24\1\u01d1\1\47"+
710 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
711 "\25\24\1\u01d0\4\24\1\47\11\24\1\47\2\24\1\0"+
712 "\3\47\2\0\1\50\2\0\1\47\1\0\13\24\1\u01d2"+
713 "\16\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
714 "\1\50\2\0\1\47\1\0\32\24\1\47\1\u01d3\10\24"+
715 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
716 "\1\0\13\24\1\54\16\24\1\47\11\24\1\47\2\24"+
717 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\30\24"+
718 "\1\237\1\24\1\47\11\24\1\47\2\24\1\0\3\47"+
719 "\2\0\1\50\2\0\1\47\1\0\4\24\1\143\11\24"+
720 "\1\u0110\2\24\1\143\10\24\1\47\11\24\1\47\2\24"+
721 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
722 "\1\143\20\24\1\u01d4\4\24\1\47\11\24\1\47\2\24"+
723 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\31\24"+
724 "\1\54\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
725 "\1\50\2\0\1\47\1\0\17\24\1\u01d5\12\24\1\47"+
726 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
727 "\1\47\1\0\31\24\1\225\1\47\11\24\1\47\2\24"+
728 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\32\24"+
729 "\1\47\10\24\1\u01d6\1\47\2\24\1\0\3\47\2\0"+
730 "\1\50\2\0\1\47\1\0\32\24\1\47\1\u01d7\10\24"+
731 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
732 "\1\0\12\24\1\u01d5\5\24\1\54\11\24\1\47\11\24"+
733 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
734 "\1\0\4\24\1\u01d8\25\24\1\47\11\24\1\47\2\24"+
735 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
736 "\1\u01d9\10\24\1\47\11\24\1\47\2\24\1\0\3\47"+
737 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\1\24"+
738 "\1\u0131\7\24\1\47\2\24\1\0\3\47\2\0\1\50"+
739 "\2\0\1\47\1\0\32\24\1\47\3\24\1\u01da\5\24"+
740 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
741 "\1\0\14\24\1\u0127\15\24\1\47\11\24\1\47\2\24"+
742 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
743 "\1\57\17\24\1\47\11\24\1\47\2\24\1\0\3\47"+
744 "\2\0\1\50\2\0\1\47\1\0\25\24\1\u0176\4\24"+
745 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
746 "\2\0\1\47\1\0\21\24\1\u0110\10\24\1\47\11\24"+
747 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
748 "\1\0\17\24\1\u01db\12\24\1\47\11\24\1\47\2\24"+
749 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\17\24"+
750 "\1\u01dc\5\24\1\u01dd\1\u0110\3\24\1\47\2\24\1\54"+
751 "\6\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
752 "\1\47\1\0\13\24\1\u01de\16\24\1\47\11\24\1\47"+
753 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
754 "\15\24\1\230\6\24\1\230\1\24\1\230\3\24\1\47"+
755 "\1\24\1\230\3\24\1\230\3\24\1\47\2\24\1\0"+
756 "\3\47\2\0\1\50\2\0\1\47\1\0\23\24\1\u01df"+
757 "\6\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
758 "\1\50\2\0\1\47\1\0\25\24\1\54\3\24\1\54"+
759 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
760 "\2\0\1\47\1\0\32\24\1\47\4\24\1\232\4\24"+
761 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
762 "\1\0\21\24\1\232\10\24\1\47\11\24\1\47\2\24"+
763 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
764 "\1\142\10\24\1\47\11\24\1\47\2\24\1\0\3\47"+
765 "\2\0\1\50\2\0\1\47\1\0\17\24\1\u01e0\12\24"+
766 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
767 "\2\0\1\47\1\0\23\24\1\u0110\6\24\1\47\11\24"+
768 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
769 "\1\0\4\24\1\u0110\14\24\1\u01e1\5\24\1\u01e2\2\24"+
770 "\1\47\4\24\1\u0110\4\24\1\47\2\24\1\0\3\47"+
771 "\2\0\1\50\2\0\1\47\1\0\17\24\1\142\12\24"+
772 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
773 "\2\0\1\47\1\0\23\24\1\u013f\6\24\1\47\11\24"+
774 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
775 "\1\0\16\24\1\u013d\1\u01e3\12\24\1\47\11\24\1\47"+
776 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
777 "\26\24\1\u01e4\3\24\1\47\11\24\1\47\2\24\1\0"+
778 "\3\47\2\0\1\50\2\0\1\47\1\0\25\24\1\u0110"+
779 "\4\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
780 "\1\50\2\0\1\47\1\0\24\24\1\54\5\24\1\47"+
781 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
782 "\1\47\1\0\16\24\1\u01e5\13\24\1\47\11\24\1\47"+
783 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
784 "\31\24\1\u01d4\1\47\11\24\1\47\2\24\1\0\3\47"+
785 "\2\0\1\50\2\0\1\47\1\0\26\24\1\u0155\3\24"+
786 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
787 "\2\0\1\47\1\0\4\24\1\51\5\24\2\52\1\24"+
788 "\1\52\1\24\1\54\1\24\3\54\1\24\1\56\4\24"+
789 "\1\47\1\52\1\24\1\54\6\24\1\47\2\24\1\0"+
790 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
791 "\4\24\1\u01e6\4\24\1\47\2\24\1\0\3\47\2\0"+
792 "\1\50\2\0\1\47\1\0\22\24\1\u01e7\7\24\1\47"+
793 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
794 "\1\47\1\0\30\24\1\u01e8\1\24\1\47\11\24\1\47"+
795 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
796 "\25\24\1\u01e9\4\24\1\47\11\24\1\47\2\24\1\0"+
797 "\3\47\2\0\1\50\2\0\1\47\1\0\17\24\1\u01ea"+
798 "\12\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
799 "\1\50\2\0\1\47\1\0\4\24\1\143\14\24\1\u01eb"+
800 "\4\24\1\u01ec\3\24\1\47\11\24\1\47\2\24\1\0"+
801 "\3\47\2\0\1\50\2\0\1\47\1\0\25\24\1\u01ed"+
802 "\4\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
803 "\1\50\2\0\1\47\1\0\26\24\1\u019f\3\24\1\47"+
804 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
805 "\1\47\1\0\17\24\1\u01ee\12\24\1\47\11\24\1\47"+
806 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
807 "\27\24\1\u0176\2\24\1\47\11\24\1\47\2\24\1\0"+
808 "\3\47\2\0\1\50\2\0\1\47\1\0\16\24\1\u01ef"+
809 "\13\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
810 "\1\50\2\0\1\47\1\0\21\24\1\u01f0\10\24\1\47"+
811 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
812 "\1\47\1\0\17\24\1\u015a\12\24\1\47\11\24\1\47"+
813 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
814 "\27\24\1\u01f1\2\24\1\47\4\24\1\u01f2\4\24\1\47"+
815 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
816 "\4\24\1\143\14\24\1\u01f3\10\24\1\47\3\24\1\u01f4"+
817 "\5\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
818 "\1\47\1\0\32\24\1\47\10\24\1\u0142\1\47\2\24"+
819 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
820 "\1\u01f5\14\24\1\u01f6\4\24\1\u01f7\3\24\1\47\11\24"+
821 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
822 "\1\0\26\24\1\u01f0\3\24\1\47\11\24\1\47\2\24"+
823 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\27\24"+
824 "\1\u016f\2\24\1\47\11\24\1\47\2\24\1\0\3\47"+
825 "\2\0\1\50\2\0\1\47\1\0\21\24\1\u01f8\10\24"+
826 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
827 "\2\0\1\47\1\0\16\24\1\u01f9\13\24\1\47\11\24"+
828 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
829 "\1\0\12\24\1\u015a\17\24\1\47\11\24\1\47\2\24"+
830 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
831 "\1\u01fa\10\24\1\47\11\24\1\47\2\24\1\0\3\47"+
832 "\2\0\1\50\2\0\1\47\1\0\4\24\1\143\14\24"+
833 "\1\143\10\24\1\47\11\24\1\47\2\24\1\0\3\47"+
834 "\2\0\1\50\2\0\1\47\1\0\4\24\1\u01fb\25\24"+
835 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
836 "\2\0\1\47\1\0\26\24\1\u01fc\3\24\1\47\11\24"+
837 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
838 "\1\0\13\24\1\u0103\16\24\1\47\11\24\1\47\2\24"+
839 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\17\24"+
840 "\1\u01fd\12\24\1\47\11\24\1\47\2\24\1\0\3\47"+
841 "\2\0\1\50\2\0\1\47\1\0\17\24\1\u01fe\12\24"+
842 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
843 "\2\0\1\47\1\0\22\24\1\u0110\7\24\1\47\11\24"+
844 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
845 "\1\0\24\24\1\u0110\5\24\1\47\11\24\1\47\2\24"+
846 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\16\24"+
847 "\1\u01ff\13\24\1\47\11\24\1\47\2\24\1\0\3\47"+
848 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\10\24"+
849 "\1\54\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
850 "\1\47\1\0\15\24\1\54\6\24\1\54\1\24\1\115"+
851 "\3\24\1\47\1\24\1\54\7\24\1\47\2\24\1\0"+
852 "\3\47\2\0\1\50\2\0\1\47\1\0\13\24\1\u0200"+
853 "\1\24\1\u0201\14\24\1\47\11\24\1\47\2\24\1\0"+
854 "\3\47\2\0\1\50\2\0\1\47\1\0\23\24\1\54"+
855 "\6\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
856 "\1\50\2\0\1\47\1\0\13\24\1\u0202\7\24\1\u0203"+
857 "\1\54\5\24\1\47\11\24\1\47\2\24\1\0\3\47"+
858 "\2\0\1\50\2\0\1\47\1\0\17\24\1\u01e2\7\24"+
859 "\1\u0204\2\24\1\47\11\24\1\47\2\24\1\0\3\47"+
860 "\2\0\1\50\2\0\1\47\1\0\15\24\1\u0110\6\24"+
861 "\1\u0205\5\24\1\47\11\24\1\47\2\24\1\0\3\47"+
862 "\2\0\1\50\2\0\1\47\1\0\24\24\1\u0206\5\24"+
863 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
864 "\2\0\1\47\1\0\1\122\5\24\1\123\12\24\1\u0110"+
865 "\10\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
866 "\1\50\2\0\1\47\1\0\32\24\1\47\4\24\1\u0207"+
867 "\4\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
868 "\1\47\1\0\22\24\1\u0208\7\24\1\47\11\24\1\47"+
869 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
870 "\23\24\1\u013d\6\24\1\47\11\24\1\47\2\24\1\0"+
871 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
872 "\4\24\1\u0209\4\24\1\47\2\24\1\0\3\47\2\0"+
873 "\1\50\2\0\1\47\1\0\26\24\1\u0173\3\24\1\47"+
874 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
875 "\1\47\1\0\17\24\1\u020a\12\24\1\47\11\24\1\47"+
876 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
877 "\12\24\1\u020b\17\24\1\47\11\24\1\47\2\24\1\0"+
878 "\3\47\2\0\1\50\2\0\1\47\1\0\24\24\1\u020c"+
879 "\5\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
880 "\1\50\2\0\1\47\1\0\1\54\3\24\1\u020d\6\24"+
881 "\1\u020e\3\24\1\u020f\2\24\1\213\7\24\1\47\2\24"+
882 "\1\54\6\24\1\47\2\24\1\0\3\47\2\0\1\50"+
883 "\2\0\1\47\1\0\26\24\1\57\3\24\1\47\11\24"+
884 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
885 "\1\0\26\24\1\120\3\24\1\47\11\24\1\47\2\24"+
886 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\24\24"+
887 "\1\u0210\5\24\1\47\11\24\1\47\2\24\1\0\3\47"+
888 "\2\0\1\50\2\0\1\47\1\0\12\24\1\u0211\17\24"+
889 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
890 "\2\0\1\47\1\0\4\24\1\54\12\24\1\u020f\1\24"+
891 "\2\213\7\24\1\47\11\24\1\47\2\24\1\0\3\47"+
892 "\2\0\1\50\2\0\1\47\1\0\25\24\1\u0212\4\24"+
893 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
894 "\2\0\1\47\1\0\15\24\1\u0213\14\24\1\47\11\24"+
895 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
896 "\1\0\16\24\1\146\13\24\1\47\11\24\1\47\2\24"+
897 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\17\24"+
898 "\1\u0214\12\24\1\47\11\24\1\47\2\24\1\0\3\47"+
899 "\2\0\1\50\2\0\1\47\1\0\21\24\1\54\10\24"+
900 "\1\47\4\24\1\u0215\4\24\1\47\2\24\1\0\3\47"+
901 "\2\0\1\50\2\0\1\47\1\0\23\24\1\u0216\6\24"+
902 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
903 "\2\0\1\47\1\0\22\24\1\u0217\7\24\1\47\11\24"+
904 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
905 "\1\0\32\24\1\47\10\24\1\u0213\1\47\2\24\1\0"+
906 "\3\47\2\0\1\50\2\0\1\47\1\0\12\24\1\u017a"+
907 "\13\24\1\u0218\3\24\1\47\11\24\1\47\2\24\1\0"+
908 "\3\47\2\0\1\50\2\0\1\47\1\0\13\24\1\u0180"+
909 "\16\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
910 "\1\50\2\0\1\47\1\0\25\24\1\311\4\24\1\47"+
911 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
912 "\1\47\1\0\26\24\1\u020c\1\24\1\u0219\1\24\1\47"+
913 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
914 "\1\47\1\0\23\24\1\u021a\6\24\1\47\11\24\1\47"+
915 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
916 "\27\24\1\u021b\2\24\1\47\11\24\1\47\2\24\1\0"+
917 "\3\47\2\0\1\50\2\0\1\47\1\0\22\24\1\u0217"+
918 "\4\24\1\146\2\24\1\47\11\24\1\47\2\24\1\0"+
919 "\3\47\2\0\1\50\2\0\1\47\1\0\30\24\1\u011b"+
920 "\1\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
921 "\1\50\2\0\1\47\1\0\23\24\1\u021c\6\24\1\47"+
922 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
923 "\1\47\1\0\17\24\1\u01d6\12\24\1\47\11\24\1\47"+
924 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
925 "\21\24\1\u0178\10\24\1\47\11\24\1\47\2\24\1\0"+
926 "\3\47\2\0\1\50\2\0\1\47\1\0\12\24\1\u017a"+
927 "\17\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
928 "\1\50\2\0\1\47\1\0\14\24\1\54\15\24\1\47"+
929 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
930 "\1\47\1\0\16\24\1\u021d\13\24\1\47\11\24\1\47"+
931 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
932 "\13\24\1\u020c\16\24\1\47\11\24\1\47\2\24\1\0"+
933 "\3\47\2\0\1\50\2\0\1\47\1\0\3\24\1\u021e"+
934 "\26\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
935 "\1\50\2\0\1\47\1\0\15\24\1\u021f\14\24\1\47"+
936 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
937 "\1\47\1\0\30\24\1\u0220\1\24\1\47\11\24\1\47"+
938 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
939 "\25\24\1\u0221\4\24\1\47\11\24\1\47\2\24\1\0"+
940 "\3\47\2\0\1\50\2\0\1\47\1\0\24\24\1\u01db"+
941 "\5\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
942 "\1\50\2\0\1\47\1\0\23\24\1\u01e9\6\24\1\47"+
943 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
944 "\1\47\1\0\26\24\1\u0222\3\24\1\47\11\24\1\47"+
945 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
946 "\32\24\1\47\1\54\10\24\1\47\2\24\1\0\3\47"+
947 "\2\0\1\50\2\0\1\47\1\0\4\24\1\143\25\24"+
948 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
949 "\2\0\1\47\1\0\20\24\1\u0223\11\24\1\47\11\24"+
950 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
951 "\1\0\16\24\1\u0137\13\24\1\47\11\24\1\47\2\24"+
952 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
953 "\1\u01d4\1\u0224\1\u0225\4\24\1\u0226\2\24\1\54\1\u0227"+
954 "\2\24\1\u01d4\1\24\1\47\2\24\1\u0214\1\24\1\u0228"+
955 "\1\54\3\24\1\47\2\24\1\0\3\47\2\0\1\50"+
956 "\2\0\1\47\1\0\27\24\1\u0229\2\24\1\47\11\24"+
957 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
958 "\1\0\27\24\1\u022a\2\24\1\47\11\24\1\47\2\24"+
959 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\16\24"+
960 "\1\54\13\24\1\47\1\24\1\54\7\24\20\0\1\365"+
961 "\2\0\1\365\60\0\1\365\71\0\1\u022b\60\0\1\365"+
962 "\74\0\1\u022c\56\0\1\u022d\50\0\1\u022e\76\0\1\376"+
963 "\51\0\1\u022f\61\0\1\u0230\42\0\1\365\2\0\1\365"+
964 "\11\0\1\365\1\0\1\365\4\0\1\u0231\1\u0232\1\0"+
965 "\1\u0233\61\0\1\101\4\0\1\365\53\0\1\365\51\0"+
966 "\1\u0234\3\0\1\u022e\56\0\1\365\63\0\1\u01b0\4\0"+
967 "\1\u0235\45\0\1\u0236\70\0\1\u0237\45\0\1\365\103\0"+
968 "\1\u0238\61\0\1\u0239\56\0\1\u023a\50\0\1\u01b2\67\0"+
969 "\1\u01b0\53\0\1\u023b\65\0\1\u01a7\24\0\1\47\2\24"+
970 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\26\24"+
971 "\1\u01ef\3\24\1\47\11\24\1\47\2\24\1\0\3\47"+
972 "\2\0\1\50\2\0\1\47\1\0\21\24\1\u023c\6\24"+
973 "\1\u023d\1\24\1\47\11\24\1\47\2\24\1\0\3\47"+
974 "\2\0\1\50\2\0\1\47\1\0\15\24\1\54\3\24"+
975 "\1\u01c2\2\24\1\54\3\24\1\u023e\1\24\1\47\1\24"+
976 "\1\54\7\24\1\47\2\24\1\0\3\47\2\0\1\50"+
977 "\2\0\1\47\1\0\25\24\1\54\4\24\1\47\11\24"+
978 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
979 "\1\0\15\24\1\54\14\24\1\47\1\24\1\54\7\24"+
980 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
981 "\1\0\17\24\1\u023f\12\24\1\47\11\24\1\47\2\24"+
982 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\12\24"+
983 "\1\u0240\17\24\1\47\11\24\1\47\2\24\1\0\3\47"+
984 "\2\0\1\50\2\0\1\47\1\0\16\24\1\213\13\24"+
985 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
986 "\2\0\1\47\1\0\15\24\1\213\14\24\1\47\11\24"+
987 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
988 "\1\0\24\24\1\54\5\24\1\47\1\24\1\54\3\24"+
989 "\1\54\3\24\1\47\2\24\1\0\3\47\2\0\1\50"+
990 "\2\0\1\47\1\0\31\24\1\213\1\47\11\24\1\47"+
991 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
992 "\24\24\1\54\5\24\1\47\1\24\1\54\7\24\1\47"+
993 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
994 "\17\24\1\u0241\12\24\1\47\1\u0242\10\24\1\47\2\24"+
995 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\23\24"+
996 "\1\u0243\6\24\1\47\11\24\1\47\2\24\1\0\3\47"+
997 "\2\0\1\50\2\0\1\47\1\0\27\24\1\u0244\2\24"+
998 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
999 "\2\0\1\47\1\0\22\24\1\u0245\7\24\1\47\11\24"+
1000 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1001 "\1\0\24\24\1\u0246\5\24\1\47\11\24\1\47\2\24"+
1002 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
1003 "\1\213\6\24\1\u0247\1\24\1\47\11\24\1\47\2\24"+
1004 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\32\24"+
1005 "\1\47\4\24\1\u0248\4\24\1\47\2\24\1\0\3\47"+
1006 "\2\0\1\50\2\0\1\47\1\0\13\24\1\213\1\u0249"+
1007 "\15\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1008 "\1\50\2\0\1\47\1\0\25\24\1\u024a\4\24\1\47"+
1009 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1010 "\1\47\1\0\13\24\1\u0110\16\24\1\47\11\24\1\47"+
1011 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1012 "\26\24\1\u024b\3\24\1\47\11\24\1\47\2\24\1\0"+
1013 "\3\47\2\0\1\50\2\0\1\47\1\0\17\24\1\54"+
1014 "\5\24\1\u01dd\4\24\1\47\2\24\1\54\6\24\1\47"+
1015 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1016 "\15\24\1\54\6\24\1\54\5\24\1\47\1\24\1\54"+
1017 "\7\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1018 "\1\47\1\0\22\24\1\u0135\7\24\1\47\11\24\1\47"+
1019 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1020 "\12\24\1\u01e5\17\24\1\47\11\24\1\47\2\24\1\0"+
1021 "\3\47\2\0\1\50\2\0\1\47\1\0\17\24\1\54"+
1022 "\12\24\1\47\2\24\1\54\6\24\1\47\2\24\1\0"+
1023 "\3\47\2\0\1\50\2\0\1\47\1\0\1\u024c\1\u01db"+
1024 "\5\24\1\u01db\22\24\1\47\11\24\1\47\2\24\1\0"+
1025 "\3\47\2\0\1\50\2\0\1\47\1\0\16\24\1\u0162"+
1026 "\13\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1027 "\1\50\2\0\1\47\1\0\27\24\1\u024d\2\24\1\47"+
1028 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1029 "\1\47\1\0\31\24\1\u0110\1\47\11\24\1\47\2\24"+
1030 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\16\24"+
1031 "\1\u024e\13\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1032 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\4\24"+
1033 "\1\u0110\4\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1034 "\2\0\1\47\1\0\26\24\1\u0110\3\24\1\47\11\24"+
1035 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1036 "\1\0\17\24\1\u024f\12\24\1\47\11\24\1\47\2\24"+
1037 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\20\24"+
1038 "\1\u0110\11\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1039 "\2\0\1\50\2\0\1\47\1\0\22\24\1\u0250\7\24"+
1040 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1041 "\2\0\1\47\1\0\32\24\1\50\11\24\1\47\2\24"+
1042 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
1043 "\1\u01f0\1\24\1\u01e2\6\24\1\47\11\24\1\47\2\24"+
1044 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
1045 "\1\54\4\24\1\115\3\24\1\47\11\24\1\47\2\24"+
1046 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\26\24"+
1047 "\1\u01d5\1\u0251\2\24\1\47\11\24\1\47\2\24\1\0"+
1048 "\3\47\2\0\1\50\2\0\1\47\1\0\22\24\1\u01d6"+
1049 "\7\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1050 "\1\50\2\0\1\47\1\0\25\24\1\u0252\4\24\1\47"+
1051 "\3\24\1\311\5\24\1\47\2\24\1\0\3\47\2\0"+
1052 "\1\50\2\0\1\47\1\0\32\24\1\47\7\24\1\u01e9"+
1053 "\1\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1054 "\1\47\1\0\26\24\1\115\3\24\1\47\11\24\1\47"+
1055 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1056 "\21\24\1\143\10\24\1\47\11\24\1\47\2\24\1\0"+
1057 "\3\47\2\0\1\50\2\0\1\47\1\0\17\24\1\u024f"+
1058 "\3\24\1\u013d\6\24\1\47\11\24\1\47\2\24\1\0"+
1059 "\3\47\2\0\1\50\2\0\1\47\1\0\15\24\1\54"+
1060 "\3\24\1\54\2\24\1\54\5\24\1\47\1\24\1\54"+
1061 "\7\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1062 "\1\47\1\0\22\24\1\u0253\7\24\1\47\11\24\1\47"+
1063 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1064 "\21\24\1\u0254\5\24\1\u0255\2\24\1\47\11\24\1\47"+
1065 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1066 "\21\24\1\u0256\5\24\1\u0257\2\24\1\47\11\24\1\47"+
1067 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1068 "\4\24\1\u0258\14\24\1\u0259\10\24\1\47\11\24\1\47"+
1069 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1070 "\17\24\1\u01e5\12\24\1\47\11\24\1\47\2\24\1\0"+
1071 "\3\47\2\0\1\50\2\0\1\47\1\0\31\24\1\u025a"+
1072 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1073 "\2\0\1\47\1\0\17\24\1\u025b\12\24\1\47\11\24"+
1074 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1075 "\1\0\13\24\1\u025c\16\24\1\47\11\24\1\47\2\24"+
1076 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\17\24"+
1077 "\1\u025d\12\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1078 "\2\0\1\50\2\0\1\47\1\0\21\24\1\230\10\24"+
1079 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1080 "\2\0\1\47\1\0\24\24\1\u0205\5\24\1\47\11\24"+
1081 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1082 "\1\0\30\24\1\u0244\1\24\1\47\11\24\1\47\2\24"+
1083 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\30\24"+
1084 "\1\u025e\1\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1085 "\2\0\1\50\2\0\1\47\1\0\27\24\1\u013d\2\24"+
1086 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1087 "\2\0\1\47\1\0\4\24\1\u019b\25\24\1\47\11\24"+
1088 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1089 "\1\0\20\24\1\u0103\11\24\1\47\11\24\1\47\2\24"+
1090 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\31\24"+
1091 "\1\u025f\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1092 "\1\50\2\0\1\47\1\0\17\24\1\u01e2\12\24\1\47"+
1093 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1094 "\1\47\1\0\25\24\1\u025f\4\24\1\47\11\24\1\47"+
1095 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1096 "\27\24\1\u01f1\2\24\1\47\11\24\1\47\2\24\1\0"+
1097 "\3\47\2\0\1\50\2\0\1\47\1\0\20\24\1\u0260"+
1098 "\11\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1099 "\1\50\2\0\1\47\1\0\1\54\31\24\1\47\11\24"+
1100 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1101 "\1\0\32\24\1\47\4\24\1\u0261\4\24\1\47\2\24"+
1102 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\27\24"+
1103 "\1\54\2\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1104 "\2\0\1\50\2\0\1\47\1\0\3\24\1\u0262\21\24"+
1105 "\1\257\4\24\1\47\1\257\10\24\1\47\2\24\1\0"+
1106 "\3\47\2\0\1\50\2\0\1\47\1\0\25\24\1\u0164"+
1107 "\4\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1108 "\1\50\2\0\1\47\1\0\27\24\1\u0263\2\24\1\47"+
1109 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1110 "\1\47\1\0\13\24\1\u01d6\16\24\1\47\11\24\1\47"+
1111 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1112 "\22\24\1\u0264\7\24\1\47\11\24\1\47\2\24\1\0"+
1113 "\3\47\2\0\1\50\2\0\1\47\1\0\4\24\1\54"+
1114 "\11\24\1\u020c\13\24\1\47\11\24\1\47\2\24\1\0"+
1115 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
1116 "\3\24\1\54\5\24\1\47\2\24\1\0\3\47\2\0"+
1117 "\1\50\2\0\1\47\1\0\4\24\1\u020c\22\24\1\u020c"+
1118 "\2\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1119 "\1\50\2\0\1\47\1\0\32\24\1\47\10\24\1\u0265"+
1120 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1121 "\1\0\21\24\1\u0177\10\24\1\47\11\24\1\47\2\24"+
1122 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\17\24"+
1123 "\1\u020f\1\24\2\213\7\24\1\47\11\24\1\47\2\24"+
1124 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\15\24"+
1125 "\1\u0266\14\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1126 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\4\24"+
1127 "\1\u020c\4\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1128 "\2\0\1\47\1\0\32\24\1\47\10\24\1\u0266\1\47"+
1129 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1130 "\32\24\1\47\4\24\1\u0215\4\24\1\47\2\24\1\0"+
1131 "\3\47\2\0\1\50\2\0\1\47\1\0\12\24\1\u0267"+
1132 "\17\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1133 "\1\50\2\0\1\47\1\0\32\24\1\47\3\24\1\u0268"+
1134 "\5\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1135 "\1\47\1\0\12\24\1\u01d5\17\24\1\47\11\24\1\47"+
1136 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1137 "\4\24\1\u0110\25\24\1\47\11\24\1\47\2\24\1\0"+
1138 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
1139 "\10\24\1\u0176\1\47\2\24\1\0\3\47\2\0\1\50"+
1140 "\2\0\1\47\1\0\15\24\1\54\14\24\1\47\11\24"+
1141 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1142 "\1\0\32\24\1\47\4\24\1\u0269\4\24\1\47\2\24"+
1143 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
1144 "\1\143\7\24\1\u01d4\15\24\1\47\11\24\1\47\2\24"+
1145 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\4\24"+
1146 "\1\143\6\24\1\u01d4\16\24\1\47\11\24\1\47\2\24"+
1147 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\15\24"+
1148 "\1\54\3\24\1\54\2\24\1\54\5\24\1\47\1\24"+
1149 "\1\54\1\24\1\54\5\24\1\47\2\24\1\0\3\47"+
1150 "\2\0\1\50\2\0\1\47\1\0\26\24\1\u026a\3\24"+
1151 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1152 "\2\0\1\47\1\0\21\24\1\u026b\10\24\1\47\11\24"+
1153 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1154 "\1\0\25\24\1\u026c\4\24\1\47\11\24\1\47\2\24"+
1155 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\13\24"+
1156 "\1\u026c\16\24\1\47\11\24\30\0\1\365\61\0\1\341"+
1157 "\14\0\1\101\7\0\1\u026d\47\0\1\354\54\0\1\365"+
1158 "\53\0\1\u01b0\76\0\1\101\51\0\1\101\7\0\1\u026e"+
1159 "\47\0\1\365\6\0\1\357\10\0\1\365\50\0\1\u026f"+
1160 "\63\0\1\u0270\62\0\1\u0271\64\0\1\365\46\0\1\u0272"+
1161 "\63\0\1\u0273\53\0\1\u0274\60\0\1\361\72\0\1\u022f"+
1162 "\20\0\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1163 "\1\47\1\0\21\24\1\u0275\10\24\1\47\11\24\1\47"+
1164 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1165 "\21\24\1\u0276\10\24\1\47\11\24\1\47\2\24\1\0"+
1166 "\3\47\2\0\1\50\2\0\1\47\1\0\21\24\1\u01c2"+
1167 "\10\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1168 "\1\50\2\0\1\47\1\0\26\24\1\u0277\3\24\1\47"+
1169 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1170 "\1\47\1\0\26\24\1\u0103\3\24\1\47\11\24\1\47"+
1171 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1172 "\32\24\1\47\5\24\1\u0278\3\24\1\47\2\24\1\0"+
1173 "\3\47\2\0\1\50\2\0\1\47\1\0\26\24\1\u0278"+
1174 "\3\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1175 "\1\50\2\0\1\47\1\0\25\24\1\u0279\4\24\1\47"+
1176 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1177 "\1\47\1\0\20\24\1\u027a\11\24\1\47\11\24\1\47"+
1178 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1179 "\32\24\1\47\1\24\1\u0176\7\24\1\47\2\24\1\0"+
1180 "\3\47\2\0\1\50\2\0\1\47\1\0\21\24\1\u027b"+
1181 "\10\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1182 "\1\50\2\0\1\47\1\0\30\24\1\213\1\24\1\47"+
1183 "\1\24\1\54\7\24\1\47\2\24\1\0\3\47\2\0"+
1184 "\1\50\2\0\1\47\1\0\15\24\1\u0110\14\24\1\47"+
1185 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1186 "\1\47\1\0\14\24\1\u027c\15\24\1\47\11\24\1\47"+
1187 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1188 "\11\24\1\u01db\20\24\1\47\11\24\1\47\2\24\1\0"+
1189 "\3\47\2\0\1\50\2\0\1\47\1\0\31\24\1\u027d"+
1190 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1191 "\2\0\1\47\1\0\25\24\1\u01fe\4\24\1\47\11\24"+
1192 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1193 "\1\0\25\24\1\u01e5\4\24\1\47\11\24\1\47\2\24"+
1194 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\26\24"+
1195 "\1\u015e\3\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1196 "\2\0\1\50\2\0\1\47\1\0\26\24\1\u0139\3\24"+
1197 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1198 "\2\0\1\47\1\0\14\24\1\u027e\15\24\1\47\11\24"+
1199 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1200 "\1\0\3\24\1\u027f\26\24\1\47\11\24\1\47\2\24"+
1201 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\3\24"+
1202 "\1\u01d4\26\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1203 "\2\0\1\50\2\0\1\47\1\0\3\24\1\u0280\26\24"+
1204 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1205 "\2\0\1\47\1\0\3\24\1\u01f1\26\24\1\47\11\24"+
1206 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1207 "\1\0\21\24\1\u0254\10\24\1\47\11\24\1\47\2\24"+
1208 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\21\24"+
1209 "\1\u0256\10\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1210 "\2\0\1\50\2\0\1\47\1\0\13\24\1\u0281\16\24"+
1211 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1212 "\2\0\1\47\1\0\32\24\1\47\1\u0110\10\24\1\47"+
1213 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1214 "\27\24\1\u01e5\2\24\1\47\11\24\1\47\2\24\1\0"+
1215 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
1216 "\5\24\1\172\3\24\1\47\2\24\1\0\3\47\2\0"+
1217 "\1\50\2\0\1\47\1\0\24\24\1\u0282\5\24\1\47"+
1218 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1219 "\1\47\1\0\27\24\1\u0110\2\24\1\47\11\24\1\47"+
1220 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1221 "\13\24\2\u01d4\15\24\1\47\11\24\1\47\2\24\1\0"+
1222 "\3\47\2\0\1\50\2\0\1\47\1\0\17\24\1\54"+
1223 "\6\24\1\54\3\24\1\47\11\24\1\47\2\24\1\0"+
1224 "\3\47\2\0\1\50\2\0\1\47\1\0\25\24\1\146"+
1225 "\4\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1226 "\1\50\2\0\1\47\1\0\23\24\1\143\6\24\1\47"+
1227 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1228 "\1\47\1\0\15\24\1\52\1\24\1\54\5\24\1\u0283"+
1229 "\2\24\1\54\1\24\1\47\11\24\1\47\2\24\1\0"+
1230 "\3\47\2\0\1\50\2\0\1\47\1\0\22\24\1\146"+
1231 "\7\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1232 "\1\50\2\0\1\47\1\0\4\24\1\u0209\25\24\1\47"+
1233 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1234 "\1\47\1\0\23\24\1\u0284\6\24\1\47\11\24\1\47"+
1235 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1236 "\4\24\1\143\25\24\1\47\5\24\1\54\3\24\1\47"+
1237 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1238 "\20\24\1\u01d4\11\24\1\47\11\24\1\47\2\24\1\0"+
1239 "\3\47\2\0\1\50\2\0\1\47\1\0\17\24\1\u0285"+
1240 "\12\24\1\47\11\24\30\0\1\u0286\100\0\1\u0287\55\0"+
1241 "\1\u0287\64\0\1\u0288\56\0\1\u0289\67\0\1\365\54\0"+
1242 "\1\u028a\55\0\1\u028b\21\0\1\47\2\24\1\0\3\47"+
1243 "\2\0\1\50\2\0\1\47\1\0\24\24\1\213\5\24"+
1244 "\1\47\1\24\1\u0247\7\24\1\47\2\24\1\0\3\47"+
1245 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\1\24"+
1246 "\1\u0247\7\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1247 "\2\0\1\47\1\0\22\24\1\u0191\7\24\1\47\11\24"+
1248 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1249 "\1\0\26\24\1\u028c\3\24\1\47\11\24\1\47\2\24"+
1250 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\13\24"+
1251 "\2\u028d\15\24\1\47\11\24\1\47\2\24\1\0\3\47"+
1252 "\2\0\1\50\2\0\1\47\1\0\20\24\1\u0247\11\24"+
1253 "\1\47\11\24\1\47\2\24\1\0\3\47\2\0\1\50"+
1254 "\2\0\1\47\1\0\23\24\1\u01e2\6\24\1\47\11\24"+
1255 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1256 "\1\0\1\u0110\2\24\1\u0110\11\24\1\u0110\1\24\1\u0110"+
1257 "\4\24\1\u0205\1\u016a\1\24\1\u028e\2\24\1\47\11\24"+
1258 "\1\47\2\24\1\0\3\47\2\0\1\50\2\0\1\47"+
1259 "\1\0\32\24\1\47\1\u0222\10\24\1\47\2\24\1\0"+
1260 "\3\47\2\0\1\50\2\0\1\47\1\0\4\24\1\u020d"+
1261 "\25\24\1\47\11\24\1\47\2\24\1\0\3\47\2\0"+
1262 "\1\50\2\0\1\47\1\0\21\24\1\u020d\10\24\1\47"+
1263 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1264 "\1\47\1\0\23\24\1\u028f\6\24\1\47\11\24\1\47"+
1265 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1266 "\17\24\1\u0290\12\24\1\47\11\24\1\47\2\24\1\0"+
1267 "\3\47\2\0\1\50\2\0\1\47\1\0\15\24\1\52"+
1268 "\1\24\1\54\10\24\1\54\1\24\1\47\11\24\1\47"+
1269 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1270 "\32\24\1\47\10\24\1\216\1\47\2\24\1\0\3\47"+
1271 "\2\0\1\50\2\0\1\47\1\0\32\24\1\47\6\24"+
1272 "\1\u0291\2\24\40\0\1\u0292\66\0\1\365\62\0\1\u01b2"+
1273 "\60\0\1\101\7\0\1\u0293\60\0\1\u0294\5\0\1\47"+
1274 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1275 "\17\24\1\u0295\12\24\1\47\11\24\1\47\2\24\1\0"+
1276 "\3\47\2\0\1\50\2\0\1\47\1\0\15\24\1\213"+
1277 "\6\24\1\216\5\24\1\47\1\24\1\u0176\7\24\1\47"+
1278 "\2\24\1\0\3\47\2\0\1\50\2\0\1\47\1\0"+
1279 "\24\24\1\u013d\5\24\1\47\11\24\1\47\2\24\1\0"+
1280 "\3\47\2\0\1\50\2\0\1\47\1\0\32\24\1\47"+
1281 "\1\24\1\u01e9\7\24\1\47\2\24\1\0\3\47\2\0"+
1282 "\1\50\2\0\1\47\1\0\13\24\1\u0296\16\24\1\47"+
1283 "\11\24\1\47\2\24\1\0\3\47\2\0\1\50\2\0"+
1284 "\1\47\1\0\32\24\1\47\6\24\1\u0110\2\24\34\0"+
1285 "\1\u0297\55\0\1\u0298\104\0\1\365\6\0\1\47\2\24"+
1286 "\1\0\3\47\2\0\1\50\2\0\1\47\1\0\32\24"+
1287 "\1\47\3\24\1\u01e5\5\24\1\47\2\24\1\0\3\47"+
1288 "\2\0\1\50\2\0\1\47\1\0\27\24\1\u0299\2\24"+
1289 "\1\47\11\24\41\0\1\u029a\60\0\1\u029b\51\0\1\341"+
1290 "\65\0\1\u029c\66\0\1\365\20\0";
1291
1292 private static int [] zzUnpackTrans() {
1293 int [] result = new int[31850];
1294 int offset = 0;
1295 offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result);
1296 return result;
1297 }
1298
1299 private static int zzUnpackTrans(String packed, int offset, int [] result) {
1300 int i = 0; /* index in packed string */
1301 int j = offset; /* index in unpacked array */
1302 int l = packed.length();
1303 while (i < l) {
1304 int count = packed.charAt(i++);
1305 int value = packed.charAt(i++);
1306 value--;
1307 do result[j++] = value; while (--count > 0);
1308 }
1309 return j;
1310 }
1311
1312
1313 /* error codes */
1314 private static final int ZZ_UNKNOWN_ERROR = 0;
1315 private static final int ZZ_NO_MATCH = 1;
1316 private static final int ZZ_PUSHBACK_2BIG = 2;
1317
1318 /* error messages for the codes above */
1319 private static final String ZZ_ERROR_MSG[] = {
1320 "Unkown internal scanner error",
1321 "Error: could not match input",
1322 "Error: pushback value was too large"
1323 };
1324
1325 /**
1326 * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
1327 */
1328 private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute();
1329
1330 private static final String ZZ_ATTRIBUTE_PACKED_0 =
1331 "\2\0\1\11\5\1\1\11\1\1\1\11\44\1\2\11"+
1332 "\25\0\225\1\31\0\1\11\11\0\245\1\1\0\1\1"+
1333 "\10\0\1\1\17\0\155\1\1\0\1\1\3\0\1\1"+
1334 "\5\0\1\1\5\0\61\1\7\0\22\1\1\0\1\1"+
1335 "\2\0\1\1\1\0\6\1\3\0\2\1\2\0\2\1"+
1336 "\2\0";
1337
1338 private static int [] zzUnpackAttribute() {
1339 int [] result = new int[668];
1340 int offset = 0;
1341 offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result);
1342 return result;
1343 }
1344
1345 private static int zzUnpackAttribute(String packed, int offset, int [] result) {
1346 int i = 0; /* index in packed string */
1347 int j = offset; /* index in unpacked array */
1348 int l = packed.length();
1349 while (i < l) {
1350 int count = packed.charAt(i++);
1351 int value = packed.charAt(i++);
1352 do result[j++] = value; while (--count > 0);
1353 }
1354 return j;
1355 }
1356
1357 /** the input device */
1358 private java.io.Reader zzReader;
1359
1360 /** the current state of the DFA */
1361 private int zzState;
1362
1363 /** the current lexical state */
1364 private int zzLexicalState = YYINITIAL;
1365
1366 /** this buffer contains the current text to be matched and is
1367 the source of the yytext() string */
1368 private char zzBuffer[];
1369
1370 /** the textposition at the last accepting state */
1371 private int zzMarkedPos;
1372
1373 /** the current text position in the buffer */
1374 private int zzCurrentPos;
1375
1376 /** startRead marks the beginning of the yytext() string in the buffer */
1377 private int zzStartRead;
1378
1379 /** endRead marks the last character in the buffer, that has been read
1380 from input */
1381 private int zzEndRead;
1382
1383 /**
1384 * zzAtBOL == true <=> the scanner is currently at the beginning of a line
1385 */
1386 private boolean zzAtBOL = true;
1387
1388 /** zzAtEOF == true <=> the scanner is at the EOF */
1389 private boolean zzAtEOF;
1390
1391 /* user code: */
1392
1393
1394 /**
1395 * Constructor. We must have this here as JFLex does not generate a
1396 * no parameter constructor.
1397 */
1398 public AssemblerX86TokenMaker() {
1399 super();
1400 }
1401
1402
1403 /**
1404 * Adds the token specified to the current linked list of tokens.
1405 *
1406 * @param tokenType The token's type.
1407 */
1408 private void addToken(int tokenType) {
1409 addToken(zzStartRead, zzMarkedPos-1, tokenType);
1410 }
1411
1412
1413 /**
1414 * Adds the token specified to the current linked list of tokens.
1415 *
1416 * @param tokenType The token's type.
1417 */
1418 private void addToken(int start, int end, int tokenType) {
1419 int so = start + offsetShift;
1420 addToken(zzBuffer, start,end, tokenType, so);
1421 }
1422
1423
1424 /**
1425 * Adds the token specified to the current linked list of tokens.
1426 *
1427 * @param array The character array.
1428 * @param start The starting offset in the array.
1429 * @param end The ending offset in the array.
1430 * @param tokenType The token's type.
1431 * @param startOffset The offset in the document at which this token
1432 * occurs.
1433 */
1434 public void addToken(char[] array, int start, int end, int tokenType, int startOffset) {
1435 super.addToken(array, start,end, tokenType, startOffset);
1436 zzStartRead = zzMarkedPos;
1437 }
1438
1439
1440 /**
1441 * Returns the text to place at the beginning and end of a
1442 * line to "comment" it in a this programming language.
1443 *
1444 * @return The start and end strings to add to a line to "comment"
1445 * it out.
1446 */
1447 public String[] getLineCommentStartAndEnd() {
1448 return new String[] { ";", null };
1449 }
1450
1451
1452 /**
1453 * Returns the first token in the linked list of tokens generated
1454 * from <code>text</code>. This method must be implemented by
1455 * subclasses so they can correctly implement syntax highlighting.
1456 *
1457 * @param text The text from which to get tokens.
1458 * @param initialTokenType The token type we should start with.
1459 * @param startOffset The offset into the document at which
1460 * <code>text</code> starts.
1461 * @return The first <code>Token</code> in a linked list representing
1462 * the syntax highlighted text.
1463 */
1464 public Token getTokenList(Segment text, int initialTokenType, int startOffset) {
1465
1466 resetTokenList();
1467 this.offsetShift = -text.offset + startOffset;
1468
1469 // Start off in the proper state.
1470 int state = Token.NULL;
1471 switch (initialTokenType) {
1472 default:
1473 state = Token.NULL;
1474 }
1475
1476 s = text;
1477 try {
1478 yyreset(zzReader);
1479 yybegin(state);
1480 return yylex();
1481 } catch (IOException ioe) {
1482 ioe.printStackTrace();
1483 return new DefaultToken();
1484 }
1485
1486 }
1487
1488
1489 /**
1490 * Refills the input buffer.
1491 *
1492 * @return <code>true</code> if EOF was reached, otherwise
1493 * <code>false</code>.
1494 * @exception IOException if any I/O-Error occurs.
1495 */
1496 private boolean zzRefill() throws java.io.IOException {
1497 return zzCurrentPos>=s.offset+s.count;
1498 }
1499
1500
1501 /**
1502 * Resets the scanner to read from a new input stream.
1503 * Does not close the old reader.
1504 *
1505 * All internal variables are reset, the old input stream
1506 * <b>cannot</b> be reused (internal buffer is discarded and lost).
1507 * Lexical state is set to <tt>YY_INITIAL</tt>.
1508 *
1509 * @param reader the new input stream
1510 */
1511 public final void yyreset(java.io.Reader reader) throws java.io.IOException {
1512 // 's' has been updated.
1513 zzBuffer = s.array;
1514 /*
1515 * We replaced the line below with the two below it because zzRefill
1516 * no longer "refills" the buffer (since the way we do it, it's always
1517 * "full" the first time through, since it points to the segment's
1518 * array). So, we assign zzEndRead here.
1519 */
1520 //zzStartRead = zzEndRead = s.offset;
1521 zzStartRead = s.offset;
1522 zzEndRead = zzStartRead + s.count - 1;
1523 zzCurrentPos = zzMarkedPos = s.offset;
1524 zzLexicalState = YYINITIAL;
1525 zzReader = reader;
1526 zzAtBOL = true;
1527 zzAtEOF = false;
1528 }
1529
1530
1531
1532
1533 /**
1534 * Creates a new scanner
1535 * There is also a java.io.InputStream version of this constructor.
1536 *
1537 * @param in the java.io.Reader to read input from.
1538 */
1539 public AssemblerX86TokenMaker(java.io.Reader in) {
1540 this.zzReader = in;
1541 }
1542
1543 /**
1544 * Creates a new scanner.
1545 * There is also java.io.Reader version of this constructor.
1546 *
1547 * @param in the java.io.Inputstream to read input from.
1548 */
1549 public AssemblerX86TokenMaker(java.io.InputStream in) {
1550 this(new java.io.InputStreamReader(in));
1551 }
1552
1553 /**
1554 * Unpacks the compressed character translation table.
1555 *
1556 * @param packed the packed character translation table
1557 * @return the unpacked character translation table
1558 */
1559 private static char [] zzUnpackCMap(String packed) {
1560 char [] map = new char[0x10000];
1561 int i = 0; /* index in packed string */
1562 int j = 0; /* index in unpacked array */
1563 while (i < 200) {
1564 int count = packed.charAt(i++);
1565 char value = packed.charAt(i++);
1566 do map[j++] = value; while (--count > 0);
1567 }
1568 return map;
1569 }
1570
1571
1572 /**
1573 * Closes the input stream.
1574 */
1575 public final void yyclose() throws java.io.IOException {
1576 zzAtEOF = true; /* indicate end of file */
1577 zzEndRead = zzStartRead; /* invalidate buffer */
1578
1579 if (zzReader != null)
1580 zzReader.close();
1581 }
1582
1583
1584 /**
1585 * Returns the current lexical state.
1586 */
1587 public final int yystate() {
1588 return zzLexicalState;
1589 }
1590
1591
1592 /**
1593 * Enters a new lexical state
1594 *
1595 * @param newState the new lexical state
1596 */
1597 public final void yybegin(int newState) {
1598 zzLexicalState = newState;
1599 }
1600
1601
1602 /**
1603 * Returns the text matched by the current regular expression.
1604 */
1605 public final String yytext() {
1606 return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead );
1607 }
1608
1609
1610 /**
1611 * Returns the character at position <tt>pos</tt> from the
1612 * matched text.
1613 *
1614 * It is equivalent to yytext().charAt(pos), but faster
1615 *
1616 * @param pos the position of the character to fetch.
1617 * A value from 0 to yylength()-1.
1618 *
1619 * @return the character at position pos
1620 */
1621 public final char yycharat(int pos) {
1622 return zzBuffer[zzStartRead+pos];
1623 }
1624
1625
1626 /**
1627 * Returns the length of the matched text region.
1628 */
1629 public final int yylength() {
1630 return zzMarkedPos-zzStartRead;
1631 }
1632
1633
1634 /**
1635 * Reports an error that occured while scanning.
1636 *
1637 * In a wellformed scanner (no or only correct usage of
1638 * yypushback(int) and a match-all fallback rule) this method
1639 * will only be called with things that "Can't Possibly Happen".
1640 * If this method is called, something is seriously wrong
1641 * (e.g. a JFlex bug producing a faulty scanner etc.).
1642 *
1643 * Usual syntax/scanner level error handling should be done
1644 * in error fallback rules.
1645 *
1646 * @param errorCode the code of the errormessage to display
1647 */
1648 private void zzScanError(int errorCode) {
1649 String message;
1650 try {
1651 message = ZZ_ERROR_MSG[errorCode];
1652 }
1653 catch (ArrayIndexOutOfBoundsException e) {
1654 message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR];
1655 }
1656
1657 throw new Error(message);
1658 }
1659
1660
1661 /**
1662 * Pushes the specified amount of characters back into the input stream.
1663 *
1664 * They will be read again by then next call of the scanning method
1665 *
1666 * @param number the number of characters to be read again.
1667 * This number must not be greater than yylength()!
1668 */
1669 public void yypushback(int number) {
1670 if ( number > yylength() )
1671 zzScanError(ZZ_PUSHBACK_2BIG);
1672
1673 zzMarkedPos -= number;
1674 }
1675
1676
1677 /**
1678 * Resumes scanning until the next regular expression is matched,
1679 * the end of input is encountered or an I/O-Error occurs.
1680 *
1681 * @return the next token
1682 * @exception java.io.IOException if any I/O-Error occurs
1683 */
1684 public org.fife.ui.rsyntaxtextarea.Token yylex() throws java.io.IOException {
1685 int zzInput;
1686 int zzAction;
1687
1688 // cached fields:
1689 int zzCurrentPosL;
1690 int zzMarkedPosL;
1691 int zzEndReadL = zzEndRead;
1692 char [] zzBufferL = zzBuffer;
1693 char [] zzCMapL = ZZ_CMAP;
1694
1695 int [] zzTransL = ZZ_TRANS;
1696 int [] zzRowMapL = ZZ_ROWMAP;
1697 int [] zzAttrL = ZZ_ATTRIBUTE;
1698
1699 while (true) {
1700 zzMarkedPosL = zzMarkedPos;
1701
1702 if (zzMarkedPosL > zzStartRead) {
1703 switch (zzBufferL[zzMarkedPosL-1]) {
1704 case '\n':
1705 case '\u000B':
1706 case '\u000C':
1707 case '\u0085':
1708 case '\u2028':
1709 case '\u2029':
1710 zzAtBOL = true;
1711 break;
1712 case '\r':
1713 if (zzMarkedPosL < zzEndReadL)
1714 zzAtBOL = zzBufferL[zzMarkedPosL] != '\n';
1715 else if (zzAtEOF)
1716 zzAtBOL = false;
1717 else {
1718 boolean eof = zzRefill();
1719 zzMarkedPosL = zzMarkedPos;
1720 zzEndReadL = zzEndRead;
1721 zzBufferL = zzBuffer;
1722 if (eof)
1723 zzAtBOL = false;
1724 else
1725 zzAtBOL = zzBufferL[zzMarkedPosL] != '\n';
1726 }
1727 break;
1728 default:
1729 zzAtBOL = false;
1730 }
1731 }
1732 zzAction = -1;
1733
1734 zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL;
1735
1736 if (zzAtBOL)
1737 zzState = ZZ_LEXSTATE[zzLexicalState+1];
1738 else
1739 zzState = ZZ_LEXSTATE[zzLexicalState];
1740
1741
1742 zzForAction: {
1743 while (true) {
1744
1745 if (zzCurrentPosL < zzEndReadL)
1746 zzInput = zzBufferL[zzCurrentPosL++];
1747 else if (zzAtEOF) {
1748 zzInput = YYEOF;
1749 break zzForAction;
1750 }
1751 else {
1752 // store back cached positions
1753 zzCurrentPos = zzCurrentPosL;
1754 zzMarkedPos = zzMarkedPosL;
1755 boolean eof = zzRefill();
1756 // get translated positions and possibly new buffer
1757 zzCurrentPosL = zzCurrentPos;
1758 zzMarkedPosL = zzMarkedPos;
1759 zzBufferL = zzBuffer;
1760 zzEndReadL = zzEndRead;
1761 if (eof) {
1762 zzInput = YYEOF;
1763 break zzForAction;
1764 }
1765 else {
1766 zzInput = zzBufferL[zzCurrentPosL++];
1767 }
1768 }
1769 int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ];
1770 if (zzNext == -1) break zzForAction;
1771 zzState = zzNext;
1772
1773 int zzAttributes = zzAttrL[zzState];
1774 if ( (zzAttributes & 1) == 1 ) {
1775 zzAction = zzState;
1776 zzMarkedPosL = zzCurrentPosL;
1777 if ( (zzAttributes & 8) == 8 ) break zzForAction;
1778 }
1779
1780 }
1781 }
1782
1783 // store back cached position
1784 zzMarkedPos = zzMarkedPosL;
1785
1786 switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) {
1787 case 11:
1788 { addToken(Token.RESERVED_WORD);
1789 }
1790 case 16: break;
1791 case 1:
1792 { addToken(Token.IDENTIFIER);
1793 }
1794 case 17: break;
1795 case 12:
1796 { addToken(Token.LITERAL_STRING_DOUBLE_QUOTE);
1797 }
1798 case 18: break;
1799 case 9:
1800 { addToken(Token.FUNCTION);
1801 }
1802 case 19: break;
1803 case 5:
1804 { addToken(Token.COMMENT_EOL); addNullToken(); return firstToken;
1805 }
1806 case 20: break;
1807 case 14:
1808 { addToken(Token.VARIABLE);
1809 }
1810 case 21: break;
1811 case 7:
1812 { addToken(Token.WHITESPACE);
1813 }
1814 case 22: break;
1815 case 10:
1816 { addToken(Token.PREPROCESSOR);
1817 }
1818 case 23: break;
1819 case 15:
1820 { addToken(Token.DATA_TYPE);
1821 }
1822 case 24: break;
1823 case 4:
1824 { addToken(Token.ERROR_CHAR); /*addNullToken(); return firstToken;*/
1825 }
1826 case 25: break;
1827 case 8:
1828 { addToken(Token.OPERATOR);
1829 }
1830 case 26: break;
1831 case 2:
1832 { addToken(Token.LITERAL_NUMBER_DECIMAL_INT);
1833 }
1834 case 27: break;
1835 case 13:
1836 { addToken(Token.LITERAL_CHAR);
1837 }
1838 case 28: break;
1839 case 3:
1840 { addToken(Token.ERROR_STRING_DOUBLE); addNullToken(); return firstToken;
1841 }
1842 case 29: break;
1843 case 6:
1844 { addNullToken(); return firstToken;
1845 }
1846 case 30: break;
1847 default:
1848 if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
1849 zzAtEOF = true;
1850 switch (zzLexicalState) {
1851 case YYINITIAL: {
1852 addNullToken(); return firstToken;
1853 }
1854 case 669: break;
1855 default:
1856 return null;
1857 }
1858 }
1859 else {
1860 zzScanError(ZZ_NO_MATCH);
1861 }
1862 }
1863 }
1864 }
1865
1866
1867}
Note: See TracBrowser for help on using the repository browser.