source: other-projects/rsyntax-textarea/src/java/org/fife/ui/rsyntaxtextarea/modes/SASTokenMaker.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: 59.1 KB
Line 
1/* The following code was generated by JFlex 1.4.1 on 1/20/09 10:04 AM */
2
3/*
4 * 02/25/2005
5 *
6 * SASTokenMaker.java - Scanner for SAS files.
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 * This class generates tokens representing a text stream as SAS.<p>
21 *
22 * This implementation was created using
23 * <a href="http://www.jflex.de/">JFlex</a> 1.4.1; however, the generated file
24 * was modified for performance. Memory allocation needs to be almost
25 * completely removed to be competitive with the handwritten lexers (subclasses
26 * of <code>AbstractTokenMaker</code>, so this class has been modified so that
27 * Strings are never allocated (via yytext()), and the scanner never has to
28 * worry about refilling its buffer (needlessly copying chars around).
29 * We can achieve this because RText always scans exactly 1 line of tokens at a
30 * time, and hands the scanner this line as an array of characters (a Segment
31 * really). Since tokens contain pointers to char arrays instead of Strings
32 * holding their contents, there is no need for allocating new memory for
33 * Strings.<p>
34 *
35 * The actual algorithm generated for scanning has, of course, not been
36 * modified.<p>
37 *
38 * If you wish to regenerate this file yourself, keep in mind the following:
39 * <ul>
40 * <li>The generated SASTokenMaker.java</code> file will contain two
41 * definitions of both <code>zzRefill</code> and <code>yyreset</code>.
42 * You should hand-delete the second of each definition (the ones
43 * generated by the lexer), as these generated methods modify the input
44 * buffer, which we'll never have to do.</li>
45 * <li>You should also change the declaration/definition of zzBuffer to NOT
46 * be initialized. This is a needless memory allocation for us since we
47 * will be pointing the array somewhere else anyway.</li>
48 * <li>You should NOT call <code>yylex()</code> on the generated scanner
49 * directly; rather, you should use <code>getTokenList</code> as you would
50 * with any other <code>TokenMaker</code> instance.</li>
51 * </ul>
52 *
53 * @author Robert Futrell
54 * @version 0.5
55 *
56 */
57
58public class SASTokenMaker extends AbstractJFlexTokenMaker {
59
60 /** This character denotes the end of file */
61 public static final int YYEOF = -1;
62
63 /** lexical states */
64 public static final int STRING = 2;
65 public static final int YYINITIAL = 0;
66 public static final int MLC = 6;
67 public static final int CHAR = 4;
68
69 /**
70 * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
71 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l
72 * at the beginning of a line
73 * l is of the form l = 2*k, k a non negative integer
74 */
75 private static final int ZZ_LEXSTATE[] = {
76 0, 1, 2, 2, 3, 3, 4, 4
77 };
78
79 /**
80 * Translates characters to character classes
81 */
82 private static final String ZZ_CMAP_PACKED =
83 "\11\0\1\3\1\1\25\0\1\3\1\0\1\23\2\0\1\53\1\4"+
84 "\1\24\2\22\1\6\1\5\1\0\1\5\1\0\1\7\2\2\1\52"+
85 "\1\51\1\45\5\2\1\0\1\0\1\10\1\12\1\10\2\0\1\26"+
86 "\1\42\1\27\1\32\1\13\1\33\1\16\1\30\1\21\1\2\1\44"+
87 "\1\20\1\36\1\15\1\40\1\37\1\14\1\31\1\34\1\17\1\35"+
88 "\1\46\1\47\1\43\1\41\1\50\3\0\1\10\1\25\1\0\1\26"+
89 "\1\42\1\27\1\32\1\13\1\33\1\16\1\30\1\21\1\2\1\44"+
90 "\1\20\1\36\1\15\1\40\1\37\1\14\1\31\1\34\1\17\1\35"+
91 "\1\46\1\47\1\43\1\41\1\50\1\0\1\5\1\0\1\11\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 "\5\0\1\1\1\2\1\1\1\3\1\1\3\4\3\1"+
105 "\1\5\4\1\1\6\1\7\1\10\15\1\1\5\4\1"+
106 "\1\3\1\11\1\12\1\13\1\14\1\12\1\15\1\16"+
107 "\1\12\1\17\1\12\1\20\1\21\1\4\7\1\1\5"+
108 "\5\1\1\4\3\1\1\4\15\1\1\5\66\1\1\5"+
109 "\14\1\21\0\1\22\1\5\5\1\1\5\66\1\1\23"+
110 "\50\1\1\5\15\1\1\5\1\1\1\5\4\1\1\5"+
111 "\20\1\1\5\3\1\7\0\1\24\2\0\1\24\24\0"+
112 "\21\1\1\5\6\1\1\5\44\1\1\5\1\1\1\5"+
113 "\11\1\1\5\7\1\1\5\4\1\1\23\22\1\1\5"+
114 "\5\1\12\0\1\24\16\0\10\1\1\5\3\1\1\5"+
115 "\13\1\1\5\2\1\1\5\3\1\1\5\23\1\1\5"+
116 "\10\1\1\23\2\5\6\1\16\0\42\1\13\0\17\1"+
117 "\2\0\12\1";
118
119 private static int [] zzUnpackAction() {
120 int [] result = new int[639];
121 int offset = 0;
122 offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result);
123 return result;
124 }
125
126 private static int zzUnpackAction(String packed, int offset, int [] result) {
127 int i = 0; /* index in packed string */
128 int j = offset; /* index in unpacked array */
129 int l = packed.length();
130 while (i < l) {
131 int count = packed.charAt(i++);
132 int value = packed.charAt(i++);
133 do result[j++] = value; while (--count > 0);
134 }
135 return j;
136 }
137
138
139 /**
140 * Translates a state to a row index in the transition table
141 */
142 private static final int [] ZZ_ROWMAP = zzUnpackRowMap();
143
144 private static final String ZZ_ROWMAP_PACKED_0 =
145 "\0\0\0\54\0\130\0\204\0\260\0\334\0\334\0\u0108"+
146 "\0\u0134\0\u0160\0\334\0\u018c\0\u01b8\0\u01b8\0\u01e4\0\u0210"+
147 "\0\u023c\0\u0268\0\u0294\0\u02c0\0\u02ec\0\334\0\334\0\334"+
148 "\0\u0318\0\u0344\0\u0370\0\u039c\0\u03c8\0\u03f4\0\u0420\0\u044c"+
149 "\0\u0478\0\u04a4\0\u04d0\0\u04fc\0\u0528\0\u0108\0\u0554\0\u0580"+
150 "\0\u05ac\0\u05d8\0\u0604\0\334\0\u0630\0\334\0\334\0\u065c"+
151 "\0\334\0\334\0\u0688\0\334\0\u06b4\0\u0160\0\334\0\u0108"+
152 "\0\u06e0\0\u070c\0\u0738\0\u0764\0\u0790\0\u07bc\0\u07e8\0\u0814"+
153 "\0\u0840\0\u086c\0\u0898\0\u08c4\0\u08f0\0\u091c\0\u0948\0\u0974"+
154 "\0\u09a0\0\u09cc\0\u09f8\0\u0a24\0\u0a50\0\u0a7c\0\u0aa8\0\u0ad4"+
155 "\0\u0b00\0\u0b2c\0\u0b58\0\u0b84\0\u0bb0\0\u0bdc\0\u0c08\0\u0c34"+
156 "\0\u0c60\0\u0c8c\0\u0cb8\0\u0ce4\0\u0d10\0\u0d3c\0\u0d68\0\u0d94"+
157 "\0\u0dc0\0\u0dec\0\u0e18\0\u0e44\0\u0e70\0\u0e9c\0\u0ec8\0\u0ef4"+
158 "\0\u0f20\0\u0f4c\0\u0f78\0\u0fa4\0\u0fd0\0\u0ffc\0\u1028\0\u1054"+
159 "\0\u1080\0\u10ac\0\u10d8\0\u1104\0\u1130\0\u115c\0\u1188\0\u11b4"+
160 "\0\u11e0\0\u120c\0\u1238\0\u1264\0\u1290\0\u12bc\0\u12e8\0\u1314"+
161 "\0\u1340\0\u136c\0\u1398\0\u13c4\0\u13f0\0\u141c\0\u1448\0\u1474"+
162 "\0\u14a0\0\u14cc\0\u14f8\0\u1524\0\u1550\0\u157c\0\u15a8\0\u15d4"+
163 "\0\u1600\0\u162c\0\u1658\0\u1684\0\u16b0\0\u16dc\0\u1708\0\u1734"+
164 "\0\u1760\0\u178c\0\u17b8\0\u17e4\0\u1810\0\u183c\0\u1868\0\u1894"+
165 "\0\u18c0\0\u18ec\0\u1918\0\u1944\0\u1970\0\u199c\0\u19c8\0\u19f4"+
166 "\0\u1a20\0\u1a4c\0\u1a78\0\u1aa4\0\334\0\u1ad0\0\u1afc\0\u1b28"+
167 "\0\u1b54\0\u1b80\0\u1bac\0\u1bd8\0\u1c04\0\u1c30\0\u1c5c\0\u1c88"+
168 "\0\u1cb4\0\u1ce0\0\u1d0c\0\u1d38\0\u1d64\0\u1d90\0\u1dbc\0\u1de8"+
169 "\0\u1e14\0\u1e40\0\u1e6c\0\u1e98\0\u1ec4\0\u1ef0\0\u1f1c\0\u1f48"+
170 "\0\u1f74\0\u1fa0\0\u1fcc\0\u1ff8\0\u2024\0\u2050\0\u207c\0\u20a8"+
171 "\0\u20d4\0\u2100\0\u212c\0\u2158\0\u2184\0\u21b0\0\u21dc\0\u2208"+
172 "\0\u2234\0\u2260\0\u228c\0\u22b8\0\u22e4\0\u2310\0\u233c\0\u2368"+
173 "\0\u2394\0\u23c0\0\u23ec\0\u2418\0\u2444\0\u2470\0\u249c\0\u24c8"+
174 "\0\u24f4\0\u2520\0\u0108\0\u254c\0\u2578\0\u25a4\0\u25d0\0\u25fc"+
175 "\0\u2628\0\u2654\0\u2680\0\u26ac\0\u26d8\0\u2704\0\u2730\0\u275c"+
176 "\0\u2788\0\u27b4\0\u27e0\0\u280c\0\u2838\0\u2864\0\u2890\0\u28bc"+
177 "\0\u28e8\0\u2914\0\u2940\0\u296c\0\u2998\0\u29c4\0\u29f0\0\u2a1c"+
178 "\0\u2a48\0\u2a74\0\u2aa0\0\u2acc\0\u2af8\0\u2b24\0\u2b50\0\u2b7c"+
179 "\0\u2ba8\0\u2bd4\0\u2c00\0\u2c2c\0\u2c58\0\u2c84\0\u2cb0\0\u2cdc"+
180 "\0\u2d08\0\u2d34\0\u2d60\0\u2d8c\0\u2db8\0\u2de4\0\u2e10\0\u2e3c"+
181 "\0\u2e68\0\u2e94\0\u2ec0\0\u2eec\0\u2f18\0\u2f44\0\u2f70\0\u2f9c"+
182 "\0\u2fc8\0\u2ff4\0\u3020\0\u304c\0\u3078\0\u30a4\0\u30d0\0\u30fc"+
183 "\0\u3128\0\u3154\0\u3180\0\u31ac\0\u31d8\0\u3204\0\u3230\0\u325c"+
184 "\0\u3288\0\u32b4\0\u32e0\0\u330c\0\u3338\0\u3364\0\u3390\0\u33bc"+
185 "\0\u33e8\0\u3414\0\u3440\0\u346c\0\u3498\0\u34c4\0\u34f0\0\334"+
186 "\0\u351c\0\u3548\0\u3574\0\u35a0\0\u35cc\0\u35f8\0\u3624\0\u3650"+
187 "\0\u367c\0\u36a8\0\u36d4\0\u3700\0\u372c\0\u3758\0\u3784\0\u37b0"+
188 "\0\u37dc\0\u3808\0\u3834\0\u3860\0\u388c\0\u38b8\0\u38e4\0\u3910"+
189 "\0\u393c\0\u3968\0\u3994\0\u39c0\0\u39ec\0\u3a18\0\u3a44\0\u3a70"+
190 "\0\u3a9c\0\u3ac8\0\u3af4\0\u3b20\0\u3b4c\0\u3b78\0\u3ba4\0\u3bd0"+
191 "\0\u3bfc\0\u3c28\0\u3c54\0\u3c80\0\u26ac\0\u3cac\0\u3cd8\0\u3d04"+
192 "\0\u3d30\0\u3d5c\0\u3d88\0\u3db4\0\u3de0\0\u3e0c\0\u3e38\0\u3e64"+
193 "\0\u3e90\0\u3ebc\0\u3ee8\0\u3f14\0\u3f40\0\u3f6c\0\u3f98\0\u3fc4"+
194 "\0\u3ff0\0\u401c\0\u4048\0\u4074\0\u40a0\0\u40cc\0\u40f8\0\u4124"+
195 "\0\u4150\0\u417c\0\u41a8\0\u41d4\0\u4200\0\u422c\0\u4258\0\u4284"+
196 "\0\u42b0\0\u42dc\0\u4308\0\u1ff8\0\u4334\0\u4360\0\u438c\0\u43b8"+
197 "\0\u43e4\0\u4410\0\u443c\0\u4468\0\u4494\0\u4308\0\u44c0\0\u44ec"+
198 "\0\u4518\0\u4544\0\u4570\0\u459c\0\u45c8\0\u45f4\0\u4620\0\u464c"+
199 "\0\u4678\0\u46a4\0\u46d0\0\u46fc\0\u4728\0\u4754\0\u4780\0\u47ac"+
200 "\0\u47d8\0\u4804\0\u4830\0\u485c\0\u4888\0\u48b4\0\u48e0\0\u490c"+
201 "\0\u4938\0\u4964\0\u4990\0\u49bc\0\u49e8\0\u4a14\0\u4a40\0\u4a6c"+
202 "\0\u4a98\0\u4ac4\0\u4af0\0\u4b1c\0\u4b48\0\u4b74\0\u4ba0\0\u4bcc"+
203 "\0\u4bf8\0\u4c24\0\u4c50\0\u4c7c\0\u4ca8\0\u4cd4\0\u4d00\0\u4d2c"+
204 "\0\u4d58\0\u4d84\0\u4db0\0\u4ddc\0\u4e08\0\u4e34\0\u4e60\0\u4e8c"+
205 "\0\u4eb8\0\u4ee4\0\u4f10\0\u4f3c\0\u4f68\0\u4f94\0\u4fc0\0\u4fec"+
206 "\0\u5018\0\u5044\0\u5070\0\u509c\0\u50c8\0\u50f4\0\u5120\0\u514c"+
207 "\0\u15d4\0\u5178\0\u51a4\0\u51d0\0\u51fc\0\u5228\0\u5254\0\u5280"+
208 "\0\u52ac\0\u52d8\0\u5304\0\u5330\0\u535c\0\u5388\0\u53b4\0\u53e0"+
209 "\0\u540c\0\u5438\0\u5464\0\u5490\0\u54bc\0\u54e8\0\u5514\0\u5540"+
210 "\0\u556c\0\u5598\0\u55c4\0\u55f0\0\u561c\0\u5648\0\u5674\0\u56a0"+
211 "\0\u56cc\0\u56f8\0\u5724\0\u5750\0\u577c\0\u57a8\0\u57d4\0\u5800"+
212 "\0\u582c\0\u5858\0\u5884\0\u58b0\0\u58dc\0\u5908\0\u5934\0\u5960"+
213 "\0\u598c\0\u59b8\0\u59e4\0\u5a10\0\u5a3c\0\u5a68\0\u5a94\0\u5ac0"+
214 "\0\u5aec\0\u5b18\0\u5b44\0\u5b70\0\u5b9c\0\u5bc8\0\u5bf4\0\u5c20"+
215 "\0\u5c4c\0\u5c78\0\u5ca4\0\u5cd0\0\u5cfc\0\u5d28\0\u5d54\0\u5d80"+
216 "\0\u5dac\0\u5dd8\0\u5e04\0\u5e30\0\u5e5c\0\u5e88\0\u5eb4\0\u5ee0"+
217 "\0\u5f0c\0\u5f38\0\u5f64\0\u5f90\0\u5fbc\0\u5fe8\0\u6014\0\u6040"+
218 "\0\u606c\0\u6098\0\u60c4\0\u60f0\0\u611c\0\u6148\0\u6174\0\u61a0"+
219 "\0\u61cc\0\u61f8\0\u6224\0\u6250\0\u627c\0\u62a8\0\u62d4\0\u6300"+
220 "\0\u632c\0\u6358\0\u6384\0\u63b0\0\u63dc\0\u6408\0\u6434\0\u6460"+
221 "\0\u648c\0\u64b8\0\u64e4\0\u6510\0\u653c\0\u6568\0\u6594\0\u65c0"+
222 "\0\u65ec\0\u6618\0\u6644\0\u6670\0\u669c\0\u45f4\0\u66c8\0\u66f4"+
223 "\0\u6720\0\u674c\0\u535c\0\u6778\0\u67a4\0\u67d0\0\u67fc\0\u6828"+
224 "\0\u6854\0\u6880\0\u68ac\0\u68d8\0\u6904\0\u6930\0\u695c";
225
226 private static int [] zzUnpackRowMap() {
227 int [] result = new int[639];
228 int offset = 0;
229 offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result);
230 return result;
231 }
232
233 private static int zzUnpackRowMap(String packed, int offset, int [] result) {
234 int i = 0; /* index in packed string */
235 int j = offset; /* index in unpacked array */
236 int l = packed.length();
237 while (i < l) {
238 int high = packed.charAt(i++) << 16;
239 result[j++] = high | packed.charAt(i++);
240 }
241 return j;
242 }
243
244 /**
245 * The transition table of the DFA
246 */
247 private static final int [] ZZ_TRANS = zzUnpackTrans();
248
249 private static final String ZZ_TRANS_PACKED_0 =
250 "\1\6\1\7\1\10\1\11\1\12\2\13\1\14\1\15"+
251 "\1\16\1\13\1\17\1\20\1\21\1\22\1\23\1\24"+
252 "\1\25\1\26\1\27\1\30\1\31\1\32\1\33\1\34"+
253 "\1\35\1\36\1\37\1\40\1\41\1\42\1\43\1\44"+
254 "\1\10\1\45\1\46\1\47\1\10\1\50\1\51\3\10"+
255 "\1\52\1\6\1\7\1\10\1\53\1\12\1\13\1\54"+
256 "\1\14\1\15\1\16\1\13\1\17\1\20\1\21\1\22"+
257 "\1\23\1\24\1\25\1\26\1\27\1\30\1\31\1\32"+
258 "\1\33\1\34\1\35\1\36\1\37\1\40\1\41\1\42"+
259 "\1\43\1\44\1\10\1\45\1\46\1\47\1\10\1\50"+
260 "\1\51\3\10\1\52\1\55\1\56\21\55\1\57\30\55"+
261 "\1\60\1\61\22\60\1\62\27\60\1\63\1\64\4\63"+
262 "\1\65\45\63\56\0\1\10\10\0\7\10\3\0\26\10"+
263 "\4\0\1\11\52\0\1\66\10\0\7\66\3\0\26\66"+
264 "\7\0\1\67\57\0\1\13\43\0\1\10\10\0\1\10"+
265 "\1\70\1\71\2\10\1\72\1\10\3\0\4\10\1\73"+
266 "\11\10\1\74\7\10\3\0\1\10\10\0\7\10\3\0"+
267 "\10\10\1\75\15\10\3\0\1\10\10\0\1\70\6\10"+
268 "\3\0\13\10\1\76\12\10\3\0\1\10\10\0\1\70"+
269 "\3\10\1\70\2\10\3\0\4\10\1\77\6\10\1\100"+
270 "\12\10\3\0\1\10\10\0\1\101\5\10\1\102\3\0"+
271 "\1\10\1\103\1\10\1\104\1\105\6\10\1\46\12\10"+
272 "\3\0\1\10\10\0\1\106\3\10\1\70\1\10\1\107"+
273 "\3\0\1\10\1\110\11\10\1\111\12\10\3\0\1\10"+
274 "\10\0\2\10\1\112\4\10\3\0\5\10\2\46\2\10"+
275 "\1\113\14\10\3\0\1\10\10\0\2\10\1\114\1\10"+
276 "\1\115\1\116\1\117\3\0\1\10\1\120\1\121\2\10"+
277 "\1\122\4\10\1\123\13\10\3\0\1\10\10\0\2\10"+
278 "\1\124\1\10\1\125\1\126\1\10\3\0\4\10\1\127"+
279 "\2\10\1\130\2\10\1\131\2\10\1\132\1\133\7\10"+
280 "\3\0\1\10\10\0\5\10\1\134\1\135\3\0\1\10"+
281 "\1\136\1\10\1\137\1\140\5\10\1\141\1\142\12\10"+
282 "\3\0\1\10\10\0\1\143\3\10\1\144\1\10\1\145"+
283 "\3\0\1\10\1\146\13\10\1\147\10\10\3\0\1\10"+
284 "\10\0\1\150\6\10\3\0\1\10\1\151\5\10\1\152"+
285 "\1\153\15\10\3\0\1\10\10\0\1\154\5\10\1\155"+
286 "\3\0\1\10\1\156\2\10\1\157\3\10\1\160\1\46"+
287 "\1\10\1\46\12\10\3\0\1\10\10\0\5\10\1\161"+
288 "\1\162\3\0\1\10\1\163\2\10\1\164\2\10\1\165"+
289 "\3\10\1\166\12\10\3\0\1\10\10\0\1\167\1\170"+
290 "\2\10\1\171\1\10\1\172\3\0\3\10\1\173\4\10"+
291 "\1\174\2\10\1\175\1\176\2\10\1\177\5\10\1\46"+
292 "\3\0\1\10\10\0\2\10\1\200\4\10\3\0\12\10"+
293 "\1\201\13\10\3\0\1\10\10\0\1\202\5\10\1\203"+
294 "\3\0\1\10\1\204\11\10\1\205\12\10\3\0\1\10"+
295 "\10\0\5\10\1\206\1\207\3\0\1\10\1\210\1\211"+
296 "\1\10\1\212\2\10\1\46\1\213\1\214\10\10\1\215"+
297 "\3\10\3\0\1\10\10\0\4\10\1\216\1\124\1\10"+
298 "\3\0\4\10\1\217\1\220\2\10\1\221\1\10\1\222"+
299 "\6\10\1\223\4\10\3\0\1\10\10\0\1\224\4\10"+
300 "\1\225\1\10\3\0\13\10\1\226\1\46\11\10\3\0"+
301 "\1\10\10\0\1\227\6\10\3\0\26\10\3\0\1\10"+
302 "\10\0\7\10\3\0\1\10\1\230\13\10\1\147\10\10"+
303 "\3\0\1\10\10\0\1\231\5\10\1\232\3\0\3\10"+
304 "\1\233\22\10\14\0\1\234\1\235\1\236\1\237\1\240"+
305 "\1\241\1\242\4\0\1\243\1\244\2\0\1\245\1\0"+
306 "\1\246\1\247\1\250\1\251\2\0\1\252\1\0\1\253"+
307 "\2\0\1\254\7\0\1\53\2\0\1\54\45\0\1\55"+
308 "\1\0\21\55\1\0\30\55\1\60\1\0\22\60\1\0"+
309 "\27\60\1\63\1\0\4\63\1\0\45\63\7\0\1\255"+
310 "\46\0\1\10\10\0\7\10\3\0\5\10\1\256\20\10"+
311 "\3\0\1\10\10\0\7\10\3\0\7\10\1\257\16\10"+
312 "\3\0\1\10\10\0\7\10\3\0\4\10\1\260\21\10"+
313 "\3\0\1\10\10\0\7\10\3\0\2\10\1\261\7\10"+
314 "\1\262\13\10\3\0\1\10\10\0\6\10\1\213\3\0"+
315 "\26\10\3\0\1\10\10\0\1\263\3\10\1\264\1\265"+
316 "\1\266\3\0\2\10\1\267\1\270\1\10\1\271\1\272"+
317 "\1\273\2\10\1\274\13\10\3\0\1\10\10\0\6\10"+
318 "\1\124\3\0\13\10\1\275\12\10\3\0\1\10\10\0"+
319 "\4\10\1\276\2\10\3\0\12\10\1\277\13\10\3\0"+
320 "\1\10\10\0\7\10\3\0\4\10\1\300\2\10\1\213"+
321 "\1\10\1\301\14\10\3\0\1\10\10\0\4\10\1\302"+
322 "\2\10\3\0\11\10\1\303\14\10\3\0\1\10\10\0"+
323 "\7\10\3\0\12\10\1\257\2\10\1\304\10\10\3\0"+
324 "\1\10\10\0\1\153\6\10\3\0\26\10\3\0\1\10"+
325 "\10\0\1\305\6\10\3\0\1\10\1\306\6\10\1\307"+
326 "\15\10\3\0\1\10\10\0\2\10\1\310\1\311\3\10"+
327 "\3\0\26\10\3\0\1\10\10\0\2\10\1\312\4\10"+
328 "\3\0\7\10\1\313\5\10\1\314\10\10\3\0\1\10"+
329 "\10\0\7\10\3\0\15\10\1\315\10\10\3\0\1\10"+
330 "\10\0\3\10\1\46\3\10\3\0\7\10\1\316\12\10"+
331 "\1\46\3\10\3\0\1\10\10\0\2\10\1\317\1\10"+
332 "\1\320\2\10\3\0\6\10\1\321\1\322\2\10\1\323"+
333 "\13\10\3\0\1\10\10\0\7\10\3\0\12\10\1\324"+
334 "\13\10\3\0\1\10\10\0\7\10\3\0\10\10\1\325"+
335 "\15\10\3\0\1\10\10\0\1\326\6\10\3\0\26\10"+
336 "\3\0\1\10\10\0\7\10\3\0\1\10\1\327\24\10"+
337 "\3\0\1\10\10\0\2\10\1\330\4\10\3\0\26\10"+
338 "\3\0\1\10\10\0\5\10\1\331\1\10\3\0\26\10"+
339 "\3\0\1\10\10\0\7\10\3\0\3\10\1\332\22\10"+
340 "\3\0\1\10\10\0\7\10\3\0\1\10\1\333\24\10"+
341 "\3\0\1\10\10\0\7\10\3\0\1\10\1\334\24\10"+
342 "\3\0\1\10\10\0\7\10\3\0\5\10\1\46\20\10"+
343 "\3\0\1\10\10\0\4\10\1\335\2\10\3\0\26\10"+
344 "\3\0\1\10\10\0\4\10\1\317\1\46\1\10\3\0"+
345 "\26\10\3\0\1\10\10\0\7\10\3\0\4\10\1\336"+
346 "\21\10\3\0\1\10\10\0\7\10\3\0\2\10\1\337"+
347 "\23\10\3\0\1\10\10\0\7\10\3\0\12\10\1\340"+
348 "\13\10\3\0\1\10\10\0\1\341\6\10\3\0\13\10"+
349 "\1\342\12\10\3\0\1\10\10\0\6\10\1\220\3\0"+
350 "\26\10\3\0\1\10\10\0\1\147\6\10\3\0\1\10"+
351 "\1\343\11\10\1\72\12\10\3\0\1\10\10\0\7\10"+
352 "\3\0\11\10\1\113\14\10\3\0\1\10\10\0\2\10"+
353 "\1\344\1\10\1\345\1\346\1\10\3\0\4\10\1\347"+
354 "\21\10\3\0\1\10\10\0\7\10\3\0\1\10\1\350"+
355 "\11\10\1\351\12\10\3\0\1\10\10\0\1\352\6\10"+
356 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\11\10"+
357 "\1\353\1\10\1\350\12\10\3\0\1\10\10\0\2\10"+
358 "\1\354\4\10\3\0\4\10\1\355\4\10\1\356\1\357"+
359 "\1\360\5\10\1\46\4\10\3\0\1\10\10\0\7\10"+
360 "\3\0\1\10\1\361\24\10\3\0\1\10\10\0\7\10"+
361 "\3\0\11\10\1\362\14\10\3\0\1\10\10\0\3\10"+
362 "\1\363\3\10\3\0\26\10\3\0\1\10\10\0\7\10"+
363 "\3\0\16\10\1\133\2\10\1\364\4\10\3\0\1\10"+
364 "\10\0\7\10\3\0\1\10\1\365\24\10\3\0\1\10"+
365 "\10\0\2\10\1\366\1\367\1\370\2\10\3\0\7\10"+
366 "\1\371\1\10\1\372\1\373\13\10\3\0\1\10\10\0"+
367 "\2\10\1\374\4\10\3\0\26\10\3\0\1\10\10\0"+
368 "\7\10\3\0\10\10\1\375\15\10\3\0\1\10\10\0"+
369 "\2\10\1\46\4\10\3\0\26\10\3\0\1\10\10\0"+
370 "\5\10\1\376\1\10\3\0\7\10\1\377\16\10\3\0"+
371 "\1\10\10\0\7\10\3\0\7\10\1\u0100\16\10\3\0"+
372 "\1\10\10\0\4\10\1\u0101\2\10\3\0\26\10\3\0"+
373 "\1\10\10\0\7\10\3\0\13\10\1\u0102\12\10\3\0"+
374 "\1\10\10\0\7\10\3\0\11\10\1\u0103\14\10\3\0"+
375 "\1\10\10\0\7\10\3\0\13\10\1\u0104\12\10\3\0"+
376 "\1\10\10\0\5\10\1\u0105\1\10\3\0\26\10\3\0"+
377 "\1\10\10\0\7\10\3\0\2\10\1\u0106\23\10\3\0"+
378 "\1\10\10\0\1\u0107\6\10\3\0\1\10\1\u0108\11\10"+
379 "\1\u0109\12\10\3\0\1\10\10\0\5\10\1\u010a\1\10"+
380 "\3\0\26\10\3\0\1\10\10\0\2\10\1\u010b\4\10"+
381 "\3\0\4\10\1\u010c\6\10\1\u010d\12\10\3\0\1\10"+
382 "\10\0\4\10\1\46\1\u010e\1\10\3\0\26\10\3\0"+
383 "\1\10\10\0\5\10\1\353\1\10\3\0\26\10\3\0"+
384 "\1\10\10\0\7\10\3\0\1\10\1\u010f\2\10\1\u0110"+
385 "\1\46\5\10\1\u0111\12\10\3\0\1\10\10\0\3\10"+
386 "\1\u0112\3\10\3\0\11\10\1\46\14\10\3\0\1\10"+
387 "\10\0\7\10\3\0\1\10\1\u0113\24\10\3\0\1\10"+
388 "\10\0\7\10\3\0\11\10\1\u0114\1\u0115\13\10\3\0"+
389 "\1\10\10\0\7\10\3\0\4\10\1\u0116\3\10\1\u0117"+
390 "\15\10\3\0\1\10\10\0\7\10\3\0\11\10\1\u0118"+
391 "\14\10\3\0\1\10\10\0\6\10\1\u0102\3\0\26\10"+
392 "\3\0\1\10\10\0\4\10\1\u0119\1\10\1\u011a\3\0"+
393 "\15\10\1\u011b\10\10\3\0\1\10\10\0\7\10\3\0"+
394 "\5\10\1\352\20\10\3\0\1\10\10\0\7\10\3\0"+
395 "\1\10\1\u011c\2\10\1\u011d\21\10\3\0\1\10\10\0"+
396 "\3\10\1\u011e\3\10\3\0\7\10\1\u011f\16\10\3\0"+
397 "\1\10\10\0\4\10\1\u0120\2\10\3\0\4\10\1\u0121"+
398 "\21\10\3\0\1\10\10\0\7\10\3\0\5\10\1\u0122"+
399 "\20\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u0123"+
400 "\12\10\3\0\1\10\10\0\1\u0124\6\10\3\0\2\10"+
401 "\1\u0125\23\10\3\0\1\10\10\0\3\10\1\u0126\1\u0127"+
402 "\2\10\3\0\4\10\1\u0128\1\46\20\10\3\0\1\10"+
403 "\10\0\4\10\1\u0129\2\10\3\0\26\10\3\0\1\10"+
404 "\10\0\1\u012a\3\10\1\u012b\1\10\1\u012c\3\0\13\10"+
405 "\1\u012d\12\10\3\0\1\10\10\0\4\10\1\46\2\10"+
406 "\3\0\26\10\3\0\1\10\10\0\1\u012e\6\10\3\0"+
407 "\26\10\3\0\1\10\10\0\1\u012f\6\10\3\0\26\10"+
408 "\3\0\1\10\10\0\7\10\3\0\3\10\1\u0130\22\10"+
409 "\3\0\1\10\10\0\7\10\3\0\5\10\1\u0131\20\10"+
410 "\3\0\1\10\10\0\7\10\3\0\7\10\1\46\16\10"+
411 "\3\0\1\10\10\0\4\10\1\u0132\2\10\3\0\26\10"+
412 "\3\0\1\10\10\0\4\10\1\u0133\2\10\3\0\26\10"+
413 "\3\0\1\10\10\0\1\u0134\6\10\3\0\26\10\3\0"+
414 "\1\10\10\0\5\10\1\362\1\10\3\0\26\10\3\0"+
415 "\1\10\10\0\7\10\3\0\1\10\1\u0135\24\10\3\0"+
416 "\1\10\10\0\7\10\3\0\4\10\1\u0136\3\10\1\u0137"+
417 "\15\10\3\0\1\10\10\0\1\u0102\6\10\3\0\14\10"+
418 "\1\u0138\11\10\3\0\1\10\10\0\5\10\1\u0139\1\10"+
419 "\3\0\4\10\1\u013a\11\10\1\133\7\10\3\0\1\10"+
420 "\10\0\6\10\1\u013b\3\0\26\10\3\0\1\10\10\0"+
421 "\2\10\1\u013c\1\10\1\363\2\10\3\0\26\10\3\0"+
422 "\1\10\10\0\1\u013d\5\10\1\302\3\0\26\10\16\0"+
423 "\1\u013e\2\0\1\u013f\25\0\1\u0140\41\0\1\u0141\1\u0142"+
424 "\47\0\1\u0143\42\0\1\u0144\17\0\1\u0145\43\0\1\u0146"+
425 "\3\0\1\u0147\3\0\1\u0148\26\0\1\u0149\24\0\1\u014a"+
426 "\30\0\1\u014b\15\0\1\u0148\62\0\1\u014c\47\0\1\u014d"+
427 "\1\0\1\u014e\34\0\1\u014f\16\0\1\u0148\32\0\1\u0150"+
428 "\7\0\1\u0151\5\0\1\u0152\3\0\1\u0153\27\0\1\u0154"+
429 "\21\0\1\u0155\27\0\1\u0156\12\0\1\u0157\62\0\1\u0158"+
430 "\32\0\1\u0159\24\0\1\u0148\25\0\1\u015a\61\0\1\u015b"+
431 "\6\0\1\u015c\25\0\1\10\10\0\7\10\3\0\4\10"+
432 "\1\u015d\2\10\1\u015e\16\10\3\0\1\10\10\0\1\46"+
433 "\6\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
434 "\13\10\1\365\12\10\3\0\1\10\10\0\1\u015f\6\10"+
435 "\3\0\26\10\3\0\1\10\10\0\5\10\1\u0160\1\10"+
436 "\3\0\1\10\1\u0161\11\10\1\350\12\10\3\0\1\10"+
437 "\10\0\7\10\3\0\16\10\1\u0162\7\10\3\0\1\10"+
438 "\10\0\1\46\5\10\1\u0163\3\0\7\10\1\u0164\16\10"+
439 "\3\0\1\10\10\0\1\u0165\6\10\3\0\26\10\3\0"+
440 "\1\10\10\0\2\10\1\u0166\4\10\3\0\26\10\3\0"+
441 "\1\10\10\0\1\224\6\10\3\0\3\10\1\u0167\22\10"+
442 "\3\0\1\10\10\0\1\143\6\10\3\0\26\10\3\0"+
443 "\1\10\10\0\7\10\3\0\10\10\1\u0168\15\10\3\0"+
444 "\1\10\10\0\7\10\3\0\4\10\1\366\21\10\3\0"+
445 "\1\10\10\0\7\10\3\0\3\10\1\173\22\10\3\0"+
446 "\1\10\10\0\7\10\3\0\1\10\1\124\2\10\1\u0169"+
447 "\21\10\3\0\1\10\10\0\7\10\3\0\10\10\1\u016a"+
448 "\15\10\3\0\1\10\10\0\7\10\3\0\13\10\1\46"+
449 "\12\10\3\0\1\10\10\0\4\10\1\u016b\2\10\3\0"+
450 "\26\10\3\0\1\10\10\0\7\10\3\0\11\10\1\u016c"+
451 "\14\10\3\0\1\10\10\0\7\10\3\0\12\10\1\u016d"+
452 "\13\10\3\0\1\10\10\0\5\10\1\257\1\10\3\0"+
453 "\26\10\3\0\1\10\10\0\1\u016e\6\10\3\0\26\10"+
454 "\3\0\1\10\10\0\5\10\1\u016f\1\10\3\0\10\10"+
455 "\1\u016d\15\10\3\0\1\10\10\0\7\10\3\0\1\10"+
456 "\1\u0170\24\10\3\0\1\10\10\0\2\10\1\u0171\4\10"+
457 "\3\0\26\10\3\0\1\10\10\0\2\10\1\u0172\4\10"+
458 "\3\0\26\10\3\0\1\10\10\0\3\10\1\u0173\3\10"+
459 "\3\0\26\10\3\0\1\10\10\0\1\341\6\10\3\0"+
460 "\26\10\3\0\1\10\10\0\1\u0174\6\10\3\0\17\10"+
461 "\1\46\6\10\3\0\1\10\10\0\4\10\1\u0175\2\10"+
462 "\3\0\26\10\3\0\1\10\10\0\2\10\1\366\4\10"+
463 "\3\0\26\10\3\0\1\10\10\0\1\362\4\10\1\257"+
464 "\1\10\3\0\26\10\3\0\1\10\10\0\4\10\1\u0176"+
465 "\2\10\3\0\26\10\3\0\1\10\10\0\1\365\6\10"+
466 "\3\0\26\10\3\0\1\10\10\0\1\u0177\6\10\3\0"+
467 "\26\10\3\0\1\10\10\0\6\10\1\302\3\0\13\10"+
468 "\1\u0178\12\10\3\0\1\10\10\0\1\342\6\10\3\0"+
469 "\26\10\3\0\1\10\10\0\7\10\3\0\10\10\1\213"+
470 "\15\10\3\0\1\10\10\0\7\10\3\0\13\10\1\350"+
471 "\12\10\3\0\1\10\10\0\5\10\1\331\1\10\3\0"+
472 "\11\10\1\u0179\14\10\3\0\1\10\10\0\7\10\3\0"+
473 "\11\10\1\u017a\14\10\3\0\1\10\10\0\7\10\3\0"+
474 "\7\10\1\u017b\16\10\3\0\1\10\10\0\7\10\3\0"+
475 "\6\10\1\u017c\17\10\3\0\1\10\10\0\5\10\1\u017d"+
476 "\1\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
477 "\1\10\1\u017e\24\10\3\0\1\10\10\0\4\10\1\u017f"+
478 "\2\10\3\0\26\10\3\0\1\10\10\0\3\10\1\u0180"+
479 "\3\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
480 "\4\10\1\u0181\21\10\3\0\1\10\10\0\7\10\3\0"+
481 "\1\10\1\u0182\24\10\3\0\1\10\10\0\1\u0183\6\10"+
482 "\3\0\26\10\3\0\1\10\10\0\1\u0184\6\10\3\0"+
483 "\26\10\3\0\1\10\10\0\2\10\1\124\4\10\3\0"+
484 "\26\10\3\0\1\10\10\0\7\10\3\0\4\10\1\213"+
485 "\21\10\3\0\1\10\10\0\7\10\3\0\7\10\1\u0185"+
486 "\16\10\3\0\1\10\10\0\7\10\3\0\2\10\1\u0186"+
487 "\23\10\3\0\1\10\10\0\7\10\3\0\1\10\1\u0187"+
488 "\24\10\3\0\1\10\10\0\1\u0188\4\10\1\46\1\10"+
489 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\5\10"+
490 "\1\u0189\20\10\3\0\1\10\10\0\7\10\3\0\4\10"+
491 "\1\u0116\21\10\3\0\1\10\10\0\7\10\3\0\4\10"+
492 "\1\276\21\10\3\0\1\10\10\0\7\10\3\0\1\10"+
493 "\1\u018a\24\10\3\0\1\10\10\0\4\10\1\u018b\2\10"+
494 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\4\10"+
495 "\1\353\21\10\3\0\1\10\10\0\7\10\3\0\12\10"+
496 "\1\u018c\13\10\3\0\1\10\10\0\7\10\3\0\14\10"+
497 "\1\353\11\10\3\0\1\10\10\0\7\10\3\0\4\10"+
498 "\1\u018d\21\10\3\0\1\10\10\0\7\10\3\0\5\10"+
499 "\1\364\20\10\3\0\1\10\10\0\5\10\1\46\1\10"+
500 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\3\10"+
501 "\1\46\22\10\3\0\1\10\10\0\6\10\1\u018e\3\0"+
502 "\26\10\3\0\1\10\10\0\7\10\3\0\4\10\1\46"+
503 "\21\10\3\0\1\10\10\0\7\10\3\0\1\10\1\u0108"+
504 "\24\10\3\0\1\10\10\0\6\10\1\u018f\3\0\26\10"+
505 "\3\0\1\10\10\0\7\10\3\0\1\10\1\u0190\6\10"+
506 "\1\u0191\15\10\3\0\1\10\10\0\1\213\6\10\3\0"+
507 "\12\10\1\u0192\13\10\3\0\1\10\10\0\7\10\3\0"+
508 "\13\10\1\u0193\12\10\3\0\1\10\10\0\5\10\1\u0194"+
509 "\1\10\3\0\13\10\1\350\12\10\3\0\1\10\10\0"+
510 "\3\10\1\257\3\10\3\0\5\10\1\u0195\11\10\1\353"+
511 "\6\10\3\0\1\10\10\0\7\10\3\0\15\10\1\u0196"+
512 "\10\10\3\0\1\10\10\0\1\u018a\6\10\3\0\26\10"+
513 "\3\0\1\10\10\0\7\10\3\0\2\10\1\u0197\23\10"+
514 "\3\0\1\10\10\0\7\10\3\0\2\10\1\u0198\7\10"+
515 "\1\u0199\4\10\1\46\6\10\3\0\1\10\10\0\7\10"+
516 "\3\0\1\10\1\u019a\24\10\3\0\1\10\10\0\7\10"+
517 "\3\0\12\10\1\46\13\10\3\0\1\10\10\0\7\10"+
518 "\3\0\11\10\1\u0182\14\10\3\0\1\10\10\0\7\10"+
519 "\3\0\22\10\1\u019b\3\10\3\0\1\10\10\0\1\u019c"+
520 "\6\10\3\0\26\10\3\0\1\10\10\0\4\10\1\u019d"+
521 "\2\10\3\0\26\10\3\0\1\10\10\0\1\10\1\46"+
522 "\5\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
523 "\11\10\1\257\14\10\3\0\1\10\10\0\7\10\3\0"+
524 "\11\10\1\46\14\10\3\0\1\10\10\0\6\10\1\u019e"+
525 "\3\0\26\10\3\0\1\10\10\0\4\10\1\u019f\2\10"+
526 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\11\10"+
527 "\1\u01a0\14\10\3\0\1\10\10\0\4\10\1\u01a1\2\10"+
528 "\3\0\26\10\3\0\1\10\10\0\1\u01a2\6\10\3\0"+
529 "\26\10\3\0\1\10\10\0\2\10\1\u01a3\4\10\3\0"+
530 "\4\10\1\u01a4\21\10\3\0\1\10\10\0\7\10\3\0"+
531 "\1\10\1\u01a5\24\10\3\0\1\10\10\0\7\10\3\0"+
532 "\12\10\1\u01a6\13\10\3\0\1\10\10\0\2\10\1\u01a7"+
533 "\4\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
534 "\4\10\1\u01a8\21\10\3\0\1\10\10\0\7\10\3\0"+
535 "\11\10\1\u01a9\3\10\1\u0182\10\10\3\0\1\10\10\0"+
536 "\7\10\3\0\21\10\1\147\4\10\3\0\1\10\10\0"+
537 "\4\10\1\353\2\10\3\0\26\10\3\0\1\10\10\0"+
538 "\7\10\3\0\4\10\1\u01aa\21\10\3\0\1\10\10\0"+
539 "\7\10\3\0\15\10\1\u01ab\10\10\3\0\1\10\10\0"+
540 "\6\10\1\362\3\0\26\10\3\0\1\10\10\0\7\10"+
541 "\3\0\13\10\1\153\5\10\1\u01ac\4\10\3\0\1\10"+
542 "\10\0\7\10\3\0\10\10\1\u01ad\15\10\3\0\1\10"+
543 "\10\0\2\10\1\u01ae\4\10\3\0\26\10\3\0\1\10"+
544 "\10\0\3\10\1\257\3\10\3\0\26\10\3\0\1\10"+
545 "\10\0\7\10\3\0\4\10\1\u01af\21\10\3\0\1\10"+
546 "\10\0\7\10\3\0\7\10\1\u01b0\16\10\3\0\1\10"+
547 "\10\0\6\10\1\u01b1\3\0\26\10\3\0\1\10\10\0"+
548 "\7\10\3\0\17\10\1\46\6\10\3\0\1\10\10\0"+
549 "\1\362\5\10\1\u01b2\3\0\26\10\3\0\1\10\10\0"+
550 "\4\10\1\u01b3\2\10\3\0\26\10\3\0\1\10\10\0"+
551 "\7\10\3\0\24\10\1\124\1\10\3\0\1\10\10\0"+
552 "\4\10\1\u01b4\2\10\3\0\26\10\3\0\1\10\10\0"+
553 "\1\u01b5\6\10\3\0\26\10\3\0\1\10\10\0\4\10"+
554 "\1\u01b6\2\10\3\0\26\10\3\0\1\10\10\0\7\10"+
555 "\3\0\11\10\1\u01b7\14\10\3\0\1\10\10\0\2\10"+
556 "\1\46\4\10\3\0\7\10\1\u01b8\16\10\3\0\1\10"+
557 "\10\0\7\10\3\0\5\10\1\u01b9\1\u01ba\17\10\3\0"+
558 "\1\10\10\0\1\u01bb\6\10\3\0\5\10\1\u01bc\20\10"+
559 "\3\0\1\10\10\0\2\10\1\u01bd\4\10\3\0\26\10"+
560 "\3\0\1\10\10\0\4\10\1\u01be\2\10\3\0\2\10"+
561 "\1\46\23\10\3\0\1\10\10\0\2\10\1\u01bf\4\10"+
562 "\3\0\26\10\3\0\1\10\10\0\2\10\1\u01c0\4\10"+
563 "\3\0\26\10\3\0\1\10\10\0\1\u01c1\6\10\3\0"+
564 "\26\10\3\0\1\10\10\0\1\u01c2\6\10\3\0\26\10"+
565 "\3\0\1\10\10\0\1\365\6\10\3\0\12\10\1\323"+
566 "\13\10\3\0\1\10\10\0\5\10\1\u01c3\1\u01c4\3\0"+
567 "\7\10\1\u01c5\16\10\3\0\1\10\10\0\7\10\3\0"+
568 "\4\10\1\u01c6\21\10\3\0\1\10\10\0\2\10\1\u0121"+
569 "\4\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
570 "\5\10\1\317\20\10\3\0\1\10\10\0\2\10\1\u01c7"+
571 "\4\10\3\0\26\10\3\0\1\10\10\0\5\10\1\u01c8"+
572 "\1\10\3\0\26\10\3\0\1\10\10\0\6\10\1\201"+
573 "\3\0\10\10\1\257\15\10\3\0\1\10\10\0\6\10"+
574 "\1\u01c9\3\0\26\10\3\0\1\10\10\0\3\10\1\u01ca"+
575 "\3\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
576 "\5\10\1\u01cb\20\10\3\0\1\10\10\0\2\10\1\46"+
577 "\4\10\3\0\4\10\1\257\21\10\33\0\1\u0148\55\0"+
578 "\1\u01cc\45\0\1\u01cd\54\0\1\u0151\5\0\1\u01ce\3\0"+
579 "\1\u01cf\51\0\1\u0155\1\u01d0\27\0\1\u0159\17\0\1\u01d1"+
580 "\5\0\1\u01d2\51\0\1\u01d3\32\0\1\u0147\47\0\1\u01d4"+
581 "\100\0\1\u0148\30\0\1\u01d5\1\0\1\u0148\63\0\1\u0140"+
582 "\53\0\1\u01d6\2\0\1\u01d7\4\0\1\251\54\0\1\u01d8"+
583 "\47\0\1\u0148\56\0\1\u01d9\50\0\1\u01da\50\0\1\u0148"+
584 "\50\0\1\u01d4\64\0\1\u01db\2\0\1\u01dc\45\0\1\u01dd"+
585 "\33\0\1\u0159\2\0\1\u01de\63\0\1\u01df\41\0\1\u013e"+
586 "\65\0\1\u01e0\43\0\1\u0148\71\0\1\u01e1\57\0\1\u01e2"+
587 "\27\0\1\u01e3\57\0\1\u01e4\34\0\1\10\10\0\7\10"+
588 "\3\0\7\10\1\152\16\10\3\0\1\10\10\0\7\10"+
589 "\3\0\1\10\1\220\24\10\3\0\1\10\10\0\7\10"+
590 "\3\0\12\10\1\213\13\10\3\0\1\10\10\0\7\10"+
591 "\3\0\13\10\1\u01e5\12\10\3\0\1\10\10\0\2\10"+
592 "\1\u01e6\4\10\3\0\26\10\3\0\1\10\10\0\7\10"+
593 "\3\0\12\10\1\u01e7\13\10\3\0\1\10\10\0\4\10"+
594 "\1\u01e8\2\10\3\0\26\10\3\0\1\10\10\0\7\10"+
595 "\3\0\13\10\1\u01e9\12\10\3\0\1\10\10\0\3\10"+
596 "\1\311\3\10\3\0\26\10\3\0\1\10\10\0\7\10"+
597 "\3\0\12\10\1\323\13\10\3\0\1\10\10\0\7\10"+
598 "\3\0\1\10\1\u01ea\24\10\3\0\1\10\10\0\7\10"+
599 "\3\0\12\10\1\u01eb\13\10\3\0\1\10\10\0\6\10"+
600 "\1\u01ec\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
601 "\12\10\1\u01ed\13\10\3\0\1\10\10\0\6\10\1\u01ee"+
602 "\3\0\26\10\3\0\1\10\10\0\6\10\1\u01ef\3\0"+
603 "\26\10\3\0\1\10\10\0\5\10\1\u01af\1\10\3\0"+
604 "\26\10\3\0\1\10\10\0\7\10\3\0\12\10\1\u01f0"+
605 "\13\10\3\0\1\10\10\0\1\u01f1\6\10\3\0\26\10"+
606 "\3\0\1\10\10\0\4\10\1\u01f2\2\10\3\0\26\10"+
607 "\3\0\1\10\10\0\7\10\3\0\7\10\1\u01f3\16\10"+
608 "\3\0\1\10\10\0\7\10\3\0\2\10\1\u019b\23\10"+
609 "\3\0\1\10\10\0\4\10\1\363\2\10\3\0\26\10"+
610 "\3\0\1\10\10\0\1\10\1\220\5\10\3\0\26\10"+
611 "\3\0\1\10\10\0\7\10\3\0\2\10\1\u01f4\23\10"+
612 "\3\0\1\10\10\0\7\10\3\0\4\10\1\u01f5\21\10"+
613 "\3\0\1\10\10\0\7\10\3\0\4\10\1\u01f6\21\10"+
614 "\3\0\1\10\10\0\1\u01f7\6\10\3\0\26\10\3\0"+
615 "\1\10\10\0\7\10\3\0\12\10\1\u01f8\13\10\3\0"+
616 "\1\10\10\0\4\10\1\u017d\2\10\3\0\26\10\3\0"+
617 "\1\10\10\0\6\10\1\u01f9\3\0\26\10\3\0\1\10"+
618 "\10\0\7\10\3\0\1\46\25\10\3\0\1\10\10\0"+
619 "\7\10\3\0\4\10\1\u01fa\21\10\3\0\1\10\10\0"+
620 "\7\10\3\0\1\10\1\u017d\24\10\3\0\1\10\10\0"+
621 "\1\u017d\6\10\3\0\26\10\3\0\1\10\10\0\6\10"+
622 "\1\u01fb\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
623 "\14\10\1\46\11\10\3\0\1\10\10\0\2\10\1\361"+
624 "\4\10\3\0\26\10\3\0\1\10\10\0\2\10\1\u01fc"+
625 "\4\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
626 "\7\10\1\u01fd\16\10\3\0\1\10\10\0\1\362\6\10"+
627 "\3\0\26\10\3\0\1\10\10\0\5\10\1\u01fe\1\10"+
628 "\3\0\26\10\3\0\1\10\10\0\2\10\1\u01ff\4\10"+
629 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\7\10"+
630 "\1\u0200\16\10\3\0\1\10\10\0\4\10\1\257\2\10"+
631 "\3\0\26\10\3\0\1\10\10\0\1\u0201\6\10\3\0"+
632 "\4\10\1\u0202\21\10\3\0\1\10\10\0\7\10\3\0"+
633 "\1\10\1\u0203\6\10\1\u018a\15\10\3\0\1\10\10\0"+
634 "\7\10\3\0\5\10\1\u0204\20\10\3\0\1\10\10\0"+
635 "\2\10\1\u0205\4\10\3\0\26\10\3\0\1\10\10\0"+
636 "\7\10\3\0\7\10\1\u0206\16\10\3\0\1\10\10\0"+
637 "\6\10\1\153\3\0\26\10\3\0\1\10\10\0\7\10"+
638 "\3\0\4\10\1\153\21\10\3\0\1\10\10\0\7\10"+
639 "\3\0\13\10\1\u0207\12\10\3\0\1\10\10\0\7\10"+
640 "\3\0\21\10\1\257\4\10\3\0\1\10\10\0\7\10"+
641 "\3\0\1\10\1\u0208\24\10\3\0\1\10\10\0\7\10"+
642 "\3\0\13\10\1\u0109\12\10\3\0\1\10\10\0\7\10"+
643 "\3\0\11\10\1\75\14\10\3\0\1\10\10\0\1\u0183"+
644 "\6\10\3\0\4\10\1\u0209\21\10\3\0\1\10\10\0"+
645 "\7\10\3\0\4\10\1\376\21\10\3\0\1\10\10\0"+
646 "\5\10\1\336\1\10\3\0\26\10\3\0\1\10\10\0"+
647 "\5\10\1\u020a\1\10\3\0\7\10\1\u020b\16\10\3\0"+
648 "\1\10\10\0\7\10\3\0\13\10\1\u020c\12\10\3\0"+
649 "\1\10\10\0\7\10\3\0\13\10\1\u020d\12\10\3\0"+
650 "\1\10\10\0\7\10\3\0\7\10\1\u0116\16\10\3\0"+
651 "\1\10\10\0\7\10\3\0\4\10\1\u020e\21\10\3\0"+
652 "\1\10\10\0\7\10\3\0\1\10\1\u0116\5\10\1\353"+
653 "\16\10\3\0\1\10\10\0\2\10\1\u020f\4\10\3\0"+
654 "\26\10\3\0\1\10\10\0\7\10\3\0\2\10\1\213"+
655 "\23\10\3\0\1\10\10\0\7\10\3\0\5\10\1\u0210"+
656 "\20\10\3\0\1\10\10\0\4\10\1\u0211\2\10\3\0"+
657 "\26\10\3\0\1\10\10\0\4\10\1\u0212\2\10\3\0"+
658 "\26\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u0213"+
659 "\12\10\3\0\1\10\10\0\1\u0214\6\10\3\0\26\10"+
660 "\3\0\1\10\10\0\7\10\3\0\1\10\1\u0215\24\10"+
661 "\3\0\1\10\10\0\7\10\3\0\2\10\1\u0216\23\10"+
662 "\3\0\1\10\10\0\7\10\3\0\13\10\1\362\12\10"+
663 "\3\0\1\10\10\0\7\10\3\0\1\10\1\u0217\24\10"+
664 "\3\0\1\10\10\0\7\10\3\0\6\10\1\u0218\17\10"+
665 "\3\0\1\10\10\0\7\10\3\0\7\10\1\353\16\10"+
666 "\3\0\1\10\10\0\7\10\3\0\1\10\1\u0219\24\10"+
667 "\3\0\1\10\10\0\6\10\1\u018e\3\0\13\10\1\u020c"+
668 "\12\10\3\0\1\10\10\0\2\10\1\u021a\4\10\3\0"+
669 "\26\10\3\0\1\10\10\0\7\10\3\0\6\10\1\u0182"+
670 "\17\10\3\0\1\10\10\0\4\10\1\317\2\10\3\0"+
671 "\26\10\3\0\1\10\10\0\7\10\3\0\10\10\1\u021b"+
672 "\15\10\3\0\1\10\10\0\7\10\3\0\7\10\1\u021c"+
673 "\5\10\1\u0182\10\10\3\0\1\10\10\0\1\u0191\6\10"+
674 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\2\10"+
675 "\1\u021d\4\10\1\46\16\10\3\0\1\10\10\0\7\10"+
676 "\3\0\10\10\1\u0109\15\10\3\0\1\10\10\0\6\10"+
677 "\1\u01a2\3\0\26\10\3\0\1\10\10\0\6\10\1\u021e"+
678 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\16\10"+
679 "\1\u021f\7\10\3\0\1\10\10\0\1\u0220\6\10\3\0"+
680 "\26\10\3\0\1\10\10\0\4\10\1\u0221\2\10\3\0"+
681 "\26\10\3\0\1\10\10\0\7\10\3\0\13\10\1\353"+
682 "\12\10\3\0\1\10\10\0\7\10\3\0\10\10\1\353"+
683 "\15\10\3\0\1\10\10\0\7\10\3\0\2\10\1\u0160"+
684 "\23\10\3\0\1\10\10\0\7\10\3\0\4\10\1\u0222"+
685 "\21\10\3\0\1\10\10\0\7\10\3\0\4\10\1\u0223"+
686 "\21\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u0224"+
687 "\12\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u011c"+
688 "\12\10\3\0\1\10\10\0\7\10\3\0\1\10\1\u0225"+
689 "\24\10\3\0\1\10\10\0\5\10\1\336\1\10\3\0"+
690 "\12\10\1\u0226\13\10\3\0\1\10\10\0\7\10\3\0"+
691 "\5\10\1\220\20\10\3\0\1\10\10\0\7\10\3\0"+
692 "\1\10\1\u0227\24\10\3\0\1\10\10\0\7\10\3\0"+
693 "\1\10\1\u0228\24\10\3\0\1\10\10\0\7\10\3\0"+
694 "\3\10\1\213\22\10\3\0\1\10\10\0\7\10\3\0"+
695 "\13\10\1\u0229\12\10\14\0\1\u0148\60\0\1\u0148\75\0"+
696 "\1\u01dc\45\0\1\u022a\36\0\1\u01cc\53\0\1\u0150\50\0"+
697 "\1\u0159\101\0\1\u0140\26\0\1\u0148\54\0\1\u022b\55\0"+
698 "\1\u022c\46\0\1\u022d\71\0\1\u0158\63\0\1\u0148\51\0"+
699 "\1\u022e\27\0\1\u022f\74\0\1\u01d1\32\0\1\u0230\2\0"+
700 "\1\u0231\10\0\1\u0232\1\0\1\u0233\1\0\1\u0234\3\0"+
701 "\1\u0235\35\0\1\u01cd\60\0\1\u013f\56\0\1\u0147\62\0"+
702 "\1\u01d0\45\0\1\u0236\53\0\1\u0237\41\0\1\u01cc\35\0"+
703 "\1\10\10\0\7\10\3\0\5\10\1\u0238\20\10\3\0"+
704 "\1\10\10\0\7\10\3\0\5\10\1\u0239\20\10\3\0"+
705 "\1\10\10\0\7\10\3\0\1\10\1\u0161\24\10\3\0"+
706 "\1\10\10\0\5\10\1\u016f\1\10\3\0\26\10\3\0"+
707 "\1\10\10\0\7\10\3\0\4\10\1\u023a\21\10\3\0"+
708 "\1\10\10\0\7\10\3\0\4\10\1\u023b\21\10\3\0"+
709 "\1\10\10\0\7\10\3\0\17\10\1\u023c\6\10\3\0"+
710 "\1\10\10\0\2\10\1\213\4\10\3\0\26\10\3\0"+
711 "\1\10\10\0\7\10\3\0\6\10\1\u023d\6\10\1\u0182"+
712 "\10\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u023e"+
713 "\12\10\3\0\1\10\10\0\2\10\1\u023f\4\10\3\0"+
714 "\26\10\3\0\1\10\10\0\5\10\1\u0240\1\10\3\0"+
715 "\26\10\3\0\1\10\10\0\7\10\3\0\11\10\1\u0241"+
716 "\14\10\3\0\1\10\10\0\7\10\3\0\6\10\1\u0242"+
717 "\3\10\1\u0243\13\10\3\0\1\10\10\0\7\10\3\0"+
718 "\1\10\1\u0244\24\10\3\0\1\10\10\0\7\10\3\0"+
719 "\7\10\1\u010e\16\10\3\0\1\10\10\0\7\10\3\0"+
720 "\11\10\1\u0245\14\10\3\0\1\10\10\0\7\10\3\0"+
721 "\4\10\1\u0246\21\10\3\0\1\10\10\0\7\10\3\0"+
722 "\13\10\1\u0247\12\10\3\0\1\10\10\0\5\10\1\u0180"+
723 "\1\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
724 "\1\10\1\u0248\24\10\3\0\1\10\10\0\7\10\3\0"+
725 "\15\10\1\46\10\10\3\0\1\10\10\0\7\10\3\0"+
726 "\5\10\1\353\20\10\3\0\1\10\10\0\1\220\6\10"+
727 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\13\10"+
728 "\1\u0249\12\10\3\0\1\10\10\0\7\10\3\0\5\10"+
729 "\1\u024a\20\10\3\0\1\10\10\0\7\10\3\0\20\10"+
730 "\1\46\5\10\3\0\1\10\10\0\2\10\1\u024b\4\10"+
731 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\1\10"+
732 "\1\u024c\24\10\3\0\1\10\10\0\7\10\3\0\4\10"+
733 "\1\u0238\21\10\3\0\1\10\10\0\6\10\1\u024d\3\0"+
734 "\26\10\3\0\1\10\10\0\3\10\1\46\3\10\3\0"+
735 "\26\10\3\0\1\10\10\0\4\10\1\u0215\2\10\3\0"+
736 "\26\10\3\0\1\10\10\0\2\10\1\72\4\10\3\0"+
737 "\26\10\3\0\1\10\10\0\7\10\3\0\2\10\1\257"+
738 "\23\10\3\0\1\10\10\0\6\10\1\u024e\3\0\26\10"+
739 "\3\0\1\10\10\0\6\10\1\u024f\3\0\26\10\3\0"+
740 "\1\10\10\0\1\u024b\6\10\3\0\26\10\3\0\1\10"+
741 "\10\0\7\10\3\0\21\10\1\317\4\10\3\0\1\10"+
742 "\10\0\7\10\3\0\4\10\1\220\21\10\3\0\1\10"+
743 "\10\0\1\u0249\6\10\3\0\26\10\3\0\1\10\10\0"+
744 "\7\10\3\0\13\10\1\u018a\12\10\3\0\1\10\10\0"+
745 "\7\10\3\0\1\10\1\u0250\24\10\3\0\1\10\10\0"+
746 "\7\10\3\0\7\10\1\u015e\16\10\3\0\1\10\10\0"+
747 "\7\10\3\0\1\10\1\46\24\10\3\0\1\10\10\0"+
748 "\2\10\1\46\4\10\3\0\6\10\1\u0251\17\10\3\0"+
749 "\1\10\10\0\7\10\3\0\15\10\1\u0252\10\10\3\0"+
750 "\1\10\10\0\7\10\3\0\4\10\1\357\21\10\3\0"+
751 "\1\10\10\0\1\u0253\6\10\3\0\26\10\3\0\1\10"+
752 "\10\0\7\10\3\0\4\10\1\u0254\21\10\3\0\1\10"+
753 "\10\0\7\10\3\0\6\10\1\u0255\17\10\3\0\1\10"+
754 "\10\0\4\10\1\u0238\2\10\3\0\26\10\3\0\1\10"+
755 "\10\0\3\10\1\220\3\10\3\0\26\10\3\0\1\10"+
756 "\10\0\7\10\3\0\4\10\1\257\21\10\3\0\1\10"+
757 "\10\0\6\10\1\u0256\3\0\26\10\3\0\1\10\10\0"+
758 "\7\10\3\0\1\10\1\u0257\24\10\3\0\1\10\10\0"+
759 "\7\10\3\0\16\10\1\46\7\10\3\0\1\10\10\0"+
760 "\7\10\3\0\12\10\1\353\13\10\3\0\1\10\10\0"+
761 "\7\10\3\0\6\10\1\353\17\10\3\0\1\10\10\0"+
762 "\1\365\3\10\1\u01be\2\10\3\0\26\10\3\0\1\10"+
763 "\10\0\7\10\3\0\22\10\1\u0258\3\10\3\0\1\10"+
764 "\10\0\7\10\3\0\15\10\1\u0182\10\10\3\0\1\10"+
765 "\10\0\7\10\3\0\1\10\1\u01fc\24\10\3\0\1\10"+
766 "\10\0\7\10\3\0\21\10\1\u0238\4\10\3\0\1\10"+
767 "\10\0\7\10\3\0\4\10\1\u0169\21\10\3\0\1\10"+
768 "\10\0\7\10\3\0\15\10\1\u0186\10\10\3\0\1\10"+
769 "\10\0\7\10\3\0\15\10\1\u0259\10\10\3\0\1\10"+
770 "\10\0\7\10\3\0\22\10\1\46\3\10\34\0\1\u0234"+
771 "\37\0\1\u025a\71\0\1\u025b\61\0\1\u0148\30\0\1\u025c"+
772 "\64\0\1\u025d\65\0\1\u025e\2\0\1\u025f\20\0\1\u0158"+
773 "\66\0\1\u0260\64\0\1\251\51\0\1\u0261\47\0\1\u0262"+
774 "\35\0\1\u0263\100\0\1\u0264\15\0\1\10\10\0\1\353"+
775 "\6\10\3\0\26\10\3\0\1\10\10\0\4\10\1\u0265"+
776 "\2\10\3\0\26\10\3\0\1\10\10\0\4\10\1\u0266"+
777 "\2\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
778 "\1\10\1\u0267\24\10\3\0\1\10\10\0\1\u0182\6\10"+
779 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\13\10"+
780 "\1\u0178\12\10\3\0\1\10\10\0\2\10\1\u01f1\4\10"+
781 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\1\10"+
782 "\1\362\24\10\3\0\1\10\10\0\7\10\3\0\13\10"+
783 "\1\u0116\12\10\3\0\1\10\10\0\1\u0268\6\10\3\0"+
784 "\26\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u0269"+
785 "\12\10\3\0\1\10\10\0\7\10\3\0\13\10\1\u026a"+
786 "\12\10\3\0\1\10\10\0\7\10\3\0\4\10\1\124"+
787 "\21\10\3\0\1\10\10\0\7\10\3\0\1\10\1\213"+
788 "\24\10\3\0\1\10\10\0\6\10\1\u026b\3\0\26\10"+
789 "\3\0\1\10\10\0\7\10\3\0\4\10\1\u026c\21\10"+
790 "\3\0\1\10\10\0\7\10\3\0\2\10\1\u026d\23\10"+
791 "\3\0\1\10\10\0\3\10\1\353\3\10\3\0\26\10"+
792 "\3\0\1\10\10\0\7\10\3\0\1\10\1\355\24\10"+
793 "\3\0\1\10\10\0\4\10\1\u026e\2\10\3\0\26\10"+
794 "\3\0\1\10\10\0\7\10\3\0\7\10\1\213\16\10"+
795 "\3\0\1\10\10\0\2\10\1\u026f\4\10\3\0\26\10"+
796 "\3\0\1\10\10\0\7\10\3\0\15\10\1\257\10\10"+
797 "\3\0\1\10\10\0\2\10\1\u0270\4\10\3\0\26\10"+
798 "\3\0\1\10\10\0\7\10\3\0\4\10\1\u01fc\21\10"+
799 "\3\0\1\10\10\0\7\10\3\0\6\10\1\46\17\10"+
800 "\3\0\1\10\10\0\7\10\3\0\10\10\1\u0271\15\10"+
801 "\3\0\1\10\10\0\7\10\3\0\25\10\1\46\3\0"+
802 "\1\10\10\0\6\10\1\u01af\3\0\26\10\3\0\1\10"+
803 "\10\0\1\u0272\6\10\3\0\26\10\3\0\1\10\10\0"+
804 "\7\10\3\0\23\10\1\257\2\10\3\0\1\10\10\0"+
805 "\7\10\3\0\4\10\1\347\21\10\3\0\1\10\10\0"+
806 "\6\10\1\72\3\0\26\10\3\0\1\10\10\0\5\10"+
807 "\1\u0273\1\10\3\0\26\10\31\0\1\u0148\55\0\1\u01cc"+
808 "\47\0\1\u01d9\41\0\1\u0148\52\0\1\u0274\66\0\1\u0275"+
809 "\45\0\1\u01cd\50\0\1\u0274\76\0\1\u013e\46\0\1\u0148"+
810 "\67\0\1\u0148\6\0\1\10\10\0\7\10\3\0\1\10"+
811 "\1\u0276\24\10\3\0\1\10\10\0\1\124\6\10\3\0"+
812 "\26\10\3\0\1\10\10\0\7\10\3\0\2\10\1\u0277"+
813 "\23\10\3\0\1\10\10\0\2\10\1\u0278\4\10\3\0"+
814 "\26\10\3\0\1\10\10\0\7\10\3\0\4\10\1\u0109"+
815 "\21\10\3\0\1\10\10\0\7\10\3\0\7\10\1\u0238"+
816 "\16\10\3\0\1\10\10\0\7\10\3\0\2\10\1\u017d"+
817 "\23\10\3\0\1\10\10\0\7\10\3\0\1\10\1\u0279"+
818 "\24\10\3\0\1\10\10\0\4\10\1\u027a\2\10\3\0"+
819 "\26\10\3\0\1\10\10\0\7\10\3\0\1\10\1\u027b"+
820 "\24\10\3\0\1\10\10\0\1\u0189\6\10\3\0\26\10"+
821 "\3\0\1\10\10\0\7\10\3\0\6\10\1\u027c\17\10"+
822 "\3\0\1\10\10\0\7\10\3\0\4\10\1\u0266\21\10"+
823 "\30\0\1\u0148\44\0\1\u0263\35\0\1\10\10\0\7\10"+
824 "\3\0\15\10\1\220\10\10\3\0\1\10\10\0\4\10"+
825 "\1\u027d\2\10\3\0\26\10\3\0\1\10\10\0\4\10"+
826 "\1\220\2\10\3\0\26\10\3\0\1\10\10\0\7\10"+
827 "\3\0\4\10\1\u027e\21\10\3\0\1\10\10\0\1\u027f"+
828 "\6\10\3\0\26\10\3\0\1\10\10\0\4\10\1\u0273"+
829 "\2\10\3\0\26\10\3\0\1\10\10\0\7\10\3\0"+
830 "\6\10\1\u027d\17\10\3\0\1\10\10\0\1\u020d\6\10"+
831 "\3\0\26\10\3\0\1\10\10\0\7\10\3\0\14\10"+
832 "\1\u017d\11\10\3\0\1\10\10\0\7\10\3\0\4\10"+
833 "\1\u017d\21\10\1\0";
834
835 private static int [] zzUnpackTrans() {
836 int [] result = new int[27016];
837 int offset = 0;
838 offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result);
839 return result;
840 }
841
842 private static int zzUnpackTrans(String packed, int offset, int [] result) {
843 int i = 0; /* index in packed string */
844 int j = offset; /* index in unpacked array */
845 int l = packed.length();
846 while (i < l) {
847 int count = packed.charAt(i++);
848 int value = packed.charAt(i++);
849 value--;
850 do result[j++] = value; while (--count > 0);
851 }
852 return j;
853 }
854
855
856 /* error codes */
857 private static final int ZZ_UNKNOWN_ERROR = 0;
858 private static final int ZZ_NO_MATCH = 1;
859 private static final int ZZ_PUSHBACK_2BIG = 2;
860
861 /* error messages for the codes above */
862 private static final String ZZ_ERROR_MSG[] = {
863 "Unkown internal scanner error",
864 "Error: could not match input",
865 "Error: pushback value was too large"
866 };
867
868 /**
869 * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
870 */
871 private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute();
872
873 private static final String ZZ_ATTRIBUTE_PACKED_0 =
874 "\5\0\2\11\3\1\1\11\12\1\3\11\23\1\1\11"+
875 "\1\1\2\11\1\1\2\11\1\1\1\11\2\1\1\11"+
876 "\144\1\21\0\1\11\220\1\7\0\1\1\2\0\1\11"+
877 "\24\0\157\1\12\0\1\1\16\0\105\1\16\0\42\1"+
878 "\13\0\17\1\2\0\12\1";
879
880 private static int [] zzUnpackAttribute() {
881 int [] result = new int[639];
882 int offset = 0;
883 offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result);
884 return result;
885 }
886
887 private static int zzUnpackAttribute(String packed, int offset, int [] result) {
888 int i = 0; /* index in packed string */
889 int j = offset; /* index in unpacked array */
890 int l = packed.length();
891 while (i < l) {
892 int count = packed.charAt(i++);
893 int value = packed.charAt(i++);
894 do result[j++] = value; while (--count > 0);
895 }
896 return j;
897 }
898
899 /** the input device */
900 private java.io.Reader zzReader;
901
902 /** the current state of the DFA */
903 private int zzState;
904
905 /** the current lexical state */
906 private int zzLexicalState = YYINITIAL;
907
908 /** this buffer contains the current text to be matched and is
909 the source of the yytext() string */
910 private char zzBuffer[];
911
912 /** the textposition at the last accepting state */
913 private int zzMarkedPos;
914
915 /** the current text position in the buffer */
916 private int zzCurrentPos;
917
918 /** startRead marks the beginning of the yytext() string in the buffer */
919 private int zzStartRead;
920
921 /** endRead marks the last character in the buffer, that has been read
922 from input */
923 private int zzEndRead;
924
925 /**
926 * zzAtBOL == true <=> the scanner is currently at the beginning of a line
927 */
928 private boolean zzAtBOL = true;
929
930 /** zzAtEOF == true <=> the scanner is at the EOF */
931 private boolean zzAtEOF;
932
933 /* user code: */
934
935
936 /**
937 * Constructor. This must be here because JFlex does not generate a
938 * no-parameter constructor.
939 */
940 public SASTokenMaker() {
941 super();
942 }
943
944
945 /**
946 * Adds the token specified to the current linked list of tokens.
947 *
948 * @param tokenType The token's type.
949 */
950 private void addToken(int tokenType) {
951 addToken(zzStartRead, zzMarkedPos-1, tokenType);
952 }
953
954
955 /**
956 * Adds the token specified to the current linked list of tokens.
957 *
958 * @param tokenType The token's type.
959 */
960 private void addToken(int start, int end, int tokenType) {
961 int so = start + offsetShift;
962 addToken(zzBuffer, start,end, tokenType, so);
963 }
964
965
966 /**
967 * Adds the token specified to the current linked list of tokens.
968 *
969 * @param array The character array.
970 * @param start The starting offset in the array.
971 * @param end The ending offset in the array.
972 * @param tokenType The token's type.
973 * @param startOffset The offset in the document at which this token
974 * occurs.
975 */
976 public void addToken(char[] array, int start, int end, int tokenType, int startOffset) {
977 super.addToken(array, start,end, tokenType, startOffset);
978 zzStartRead = zzMarkedPos;
979 }
980
981
982 /**
983 * Returns the text to place at the beginning and end of a
984 * line to "comment" it in a this programming language.
985 *
986 * @return The start and end strings to add to a line to "comment"
987 * it out.
988 */
989 public String[] getLineCommentStartAndEnd() {
990 return new String[] { "*", null };
991 }
992
993
994 /**
995 * Returns whether tokens of the specified type should have "mark
996 * occurrences" enabled for the current programming language.
997 *
998 * @param type The token type.
999 * @return Whether tokens of this type should have "mark occurrences"
1000 * enabled.
1001 */
1002 public boolean getMarkOccurrencesOfTokenType(int type) {
1003 return type==Token.IDENTIFIER || type==Token.VARIABLE;
1004 }
1005
1006
1007 /**
1008 * Returns the first token in the linked list of tokens generated
1009 * from <code>text</code>. This method must be implemented by
1010 * subclasses so they can correctly implement syntax highlighting.
1011 *
1012 * @param text The text from which to get tokens.
1013 * @param initialTokenType The token type we should start with.
1014 * @param startOffset The offset into the document at which
1015 * <code>text</code> starts.
1016 * @return The first <code>Token</code> in a linked list representing
1017 * the syntax highlighted text.
1018 */
1019 public Token getTokenList(Segment text, int initialTokenType, int startOffset) {
1020
1021 resetTokenList();
1022 this.offsetShift = -text.offset + startOffset;
1023
1024 // Start off in the proper state.
1025 int state = Token.NULL;
1026 switch (initialTokenType) {
1027 case Token.LITERAL_STRING_DOUBLE_QUOTE:
1028 state = STRING;
1029 start = text.offset;
1030 break;
1031 case Token.LITERAL_CHAR:
1032 state = CHAR;
1033 start = text.offset;
1034 break;
1035 case Token.COMMENT_MULTILINE:
1036 state = MLC;
1037 start = text.offset;
1038 break;
1039 default:
1040 state = Token.NULL;
1041 }
1042
1043 s = text;
1044 try {
1045 yyreset(zzReader);
1046 yybegin(state);
1047 return yylex();
1048 } catch (IOException ioe) {
1049 ioe.printStackTrace();
1050 return new DefaultToken();
1051 }
1052
1053 }
1054
1055
1056 /**
1057 * Refills the input buffer.
1058 *
1059 * @return <code>true</code> if EOF was reached, otherwise
1060 * <code>false</code>.
1061 * @exception IOException if any I/O-Error occurs.
1062 */
1063 private boolean zzRefill() throws java.io.IOException {
1064 return zzCurrentPos>=s.offset+s.count;
1065 }
1066
1067
1068 /**
1069 * Resets the scanner to read from a new input stream.
1070 * Does not close the old reader.
1071 *
1072 * All internal variables are reset, the old input stream
1073 * <b>cannot</b> be reused (internal buffer is discarded and lost).
1074 * Lexical state is set to <tt>YY_INITIAL</tt>.
1075 *
1076 * @param reader the new input stream
1077 */
1078 public final void yyreset(java.io.Reader reader) throws java.io.IOException {
1079 // 's' has been updated.
1080 zzBuffer = s.array;
1081 /*
1082 * We replaced the line below with the two below it because zzRefill
1083 * no longer "refills" the buffer (since the way we do it, it's always
1084 * "full" the first time through, since it points to the segment's
1085 * array). So, we assign zzEndRead here.
1086 */
1087 //zzStartRead = zzEndRead = s.offset;
1088 zzStartRead = s.offset;
1089 zzEndRead = zzStartRead + s.count - 1;
1090 zzCurrentPos = zzMarkedPos = s.offset;
1091 zzLexicalState = YYINITIAL;
1092 zzReader = reader;
1093 zzAtBOL = true;
1094 zzAtEOF = false;
1095 }
1096
1097
1098
1099
1100 /**
1101 * Creates a new scanner
1102 * There is also a java.io.InputStream version of this constructor.
1103 *
1104 * @param in the java.io.Reader to read input from.
1105 */
1106 public SASTokenMaker(java.io.Reader in) {
1107 this.zzReader = in;
1108 }
1109
1110 /**
1111 * Creates a new scanner.
1112 * There is also java.io.Reader version of this constructor.
1113 *
1114 * @param in the java.io.Inputstream to read input from.
1115 */
1116 public SASTokenMaker(java.io.InputStream in) {
1117 this(new java.io.InputStreamReader(in));
1118 }
1119
1120 /**
1121 * Unpacks the compressed character translation table.
1122 *
1123 * @param packed the packed character translation table
1124 * @return the unpacked character translation table
1125 */
1126 private static char [] zzUnpackCMap(String packed) {
1127 char [] map = new char[0x10000];
1128 int i = 0; /* index in packed string */
1129 int j = 0; /* index in unpacked array */
1130 while (i < 180) {
1131 int count = packed.charAt(i++);
1132 char value = packed.charAt(i++);
1133 do map[j++] = value; while (--count > 0);
1134 }
1135 return map;
1136 }
1137
1138
1139 /**
1140 * Closes the input stream.
1141 */
1142 public final void yyclose() throws java.io.IOException {
1143 zzAtEOF = true; /* indicate end of file */
1144 zzEndRead = zzStartRead; /* invalidate buffer */
1145
1146 if (zzReader != null)
1147 zzReader.close();
1148 }
1149
1150
1151 /**
1152 * Returns the current lexical state.
1153 */
1154 public final int yystate() {
1155 return zzLexicalState;
1156 }
1157
1158
1159 /**
1160 * Enters a new lexical state
1161 *
1162 * @param newState the new lexical state
1163 */
1164 public final void yybegin(int newState) {
1165 zzLexicalState = newState;
1166 }
1167
1168
1169 /**
1170 * Returns the text matched by the current regular expression.
1171 */
1172 public final String yytext() {
1173 return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead );
1174 }
1175
1176
1177 /**
1178 * Returns the character at position <tt>pos</tt> from the
1179 * matched text.
1180 *
1181 * It is equivalent to yytext().charAt(pos), but faster
1182 *
1183 * @param pos the position of the character to fetch.
1184 * A value from 0 to yylength()-1.
1185 *
1186 * @return the character at position pos
1187 */
1188 public final char yycharat(int pos) {
1189 return zzBuffer[zzStartRead+pos];
1190 }
1191
1192
1193 /**
1194 * Returns the length of the matched text region.
1195 */
1196 public final int yylength() {
1197 return zzMarkedPos-zzStartRead;
1198 }
1199
1200
1201 /**
1202 * Reports an error that occured while scanning.
1203 *
1204 * In a wellformed scanner (no or only correct usage of
1205 * yypushback(int) and a match-all fallback rule) this method
1206 * will only be called with things that "Can't Possibly Happen".
1207 * If this method is called, something is seriously wrong
1208 * (e.g. a JFlex bug producing a faulty scanner etc.).
1209 *
1210 * Usual syntax/scanner level error handling should be done
1211 * in error fallback rules.
1212 *
1213 * @param errorCode the code of the errormessage to display
1214 */
1215 private void zzScanError(int errorCode) {
1216 String message;
1217 try {
1218 message = ZZ_ERROR_MSG[errorCode];
1219 }
1220 catch (ArrayIndexOutOfBoundsException e) {
1221 message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR];
1222 }
1223
1224 throw new Error(message);
1225 }
1226
1227
1228 /**
1229 * Pushes the specified amount of characters back into the input stream.
1230 *
1231 * They will be read again by then next call of the scanning method
1232 *
1233 * @param number the number of characters to be read again.
1234 * This number must not be greater than yylength()!
1235 */
1236 public void yypushback(int number) {
1237 if ( number > yylength() )
1238 zzScanError(ZZ_PUSHBACK_2BIG);
1239
1240 zzMarkedPos -= number;
1241 }
1242
1243
1244 /**
1245 * Resumes scanning until the next regular expression is matched,
1246 * the end of input is encountered or an I/O-Error occurs.
1247 *
1248 * @return the next token
1249 * @exception java.io.IOException if any I/O-Error occurs
1250 */
1251 public org.fife.ui.rsyntaxtextarea.Token yylex() throws java.io.IOException {
1252 int zzInput;
1253 int zzAction;
1254
1255 // cached fields:
1256 int zzCurrentPosL;
1257 int zzMarkedPosL;
1258 int zzEndReadL = zzEndRead;
1259 char [] zzBufferL = zzBuffer;
1260 char [] zzCMapL = ZZ_CMAP;
1261
1262 int [] zzTransL = ZZ_TRANS;
1263 int [] zzRowMapL = ZZ_ROWMAP;
1264 int [] zzAttrL = ZZ_ATTRIBUTE;
1265
1266 while (true) {
1267 zzMarkedPosL = zzMarkedPos;
1268
1269 if (zzMarkedPosL > zzStartRead) {
1270 switch (zzBufferL[zzMarkedPosL-1]) {
1271 case '\n':
1272 case '\u000B':
1273 case '\u000C':
1274 case '\u0085':
1275 case '\u2028':
1276 case '\u2029':
1277 zzAtBOL = true;
1278 break;
1279 case '\r':
1280 if (zzMarkedPosL < zzEndReadL)
1281 zzAtBOL = zzBufferL[zzMarkedPosL] != '\n';
1282 else if (zzAtEOF)
1283 zzAtBOL = false;
1284 else {
1285 boolean eof = zzRefill();
1286 zzMarkedPosL = zzMarkedPos;
1287 zzEndReadL = zzEndRead;
1288 zzBufferL = zzBuffer;
1289 if (eof)
1290 zzAtBOL = false;
1291 else
1292 zzAtBOL = zzBufferL[zzMarkedPosL] != '\n';
1293 }
1294 break;
1295 default:
1296 zzAtBOL = false;
1297 }
1298 }
1299 zzAction = -1;
1300
1301 zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL;
1302
1303 if (zzAtBOL)
1304 zzState = ZZ_LEXSTATE[zzLexicalState+1];
1305 else
1306 zzState = ZZ_LEXSTATE[zzLexicalState];
1307
1308
1309 zzForAction: {
1310 while (true) {
1311
1312 if (zzCurrentPosL < zzEndReadL)
1313 zzInput = zzBufferL[zzCurrentPosL++];
1314 else if (zzAtEOF) {
1315 zzInput = YYEOF;
1316 break zzForAction;
1317 }
1318 else {
1319 // store back cached positions
1320 zzCurrentPos = zzCurrentPosL;
1321 zzMarkedPos = zzMarkedPosL;
1322 boolean eof = zzRefill();
1323 // get translated positions and possibly new buffer
1324 zzCurrentPosL = zzCurrentPos;
1325 zzMarkedPosL = zzMarkedPos;
1326 zzBufferL = zzBuffer;
1327 zzEndReadL = zzEndRead;
1328 if (eof) {
1329 zzInput = YYEOF;
1330 break zzForAction;
1331 }
1332 else {
1333 zzInput = zzBufferL[zzCurrentPosL++];
1334 }
1335 }
1336 int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ];
1337 if (zzNext == -1) break zzForAction;
1338 zzState = zzNext;
1339
1340 int zzAttributes = zzAttrL[zzState];
1341 if ( (zzAttributes & 1) == 1 ) {
1342 zzAction = zzState;
1343 zzMarkedPosL = zzCurrentPosL;
1344 if ( (zzAttributes & 8) == 8 ) break zzForAction;
1345 }
1346
1347 }
1348 }
1349
1350 // store back cached position
1351 zzMarkedPos = zzMarkedPosL;
1352
1353 switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) {
1354 case 13:
1355 { yybegin(YYINITIAL); addToken(start,zzStartRead-1, Token.LITERAL_CHAR); return firstToken;
1356 }
1357 case 21: break;
1358 case 2:
1359 { addNullToken(); return firstToken;
1360 }
1361 case 22: break;
1362 case 18:
1363 { yybegin(YYINITIAL); addToken(start,zzStartRead+1, Token.COMMENT_MULTILINE);
1364 }
1365 case 23: break;
1366 case 17:
1367 { start = zzMarkedPos-2; yybegin(MLC);
1368 }
1369 case 24: break;
1370 case 3:
1371 { addToken(Token.WHITESPACE);
1372 }
1373 case 25: break;
1374 case 8:
1375 { start = zzMarkedPos-1; yybegin(CHAR);
1376 }
1377 case 26: break;
1378 case 5:
1379 { addToken(Token.RESERVED_WORD);
1380 }
1381 case 27: break;
1382 case 6:
1383 { addToken(Token.SEPARATOR);
1384 }
1385 case 28: break;
1386 case 16:
1387 { addToken(Token.VARIABLE);
1388 }
1389 case 29: break;
1390 case 14:
1391 { yybegin(YYINITIAL); addToken(start,zzStartRead, Token.LITERAL_CHAR);
1392 }
1393 case 30: break;
1394 case 1:
1395 { addToken(Token.IDENTIFIER);
1396 }
1397 case 31: break;
1398 case 20:
1399 { addToken(Token.FUNCTION);
1400 }
1401 case 32: break;
1402 case 19:
1403 { addToken(Token.DATA_TYPE);
1404 }
1405 case 33: break;
1406 case 11:
1407 { addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); return firstToken;
1408 }
1409 case 34: break;
1410 case 9:
1411 { // We must do this because of how we
1412 // abuse JFlex; since we return an entire
1413 // list of tokens at once instead of a
1414 // single token at a time, the "^" regex
1415 // character doesn't really work, so we must
1416 // check that we're at the beginning of a
1417 // line ourselves.
1418 start = zzStartRead;
1419 // Might not be any whitespace.
1420 if (yylength()>1) {
1421 addToken(zzStartRead,zzMarkedPos-2, Token.WHITESPACE);
1422 zzStartRead = zzMarkedPos-1;
1423 }
1424 // Remember: zzStartRead may now be updated,
1425 // so we must check against 'start'.
1426 if (start==s.offset) {
1427 addToken(zzStartRead,zzEndRead, Token.COMMENT_EOL);
1428 addNullToken();
1429 return firstToken;
1430 }
1431 else {
1432 addToken(zzStartRead,zzStartRead, Token.OPERATOR);
1433 }
1434 }
1435 case 35: break;
1436 case 7:
1437 { start = zzMarkedPos-1; yybegin(STRING);
1438 }
1439 case 36: break;
1440 case 4:
1441 { addToken(Token.OPERATOR);
1442 }
1443 case 37: break;
1444 case 12:
1445 { yybegin(YYINITIAL); addToken(start,zzStartRead, Token.LITERAL_STRING_DOUBLE_QUOTE);
1446 }
1447 case 38: break;
1448 case 10:
1449 {
1450 }
1451 case 39: break;
1452 case 15:
1453 { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); return firstToken;
1454 }
1455 case 40: break;
1456 default:
1457 if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
1458 zzAtEOF = true;
1459 switch (zzLexicalState) {
1460 case STRING: {
1461 addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); return firstToken;
1462 }
1463 case 640: break;
1464 case YYINITIAL: {
1465 addNullToken(); return firstToken;
1466 }
1467 case 641: break;
1468 case MLC: {
1469 addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); return firstToken;
1470 }
1471 case 642: break;
1472 case CHAR: {
1473 addToken(start,zzStartRead-1, Token.LITERAL_CHAR); return firstToken;
1474 }
1475 case 643: break;
1476 default:
1477 return null;
1478 }
1479 }
1480 else {
1481 zzScanError(ZZ_NO_MATCH);
1482 }
1483 }
1484 }
1485 }
1486
1487
1488}
Note: See TracBrowser for help on using the repository browser.