source: other-projects/rsyntax-textarea/src/java/org/fife/ui/rsyntaxtextarea/modes/ClojureTokenMaker.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: 71.6 KB
Line 
1/* The following code was generated by JFlex 1.4.1 on 12/23/10 11:06 AM */
2
3/*
4 * 12/23/2010
5 *
6 * ClojureTokenMaker.java - Scanner for Clojure.
7 *
8 * This library is distributed under a modified BSD license. See the included
9 * RSyntaxTextArea.License.txt file for details.
10 */
11package org.fife.ui.rsyntaxtextarea.modes;
12
13import java.io.*;
14import javax.swing.text.Segment;
15
16import org.fife.ui.rsyntaxtextarea.*;
17
18
19/**
20 * Scanner for the Clojure programming language.<p>
21 *
22 * This was graciously donated by the folks at the
23 * <a href="http://pacific.mpi-cbg.de/wiki/index.php/Fiji">Fiji</a> project.
24 * Its original location was
25 * <a href="http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=tree;f=src-plugins/Script_Editor/fiji/scripting;hb=935d85d9d88dd780c6d5f2765937ddc18b5008ca">here</a>.
26 * <p>
27 *
28 * This implementation was created using
29 * <a href="http://www.jflex.de/">JFlex</a> 1.4.1; however, the generated file
30 * was modified for performance. Memory allocation needs to be almost
31 * completely removed to be competitive with the handwritten lexers (subclasses
32 * of <code>AbstractTokenMaker</code>, so this class has been modified so that
33 * Strings are never allocated (via yytext()), and the scanner never has to
34 * worry about refilling its buffer (needlessly copying chars around).
35 * We can achieve this because RText always scans exactly 1 line of tokens at a
36 * time, and hands the scanner this line as an array of characters (a Segment
37 * really). Since tokens contain pointers to char arrays instead of Strings
38 * holding their contents, there is no need for allocating new memory for
39 * Strings.<p>
40 *
41 * The actual algorithm generated for scanning has, of course, not been
42 * modified.<p>
43 *
44 * If you wish to regenerate this file yourself, keep in mind the following:
45 * <ul>
46 * <li>The generated ClojureTokenMaker.java</code> file will contain two
47 * definitions of both <code>zzRefill</code> and <code>yyreset</code>.
48 * You should hand-delete the second of each definition (the ones
49 * generated by the lexer), as these generated methods modify the input
50 * buffer, which we'll never have to do.</li>
51 * <li>You should also change the declaration/definition of zzBuffer to NOT
52 * be initialized. This is a needless memory allocation for us since we
53 * will be pointing the array somewhere else anyway.</li>
54 * <li>You should NOT call <code>yylex()</code> on the generated scanner
55 * directly; rather, you should use <code>getTokenList</code> as you would
56 * with any other <code>TokenMaker</code> instance.</li>
57 * </ul>
58 *
59 *
60 */
61
62public class ClojureTokenMaker extends AbstractJFlexTokenMaker {
63
64 /** This character denotes the end of file */
65 public static final int YYEOF = -1;
66
67 /** lexical states */
68 public static final int EOL_COMMENT = 2;
69 public static final int STRING = 1;
70 public static final int YYINITIAL = 0;
71
72 /**
73 * Translates characters to character classes
74 */
75 private static final String ZZ_CMAP_PACKED =
76 "\11\0\1\56\1\15\1\0\1\36\1\34\22\0\1\57\1\67\1\16"+
77 "\1\52\1\71\1\65\1\65\1\12\1\44\1\47\1\64\1\61\1\72"+
78 "\1\43\1\17\1\66\1\4\3\7\4\7\2\5\1\2\1\1\1\62"+
79 "\1\63\1\60\1\35\1\51\3\6\1\41\1\42\1\41\5\3\1\40"+
80 "\13\3\1\37\2\3\1\33\1\11\1\33\1\53\1\70\1\46\1\22"+
81 "\1\26\1\23\1\75\1\24\1\14\1\104\1\73\1\32\1\103\1\106"+
82 "\1\31\1\76\1\27\1\74\1\21\1\77\1\13\1\20\1\25\1\10"+
83 "\1\100\1\30\1\102\1\101\1\105\1\54\1\45\1\55\1\50\uff81\0";
84
85 /**
86 * Translates characters to character classes
87 */
88 private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED);
89
90 /**
91 * Translates DFA states to action switch labels.
92 */
93 private static final int [] ZZ_ACTION = zzUnpackAction();
94
95 private static final String ZZ_ACTION_PACKED_0 =
96 "\1\1\2\0\1\2\1\3\1\4\1\1\2\5\1\1"+
97 "\1\2\2\1\1\6\1\7\14\1\1\10\1\4\1\11"+
98 "\1\4\1\10\1\4\1\2\4\4\11\1\1\12\1\13"+
99 "\1\14\2\12\1\15\2\12\1\16\2\17\1\20\1\17"+
100 "\2\21\1\17\1\5\1\17\1\1\1\22\3\0\6\1"+
101 "\1\23\2\1\1\24\51\1\1\23\4\1\4\0\1\4"+
102 "\10\1\1\23\12\1\1\12\4\0\1\20\1\21\1\1"+
103 "\1\20\2\1\3\0\4\1\1\24\5\1\1\24\6\1"+
104 "\2\24\40\1\1\23\1\25\1\24\12\1\1\24\3\1"+
105 "\2\0\2\25\7\1\1\23\10\1\1\24\4\1\4\0"+
106 "\3\1\2\0\5\1\1\24\4\1\2\24\3\1\2\24"+
107 "\3\1\1\26\1\1\1\24\5\1\1\24\3\1\1\24"+
108 "\1\1\1\24\3\1\1\24\3\1\2\0\11\1\1\24"+
109 "\2\1\1\0\1\27\1\0\1\1\2\0\7\1\1\24"+
110 "\37\1\2\0\1\1\1\0\107\1\1\24\27\1";
111
112 private static int [] zzUnpackAction() {
113 int [] result = new int[466];
114 int offset = 0;
115 offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result);
116 return result;
117 }
118
119 private static int zzUnpackAction(String packed, int offset, int [] result) {
120 int i = 0; /* index in packed string */
121 int j = offset; /* index in unpacked array */
122 int l = packed.length();
123 while (i < l) {
124 int count = packed.charAt(i++);
125 int value = packed.charAt(i++);
126 do result[j++] = value; while (--count > 0);
127 }
128 return j;
129 }
130
131
132 /**
133 * Translates a state to a row index in the transition table
134 */
135 private static final int [] ZZ_ROWMAP = zzUnpackRowMap();
136
137 private static final String ZZ_ROWMAP_PACKED_0 =
138 "\0\0\0\107\0\216\0\325\0\325\0\u011c\0\u0163\0\u01aa"+
139 "\0\u01f1\0\u0238\0\u027f\0\u02c6\0\u030d\0\325\0\325\0\u0354"+
140 "\0\u039b\0\u03e2\0\u0429\0\u0470\0\u04b7\0\u04fe\0\u0545\0\u058c"+
141 "\0\u05d3\0\u061a\0\u0661\0\325\0\u0163\0\u06a8\0\u06ef\0\u0736"+
142 "\0\325\0\u077d\0\u07c4\0\u080b\0\u0852\0\u0899\0\u08e0\0\u0927"+
143 "\0\u096e\0\u09b5\0\u09fc\0\u0a43\0\u0a8a\0\u0ad1\0\u0b18\0\u0b5f"+
144 "\0\325\0\u0ba6\0\u0bed\0\u0c34\0\325\0\u0c7b\0\u0cc2\0\u0d09"+
145 "\0\u0d50\0\u0d97\0\u0dde\0\u0e25\0\u0d97\0\u0e6c\0\u0eb3\0\u0d97"+
146 "\0\u0efa\0\u0f41\0\325\0\u0f88\0\u0fcf\0\u1016\0\u105d\0\u10a4"+
147 "\0\u10eb\0\u1132\0\u1179\0\u11c0\0\u1207\0\u124e\0\u1295\0\u0163"+
148 "\0\u12dc\0\u1323\0\u136a\0\u13b1\0\u13f8\0\u143f\0\u1486\0\u14cd"+
149 "\0\u1514\0\u155b\0\u15a2\0\u15e9\0\u1630\0\u1677\0\u16be\0\u1705"+
150 "\0\u174c\0\u1793\0\u17da\0\u1821\0\u1868\0\u18af\0\u18f6\0\u193d"+
151 "\0\u1984\0\u19cb\0\u1a12\0\u1a59\0\u1aa0\0\u1ae7\0\u1b2e\0\u1b75"+
152 "\0\u1bbc\0\u1c03\0\u1c4a\0\u1c91\0\u1cd8\0\u1d1f\0\u1d66\0\u1dad"+
153 "\0\u1df4\0\u0163\0\u1e3b\0\u1e82\0\u1ec9\0\u1f10\0\u1f57\0\u1f9e"+
154 "\0\u1fe5\0\u202c\0\u2073\0\u20ba\0\u2101\0\u2148\0\u218f\0\u21d6"+
155 "\0\u221d\0\u2264\0\u22ab\0\u22f2\0\u2339\0\u2380\0\u23c7\0\u240e"+
156 "\0\u2455\0\u249c\0\u24e3\0\u252a\0\u2571\0\u25b8\0\325\0\u25ff"+
157 "\0\u2646\0\u268d\0\u26d4\0\u0d97\0\u271b\0\u2762\0\u27a9\0\u27f0"+
158 "\0\u2837\0\u287e\0\u28c5\0\u290c\0\u2953\0\u299a\0\u29e1\0\u2a28"+
159 "\0\u2a6f\0\u2ab6\0\u2afd\0\u2b44\0\u2b8b\0\u2bd2\0\u2c19\0\u2c60"+
160 "\0\u2ca7\0\u2cee\0\u2d35\0\u2d7c\0\u2dc3\0\u2e0a\0\u2e51\0\u2e98"+
161 "\0\u2edf\0\u2f26\0\u2f6d\0\u2fb4\0\u2ffb\0\u3042\0\u3089\0\u30d0"+
162 "\0\u3117\0\u315e\0\u2a6f\0\u31a5\0\u31ec\0\u3233\0\u327a\0\u32c1"+
163 "\0\u3308\0\u334f\0\u3396\0\u33dd\0\u3424\0\u346b\0\u34b2\0\u34f9"+
164 "\0\u3540\0\u3587\0\u35ce\0\u3615\0\u365c\0\u36a3\0\u36ea\0\u3731"+
165 "\0\u2ffb\0\u3778\0\u37bf\0\u3806\0\u384d\0\u3894\0\u38db\0\u3922"+
166 "\0\u3969\0\u39b0\0\u39f7\0\u3a3e\0\u3a85\0\u3acc\0\u3b13\0\u3b5a"+
167 "\0\u3ba1\0\u3be8\0\325\0\u202c\0\u3c2f\0\u3c76\0\u3cbd\0\u3d04"+
168 "\0\u3d4b\0\u3d92\0\u3dd9\0\u3e20\0\u3e67\0\u3eae\0\u3ef5\0\u3f3c"+
169 "\0\u3f83\0\u3fca\0\u4011\0\u4058\0\u409f\0\u40e6\0\u412d\0\u4174"+
170 "\0\u41bb\0\u4202\0\u4249\0\u4290\0\u42d7\0\u431e\0\u4365\0\u43ac"+
171 "\0\u43f3\0\u443a\0\u4481\0\u44c8\0\u450f\0\u4556\0\u459d\0\u45e4"+
172 "\0\u462b\0\u4672\0\u46b9\0\u4700\0\u4747\0\u4700\0\u478e\0\u47d5"+
173 "\0\u481c\0\u4863\0\u48aa\0\u48f1\0\u4938\0\u497f\0\u0163\0\u49c6"+
174 "\0\u4a0d\0\u4a54\0\u4a9b\0\u4ae2\0\u4b29\0\u4b70\0\u4bb7\0\u4bfe"+
175 "\0\u4c45\0\u4c8c\0\u4cd3\0\u4d1a\0\u3cbd\0\u4d61\0\u4da8\0\u4def"+
176 "\0\u4e36\0\u4e7d\0\u4ec4\0\u4f0b\0\u4f52\0\u4f99\0\u4fe0\0\u5027"+
177 "\0\u506e\0\u50b5\0\u50fc\0\u5143\0\u518a\0\u51d1\0\u5218\0\u525f"+
178 "\0\u52a6\0\u52ed\0\u5334\0\u537b\0\u53c2\0\u5409\0\u5450\0\u5497"+
179 "\0\u54de\0\u5525\0\u556c\0\u55b3\0\u55fa\0\u5641\0\u5688\0\u56cf"+
180 "\0\u5716\0\u575d\0\u57a4\0\u57eb\0\u5832\0\u5879\0\u58c0\0\u5907"+
181 "\0\u594e\0\u5995\0\u59dc\0\u5a23\0\u5a6a\0\u5ab1\0\u5af8\0\u5b3f"+
182 "\0\u5b86\0\u5bcd\0\u5c14\0\u5c5b\0\u5ca2\0\u5ce9\0\u5d30\0\u5d77"+
183 "\0\u5dbe\0\u5e05\0\u5e4c\0\u5e93\0\u5eda\0\u5f21\0\u5f68\0\u5faf"+
184 "\0\u537b\0\u5ff6\0\u603d\0\u6084\0\u60cb\0\u6112\0\u6159\0\u61a0"+
185 "\0\u61e7\0\u622e\0\u6275\0\u62bc\0\u6303\0\u634a\0\u6391\0\u63d8"+
186 "\0\u641f\0\u6466\0\u64ad\0\u64f4\0\u653b\0\u6582\0\u65c9\0\u6610"+
187 "\0\u6657\0\u669e\0\u66e5\0\u672c\0\u6773\0\u67ba\0\u6801\0\u6848"+
188 "\0\u688f\0\u409f\0\u68d6\0\u691d\0\u6964\0\u69ab\0\u69f2\0\u6a39"+
189 "\0\u6a80\0\u6ac7\0\u6b0e\0\u6b55\0\u6b9c\0\u6be3\0\u6c2a\0\u4bb7"+
190 "\0\u6c71\0\u6cb8\0\u6cff\0\u6d46\0\u6d8d\0\u6dd4\0\u6e1b\0\u6e62"+
191 "\0\u6ea9\0\u6ef0\0\u6f37\0\u6f7e\0\u6fc5\0\u700c\0\u7053\0\u709a"+
192 "\0\u70e1\0\u7128\0\u716f\0\u71b6\0\u71fd\0\u7244\0\u728b\0\u72d2"+
193 "\0\u7319\0\u7360\0\u73a7\0\u73ee\0\u7435\0\u747c\0\u74c3\0\u750a"+
194 "\0\u7551\0\u7598\0\u75df\0\u7626\0\u766d\0\u76b4\0\u76fb\0\u7742"+
195 "\0\u7789\0\u77d0\0\u7817\0\u785e\0\u78a5\0\u78ec\0\u7933\0\u797a"+
196 "\0\u79c1\0\u7a08";
197
198 private static int [] zzUnpackRowMap() {
199 int [] result = new int[466];
200 int offset = 0;
201 offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result);
202 return result;
203 }
204
205 private static int zzUnpackRowMap(String packed, int offset, int [] result) {
206 int i = 0; /* index in packed string */
207 int j = offset; /* index in unpacked array */
208 int l = packed.length();
209 while (i < l) {
210 int high = packed.charAt(i++) << 16;
211 result[j++] = high | packed.charAt(i++);
212 }
213 return j;
214 }
215
216 /**
217 * The transition table of the DFA
218 */
219 private static final int [] ZZ_TRANS = zzUnpackTrans();
220
221 private static final String ZZ_TRANS_PACKED_0 =
222 "\1\4\1\5\1\6\1\7\1\10\1\11\1\7\1\11"+
223 "\1\12\1\13\1\4\1\14\1\15\1\16\1\17\1\20"+
224 "\1\21\1\22\1\23\1\24\1\25\1\26\1\27\1\30"+
225 "\1\31\1\32\1\33\1\34\1\4\1\35\1\36\4\7"+
226 "\1\37\1\40\2\4\1\34\1\41\1\4\1\42\1\41"+
227 "\2\34\2\36\1\43\1\35\1\44\1\45\1\46\1\41"+
228 "\1\35\1\44\3\4\1\47\1\50\1\51\1\52\1\53"+
229 "\1\54\3\7\1\55\1\56\1\57\15\60\1\61\1\62"+
230 "\70\60\14\63\1\64\1\65\12\63\1\66\42\63\1\67"+
231 "\13\63\112\0\1\70\2\0\1\70\1\0\1\70\2\0"+
232 "\2\70\3\0\13\70\2\0\1\70\1\0\5\70\15\0"+
233 "\1\70\2\0\1\70\1\0\2\70\3\0\14\70\3\0"+
234 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
235 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
236 "\14\7\1\71\2\0\1\72\1\73\1\74\1\72\1\73"+
237 "\1\72\1\71\1\0\1\72\1\75\2\0\1\76\4\72"+
238 "\1\77\4\72\1\100\1\72\2\0\1\7\1\0\1\101"+
239 "\1\100\1\75\1\77\1\7\2\0\1\71\2\0\2\71"+
240 "\5\0\3\7\1\0\1\7\1\0\2\7\2\71\1\0"+
241 "\2\72\1\75\4\72\1\101\4\72\1\71\2\0\1\72"+
242 "\2\11\1\72\1\11\1\72\1\71\1\0\1\72\1\75"+
243 "\2\0\1\76\4\72\1\77\4\72\1\100\1\72\2\0"+
244 "\1\7\1\0\1\72\1\100\1\75\1\77\1\7\2\0"+
245 "\1\71\2\0\2\71\5\0\3\7\1\0\1\7\1\0"+
246 "\2\7\2\71\1\0\2\72\1\75\11\72\3\0\6\7"+
247 "\2\0\2\7\2\0\10\7\1\102\3\7\2\0\1\7"+
248 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
249 "\3\0\14\7\17\0\1\103\1\104\4\0\1\105\1\0"+
250 "\1\106\62\0\6\7\2\0\1\107\1\110\2\0\1\7"+
251 "\1\111\1\7\1\112\1\7\1\113\6\7\2\0\1\7"+
252 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
253 "\3\0\14\7\3\0\6\7\2\0\1\107\1\110\2\0"+
254 "\3\7\1\114\4\7\1\115\1\7\1\116\1\117\2\0"+
255 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
256 "\2\7\3\0\14\7\3\0\1\7\2\76\1\7\1\76"+
257 "\1\7\2\0\2\7\2\0\1\120\13\7\2\0\1\7"+
258 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
259 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\2\7"+
260 "\1\121\2\7\1\122\1\123\5\7\2\0\1\7\1\0"+
261 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
262 "\1\124\1\125\4\7\1\126\5\7\3\0\6\7\2\0"+
263 "\1\127\1\7\2\0\5\7\1\130\6\7\2\0\1\7"+
264 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
265 "\3\0\1\7\1\131\1\7\1\132\10\7\3\0\6\7"+
266 "\2\0\1\133\1\7\2\0\1\7\1\134\1\135\5\7"+
267 "\1\136\1\7\1\137\1\7\2\0\1\7\1\0\5\7"+
268 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\11\7"+
269 "\1\140\2\7\3\0\6\7\2\0\2\7\2\0\12\7"+
270 "\1\141\1\7\2\0\1\7\1\0\5\7\14\0\3\7"+
271 "\1\0\1\7\1\0\2\7\3\0\1\142\1\143\4\7"+
272 "\1\144\5\7\3\0\6\7\2\0\2\7\2\0\10\7"+
273 "\1\145\3\7\2\0\1\7\1\0\5\7\14\0\3\7"+
274 "\1\0\1\7\1\0\2\7\3\0\4\7\1\146\1\147"+
275 "\6\7\3\0\6\7\2\0\1\150\1\7\2\0\3\7"+
276 "\1\151\7\7\1\152\2\0\1\7\1\0\5\7\14\0"+
277 "\3\7\1\0\1\7\1\0\2\7\3\0\1\153\13\7"+
278 "\3\0\6\7\2\0\2\7\2\0\13\7\1\154\2\0"+
279 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
280 "\2\7\3\0\1\7\1\155\4\7\1\156\5\7\3\0"+
281 "\6\7\2\0\2\7\2\0\3\7\1\157\1\7\1\160"+
282 "\1\161\4\7\1\162\2\0\1\7\1\0\5\7\14\0"+
283 "\3\7\1\0\1\7\1\0\2\7\3\0\1\7\1\163"+
284 "\12\7\3\0\6\7\2\0\2\7\2\0\13\7\1\164"+
285 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
286 "\1\0\2\7\3\0\1\165\13\7\3\0\6\7\2\0"+
287 "\2\7\2\0\3\7\1\166\1\7\1\167\5\7\1\170"+
288 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
289 "\1\0\2\7\3\0\1\7\1\171\12\7\3\0\6\7"+
290 "\2\0\1\7\1\172\2\0\6\7\1\173\1\7\1\174"+
291 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
292 "\1\7\1\0\2\7\3\0\2\7\1\175\1\176\10\7"+
293 "\36\0\1\36\17\0\2\36\32\0\6\7\2\0\2\7"+
294 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\1\120"+
295 "\2\7\1\0\1\7\1\0\2\7\3\0\14\7\12\0"+
296 "\1\177\35\0\1\200\50\0\1\201\40\0\1\202\36\0"+
297 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
298 "\5\7\14\0\1\203\2\7\1\41\1\7\1\0\2\7"+
299 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
300 "\2\0\1\7\1\0\5\7\14\0\3\7\1\41\1\7"+
301 "\1\0\2\7\3\0\14\7\63\0\1\41\26\0\6\7"+
302 "\2\0\2\7\2\0\2\7\1\204\1\7\1\205\6\7"+
303 "\1\206\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
304 "\1\7\1\0\2\7\3\0\1\7\1\207\12\7\3\0"+
305 "\6\7\2\0\2\7\2\0\3\7\1\210\10\7\2\0"+
306 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
307 "\2\7\3\0\14\7\3\0\6\7\2\0\1\120\1\7"+
308 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
309 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
310 "\2\0\1\211\1\7\2\0\5\7\1\212\5\7\1\213"+
311 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
312 "\1\0\2\7\3\0\1\7\1\214\12\7\3\0\6\7"+
313 "\2\0\2\7\2\0\3\7\1\215\1\7\1\216\6\7"+
314 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
315 "\1\0\2\7\3\0\1\7\1\217\12\7\3\0\5\7"+
316 "\1\220\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
317 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
318 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\221"+
319 "\1\7\1\222\6\7\2\0\1\7\1\0\5\7\14\0"+
320 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
321 "\6\7\2\0\2\7\2\0\5\7\1\223\6\7\2\0"+
322 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
323 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
324 "\5\7\1\224\5\7\1\225\2\0\1\7\1\0\5\7"+
325 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
326 "\3\0\6\7\2\0\2\7\2\0\5\7\1\226\6\7"+
327 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
328 "\1\0\2\7\3\0\14\7\15\60\2\0\70\60\16\0"+
329 "\1\227\70\0\14\63\2\0\12\63\1\0\42\63\1\0"+
330 "\13\63\25\0\1\230\4\0\1\231\104\0\1\232\103\0"+
331 "\1\233\64\0\6\70\2\0\2\70\3\0\13\70\2\0"+
332 "\1\70\1\0\5\70\15\0\1\70\2\0\1\70\1\0"+
333 "\2\70\3\0\14\70\1\71\2\0\7\71\1\0\2\71"+
334 "\3\0\13\71\4\0\4\71\3\0\1\71\2\0\2\71"+
335 "\15\0\2\71\1\0\15\71\2\0\6\72\1\71\1\0"+
336 "\2\72\2\0\1\7\13\72\2\0\1\7\1\0\4\72"+
337 "\1\7\2\0\1\71\2\0\2\71\5\0\3\7\1\0"+
338 "\1\7\1\0\2\7\2\71\1\0\14\72\1\71\2\0"+
339 "\1\72\1\73\1\74\1\72\1\73\1\72\1\71\1\0"+
340 "\1\72\1\75\2\0\1\76\4\72\1\77\4\72\1\234"+
341 "\1\72\2\0\1\7\1\0\1\72\1\234\1\75\1\77"+
342 "\1\7\2\0\1\71\2\0\2\71\5\0\3\7\1\0"+
343 "\1\7\1\0\2\7\2\71\1\0\2\72\1\75\11\72"+
344 "\1\71\2\0\1\72\2\74\1\72\1\74\1\72\1\71"+
345 "\1\0\1\72\1\75\2\0\1\76\4\72\1\77\6\72"+
346 "\2\0\1\7\1\0\2\72\1\75\1\77\1\7\2\0"+
347 "\1\71\2\0\2\71\5\0\3\7\1\0\1\7\1\0"+
348 "\2\7\2\71\1\0\2\72\1\75\11\72\1\71\2\0"+
349 "\1\72\2\76\1\72\1\76\1\72\1\71\1\0\1\72"+
350 "\1\75\2\0\1\7\4\72\1\77\6\72\2\0\1\7"+
351 "\1\0\2\72\1\75\1\77\1\7\2\0\1\71\2\0"+
352 "\2\71\5\0\3\7\1\0\1\7\1\0\2\7\2\71"+
353 "\1\0\2\72\1\75\11\72\1\71\2\0\1\72\2\235"+
354 "\1\72\1\235\1\72\1\71\1\0\2\72\2\0\1\7"+
355 "\13\72\2\0\1\7\1\0\4\72\1\236\2\0\1\71"+
356 "\2\0\2\71\5\0\1\7\1\236\1\7\1\0\1\7"+
357 "\1\0\2\7\2\71\1\0\14\72\1\71\2\0\1\72"+
358 "\4\237\1\72\1\71\1\0\1\72\1\237\2\0\1\7"+
359 "\2\72\3\237\1\72\1\237\4\72\2\0\1\7\1\0"+
360 "\2\72\2\237\1\7\2\0\1\71\2\0\2\71\5\0"+
361 "\3\7\1\0\1\7\1\0\2\7\2\71\1\0\2\72"+
362 "\1\237\11\72\3\0\6\7\2\0\1\240\1\7\2\0"+
363 "\13\7\1\241\2\0\1\7\1\0\5\7\14\0\3\7"+
364 "\1\0\1\7\1\0\2\7\3\0\14\7\21\0\1\242"+
365 "\107\0\1\243\110\0\1\244\65\0\6\7\2\0\2\7"+
366 "\2\0\5\7\1\245\6\7\2\0\1\7\1\0\5\7"+
367 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
368 "\3\0\6\7\2\0\2\7\2\0\13\7\1\246\2\0"+
369 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
370 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
371 "\5\7\1\247\6\7\2\0\1\7\1\0\5\7\14\0"+
372 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
373 "\6\7\2\0\2\7\2\0\10\7\1\250\3\7\2\0"+
374 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
375 "\2\7\3\0\14\7\3\0\6\7\2\0\1\7\1\251"+
376 "\2\0\1\7\1\252\1\253\1\254\1\255\7\7\2\0"+
377 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
378 "\2\7\3\0\2\7\1\256\1\257\1\7\1\260\6\7"+
379 "\3\0\6\7\2\0\2\7\2\0\12\7\1\261\1\7"+
380 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
381 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
382 "\2\0\1\7\1\111\12\7\2\0\1\7\1\0\5\7"+
383 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
384 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
385 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
386 "\3\0\1\7\1\262\12\7\3\0\6\7\2\0\1\245"+
387 "\1\7\2\0\10\7\1\263\1\7\1\137\1\7\2\0"+
388 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
389 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
390 "\12\7\1\264\1\7\2\0\1\7\1\0\5\7\14\0"+
391 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
392 "\6\7\2\0\2\7\2\0\4\7\1\265\1\7\1\266"+
393 "\5\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
394 "\1\7\1\0\2\7\3\0\4\7\1\120\7\7\3\0"+
395 "\6\7\2\0\1\267\1\7\2\0\14\7\2\0\1\7"+
396 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
397 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
398 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
399 "\1\0\2\7\3\0\1\7\1\270\12\7\3\0\6\7"+
400 "\2\0\1\271\1\7\2\0\14\7\2\0\1\7\1\0"+
401 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
402 "\14\7\3\0\6\7\2\0\2\7\2\0\10\7\1\272"+
403 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
404 "\1\7\1\0\2\7\3\0\3\7\1\120\10\7\3\0"+
405 "\6\7\2\0\2\7\2\0\10\7\1\120\2\7\1\273"+
406 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
407 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
408 "\2\0\5\7\1\274\6\7\2\0\1\7\1\0\5\7"+
409 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
410 "\3\0\6\7\2\0\2\7\2\0\1\7\1\275\1\120"+
411 "\11\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
412 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
413 "\2\7\2\0\3\7\1\276\10\7\2\0\1\7\1\0"+
414 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
415 "\14\7\3\0\6\7\2\0\1\277\1\7\2\0\14\7"+
416 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
417 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
418 "\2\0\1\7\1\300\3\7\1\301\6\7\2\0\1\7"+
419 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
420 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\2\7"+
421 "\1\302\11\7\2\0\1\7\1\0\5\7\14\0\3\7"+
422 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
423 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
424 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\2\7"+
425 "\1\120\3\7\1\120\5\7\3\0\6\7\2\0\2\7"+
426 "\2\0\6\7\1\303\5\7\2\0\1\7\1\0\5\7"+
427 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
428 "\3\0\6\7\2\0\2\7\2\0\5\7\1\304\6\7"+
429 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
430 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
431 "\2\0\3\7\1\305\1\7\1\306\6\7\2\0\1\7"+
432 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
433 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\3\7"+
434 "\1\50\10\7\2\0\1\7\1\0\5\7\14\0\3\7"+
435 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\5\7"+
436 "\1\273\2\0\2\7\2\0\10\7\1\307\3\7\2\0"+
437 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
438 "\2\7\3\0\3\7\1\310\10\7\3\0\6\7\2\0"+
439 "\2\7\2\0\4\7\1\311\7\7\2\0\1\7\1\0"+
440 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
441 "\14\7\3\0\6\7\2\0\2\7\2\0\1\7\1\312"+
442 "\12\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
443 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
444 "\2\7\2\0\12\7\1\313\1\7\2\0\1\7\1\0"+
445 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
446 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\314"+
447 "\1\7\1\315\6\7\2\0\1\7\1\0\5\7\14\0"+
448 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
449 "\5\7\1\316\2\0\2\7\2\0\14\7\2\0\1\7"+
450 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
451 "\3\0\6\7\1\317\5\7\3\0\6\7\2\0\2\7"+
452 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
453 "\1\0\1\7\1\0\2\7\3\0\13\7\1\320\3\0"+
454 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
455 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
456 "\3\7\1\321\10\7\3\0\6\7\2\0\1\322\1\7"+
457 "\2\0\5\7\1\323\5\7\1\324\2\0\1\7\1\0"+
458 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
459 "\14\7\3\0\6\7\2\0\2\7\2\0\10\7\1\325"+
460 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
461 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
462 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
463 "\3\7\1\0\1\7\1\0\2\7\3\0\1\7\1\326"+
464 "\12\7\3\0\6\7\2\0\2\7\2\0\6\7\1\321"+
465 "\5\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
466 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
467 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
468 "\3\7\1\0\1\7\1\0\2\7\3\0\3\7\1\327"+
469 "\10\7\3\0\6\7\2\0\2\7\2\0\11\7\1\330"+
470 "\2\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
471 "\1\7\1\0\2\7\3\0\11\7\1\275\2\7\3\0"+
472 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
473 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
474 "\1\120\13\7\3\0\6\7\2\0\2\7\2\0\12\7"+
475 "\1\331\1\7\2\0\1\7\1\0\5\7\14\0\3\7"+
476 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
477 "\2\0\2\7\2\0\6\7\1\332\5\7\2\0\1\7"+
478 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
479 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\6\7"+
480 "\1\333\5\7\2\0\1\7\1\0\5\7\14\0\3\7"+
481 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
482 "\2\0\2\7\2\0\5\7\1\334\6\7\2\0\1\7"+
483 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
484 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
485 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
486 "\1\0\2\7\3\0\12\7\1\335\1\7\3\0\6\7"+
487 "\2\0\2\7\2\0\6\7\1\172\5\7\2\0\1\7"+
488 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
489 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\1\7"+
490 "\1\336\12\7\2\0\1\7\1\0\5\7\14\0\3\7"+
491 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
492 "\2\0\2\7\2\0\3\7\1\337\1\340\3\7\1\341"+
493 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
494 "\1\7\1\0\2\7\3\0\1\7\1\342\12\7\3\0"+
495 "\6\7\2\0\2\7\2\0\5\7\1\343\6\7\2\0"+
496 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
497 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
498 "\1\7\1\344\2\7\1\120\1\7\1\345\5\7\2\0"+
499 "\1\7\1\0\4\7\1\346\14\0\3\7\1\0\1\7"+
500 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
501 "\2\0\5\7\1\347\6\7\2\0\1\7\1\0\5\7"+
502 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
503 "\3\0\6\7\2\0\2\7\2\0\2\7\1\350\11\7"+
504 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
505 "\1\0\2\7\3\0\14\7\45\0\1\351\112\0\1\352"+
506 "\36\0\1\34\13\0\2\34\1\201\24\0\1\34\11\0"+
507 "\2\34\27\0\1\202\1\353\13\202\2\353\1\202\1\0"+
508 "\34\202\2\353\1\354\27\202\3\0\6\7\2\0\2\7"+
509 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\1\35"+
510 "\2\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
511 "\6\7\2\0\1\355\1\7\2\0\14\7\2\0\1\7"+
512 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
513 "\3\0\14\7\3\0\5\7\1\356\2\0\2\7\2\0"+
514 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
515 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
516 "\2\7\2\0\10\7\1\357\3\7\2\0\1\7\1\0"+
517 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
518 "\14\7\3\0\5\7\1\360\2\0\2\7\2\0\14\7"+
519 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
520 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
521 "\2\0\1\7\1\361\12\7\2\0\1\7\1\0\5\7"+
522 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
523 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
524 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
525 "\3\0\1\7\1\362\12\7\3\0\6\7\2\0\1\363"+
526 "\1\364\2\0\4\7\1\120\5\7\1\277\1\7\2\0"+
527 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
528 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
529 "\1\7\1\365\12\7\2\0\1\7\1\0\5\7\14\0"+
530 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
531 "\5\7\1\366\2\0\2\7\2\0\1\7\1\111\4\7"+
532 "\1\367\5\7\2\0\1\7\1\0\5\7\14\0\3\7"+
533 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
534 "\2\0\2\7\2\0\2\7\1\267\11\7\2\0\1\7"+
535 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
536 "\3\0\13\7\1\370\3\0\6\7\2\0\1\250\1\7"+
537 "\2\0\6\7\1\371\5\7\2\0\1\7\1\0\5\7"+
538 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\3\7"+
539 "\1\372\10\7\3\0\6\7\2\0\2\7\2\0\10\7"+
540 "\1\373\3\7\2\0\1\7\1\0\5\7\14\0\3\7"+
541 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
542 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
543 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\1\7"+
544 "\1\374\12\7\3\0\6\7\2\0\2\7\2\0\12\7"+
545 "\1\375\1\7\2\0\1\7\1\0\5\7\14\0\3\7"+
546 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
547 "\2\0\2\7\2\0\4\7\1\376\7\7\2\0\1\7"+
548 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
549 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\6\7"+
550 "\1\120\1\7\1\377\3\7\2\0\1\7\1\0\5\7"+
551 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
552 "\3\0\6\7\2\0\1\u0100\1\7\2\0\14\7\2\0"+
553 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
554 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
555 "\2\7\1\u0101\11\7\2\0\1\7\1\0\5\7\14\0"+
556 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
557 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
558 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
559 "\6\7\1\375\5\7\21\0\1\u0102\116\0\1\u0103\105\0"+
560 "\1\u0104\103\0\1\u0105\61\0\1\71\2\0\1\72\2\235"+
561 "\1\72\1\235\1\72\1\71\1\0\1\72\1\75\2\0"+
562 "\1\7\13\72\2\0\1\7\1\0\2\72\1\75\1\72"+
563 "\1\7\2\0\1\71\2\0\2\71\5\0\3\7\1\0"+
564 "\1\7\1\0\2\7\2\71\1\0\2\72\1\75\11\72"+
565 "\3\0\1\7\2\235\1\7\1\235\1\7\2\0\2\7"+
566 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
567 "\1\0\1\7\1\0\2\7\3\0\14\7\1\71\2\0"+
568 "\1\72\4\237\1\72\1\71\1\0\1\72\1\237\2\0"+
569 "\1\7\2\72\3\237\1\72\1\237\2\72\1\234\1\72"+
570 "\2\0\1\7\1\0\1\72\1\234\2\237\1\7\2\0"+
571 "\1\71\2\0\2\71\5\0\3\7\1\0\1\7\1\0"+
572 "\2\7\2\71\1\0\2\72\1\237\11\72\3\0\6\7"+
573 "\2\0\2\7\2\0\5\7\1\u0106\6\7\2\0\1\7"+
574 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
575 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\10\7"+
576 "\1\u0107\3\7\2\0\1\7\1\0\5\7\14\0\3\7"+
577 "\1\0\1\7\1\0\2\7\3\0\3\7\1\u0108\10\7"+
578 "\22\0\1\u0109\112\0\1\103\110\0\1\u010a\61\0\6\7"+
579 "\2\0\2\7\2\0\1\7\1\252\12\7\2\0\1\7"+
580 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
581 "\3\0\14\7\3\0\6\7\2\0\1\245\1\7\2\0"+
582 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
583 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
584 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
585 "\3\7\1\0\1\7\1\0\2\7\3\0\4\7\1\120"+
586 "\7\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
587 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
588 "\2\7\3\0\11\7\1\321\2\7\3\0\6\7\2\0"+
589 "\2\7\2\0\5\7\1\50\6\7\2\0\1\7\1\0"+
590 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
591 "\14\7\3\0\6\7\2\0\2\7\2\0\6\7\1\120"+
592 "\5\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
593 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
594 "\2\7\2\0\5\7\1\262\4\7\1\u010b\1\7\2\0"+
595 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
596 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
597 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
598 "\1\7\1\0\2\7\3\0\2\7\1\120\11\7\3\0"+
599 "\5\7\1\u010c\2\0\2\7\2\0\14\7\2\0\1\7"+
600 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
601 "\3\0\14\7\3\0\5\7\1\u010d\2\0\2\7\2\0"+
602 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
603 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
604 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
605 "\3\7\1\0\1\7\1\0\2\7\3\0\1\7\1\u010e"+
606 "\12\7\3\0\6\7\2\0\2\7\2\0\5\7\1\u010f"+
607 "\6\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
608 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
609 "\2\7\2\0\1\7\1\316\12\7\2\0\1\7\1\0"+
610 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
611 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\252"+
612 "\10\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
613 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
614 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
615 "\3\7\1\0\1\7\1\0\2\7\3\0\2\7\1\u0110"+
616 "\11\7\3\0\6\7\2\0\2\7\2\0\13\7\1\u0111"+
617 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
618 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
619 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
620 "\1\0\1\7\1\0\2\7\3\0\1\7\1\u0112\12\7"+
621 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
622 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\1\7"+
623 "\1\172\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
624 "\4\7\1\262\7\7\2\0\1\7\1\0\5\7\14\0"+
625 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
626 "\6\7\2\0\1\252\1\7\2\0\14\7\2\0\1\7"+
627 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
628 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\6\7"+
629 "\1\u0113\5\7\2\0\1\7\1\0\5\7\14\0\3\7"+
630 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
631 "\2\0\2\7\2\0\4\7\1\120\7\7\2\0\1\7"+
632 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
633 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\10\7"+
634 "\1\252\3\7\2\0\1\7\1\0\5\7\14\0\3\7"+
635 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
636 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
637 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\13\7"+
638 "\1\120\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
639 "\1\120\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
640 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
641 "\2\7\1\120\11\7\2\0\1\7\1\0\5\7\14\0"+
642 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
643 "\6\7\2\0\2\7\2\0\3\7\1\u0114\10\7\2\0"+
644 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
645 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
646 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
647 "\1\7\1\0\2\7\3\0\1\7\1\272\12\7\3\0"+
648 "\6\7\2\0\2\7\2\0\6\7\1\u0115\5\7\2\0"+
649 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
650 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
651 "\12\7\1\u0116\1\7\2\0\1\7\1\0\5\7\14\0"+
652 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
653 "\6\7\2\0\2\7\2\0\6\7\1\120\1\7\1\u0117"+
654 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
655 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
656 "\2\7\2\0\1\7\1\u0118\12\7\2\0\1\7\1\0"+
657 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
658 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\u0119"+
659 "\10\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
660 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
661 "\2\7\2\0\1\7\1\u011a\2\7\1\262\7\7\2\0"+
662 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
663 "\2\7\3\0\2\7\1\172\5\7\1\120\3\7\3\0"+
664 "\6\7\2\0\2\7\2\0\2\7\1\u011b\11\7\2\0"+
665 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
666 "\2\7\3\0\3\7\1\u011c\10\7\3\0\6\7\2\0"+
667 "\2\7\2\0\12\7\1\321\1\7\2\0\1\7\1\0"+
668 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
669 "\14\7\3\0\5\7\1\u011d\2\0\2\7\2\0\14\7"+
670 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
671 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
672 "\2\0\14\7\2\0\1\120\1\0\4\7\1\u011e\14\0"+
673 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
674 "\6\7\2\0\2\7\2\0\12\7\1\120\1\7\2\0"+
675 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
676 "\2\7\3\0\14\7\3\0\6\7\2\0\1\u0114\1\7"+
677 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
678 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
679 "\2\0\2\7\2\0\5\7\1\u011f\6\7\2\0\1\7"+
680 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
681 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
682 "\2\0\1\7\1\0\4\7\1\u0120\14\0\3\7\1\0"+
683 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
684 "\2\7\2\0\5\7\1\u0121\6\7\2\0\1\7\1\0"+
685 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
686 "\14\7\3\0\6\7\2\0\2\7\2\0\5\7\1\120"+
687 "\6\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
688 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
689 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
690 "\3\7\1\0\1\7\1\0\2\7\3\0\1\7\1\u0122"+
691 "\12\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
692 "\1\7\1\0\4\7\1\u0123\14\0\3\7\1\0\1\7"+
693 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
694 "\2\0\1\7\1\u0124\12\7\2\0\1\7\1\0\5\7"+
695 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
696 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
697 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
698 "\3\0\2\7\1\u0125\11\7\3\0\6\7\2\0\2\7"+
699 "\2\0\12\7\1\u0126\1\7\2\0\1\7\1\0\5\7"+
700 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
701 "\3\0\6\7\2\0\2\7\2\0\5\7\1\u0127\6\7"+
702 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
703 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
704 "\2\0\12\7\1\u0128\1\7\2\0\1\7\1\0\5\7"+
705 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
706 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
707 "\1\0\4\7\1\u0129\14\0\3\7\1\0\1\7\1\0"+
708 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
709 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
710 "\1\7\1\0\2\7\3\0\1\u012a\13\7\3\0\6\7"+
711 "\2\0\2\7\2\0\10\7\1\u012b\3\7\2\0\1\7"+
712 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
713 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
714 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
715 "\1\0\2\7\3\0\6\7\1\u012c\5\7\3\0\6\7"+
716 "\2\0\2\7\2\0\6\7\1\u012d\5\7\2\0\1\7"+
717 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
718 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
719 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
720 "\1\0\2\7\3\0\2\7\1\u012e\11\7\3\0\6\7"+
721 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
722 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\13\7"+
723 "\1\u0125\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
724 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
725 "\2\7\3\0\11\7\1\120\2\7\3\0\6\7\2\0"+
726 "\2\7\2\0\2\7\1\172\11\7\2\0\1\7\1\0"+
727 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
728 "\14\7\3\0\6\7\2\0\1\u012f\1\7\2\0\14\7"+
729 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
730 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
731 "\2\0\6\7\1\u0130\5\7\2\0\1\7\1\0\5\7"+
732 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
733 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
734 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
735 "\3\0\1\7\1\u0131\12\7\3\0\6\7\2\0\2\7"+
736 "\2\0\10\7\1\u0132\3\7\2\0\1\7\1\0\5\7"+
737 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
738 "\3\0\6\7\2\0\2\7\2\0\10\7\1\u0133\3\7"+
739 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
740 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
741 "\2\0\12\7\1\u0134\1\7\2\0\1\7\1\0\5\7"+
742 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\1\7"+
743 "\1\270\12\7\46\0\1\u0135\105\0\1\u0136\44\0\6\7"+
744 "\2\0\2\7\2\0\13\7\1\u0137\2\0\1\7\1\0"+
745 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
746 "\14\7\3\0\6\7\2\0\1\u0138\1\7\2\0\14\7"+
747 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
748 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
749 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
750 "\1\0\1\120\1\0\2\7\3\0\14\7\3\0\6\7"+
751 "\2\0\2\7\2\0\6\7\1\357\5\7\2\0\1\7"+
752 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
753 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\14\7"+
754 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
755 "\1\0\2\7\3\0\1\u0139\13\7\3\0\6\7\2\0"+
756 "\2\7\2\0\2\7\1\u0121\11\7\2\0\1\7\1\0"+
757 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
758 "\14\7\3\0\6\7\2\0\2\7\2\0\5\7\1\u013a"+
759 "\6\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
760 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
761 "\2\7\2\0\10\7\1\172\3\7\2\0\1\7\1\0"+
762 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
763 "\3\7\1\u013b\10\7\3\0\6\7\2\0\2\7\2\0"+
764 "\1\7\1\300\12\7\2\0\1\7\1\0\5\7\14\0"+
765 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
766 "\6\7\2\0\2\7\2\0\7\7\1\311\4\7\2\0"+
767 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
768 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
769 "\13\7\1\u013c\2\0\1\7\1\0\5\7\14\0\3\7"+
770 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
771 "\2\0\2\7\2\0\5\7\1\u013d\6\7\2\0\1\7"+
772 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
773 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\3\7"+
774 "\1\120\10\7\2\0\1\7\1\0\5\7\14\0\3\7"+
775 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
776 "\2\0\1\7\1\u013e\2\0\14\7\2\0\1\7\1\0"+
777 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
778 "\14\7\3\0\6\7\2\0\2\7\2\0\13\7\1\u013f"+
779 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
780 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
781 "\2\0\6\7\1\u0140\5\7\2\0\1\7\1\0\5\7"+
782 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
783 "\3\0\6\7\2\0\2\7\2\0\1\7\1\120\12\7"+
784 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
785 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
786 "\2\0\6\7\1\u0141\5\7\2\0\1\7\1\0\5\7"+
787 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
788 "\3\0\6\7\2\0\2\7\2\0\1\7\1\u0142\12\7"+
789 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
790 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
791 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
792 "\1\0\1\7\1\0\2\7\3\0\1\7\1\275\12\7"+
793 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
794 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
795 "\3\0\3\7\1\132\10\7\2\0\1\u0143\130\0\1\u0102"+
796 "\101\0\1\u0144\110\0\1\u0145\70\0\6\7\2\0\1\7"+
797 "\1\303\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
798 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
799 "\6\7\2\0\2\7\2\0\6\7\1\u0146\5\7\2\0"+
800 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
801 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
802 "\2\7\1\124\11\7\2\0\1\7\1\0\5\7\14\0"+
803 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\23\0"+
804 "\1\u0147\114\0\1\u0148\60\0\6\7\2\0\2\7\2\0"+
805 "\13\7\1\u0149\2\0\1\7\1\0\5\7\14\0\3\7"+
806 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
807 "\2\0\1\172\1\7\2\0\14\7\2\0\1\7\1\0"+
808 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
809 "\14\7\3\0\6\7\2\0\2\7\2\0\4\7\1\321"+
810 "\7\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
811 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
812 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
813 "\3\7\1\0\1\7\1\0\2\7\3\0\5\7\1\u014a"+
814 "\6\7\3\0\6\7\2\0\1\u014b\1\7\2\0\14\7"+
815 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
816 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
817 "\2\0\14\7\2\0\1\7\1\0\4\7\1\u014c\14\0"+
818 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
819 "\6\7\2\0\2\7\2\0\6\7\1\u014d\5\7\2\0"+
820 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
821 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
822 "\10\7\1\254\3\7\2\0\1\7\1\0\5\7\14\0"+
823 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
824 "\6\7\2\0\2\7\2\0\5\7\1\u014e\6\7\2\0"+
825 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
826 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
827 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
828 "\1\7\1\0\2\7\3\0\6\7\1\120\5\7\3\0"+
829 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
830 "\4\7\1\u014f\14\0\3\7\1\0\1\7\1\0\2\7"+
831 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\6\7"+
832 "\1\u0150\5\7\2\0\1\7\1\0\5\7\14\0\3\7"+
833 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
834 "\2\0\2\7\2\0\1\7\1\172\12\7\2\0\1\7"+
835 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
836 "\3\0\14\7\3\0\6\7\2\0\1\u0151\1\7\2\0"+
837 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
838 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
839 "\2\7\2\0\6\7\1\u0152\5\7\2\0\1\7\1\0"+
840 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
841 "\14\7\3\0\6\7\2\0\2\7\2\0\12\7\1\u0134"+
842 "\1\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
843 "\1\7\1\0\2\7\3\0\14\7\3\0\5\7\1\156"+
844 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
845 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
846 "\3\0\6\7\2\0\1\321\1\7\2\0\14\7\2\0"+
847 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
848 "\2\7\3\0\14\7\3\0\6\7\2\0\1\u0153\1\7"+
849 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
850 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
851 "\2\0\1\7\1\u0154\2\0\14\7\2\0\1\7\1\0"+
852 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
853 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
854 "\1\7\1\0\4\7\1\u0155\14\0\3\7\1\0\1\7"+
855 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
856 "\2\0\11\7\1\172\2\7\2\0\1\7\1\0\5\7"+
857 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
858 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
859 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
860 "\3\0\5\7\1\u0156\6\7\3\0\6\7\2\0\1\7"+
861 "\1\u0157\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
862 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
863 "\6\7\2\0\2\7\2\0\13\7\1\u0158\2\0\1\7"+
864 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
865 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\5\7"+
866 "\1\u0159\6\7\2\0\1\7\1\0\5\7\14\0\3\7"+
867 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
868 "\2\0\2\7\2\0\1\7\1\u015a\12\7\2\0\1\7"+
869 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
870 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\13\7"+
871 "\1\u015b\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
872 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
873 "\2\7\2\0\3\7\1\u015c\1\7\1\u015d\6\7\2\0"+
874 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
875 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
876 "\14\7\2\0\1\7\1\0\4\7\1\u015e\14\0\3\7"+
877 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
878 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\4\7"+
879 "\1\u015f\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
880 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
881 "\1\7\1\0\4\7\1\u0160\14\0\3\7\1\0\1\7"+
882 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
883 "\2\0\14\7\2\0\1\7\1\0\4\7\1\u0161\14\0"+
884 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
885 "\6\7\2\0\2\7\2\0\3\7\1\156\10\7\2\0"+
886 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
887 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
888 "\3\7\1\u0162\10\7\2\0\1\7\1\0\5\7\14\0"+
889 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
890 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
891 "\4\7\1\u0163\14\0\3\7\1\0\1\7\1\0\2\7"+
892 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\3\7"+
893 "\1\u0164\10\7\2\0\1\7\1\0\5\7\14\0\3\7"+
894 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
895 "\2\0\2\7\2\0\6\7\1\u0165\5\7\2\0\1\7"+
896 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
897 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\5\7"+
898 "\1\u0166\6\7\2\0\1\7\1\0\5\7\14\0\3\7"+
899 "\1\0\1\7\1\0\2\7\3\0\14\7\47\0\1\34"+
900 "\107\0\1\u0135\41\0\6\7\2\0\2\7\2\0\10\7"+
901 "\1\u0167\3\7\2\0\1\7\1\0\5\7\14\0\3\7"+
902 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
903 "\2\0\1\u0168\1\7\2\0\14\7\2\0\1\7\1\0"+
904 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
905 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
906 "\1\7\1\0\4\7\1\u0101\14\0\3\7\1\0\1\7"+
907 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\1\7"+
908 "\1\120\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
909 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
910 "\5\7\1\u0169\2\0\2\7\2\0\3\7\1\u016a\1\7"+
911 "\1\u016b\6\7\2\0\1\7\1\0\5\7\14\0\3\7"+
912 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
913 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
914 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\3\7"+
915 "\1\u016c\10\7\3\0\6\7\2\0\2\7\2\0\14\7"+
916 "\2\0\1\7\1\0\4\7\1\u016d\14\0\3\7\1\0"+
917 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
918 "\2\7\2\0\10\7\1\120\3\7\2\0\1\7\1\0"+
919 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
920 "\14\7\3\0\6\7\2\0\2\7\2\0\6\7\1\u016e"+
921 "\5\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
922 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
923 "\2\7\2\0\5\7\1\172\6\7\2\0\1\7\1\0"+
924 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
925 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
926 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
927 "\2\7\3\0\1\7\1\50\12\7\3\0\6\7\2\0"+
928 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
929 "\3\7\1\0\1\7\1\0\2\7\3\0\6\7\1\u016f"+
930 "\5\7\66\0\1\u0170\21\0\2\u0171\6\u0144\1\0\1\u0171"+
931 "\2\u0144\2\0\1\u0171\13\u0144\1\u0171\1\0\1\u0171\1\0"+
932 "\4\u0144\2\u0171\2\0\4\u0171\6\0\1\u0171\1\0\3\u0171"+
933 "\1\u0144\2\u0171\1\u0144\1\u0171\14\u0144\2\0\1\u0143\15\0"+
934 "\1\u0102\71\0\6\7\2\0\2\7\2\0\5\7\1\u0172"+
935 "\6\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
936 "\1\7\1\0\2\7\3\0\14\7\24\0\1\103\114\0"+
937 "\1\u0173\57\0\6\7\2\0\2\7\2\0\4\7\1\u012f"+
938 "\7\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
939 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
940 "\2\7\2\0\5\7\1\u0174\6\7\2\0\1\7\1\0"+
941 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
942 "\14\7\3\0\6\7\2\0\2\7\2\0\1\7\1\321"+
943 "\12\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
944 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
945 "\2\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
946 "\3\7\1\0\1\7\1\0\2\7\3\0\5\7\1\142"+
947 "\6\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
948 "\1\7\1\0\4\7\1\u0175\14\0\3\7\1\0\1\7"+
949 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
950 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
951 "\1\0\1\7\1\0\2\7\3\0\2\7\1\u0176\11\7"+
952 "\3\0\6\7\2\0\1\7\1\u0177\2\0\1\7\1\u0178"+
953 "\5\7\1\u0179\2\7\1\u017a\1\273\2\0\1\7\1\0"+
954 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
955 "\2\7\1\u017b\11\7\3\0\6\7\2\0\2\7\2\0"+
956 "\14\7\2\0\1\7\1\0\4\7\1\u017c\14\0\3\7"+
957 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
958 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\4\7"+
959 "\1\u017d\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
960 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\u017e"+
961 "\10\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
962 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
963 "\2\7\2\0\5\7\1\u017f\6\7\2\0\1\7\1\0"+
964 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
965 "\14\7\3\0\6\7\2\0\2\7\2\0\13\7\1\u0180"+
966 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
967 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
968 "\2\0\11\7\1\u0181\2\7\2\0\1\7\1\0\5\7"+
969 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
970 "\3\0\6\7\2\0\2\7\2\0\3\7\1\u010c\10\7"+
971 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
972 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
973 "\2\0\10\7\1\172\3\7\2\0\1\7\1\0\5\7"+
974 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
975 "\3\0\6\7\2\0\2\7\2\0\10\7\1\341\3\7"+
976 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
977 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
978 "\2\0\3\7\1\u013e\10\7\2\0\1\7\1\0\5\7"+
979 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
980 "\3\0\6\7\2\0\2\7\2\0\2\7\1\u0182\11\7"+
981 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
982 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
983 "\2\0\10\7\1\321\3\7\2\0\1\7\1\0\5\7"+
984 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
985 "\3\0\6\7\2\0\2\7\2\0\10\7\1\u0114\3\7"+
986 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
987 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
988 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
989 "\1\0\1\7\1\0\2\7\3\0\5\7\1\u0183\6\7"+
990 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
991 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
992 "\3\0\3\7\1\u0184\10\7\3\0\6\7\2\0\2\7"+
993 "\2\0\10\7\1\u0185\3\7\2\0\1\7\1\0\5\7"+
994 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
995 "\3\0\6\7\2\0\2\7\2\0\4\7\1\u0186\7\7"+
996 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
997 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\1\7"+
998 "\1\u0187\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
999 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1000 "\6\7\2\0\2\7\2\0\10\7\1\u0188\3\7\2\0"+
1001 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1002 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1003 "\3\7\1\u0189\10\7\2\0\1\7\1\0\5\7\14\0"+
1004 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1005 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1006 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1007 "\3\7\1\u018a\10\7\3\0\6\7\2\0\2\7\2\0"+
1008 "\13\7\1\u018b\2\0\1\7\1\0\5\7\14\0\3\7"+
1009 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1010 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
1011 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\3\7"+
1012 "\1\u018c\10\7\3\0\6\7\2\0\2\7\2\0\6\7"+
1013 "\1\u018d\5\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1014 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1015 "\2\0\2\7\2\0\5\7\1\u018e\6\7\2\0\1\7"+
1016 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1017 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\12\7"+
1018 "\1\u018f\1\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1019 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1020 "\2\0\2\7\2\0\4\7\1\u0190\7\7\2\0\1\7"+
1021 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1022 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\6\7"+
1023 "\1\u0191\5\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1024 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1025 "\2\0\2\7\2\0\5\7\1\u0192\6\7\2\0\1\7"+
1026 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1027 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\2\7"+
1028 "\1\u0193\1\u0189\10\7\2\0\1\7\1\0\5\7\14\0"+
1029 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1030 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1031 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1032 "\1\7\1\u0194\12\7\3\0\6\7\2\0\2\7\2\0"+
1033 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1034 "\1\7\1\0\2\7\3\0\3\7\1\120\10\7\66\0"+
1035 "\1\u0144\23\0\6\7\2\0\1\u013e\1\7\2\0\14\7"+
1036 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
1037 "\1\0\2\7\3\0\14\7\27\0\1\u0147\62\0\6\7"+
1038 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\4\7"+
1039 "\1\u0195\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1040 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\252"+
1041 "\5\7\1\u0196\2\7\2\0\1\7\1\0\5\7\14\0"+
1042 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1043 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1044 "\4\7\1\u0197\14\0\3\7\1\0\1\7\1\0\2\7"+
1045 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\12\7"+
1046 "\1\116\1\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1047 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1048 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\5\7"+
1049 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\1\124"+
1050 "\13\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
1051 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1052 "\2\7\3\0\1\7\1\155\4\7\1\156\5\7\3\0"+
1053 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1054 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1055 "\1\7\1\u0158\12\7\3\0\6\7\2\0\2\7\2\0"+
1056 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1057 "\1\7\1\0\2\7\3\0\1\7\1\u0198\12\7\3\0"+
1058 "\6\7\2\0\2\7\2\0\5\7\1\u0199\6\7\2\0"+
1059 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1060 "\2\7\3\0\1\7\1\u013a\12\7\3\0\6\7\2\0"+
1061 "\2\7\2\0\3\7\1\u019a\10\7\2\0\1\7\1\0"+
1062 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1063 "\14\7\3\0\6\7\2\0\2\7\2\0\10\7\1\u019b"+
1064 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1065 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
1066 "\1\7\1\275\2\0\14\7\2\0\1\7\1\0\5\7"+
1067 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
1068 "\3\0\6\7\2\0\2\7\2\0\10\7\1\u019c\3\7"+
1069 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
1070 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
1071 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1072 "\1\0\1\7\1\0\2\7\3\0\1\u0187\13\7\3\0"+
1073 "\6\7\2\0\2\7\2\0\3\7\1\u010d\10\7\2\0"+
1074 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1075 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1076 "\5\7\1\315\6\7\2\0\1\7\1\0\5\7\14\0"+
1077 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1078 "\6\7\2\0\2\7\2\0\5\7\1\u019d\6\7\2\0"+
1079 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1080 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1081 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1082 "\1\7\1\0\2\7\3\0\1\7\1\252\12\7\3\0"+
1083 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1084 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1085 "\1\7\1\u019e\12\7\3\0\6\7\2\0\2\7\2\0"+
1086 "\13\7\1\311\2\0\1\7\1\0\5\7\14\0\3\7"+
1087 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1088 "\2\0\2\7\2\0\4\7\1\u019f\7\7\2\0\1\7"+
1089 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1090 "\3\0\14\7\3\0\6\7\2\0\1\133\1\7\2\0"+
1091 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1092 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
1093 "\2\7\2\0\5\7\1\u01a0\6\7\2\0\1\7\1\0"+
1094 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1095 "\14\7\3\0\6\7\2\0\2\7\2\0\6\7\1\u0114"+
1096 "\5\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1097 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
1098 "\2\7\2\0\5\7\1\273\6\7\2\0\1\7\1\0"+
1099 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1100 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
1101 "\1\7\1\0\4\7\1\u01a1\14\0\3\7\1\0\1\7"+
1102 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
1103 "\2\0\10\7\1\u01a2\3\7\2\0\1\7\1\0\5\7"+
1104 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
1105 "\3\0\6\7\2\0\2\7\2\0\6\7\1\u01a3\5\7"+
1106 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
1107 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\1\u01a4"+
1108 "\1\7\2\0\14\7\2\0\1\7\1\0\5\7\14\0"+
1109 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1110 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1111 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1112 "\1\u01a5\13\7\3\0\6\7\2\0\1\u01a6\1\7\2\0"+
1113 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1114 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
1115 "\1\u01a7\1\7\2\0\14\7\2\0\1\7\1\0\5\7"+
1116 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
1117 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
1118 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1119 "\3\0\3\7\1\u01a8\10\7\3\0\6\7\2\0\2\7"+
1120 "\2\0\13\7\1\u01a9\2\0\1\7\1\0\5\7\14\0"+
1121 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1122 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1123 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1124 "\3\7\1\u01aa\10\7\3\0\5\7\1\366\2\0\2\7"+
1125 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1126 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1127 "\2\0\1\u01ab\1\7\2\0\14\7\2\0\1\7\1\0"+
1128 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1129 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
1130 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1131 "\2\7\3\0\11\7\1\u01ac\2\7\3\0\6\7\2\0"+
1132 "\2\7\2\0\6\7\1\u01ad\5\7\2\0\1\7\1\0"+
1133 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1134 "\14\7\3\0\6\7\2\0\2\7\2\0\3\7\1\u01ae"+
1135 "\10\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1136 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
1137 "\2\7\2\0\6\7\1\371\5\7\2\0\1\7\1\0"+
1138 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1139 "\14\7\3\0\6\7\2\0\2\7\2\0\10\7\1\u0192"+
1140 "\3\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1141 "\1\7\1\0\2\7\3\0\14\7\3\0\6\7\2\0"+
1142 "\2\7\2\0\5\7\1\u01af\6\7\2\0\1\7\1\0"+
1143 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1144 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
1145 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1146 "\2\7\3\0\3\7\1\u01b0\10\7\3\0\6\7\2\0"+
1147 "\2\7\2\0\6\7\1\u01b1\5\7\2\0\1\7\1\0"+
1148 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1149 "\14\7\3\0\6\7\2\0\2\7\2\0\13\7\1\120"+
1150 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
1151 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
1152 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1153 "\1\0\1\7\1\0\2\7\3\0\1\7\1\172\12\7"+
1154 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
1155 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1156 "\3\0\1\7\1\254\12\7\3\0\6\7\2\0\2\7"+
1157 "\2\0\14\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1158 "\1\0\1\7\1\0\2\7\3\0\1\7\1\u01b2\12\7"+
1159 "\3\0\6\7\2\0\2\7\2\0\14\7\2\0\1\7"+
1160 "\1\0\4\7\1\u01b3\14\0\3\7\1\0\1\7\1\0"+
1161 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1162 "\5\7\1\u016b\6\7\2\0\1\7\1\0\5\7\14\0"+
1163 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1164 "\6\7\2\0\2\7\2\0\6\7\1\161\5\7\2\0"+
1165 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1166 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1167 "\3\7\1\u01b4\10\7\2\0\1\7\1\0\5\7\14\0"+
1168 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1169 "\6\7\2\0\1\u01b5\1\7\2\0\14\7\2\0\1\7"+
1170 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1171 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\5\7"+
1172 "\1\u01b6\6\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1173 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1174 "\2\0\2\7\2\0\12\7\1\u0114\1\7\2\0\1\7"+
1175 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1176 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\12\7"+
1177 "\1\u01b7\1\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1178 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1179 "\2\0\2\7\2\0\14\7\2\0\1\172\1\0\5\7"+
1180 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
1181 "\3\0\6\7\2\0\2\7\2\0\5\7\1\u01b8\6\7"+
1182 "\2\0\1\7\1\0\5\7\14\0\3\7\1\0\1\7"+
1183 "\1\0\2\7\3\0\14\7\3\0\6\7\2\0\2\7"+
1184 "\2\0\14\7\2\0\1\7\1\0\4\7\1\u01b9\14\0"+
1185 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1186 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1187 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1188 "\7\7\1\u0114\4\7\3\0\6\7\2\0\2\7\2\0"+
1189 "\5\7\1\u01ba\6\7\2\0\1\7\1\0\5\7\14\0"+
1190 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1191 "\6\7\2\0\2\7\2\0\2\7\1\u01bb\11\7\2\0"+
1192 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1193 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1194 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1195 "\1\7\1\0\2\7\3\0\1\7\1\u01bc\12\7\3\0"+
1196 "\6\7\2\0\2\7\2\0\10\7\1\u01bd\3\7\2\0"+
1197 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1198 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1199 "\12\7\1\u01be\1\7\2\0\1\7\1\0\5\7\14\0"+
1200 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1201 "\6\7\2\0\2\7\2\0\6\7\1\u01bf\5\7\2\0"+
1202 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1203 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1204 "\10\7\1\u01c0\3\7\2\0\1\7\1\0\5\7\14\0"+
1205 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1206 "\6\7\2\0\2\7\2\0\10\7\1\u01c1\3\7\2\0"+
1207 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1208 "\2\7\3\0\7\7\1\u01c2\4\7\3\0\6\7\2\0"+
1209 "\2\7\2\0\14\7\2\0\1\7\1\0\4\7\1\u01c3"+
1210 "\14\0\3\7\1\0\1\7\1\0\2\7\3\0\14\7"+
1211 "\3\0\6\7\2\0\1\u0192\1\7\2\0\14\7\2\0"+
1212 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1213 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1214 "\6\7\1\u01c4\5\7\2\0\1\7\1\0\5\7\14\0"+
1215 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1216 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1217 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1218 "\6\7\1\172\5\7\3\0\6\7\2\0\2\7\2\0"+
1219 "\3\7\1\u01c5\10\7\2\0\1\7\1\0\5\7\14\0"+
1220 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1221 "\6\7\2\0\2\7\2\0\3\7\1\u01c6\10\7\2\0"+
1222 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1223 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1224 "\6\7\1\u01c7\5\7\2\0\1\7\1\0\5\7\14\0"+
1225 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1226 "\6\7\2\0\2\7\2\0\13\7\1\167\2\0\1\7"+
1227 "\1\0\5\7\14\0\3\7\1\0\1\7\1\0\2\7"+
1228 "\3\0\14\7\3\0\6\7\2\0\2\7\2\0\7\7"+
1229 "\1\u0114\4\7\2\0\1\7\1\0\5\7\14\0\3\7"+
1230 "\1\0\1\7\1\0\2\7\3\0\14\7\3\0\6\7"+
1231 "\2\0\2\7\2\0\14\7\2\0\1\7\1\0\4\7"+
1232 "\1\u01c8\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1233 "\14\7\3\0\6\7\2\0\2\7\2\0\14\7\2\0"+
1234 "\1\7\1\0\5\7\14\0\3\7\1\0\1\u01c9\1\0"+
1235 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1236 "\14\7\2\0\1\7\1\0\5\7\14\0\3\7\1\0"+
1237 "\1\7\1\0\2\7\3\0\3\7\1\u01ca\10\7\3\0"+
1238 "\6\7\2\0\2\7\2\0\5\7\1\u010c\6\7\2\0"+
1239 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1240 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1241 "\5\7\1\u0199\6\7\2\0\1\7\1\0\5\7\14\0"+
1242 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1243 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1244 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1245 "\2\7\1\u01cb\11\7\3\0\6\7\2\0\2\7\2\0"+
1246 "\5\7\1\u01cc\6\7\2\0\1\7\1\0\5\7\14\0"+
1247 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1248 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1249 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1250 "\1\7\1\u01cd\12\7\3\0\6\7\2\0\2\7\2\0"+
1251 "\1\7\1\u01ce\12\7\2\0\1\7\1\0\5\7\14\0"+
1252 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1253 "\6\7\2\0\2\7\2\0\6\7\1\u01cf\5\7\2\0"+
1254 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1255 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1256 "\2\7\1\u01d0\11\7\2\0\1\7\1\0\5\7\14\0"+
1257 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1258 "\6\7\2\0\2\7\2\0\14\7\2\0\1\7\1\0"+
1259 "\5\7\14\0\3\7\1\0\1\7\1\0\2\7\3\0"+
1260 "\1\7\1\120\12\7\3\0\6\7\2\0\2\7\2\0"+
1261 "\3\7\1\u01d1\10\7\2\0\1\7\1\0\5\7\14\0"+
1262 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7\3\0"+
1263 "\6\7\2\0\2\7\2\0\4\7\1\u01d2\7\7\2\0"+
1264 "\1\7\1\0\5\7\14\0\3\7\1\0\1\7\1\0"+
1265 "\2\7\3\0\14\7\3\0\6\7\2\0\2\7\2\0"+
1266 "\5\7\1\357\6\7\2\0\1\7\1\0\5\7\14\0"+
1267 "\3\7\1\0\1\7\1\0\2\7\3\0\14\7";
1268
1269 private static int [] zzUnpackTrans() {
1270 int [] result = new int[31311];
1271 int offset = 0;
1272 offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result);
1273 return result;
1274 }
1275
1276 private static int zzUnpackTrans(String packed, int offset, int [] result) {
1277 int i = 0; /* index in packed string */
1278 int j = offset; /* index in unpacked array */
1279 int l = packed.length();
1280 while (i < l) {
1281 int count = packed.charAt(i++);
1282 int value = packed.charAt(i++);
1283 value--;
1284 do result[j++] = value; while (--count > 0);
1285 }
1286 return j;
1287 }
1288
1289
1290 /* error codes */
1291 private static final int ZZ_UNKNOWN_ERROR = 0;
1292 private static final int ZZ_NO_MATCH = 1;
1293 private static final int ZZ_PUSHBACK_2BIG = 2;
1294
1295 /* error messages for the codes above */
1296 private static final String ZZ_ERROR_MSG[] = {
1297 "Unkown internal scanner error",
1298 "Error: could not match input",
1299 "Error: pushback value was too large"
1300 };
1301
1302 /**
1303 * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
1304 */
1305 private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute();
1306
1307 private static final String ZZ_ATTRIBUTE_PACKED_0 =
1308 "\1\1\2\0\2\11\10\1\2\11\14\1\1\11\4\1"+
1309 "\1\11\17\1\1\11\3\1\1\11\15\1\1\11\3\0"+
1310 "\70\1\4\0\24\1\1\11\4\0\6\1\3\0\104\1"+
1311 "\2\0\1\11\26\1\4\0\3\1\2\0\52\1\2\0"+
1312 "\14\1\1\0\1\1\1\0\1\1\2\0\47\1\2\0"+
1313 "\1\1\1\0\137\1";
1314
1315 private static int [] zzUnpackAttribute() {
1316 int [] result = new int[466];
1317 int offset = 0;
1318 offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result);
1319 return result;
1320 }
1321
1322 private static int zzUnpackAttribute(String packed, int offset, int [] result) {
1323 int i = 0; /* index in packed string */
1324 int j = offset; /* index in unpacked array */
1325 int l = packed.length();
1326 while (i < l) {
1327 int count = packed.charAt(i++);
1328 int value = packed.charAt(i++);
1329 do result[j++] = value; while (--count > 0);
1330 }
1331 return j;
1332 }
1333
1334 /** the input device */
1335 private java.io.Reader zzReader;
1336
1337 /** the current state of the DFA */
1338 private int zzState;
1339
1340 /** the current lexical state */
1341 private int zzLexicalState = YYINITIAL;
1342
1343 /** this buffer contains the current text to be matched and is
1344 the source of the yytext() string */
1345 private char zzBuffer[];
1346
1347 /** the textposition at the last accepting state */
1348 private int zzMarkedPos;
1349
1350 /** the current text position in the buffer */
1351 private int zzCurrentPos;
1352
1353 /** startRead marks the beginning of the yytext() string in the buffer */
1354 private int zzStartRead;
1355
1356 /** endRead marks the last character in the buffer, that has been read
1357 from input */
1358 private int zzEndRead;
1359
1360 /** zzAtEOF == true <=> the scanner is at the EOF */
1361 private boolean zzAtEOF;
1362
1363 /* user code: */
1364
1365
1366 /**
1367 * Constructor. This must be here because JFlex does not generate a
1368 * no-parameter constructor.
1369 */
1370 public ClojureTokenMaker() {
1371 }
1372
1373
1374 /**
1375 * Adds the token specified to the current linked list of tokens.
1376 *
1377 * @param tokenType The token's type.
1378 * @see #addToken(int, int, int)
1379 */
1380 private void addHyperlinkToken(int start, int end, int tokenType) {
1381 int so = start + offsetShift;
1382 addToken(zzBuffer, start,end, tokenType, so, true);
1383 }
1384
1385
1386 /**
1387 * Adds the token specified to the current linked list of tokens.
1388 *
1389 * @param tokenType The token's type.
1390 */
1391 private void addToken(int tokenType) {
1392 addToken(zzStartRead, zzMarkedPos-1, tokenType);
1393 }
1394
1395
1396 /**
1397 * Adds the token specified to the current linked list of tokens.
1398 *
1399 * @param tokenType The token's type.
1400 * @see #addHyperlinkToken(int, int, int)
1401 */
1402 private void addToken(int start, int end, int tokenType) {
1403 int so = start + offsetShift;
1404 addToken(zzBuffer, start,end, tokenType, so, false);
1405 }
1406
1407
1408 /**
1409 * Adds the token specified to the current linked list of tokens.
1410 *
1411 * @param array The character array.
1412 * @param start The starting offset in the array.
1413 * @param end The ending offset in the array.
1414 * @param tokenType The token's type.
1415 * @param startOffset The offset in the document at which this token
1416 * occurs.
1417 * @param hyperlink Whether this token is a hyperlink.
1418 */
1419 public void addToken(char[] array, int start, int end, int tokenType,
1420 int startOffset, boolean hyperlink) {
1421 super.addToken(array, start,end, tokenType, startOffset, hyperlink);
1422 zzStartRead = zzMarkedPos;
1423 }
1424
1425
1426 /**
1427 * Returns the text to place at the beginning and end of a
1428 * line to "comment" it in a this programming language.
1429 *
1430 * @return The start and end strings to add to a line to "comment"
1431 * it out.
1432 */
1433 public String[] getLineCommentStartAndEnd() {
1434 return new String[] { ";", null };
1435 }
1436
1437
1438 /**
1439 * Returns the first token in the linked list of tokens generated
1440 * from <code>text</code>. This method must be implemented by
1441 * subclasses so they can correctly implement syntax highlighting.
1442 *
1443 * @param text The text from which to get tokens.
1444 * @param initialTokenType The token type we should start with.
1445 * @param startOffset The offset into the document at which
1446 * <code>text</code> starts.
1447 * @return The first <code>Token</code> in a linked list representing
1448 * the syntax highlighted text.
1449 */
1450 public Token getTokenList(Segment text, int initialTokenType, int startOffset) {
1451
1452 resetTokenList();
1453 this.offsetShift = -text.offset + startOffset;
1454
1455 // Start off in the proper state.
1456 int state = Token.NULL;
1457 switch (initialTokenType) {
1458 /*case Token.COMMENT_MULTILINE:
1459 state = MLC;
1460 start = text.offset;
1461 break;
1462 case Token.COMMENT_DOCUMENTATION:
1463 state = DOCCOMMENT;
1464 start = text.offset;
1465 break;*/
1466 case Token.LITERAL_STRING_DOUBLE_QUOTE:
1467 state = STRING;
1468 start = text.offset;
1469 break;
1470 default:
1471 state = Token.NULL;
1472 }
1473
1474 s = text;
1475 try {
1476 yyreset(zzReader);
1477 yybegin(state);
1478 return yylex();
1479 } catch (IOException ioe) {
1480 ioe.printStackTrace();
1481 return new DefaultToken();
1482 }
1483
1484 }
1485
1486
1487 /**
1488 * Refills the input buffer.
1489 *
1490 * @return <code>true</code> if EOF was reached, otherwise
1491 * <code>false</code>.
1492 * @exception IOException if any I/O-Error occurs.
1493 */
1494 private boolean zzRefill() throws java.io.IOException {
1495 return zzCurrentPos>=s.offset+s.count;
1496 }
1497
1498
1499 /**
1500 * Resets the scanner to read from a new input stream.
1501 * Does not close the old reader.
1502 *
1503 * All internal variables are reset, the old input stream
1504 * <b>cannot</b> be reused (internal buffer is discarded and lost).
1505 * Lexical state is set to <tt>YY_INITIAL</tt>.
1506 *
1507 * @param reader the new input stream
1508 */
1509 public final void yyreset(java.io.Reader reader) throws java.io.IOException {
1510 // 's' has been updated.
1511 zzBuffer = s.array;
1512 /*
1513 * We replaced the line below with the two below it because zzRefill
1514 * no longer "refills" the buffer (since the way we do it, it's always
1515 * "full" the first time through, since it points to the segment's
1516 * array). So, we assign zzEndRead here.
1517 */
1518 //zzStartRead = zzEndRead = s.offset;
1519 zzStartRead = s.offset;
1520 zzEndRead = zzStartRead + s.count - 1;
1521 zzCurrentPos = zzMarkedPos = s.offset;
1522 zzLexicalState = YYINITIAL;
1523 zzReader = reader;
1524 zzAtEOF = false;
1525 }
1526
1527
1528
1529
1530 /**
1531 * Creates a new scanner
1532 * There is also a java.io.InputStream version of this constructor.
1533 *
1534 * @param in the java.io.Reader to read input from.
1535 */
1536 public ClojureTokenMaker(java.io.Reader in) {
1537 this.zzReader = in;
1538 }
1539
1540 /**
1541 * Creates a new scanner.
1542 * There is also java.io.Reader version of this constructor.
1543 *
1544 * @param in the java.io.Inputstream to read input from.
1545 */
1546 public ClojureTokenMaker(java.io.InputStream in) {
1547 this(new java.io.InputStreamReader(in));
1548 }
1549
1550 /**
1551 * Unpacks the compressed character translation table.
1552 *
1553 * @param packed the packed character translation table
1554 * @return the unpacked character translation table
1555 */
1556 private static char [] zzUnpackCMap(String packed) {
1557 char [] map = new char[0x10000];
1558 int i = 0; /* index in packed string */
1559 int j = 0; /* index in unpacked array */
1560 while (i < 160) {
1561 int count = packed.charAt(i++);
1562 char value = packed.charAt(i++);
1563 do map[j++] = value; while (--count > 0);
1564 }
1565 return map;
1566 }
1567
1568
1569 /**
1570 * Closes the input stream.
1571 */
1572 public final void yyclose() throws java.io.IOException {
1573 zzAtEOF = true; /* indicate end of file */
1574 zzEndRead = zzStartRead; /* invalidate buffer */
1575
1576 if (zzReader != null)
1577 zzReader.close();
1578 }
1579
1580
1581 /**
1582 * Returns the current lexical state.
1583 */
1584 public final int yystate() {
1585 return zzLexicalState;
1586 }
1587
1588
1589 /**
1590 * Enters a new lexical state
1591 *
1592 * @param newState the new lexical state
1593 */
1594 public final void yybegin(int newState) {
1595 zzLexicalState = newState;
1596 }
1597
1598
1599 /**
1600 * Returns the text matched by the current regular expression.
1601 */
1602 public final String yytext() {
1603 return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead );
1604 }
1605
1606
1607 /**
1608 * Returns the character at position <tt>pos</tt> from the
1609 * matched text.
1610 *
1611 * It is equivalent to yytext().charAt(pos), but faster
1612 *
1613 * @param pos the position of the character to fetch.
1614 * A value from 0 to yylength()-1.
1615 *
1616 * @return the character at position pos
1617 */
1618 public final char yycharat(int pos) {
1619 return zzBuffer[zzStartRead+pos];
1620 }
1621
1622
1623 /**
1624 * Returns the length of the matched text region.
1625 */
1626 public final int yylength() {
1627 return zzMarkedPos-zzStartRead;
1628 }
1629
1630
1631 /**
1632 * Reports an error that occured while scanning.
1633 *
1634 * In a wellformed scanner (no or only correct usage of
1635 * yypushback(int) and a match-all fallback rule) this method
1636 * will only be called with things that "Can't Possibly Happen".
1637 * If this method is called, something is seriously wrong
1638 * (e.g. a JFlex bug producing a faulty scanner etc.).
1639 *
1640 * Usual syntax/scanner level error handling should be done
1641 * in error fallback rules.
1642 *
1643 * @param errorCode the code of the errormessage to display
1644 */
1645 private void zzScanError(int errorCode) {
1646 String message;
1647 try {
1648 message = ZZ_ERROR_MSG[errorCode];
1649 }
1650 catch (ArrayIndexOutOfBoundsException e) {
1651 message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR];
1652 }
1653
1654 throw new Error(message);
1655 }
1656
1657
1658 /**
1659 * Pushes the specified amount of characters back into the input stream.
1660 *
1661 * They will be read again by then next call of the scanning method
1662 *
1663 * @param number the number of characters to be read again.
1664 * This number must not be greater than yylength()!
1665 */
1666 public void yypushback(int number) {
1667 if ( number > yylength() )
1668 zzScanError(ZZ_PUSHBACK_2BIG);
1669
1670 zzMarkedPos -= number;
1671 }
1672
1673
1674 /**
1675 * Resumes scanning until the next regular expression is matched,
1676 * the end of input is encountered or an I/O-Error occurs.
1677 *
1678 * @return the next token
1679 * @exception java.io.IOException if any I/O-Error occurs
1680 */
1681 public org.fife.ui.rsyntaxtextarea.Token yylex() throws java.io.IOException {
1682 int zzInput;
1683 int zzAction;
1684
1685 // cached fields:
1686 int zzCurrentPosL;
1687 int zzMarkedPosL;
1688 int zzEndReadL = zzEndRead;
1689 char [] zzBufferL = zzBuffer;
1690 char [] zzCMapL = ZZ_CMAP;
1691
1692 int [] zzTransL = ZZ_TRANS;
1693 int [] zzRowMapL = ZZ_ROWMAP;
1694 int [] zzAttrL = ZZ_ATTRIBUTE;
1695
1696 while (true) {
1697 zzMarkedPosL = zzMarkedPos;
1698
1699 zzAction = -1;
1700
1701 zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL;
1702
1703 zzState = zzLexicalState;
1704
1705
1706 zzForAction: {
1707 while (true) {
1708
1709 if (zzCurrentPosL < zzEndReadL)
1710 zzInput = zzBufferL[zzCurrentPosL++];
1711 else if (zzAtEOF) {
1712 zzInput = YYEOF;
1713 break zzForAction;
1714 }
1715 else {
1716 // store back cached positions
1717 zzCurrentPos = zzCurrentPosL;
1718 zzMarkedPos = zzMarkedPosL;
1719 boolean eof = zzRefill();
1720 // get translated positions and possibly new buffer
1721 zzCurrentPosL = zzCurrentPos;
1722 zzMarkedPosL = zzMarkedPos;
1723 zzBufferL = zzBuffer;
1724 zzEndReadL = zzEndRead;
1725 if (eof) {
1726 zzInput = YYEOF;
1727 break zzForAction;
1728 }
1729 else {
1730 zzInput = zzBufferL[zzCurrentPosL++];
1731 }
1732 }
1733 int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ];
1734 if (zzNext == -1) break zzForAction;
1735 zzState = zzNext;
1736
1737 int zzAttributes = zzAttrL[zzState];
1738 if ( (zzAttributes & 1) == 1 ) {
1739 zzAction = zzState;
1740 zzMarkedPosL = zzCurrentPosL;
1741 if ( (zzAttributes & 8) == 8 ) break zzForAction;
1742 }
1743
1744 }
1745 }
1746
1747 // store back cached position
1748 zzMarkedPos = zzMarkedPosL;
1749
1750 switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) {
1751 case 14:
1752 { addToken(Token.PREPROCESSOR);
1753 }
1754 case 24: break;
1755 case 6:
1756 { addNullToken(); return firstToken;
1757 }
1758 case 25: break;
1759 case 18:
1760 { addToken(Token.LITERAL_CHAR);
1761 }
1762 case 26: break;
1763 case 9:
1764 { addToken(Token.WHITESPACE);
1765 }
1766 case 27: break;
1767 case 16:
1768 { addToken(Token.LITERAL_NUMBER_HEXADECIMAL);
1769 }
1770 case 28: break;
1771 case 17:
1772 { addToken(Token.LITERAL_NUMBER_FLOAT);
1773 }
1774 case 29: break;
1775 case 19:
1776 { addToken(Token.RESERVED_WORD);
1777 }
1778 case 30: break;
1779 case 8:
1780 { addToken(Token.SEPARATOR);
1781 }
1782 case 31: break;
1783 case 1:
1784 { addToken(Token.IDENTIFIER);
1785 }
1786 case 32: break;
1787 case 13:
1788 { addToken(start,zzStartRead-1, Token.COMMENT_EOL); addNullToken(); return firstToken;
1789 }
1790 case 33: break;
1791 case 20:
1792 { addToken(Token.FUNCTION);
1793 }
1794 case 34: break;
1795 case 21:
1796 { addToken(Token.DATA_TYPE);
1797 }
1798 case 35: break;
1799 case 2:
1800 { addToken(Token.ERROR_IDENTIFIER);
1801 }
1802 case 36: break;
1803 case 22:
1804 { addToken(Token.LITERAL_BOOLEAN);
1805 }
1806 case 37: break;
1807 case 11:
1808 { addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); return firstToken;
1809 }
1810 case 38: break;
1811 case 23:
1812 { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_EOL); addHyperlinkToken(temp,zzMarkedPos-1, Token.COMMENT_EOL); start = zzMarkedPos;
1813 }
1814 case 39: break;
1815 case 15:
1816 { addToken(Token.ERROR_NUMBER_FORMAT);
1817 }
1818 case 40: break;
1819 case 7:
1820 { start = zzMarkedPos-1; yybegin(STRING);
1821 }
1822 case 41: break;
1823 case 3:
1824 { start = zzMarkedPos-1; yybegin(EOL_COMMENT);
1825 }
1826 case 42: break;
1827 case 5:
1828 { addToken(Token.LITERAL_NUMBER_DECIMAL_INT);
1829 }
1830 case 43: break;
1831 case 4:
1832 { addToken(Token.OPERATOR);
1833 }
1834 case 44: break;
1835 case 12:
1836 { yybegin(YYINITIAL); addToken(start,zzStartRead, Token.LITERAL_STRING_DOUBLE_QUOTE);
1837 }
1838 case 45: break;
1839 case 10:
1840 {
1841 }
1842 case 46: break;
1843 default:
1844 if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
1845 zzAtEOF = true;
1846 switch (zzLexicalState) {
1847 case EOL_COMMENT: {
1848 addToken(start,zzStartRead-1, Token.COMMENT_EOL); addNullToken(); return firstToken;
1849 }
1850 case 467: break;
1851 case STRING: {
1852 addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); return firstToken;
1853 }
1854 case 468: break;
1855 case YYINITIAL: {
1856 addNullToken(); return firstToken;
1857 }
1858 case 469: break;
1859 default:
1860 return null;
1861 }
1862 }
1863 else {
1864 zzScanError(ZZ_NO_MATCH);
1865 }
1866 }
1867 }
1868 }
1869
1870
1871}
Note: See TracBrowser for help on using the repository browser.