compiler/libec; ecere; ide: Safer default virtual method calls
[sdk] / compiler / bootstrap / libec / bootstrap / lexer.c
index 94f395b..e19be8a 100644 (file)
@@ -1,3 +1,11 @@
+/* Code generated from eC source file: lexer.ec */
+#if defined(_WIN32)
+#define __runtimePlatform 1
+#elif defined(__APPLE__)
+#define __runtimePlatform 3
+#else
+#define __runtimePlatform 2
+#endif
 #if defined(__GNUC__)
 typedef long long int64;
 typedef unsigned long long uint64;
@@ -27,153 +35,229 @@ typedef unsigned __int64 uint64;
 #else
 #define __ENDIAN_PAD(x) 0
 #endif
+#if defined(_WIN32)
+#   if defined(__GNUC__) || defined(__TINYC__)
+#      define ecere_stdcall __attribute__((__stdcall__))
+#      define ecere_gcc_struct __attribute__((gcc_struct))
+#   else
+#      define ecere_stdcall __stdcall
+#      define ecere_gcc_struct
+#   endif
+#else
+#   define ecere_stdcall
+#   define ecere_gcc_struct
+#endif
 #include <stdint.h>
 #include <sys/types.h>
+void exit(int status);
 
-#if /*defined(_W64) || */(defined(__WORDSIZE) && __WORDSIZE == 8) || defined(__x86_64__)
-#define _64BIT 1
-#else
-#define _64BIT 0
-#endif
+void * calloc(size_t nmemb, size_t size);
 
-#define arch_PointerSize                  sizeof(void *)
-#define structSize_Instance               (_64BIT ? 24 : 12)
+void free(void * ptr);
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_New(unsigned int size);
+void * malloc(size_t size);
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_New0(unsigned int size);
+void * realloc(void * ptr, size_t size);
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_Renew(void *  memory, unsigned int size);
+long int strtol(const char * nptr, char ** endptr, int base);
 
-extern void *  __ecereNameSpace__ecere__com__eSystem_Renew0(void *  memory, unsigned int size);
+long long int strtoll(const char * nptr, char ** endptr, int base);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__BTNode;
+unsigned long long int strtoull(const char * nptr, char ** endptr, int base);
 
-struct __ecereNameSpace__ecere__sys__BTNode;
+typedef __builtin_va_list va_list;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__BinaryTree;
+typedef void FILE;
 
-struct __ecereNameSpace__ecere__sys__BinaryTree
-{
-struct __ecereNameSpace__ecere__sys__BTNode * root;
-int count;
-int (*  CompareKey)(struct __ecereNameSpace__ecere__sys__BinaryTree * tree, uintptr_t a, uintptr_t b);
-void (*  FreeKey)(void *  key);
-} __attribute__ ((gcc_struct));
+FILE * bsl_stdin(void);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__OldList;
+FILE * bsl_stdout(void);
 
-struct __ecereNameSpace__ecere__sys__OldList
+FILE * bsl_stderr(void);
+
+char * fgets(char * s, int size, FILE * stream);
+
+FILE * fopen(const char * path, const char * mode);
+
+int fclose(FILE * fp);
+
+int fflush(FILE * stream);
+
+int fgetc(FILE * stream);
+
+int fprintf(FILE * stream, const char * format, ...);
+
+int fputc(int c, FILE * stream);
+
+size_t fread(void * ptr, size_t size, size_t nmemb, FILE * stream);
+
+size_t fwrite(const void * ptr, size_t size, size_t nmemb, FILE * stream);
+
+int vsnprintf(char *, size_t, const char *, va_list args);
+
+int snprintf(char * str, size_t, const char * format, ...);
+
+int fseek(FILE * stream, long offset, int whence);
+
+long ftell(FILE * stream);
+
+int feof(FILE * stream);
+
+int ferror(FILE * stream);
+
+int fileno(FILE * stream);
+
+typedef struct yy_buffer_state * YY_BUFFER_STATE;
+
+extern int yyleng;
+
+extern FILE * yyin, * yyout;
+
+typedef unsigned int yy_size_t;
+
+struct yy_buffer_state
 {
-void *  first;
-void *  last;
-int count;
-unsigned int offset;
-unsigned int circ;
-} __attribute__ ((gcc_struct));
+FILE * yy_input_file;
+char * yy_ch_buf;
+char * yy_buf_pos;
+yy_size_t yy_buf_size;
+int yy_n_chars;
+int yy_is_our_buffer;
+int yy_is_interactive;
+int yy_at_bol;
+int yy_fill_buffer;
+int yy_buffer_status;
+} ecere_gcc_struct;
+
+static char yy_hold_char;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Method;
+static int yy_n_chars;
 
-struct __ecereNameSpace__ecere__com__Method
+int yyleng;
+
+static char * yy_c_buf_p = (char *)0;
+
+static int yy_init = 1;
+
+static int yy_start = 0;
+
+static int yy_did_buffer_switch_on_eof;
+
+void yyrestart(FILE * input_file);
+
+void yy_load_buffer_state(void);
+
+static void * yy_flex_alloc(yy_size_t);
+
+static void * yy_flex_realloc(void *, yy_size_t);
+
+static void yy_flex_free(void *);
+
+typedef unsigned char YY_CHAR;
+
+FILE * yyin = (FILE *)0, * yyout = (FILE *)0;
+
+typedef int yy_state_type;
+
+extern char * yytext;
+
+static yy_state_type yy_get_previous_state(void);
+
+static yy_state_type yy_try_NUL_trans(yy_state_type current_state);
+
+static int yy_get_next_buffer(void);
+
+static void yy_fatal_error(const char msg[]);
+
+static const short int yy_accept[729] =
 {
-char *  name;
-struct __ecereNameSpace__ecere__com__Method * parent;
-struct __ecereNameSpace__ecere__com__Method * left;
-struct __ecereNameSpace__ecere__com__Method * right;
-int depth;
-int (*  function)();
-int vid;
-int type;
-struct __ecereNameSpace__ecere__com__Class * _class;
-void *  symbol;
-char *  dataTypeString;
-struct Type * dataType;
-int memberAccess;
-} __attribute__ ((gcc_struct));
+0, 113, 113, 179, 177, 175, 174, 173, 176, 160, 177, 1, 172, 166, 159, 177, 154, 155, 164, 163, 151, 162, 158, 165, 119, 119, 152, 148, 167, 153, 168, 171, 113, 113, 113, 156, 157, 169, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 149, 170, 150, 161, 147, 0, 124, 0, 133, 150, 142, 134, 0, 0, 131, 139, 129, 140, 130, 141, 0, 122, 2, 3, 132, 123, 118, 0, 119, 0, 119, 113, 157, 149, 156, 138, 144, 146, 145, 137, 0, 113, 0, 113, 0, 0, 135, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 11, 113, 113, 113, 113, 113, 113, 113, 113, 19, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 136, 143, 120, 126, 0, 122, 122, 0, 123, 118, 0, 121, 0, 114, 113, 128, 127, 113, 113, 0, 125, 0, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 93, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 17, 46, 113, 113, 113, 113, 20, 113, 113, 113, 52, 113, 113, 113, 113, 113, 113, 113, 45, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 0, 122, 0, 122, 0, 123, 121, 116, 117, 114, 0, 62, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 4, 113, 6, 7, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 13, 14, 113, 113, 113, 18, 113, 113, 113, 113, 113, 22, 113, 53, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 21, 113, 113, 113, 39, 113, 113, 113, 0, 122, 116, 116, 0, 116, 116, 117, 0, 0, 115, 63, 113, 113, 113, 94, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 5, 48, 8, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 16, 113, 113, 113, 59, 47, 113, 113, 113, 113, 113, 54, 113, 113, 25, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 37, 113, 113, 113, 96, 43, 0, 116, 116, 116, 0, 0, 117, 115, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 57, 51, 113, 113, 12, 15, 113, 56, 89, 73, 113, 113, 113, 85, 113, 55, 113, 24, 26, 29, 32, 113, 113, 34, 113, 35, 113, 113, 113, 113, 113, 113, 113, 0, 116, 113, 113, 113, 92, 113, 113, 77, 83, 113, 113, 113, 58, 113, 113, 113, 113, 113, 113, 113, 71, 113, 113, 113, 113, 113, 113, 113, 113, 110, 111, 109, 10, 113, 113, 113, 113, 86, 113, 113, 113, 81, 113, 113, 113, 113, 36, 113, 50, 113, 113, 64, 113, 113, 113, 113, 113, 113, 72, 113, 27, 113, 33, 95, 113, 113, 80, 113, 113, 113, 113, 113, 113, 9, 113, 113, 113, 113, 113, 44, 23, 66, 113, 107, 113, 113, 38, 40, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 78, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 75, 76, 113, 108, 113, 113, 49, 113, 99, 65, 113, 113, 113, 113, 113, 70, 82, 28, 113, 42, 113, 88, 105, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 30, 69, 113, 113, 0, 113, 113, 79, 113, 91, 113, 113, 102, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 74, 0, 113, 84, 41, 113, 113, 113, 113, 113, 98, 113, 97, 87, 68, 113, 113, 113, 90, 113, 113, 113, 113, 112, 113, 113, 113, 113, 113, 113, 100, 113, 106, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 61, 113, 113, 113, 113, 113, 113, 60, 113, 113, 104, 113, 31, 113, 101, 113, 113, 113, 113, 113, 113, 113, 103, 113, 67, 0
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Property;
+static const int yy_ec[256] =
+{
+0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 22, 22, 23, 22, 24, 22, 22, 22, 25, 26, 27, 28, 29, 30, 1, 31, 32, 33, 31, 34, 35, 36, 36, 37, 38, 36, 39, 36, 36, 36, 40, 36, 36, 36, 36, 41, 36, 36, 42, 36, 36, 43, 44, 45, 46, 47, 1, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 36, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
+};
 
-struct __ecereNameSpace__ecere__com__Property
+static const int yy_meta[77] =
 {
-struct __ecereNameSpace__ecere__com__Property * prev;
-struct __ecereNameSpace__ecere__com__Property * next;
-char *  name;
-unsigned int isProperty;
-int memberAccess;
-int id;
-struct __ecereNameSpace__ecere__com__Class * _class;
-char *  dataTypeString;
-struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
-struct Type * dataType;
-void (*  Set)(void * , int);
-int (*  Get)(void * );
-unsigned int (*  IsSet)(void * );
-void *  data;
-void *  symbol;
-int vid;
-unsigned int conversion;
-unsigned int watcherOffset;
-char *  category;
-unsigned int compiled;
-unsigned int selfWatchable;
-unsigned int isWatchable;
-} __attribute__ ((gcc_struct));
+0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 4, 1, 1, 1, 1, 5, 1, 6, 6, 6, 6, 2, 1, 1, 1, 1, 1, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 1, 1, 1, 1, 8, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 1, 1
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_CodePosition;
+static const short int yy_base[737] =
+{
+0, 0, 0, 254, 2603, 2603, 2603, 2603, 2603, 219, 70, 2603, 2603, 50, 69, 201, 2603, 2603, 199, 65, 2603, 66, 64, 76, 96, 79, 80, 2603, 97, 194, 61, 2603, 81, 88, 116, 2603, 2603, 183, 132, 115, 87, 143, 147, 131, 148, 156, 160, 121, 164, 136, 203, 204, 206, 208, 212, 224, 2603, 88, 2603, 2603, 2603, 101, 2603, 184, 2603, 2603, 2603, 2603, 182, 174, 2603, 2603, 2603, 2603, 2603, 2603, 159, 259, 2603, 2603, 2603, 298, 339, 218, 247, 151, 0, 0, 2603, 2603, 2603, 116, 2603, 2603, 2603, 111, 111, 149, 106, 213, 186, 85, 2603, 233, 237, 232, 396, 221, 240, 241, 242, 265, 298, 313, 306, 318, 319, 323, 315, 316, 334, 331, 363, 364, 372, 328, 374, 375, 390, 391, 392, 393, 400, 409, 401, 394, 411, 398, 416, 424, 431, 399, 458, 459, 463, 466, 465, 468, 469, 475, 470, 476, 478, 487, 491, 2603, 2603, 2603, 2603, 527, 517, 556, 541, 546, 530, 483, 595, 0, 601, 403, 2603, 2603, 0, 533, 243, 2603, 108, 498, 550, 589, 596, 600, 618, 571, 611, 624, 620, 645, 517, 648, 652, 654, 663, 665, 497, 664, 667, 671, 672, 673, 675, 680, 683, 682, 684, 705, 692, 695, 708, 710, 720, 723, 731, 738, 508, 735, 739, 741, 743, 744, 747, 754, 748, 756, 763, 765, 766, 767, 771, 784, 774, 786, 787, 793, 794, 799, 803, 806, 805, 809, 810, 812, 814, 821, 827, 833, 834, 836, 837, 838, 839, 855, 860, 875, 889, 880, 899, 907, 905, 910, 953, 941, 997, 860, 866, 883, 881, 876, 970, 945, 927, 1003, 946, 1006, 1011, 1012, 1014, 940, 1013, 1016, 1018, 1015, 1021, 943, 1022, 1023, 1024, 1033, 1034, 1040, 1041, 1042, 1043, 1051, 1050, 1058, 1071, 1059, 1076, 1078, 1079, 1082, 1086, 1087, 1094, 1099, 1102, 1103, 1104, 1106, 1105, 1107, 1110, 1111, 1114, 1123, 1127, 1130, 1129, 1135, 1136, 1139, 1140, 1142, 1147, 1148, 1155, 1151, 1164, 1168, 1171, 1172, 1173, 1174, 1184, 1191, 1194, 1200, 1203, 1204, 1207, 1209, 1211, 1217, 1222, 0, 1212, 1259, 1249, 0, 1257, 1299, 1236, 1303, 1237, 1241, 1242, 1265, 1282, 1286, 1274, 1293, 1319, 1320, 1321, 1324, 1323, 1326, 1328, 1341, 1343, 1344, 1346, 1347, 1350, 1352, 1353, 1356, 1363, 1365, 1372, 1374, 1376, 1382, 1387, 1392, 1393, 1395, 1394, 1398, 1402, 1403, 1404, 1405, 1413, 1414, 1425, 1415, 1430, 1431, 1433, 1437, 1438, 1448, 1449, 1455, 1457, 1458, 1461, 1460, 1465, 1464, 1473, 1467, 1480, 1470, 1482, 1485, 1491, 1492, 1495, 1511, 1513, 1515, 1523, 1547, 0, 1519, 1571, 1527, 1586, 1576, 1549, 1541, 1566, 1572, 1601, 1554, 1605, 1606, 1611, 1623, 1626, 1627, 1629, 1630, 1548, 1633, 1635, 1636, 1638, 1642, 1645, 1648, 1655, 1654, 1658, 1660, 1663, 1667, 1664, 1666, 1675, 1684, 1685, 1687, 1688, 1690, 1703, 1706, 1709, 1711, 1713, 1714, 1715, 1716, 1718, 1724, 1726, 1733, 1737, 1739, 1741, 1742, 1744, 1746, 1750, 1759, 1752, 1762, 1761, 1765, 1767, 1768, 1773, 1806, 1777, 1774, 1778, 1780, 1787, 1793, 1795, 1798, 1808, 1810, 1814, 1821, 1823, 1826, 1827, 1831, 1839, 1842, 1843, 1844, 1847, 1849, 1859, 1862, 1865, 1869, 1870, 1872, 1877, 1878, 1880, 1885, 1889, 1898, 1901, 1904, 1905, 1906, 1909, 1910, 1914, 1917, 1921, 1925, 1930, 1927, 1932, 1933, 1936, 1934, 1938, 1945, 1949, 1953, 1955, 1960, 1957, 1964, 1973, 1970, 1976, 1980, 1981, 1983, 1985, 1989, 1993, 1996, 2004, 2008, 2011, 2013, 2014, 2016, 2015, 2019, 2021, 2020, 2023, 2026, 2039, 2041, 2042, 2043, 2048, 2049, 2054, 2066, 2069, 2072, 2073, 2075, 2076, 2079, 2077, 2078, 2081, 2082, 2084, 2088, 2100, 2105, 2106, 2109, 2110, 2112, 2121, 2127, 2122, 2131, 2134, 2132, 2144, 2147, 2149, 2150, 2152, 2156, 2157, 2160, 2162, 2165, 2168, 2172, 2180, 2181, 2184, 2185, 2188, 2189, 2190, 2196, 2197, 2208, 2200, 2209, 2212, 2215, 2217, 2225, 2227, 2228, 2233, 2230, 2237, 96, 2235, 2243, 2232, 2253, 2256, 2262, 2263, 2273, 2278, 2280, 2281, 2282, 2283, 2284, 2285, 2288, 2290, 2293, 2603, 68, 2301, 2286, 2291, 2303, 2306, 2309, 2311, 2312, 2321, 2331, 2334, 2339, 2341, 2342, 2343, 2350, 2349, 2354, 2351, 2359, 2360, 2361, 2367, 2370, 2371, 2377, 2378, 2379, 2380, 2382, 2386, 2388, 2389, 2399, 2401, 2405, 2407, 2411, 2414, 2424, 2418, 2426, 2427, 2429, 2433, 2434, 2435, 2437, 2450, 2452, 2457, 2458, 2461, 2462, 2473, 2463, 2478, 2481, 2483, 2485, 2486, 2488, 2489, 2491, 2496, 2501, 2603, 2559, 2567, 2574, 2578, 2579, 2587, 2590, 2594
+};
 
-struct CodePosition
+static const short int yy_def[737] =
 {
-int line;
-int charPos;
-int pos;
-unsigned int included;
-} __attribute__ ((gcc_struct));
+0, 728, 1, 728, 728, 728, 728, 728, 728, 728, 729, 728, 728, 728, 728, 730, 728, 728, 728, 728, 728, 728, 728, 728, 728, 24, 728, 728, 728, 728, 728, 728, 731, 731, 731, 728, 728, 728, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 728, 728, 728, 728, 729, 728, 729, 728, 728, 728, 728, 730, 730, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 732, 25, 733, 728, 728, 728, 728, 728, 728, 728, 728, 728, 731, 728, 731, 734, 730, 728, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 735, 732, 731, 728, 728, 733, 731, 734, 728, 734, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 77, 728, 728, 728, 81, 728, 735, 728, 728, 728, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 161, 259, 728, 728, 260, 348, 728, 728, 728, 728, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 728, 348, 728, 728, 728, 728, 728, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 728, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 736, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 728, 736, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 731, 0, 728, 728, 728, 728, 728, 728, 728, 728
+};
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Location;
+static const short int yy_nxt[2680] =
+{
+0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 32, 32, 32, 32, 32, 32, 34, 32, 32, 32, 35, 4, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 32, 46, 32, 32, 47, 32, 48, 32, 49, 50, 51, 52, 53, 54, 55, 32, 32, 32, 56, 57, 58, 59, 62, 64, 65, 66, 71, 660, 76, 73, 77, 77, 77, 77, 94, 95, 78, 96, 72, 74, 75, 79, 67, 96, 96, 86, 86, 86, 86, 80, 87, 98, 89, 62, 88, 660, 728, 98, 98, 63, 81, 155, 82, 82, 82, 82, 728, 90, 100, 91, 92, 96, 96, 101, 69, 83, 172, 96, 84, 84, 84, 98, 84, 85, 171, 98, 98, 96, 96, 170, 63, 98, 96, 83, 728, 99, 113, 84, 84, 96, 84, 98, 98, 96, 96, 96, 98, 156, 84, 103, 104, 85, 96, 98, 105, 167, 96, 98, 98, 98, 96, 110, 728, 158, 106, 111, 98, 112, 135, 107, 98, 68, 728, 108, 98, 123, 114, 124, 175, 157, 118, 119, 109, 115, 120, 138, 125, 116, 139, 126, 117, 121, 127, 129, 122, 128, 102, 136, 131, 96, 96, 137, 96, 130, 96, 132, 133, 93, 96, 96, 134, 69, 70, 98, 98, 176, 98, 96, 98, 165, 96, 165, 98, 98, 166, 166, 166, 166, 96, 96, 69, 98, 60, 96, 98, 175, 96, 96, 96, 728, 140, 141, 98, 98, 142, 143, 147, 98, 728, 149, 98, 98, 98, 151, 150, 144, 145, 153, 146, 152, 173, 96, 148, 728, 154, 77, 77, 77, 77, 84, 84, 84, 176, 84, 728, 98, 190, 179, 159, 160, 177, 160, 160, 160, 178, 728, 191, 728, 84, 84, 728, 84, 192, 728, 96, 728, 159, 160, 193, 84, 160, 160, 96, 160, 161, 161, 161, 161, 98, 96, 194, 96, 96, 728, 96, 96, 98, 162, 163, 96, 163, 163, 163, 98, 96, 98, 98, 96, 98, 98, 96, 728, 728, 98, 728, 162, 163, 728, 98, 163, 163, 98, 163, 81, 98, 82, 82, 82, 82, 195, 196, 198, 199, 728, 202, 728, 197, 203, 83, 96, 96, 164, 164, 164, 728, 164, 201, 204, 96, 200, 96, 96, 205, 98, 98, 207, 83, 728, 206, 211, 164, 164, 98, 164, 98, 98, 96, 96, 96, 96, 96, 164, 96, 728, 96, 96, 96, 96, 728, 96, 98, 98, 98, 98, 98, 96, 98, 96, 98, 98, 98, 98, 96, 98, 209, 208, 728, 728, 728, 98, 96, 98, 213, 212, 210, 728, 98, 96, 728, 180, 181, 182, 183, 184, 98, 728, 728, 185, 728, 214, 222, 98, 215, 216, 218, 186, 187, 188, 217, 189, 232, 221, 224, 219, 96, 96, 223, 225, 227, 96, 220, 96, 96, 226, 96, 96, 96, 728, 98, 98, 228, 96, 96, 98, 96, 98, 98, 229, 98, 98, 98, 230, 231, 96, 728, 98, 98, 96, 98, 166, 166, 166, 166, 96, 96, 728, 236, 98, 234, 237, 240, 98, 728, 728, 96, 233, 241, 98, 98, 242, 238, 245, 239, 96, 728, 728, 235, 243, 98, 248, 246, 244, 249, 728, 728, 247, 728, 98, 252, 96, 252, 728, 251, 253, 253, 253, 253, 160, 250, 160, 160, 160, 256, 98, 256, 264, 96, 257, 257, 257, 257, 728, 164, 164, 164, 160, 164, 279, 160, 160, 98, 160, 161, 161, 161, 161, 163, 96, 163, 163, 163, 164, 164, 280, 164, 254, 255, 263, 255, 255, 255, 98, 164, 728, 163, 96, 728, 163, 163, 728, 163, 728, 96, 254, 255, 265, 96, 255, 255, 98, 255, 166, 166, 166, 166, 260, 98, 96, 273, 728, 98, 728, 728, 728, 96, 258, 96, 258, 258, 258, 96, 98, 266, 261, 261, 261, 262, 261, 98, 728, 98, 728, 728, 258, 98, 728, 258, 258, 728, 258, 267, 96, 261, 261, 96, 261, 268, 269, 96, 262, 96, 728, 270, 261, 271, 98, 728, 276, 98, 96, 96, 96, 98, 96, 98, 272, 274, 96, 96, 96, 275, 96, 728, 98, 98, 98, 96, 98, 96, 96, 96, 98, 98, 98, 728, 98, 277, 728, 96, 728, 98, 96, 98, 98, 98, 281, 278, 285, 283, 284, 287, 96, 98, 282, 96, 98, 96, 728, 288, 728, 728, 286, 728, 293, 728, 98, 96, 296, 98, 96, 98, 289, 728, 290, 294, 291, 292, 96, 295, 299, 98, 96, 300, 98, 96, 96, 301, 96, 297, 96, 96, 98, 302, 96, 96, 98, 298, 303, 98, 98, 96, 98, 96, 98, 98, 728, 312, 98, 98, 96, 305, 96, 96, 96, 98, 304, 98, 96, 306, 316, 96, 307, 728, 98, 728, 98, 98, 98, 728, 728, 96, 98, 96, 96, 98, 311, 308, 314, 309, 96, 96, 313, 310, 315, 98, 96, 98, 98, 728, 96, 728, 96, 96, 98, 98, 96, 96, 728, 96, 98, 96, 319, 320, 98, 318, 98, 98, 96, 317, 98, 98, 321, 98, 96, 98, 322, 728, 728, 728, 96, 96, 98, 96, 96, 96, 96, 326, 98, 323, 728, 325, 328, 324, 98, 98, 331, 98, 98, 98, 98, 728, 96, 728, 329, 327, 728, 96, 728, 334, 728, 728, 330, 96, 332, 333, 98, 253, 253, 253, 253, 98, 340, 96, 339, 341, 337, 98, 96, 335, 96, 336, 253, 253, 253, 253, 728, 98, 338, 728, 728, 343, 98, 343, 98, 728, 344, 344, 344, 344, 342, 255, 728, 255, 255, 255, 257, 257, 257, 257, 728, 354, 728, 728, 257, 257, 257, 257, 357, 255, 728, 356, 255, 255, 96, 255, 258, 728, 258, 258, 258, 345, 355, 346, 346, 346, 347, 96, 98, 728, 96, 728, 96, 96, 258, 728, 728, 258, 258, 345, 258, 98, 346, 346, 98, 346, 98, 98, 728, 347, 348, 348, 348, 348, 261, 261, 261, 96, 261, 360, 348, 348, 348, 348, 349, 728, 350, 350, 350, 351, 368, 98, 728, 261, 261, 374, 261, 348, 348, 348, 348, 348, 349, 362, 261, 350, 350, 359, 350, 352, 96, 352, 351, 96, 353, 353, 353, 353, 96, 96, 96, 96, 96, 96, 98, 96, 358, 98, 96, 96, 96, 96, 98, 98, 98, 98, 98, 98, 728, 98, 96, 96, 98, 98, 98, 98, 728, 96, 96, 96, 96, 361, 363, 728, 98, 98, 728, 96, 96, 728, 369, 98, 98, 98, 98, 96, 96, 365, 375, 373, 372, 98, 98, 364, 366, 367, 370, 371, 96, 98, 98, 376, 728, 96, 728, 96, 96, 377, 728, 96, 728, 728, 98, 96, 96, 380, 381, 98, 382, 98, 98, 96, 378, 98, 379, 383, 96, 98, 98, 96, 96, 96, 96, 96, 96, 98, 384, 96, 96, 728, 98, 96, 385, 98, 98, 98, 98, 98, 98, 397, 96, 98, 98, 386, 96, 98, 96, 96, 389, 728, 387, 390, 96, 96, 98, 388, 96, 96, 98, 96, 98, 98, 728, 395, 96, 96, 98, 98, 96, 391, 98, 98, 96, 98, 396, 393, 394, 392, 98, 98, 728, 96, 98, 398, 400, 96, 98, 401, 96, 96, 96, 96, 728, 728, 399, 98, 728, 402, 728, 98, 728, 96, 98, 98, 98, 98, 408, 403, 96, 728, 405, 96, 406, 410, 404, 98, 728, 96, 411, 407, 96, 96, 98, 409, 96, 98, 96, 413, 96, 415, 416, 98, 728, 728, 98, 98, 728, 414, 98, 728, 98, 417, 98, 412, 344, 344, 344, 344, 728, 344, 344, 344, 344, 346, 96, 346, 346, 346, 96, 96, 419, 418, 728, 353, 353, 353, 353, 728, 98, 423, 422, 346, 98, 98, 346, 346, 420, 346, 728, 421, 728, 424, 96, 424, 728, 728, 425, 425, 425, 425, 426, 96, 427, 427, 427, 428, 98, 728, 350, 96, 350, 350, 350, 96, 433, 98, 432, 728, 426, 728, 96, 427, 427, 98, 427, 728, 350, 98, 428, 350, 350, 429, 350, 429, 98, 434, 430, 430, 430, 430, 353, 353, 353, 353, 728, 435, 96, 96, 96, 437, 96, 96, 728, 96, 431, 96, 431, 431, 431, 438, 98, 98, 98, 443, 98, 98, 436, 98, 96, 98, 96, 96, 431, 96, 96, 431, 431, 96, 431, 96, 96, 728, 98, 96, 98, 98, 728, 98, 98, 441, 96, 98, 96, 98, 98, 440, 442, 98, 728, 96, 439, 96, 728, 96, 98, 445, 98, 446, 444, 96, 449, 447, 448, 98, 96, 98, 452, 98, 453, 96, 96, 96, 96, 98, 450, 96, 454, 451, 98, 96, 96, 96, 96, 98, 98, 98, 98, 728, 456, 98, 96, 96, 96, 98, 98, 98, 98, 728, 728, 455, 458, 457, 96, 728, 98, 98, 98, 96, 96, 728, 96, 461, 459, 462, 96, 96, 98, 460, 467, 728, 465, 98, 98, 463, 98, 96, 96, 464, 98, 98, 466, 728, 96, 469, 96, 96, 476, 96, 96, 98, 98, 96, 96, 470, 96, 468, 98, 96, 98, 98, 96, 98, 98, 728, 474, 98, 98, 96, 98, 96, 471, 98, 96, 728, 98, 472, 728, 473, 96, 96, 728, 98, 96, 98, 728, 728, 98, 477, 479, 480, 475, 481, 98, 98, 478, 728, 98, 483, 96, 482, 96, 486, 96, 728, 485, 728, 728, 728, 488, 484, 728, 728, 98, 489, 98, 728, 98, 487, 728, 491, 425, 425, 425, 425, 430, 430, 430, 430, 96, 490, 427, 728, 427, 427, 427, 96, 96, 493, 728, 728, 728, 96, 98, 492, 425, 425, 425, 425, 427, 98, 98, 427, 427, 96, 427, 98, 728, 728, 346, 96, 346, 346, 346, 494, 728, 494, 728, 98, 495, 495, 495, 495, 510, 98, 728, 728, 346, 496, 497, 346, 346, 728, 346, 430, 430, 430, 430, 431, 96, 431, 431, 431, 96, 96, 728, 499, 501, 350, 96, 350, 350, 350, 98, 498, 728, 431, 98, 98, 431, 431, 96, 431, 98, 96, 96, 350, 96, 96, 350, 350, 96, 350, 96, 96, 98, 96, 507, 98, 98, 96, 98, 98, 96, 500, 98, 96, 98, 98, 728, 98, 502, 96, 96, 98, 728, 96, 98, 96, 503, 98, 96, 96, 504, 96, 96, 98, 98, 511, 509, 98, 505, 98, 96, 506, 98, 98, 728, 98, 98, 508, 515, 96, 96, 512, 96, 96, 98, 96, 513, 514, 516, 517, 518, 728, 519, 98, 98, 524, 98, 98, 96, 98, 520, 96, 521, 526, 96, 522, 96, 523, 96, 96, 96, 96, 98, 96, 527, 98, 728, 525, 98, 96, 98, 96, 98, 98, 98, 98, 728, 98, 96, 728, 528, 529, 96, 98, 96, 98, 96, 96, 728, 96, 530, 96, 98, 531, 728, 96, 98, 96, 98, 532, 98, 98, 534, 98, 96, 98, 96, 96, 535, 98, 96, 98, 96, 96, 533, 728, 728, 728, 98, 96, 98, 98, 96, 96, 98, 96, 98, 98, 495, 495, 495, 495, 96, 98, 536, 728, 98, 98, 96, 98, 96, 539, 537, 96, 728, 538, 98, 542, 540, 541, 728, 545, 98, 96, 98, 96, 547, 98, 543, 96, 544, 495, 495, 495, 495, 728, 96, 98, 96, 98, 549, 96, 96, 98, 548, 427, 96, 427, 427, 427, 98, 546, 98, 550, 96, 98, 98, 96, 96, 96, 98, 728, 96, 427, 96, 728, 427, 427, 98, 427, 553, 98, 98, 98, 96, 551, 98, 96, 98, 552, 96, 555, 728, 554, 96, 96, 557, 96, 98, 728, 556, 98, 96, 96, 98, 96, 558, 728, 98, 98, 96, 98, 559, 560, 96, 562, 98, 98, 728, 98, 561, 563, 728, 96, 98, 564, 96, 728, 98, 96, 96, 96, 565, 728, 96, 96, 568, 98, 569, 96, 98, 566, 96, 98, 98, 98, 96, 567, 98, 98, 96, 728, 96, 98, 728, 96, 98, 96, 96, 96, 98, 96, 728, 96, 98, 572, 98, 570, 573, 98, 96, 98, 98, 98, 96, 98, 571, 98, 96, 728, 96, 577, 96, 728, 98, 96, 728, 575, 98, 96, 576, 574, 98, 580, 98, 96, 98, 581, 96, 98, 578, 96, 582, 98, 579, 96, 96, 583, 96, 98, 96, 728, 98, 728, 96, 98, 585, 728, 96, 98, 98, 96, 98, 584, 98, 590, 588, 589, 98, 96, 587, 592, 98, 96, 586, 98, 96, 591, 96, 96, 96, 96, 728, 98, 96, 96, 96, 98, 96, 593, 98, 96, 98, 98, 98, 98, 594, 596, 98, 98, 98, 595, 98, 728, 96, 98, 96, 96, 96, 728, 728, 598, 601, 96, 96, 728, 597, 603, 98, 96, 98, 98, 98, 599, 608, 728, 607, 98, 98, 602, 606, 96, 600, 98, 96, 604, 728, 96, 96, 605, 96, 96, 96, 96, 96, 98, 96, 96, 98, 96, 609, 98, 98, 96, 98, 98, 98, 98, 98, 611, 98, 98, 610, 98, 728, 96, 728, 98, 728, 728, 96, 96, 612, 614, 96, 96, 616, 96, 619, 98, 617, 728, 621, 622, 98, 98, 96, 96, 98, 98, 623, 98, 96, 615, 613, 618, 96, 96, 620, 96, 98, 98, 728, 624, 728, 728, 98, 626, 627, 96, 98, 98, 96, 98, 96, 96, 629, 96, 630, 628, 625, 96, 96, 98, 728, 96, 98, 96, 98, 98, 96, 98, 641, 96, 728, 98, 98, 96, 631, 98, 633, 98, 728, 632, 98, 96, 96, 98, 634, 96, 96, 98, 728, 96, 96, 96, 636, 635, 637, 98, 98, 96, 96, 98, 98, 96, 638, 98, 98, 98, 728, 728, 728, 96, 96, 98, 98, 96, 639, 98, 96, 643, 96, 642, 640, 644, 645, 98, 98, 646, 96, 98, 96, 96, 98, 96, 98, 96, 96, 728, 96, 728, 96, 728, 98, 648, 98, 98, 96, 98, 728, 98, 98, 649, 98, 651, 98, 647, 96, 654, 728, 96, 98, 728, 650, 728, 728, 96, 96, 652, 728, 656, 98, 653, 657, 98, 662, 658, 96, 659, 655, 98, 98, 96, 663, 96, 96, 96, 96, 96, 96, 96, 98, 96, 664, 96, 96, 98, 96, 98, 98, 98, 98, 98, 98, 98, 96, 98, 96, 98, 98, 96, 98, 728, 96, 665, 96, 96, 666, 728, 98, 728, 98, 728, 728, 98, 96, 669, 98, 674, 98, 98, 672, 675, 677, 667, 96, 676, 668, 96, 98, 670, 678, 671, 96, 673, 96, 96, 96, 728, 98, 681, 680, 98, 96, 96, 96, 728, 98, 96, 98, 98, 98, 679, 96, 96, 96, 683, 98, 98, 98, 682, 96, 98, 728, 96, 96, 684, 98, 98, 98, 728, 96, 96, 96, 96, 98, 96, 685, 98, 98, 96, 687, 96, 96, 689, 98, 98, 98, 98, 728, 98, 686, 688, 96, 98, 96, 98, 98, 690, 96, 728, 96, 728, 691, 693, 96, 695, 98, 96, 98, 728, 728, 96, 98, 692, 98, 694, 697, 96, 98, 96, 96, 98, 96, 696, 698, 98, 96, 96, 96, 699, 96, 98, 700, 98, 98, 701, 98, 703, 728, 728, 98, 98, 98, 96, 98, 96, 728, 702, 728, 706, 96, 96, 704, 705, 96, 96, 96, 98, 708, 98, 707, 728, 709, 728, 98, 98, 96, 714, 98, 98, 98, 96, 715, 711, 96, 710, 96, 712, 96, 96, 98, 96, 96, 728, 96, 98, 728, 713, 98, 96, 98, 718, 98, 98, 96, 98, 98, 716, 98, 728, 717, 728, 728, 98, 728, 728, 728, 719, 98, 728, 728, 728, 728, 728, 728, 728, 728, 722, 726, 724, 728, 728, 728, 728, 728, 727, 720, 721, 728, 728, 728, 728, 728, 723, 728, 728, 728, 728, 728, 728, 728, 725, 61, 61, 61, 61, 61, 61, 61, 61, 68, 68, 728, 68, 68, 68, 68, 68, 97, 728, 728, 728, 97, 97, 97, 168, 168, 168, 169, 169, 174, 174, 174, 174, 174, 174, 174, 174, 259, 259, 661, 728, 661, 661, 661, 3, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728
+};
 
-struct Location
+static const short int yy_chk[2680] =
 {
-struct CodePosition start;
-struct CodePosition end;
-} __attribute__ ((gcc_struct));
+0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 13, 13, 14, 19, 661, 22, 21, 22, 22, 22, 22, 30, 30, 23, 32, 19, 21, 21, 23, 14, 40, 33, 25, 25, 25, 25, 23, 26, 32, 28, 61, 26, 641, 176, 40, 33, 10, 24, 57, 24, 24, 24, 24, 25, 28, 34, 28, 28, 39, 34, 34, 101, 24, 98, 47, 24, 24, 24, 96, 24, 24, 95, 39, 34, 43, 38, 91, 61, 47, 49, 24, 25, 33, 40, 24, 24, 41, 24, 43, 38, 42, 44, 97, 49, 57, 24, 38, 38, 24, 45, 41, 38, 85, 46, 42, 44, 97, 48, 39, 69, 76, 38, 39, 45, 39, 47, 38, 46, 69, 63, 38, 48, 43, 41, 43, 100, 68, 42, 42, 38, 41, 42, 49, 43, 41, 49, 44, 41, 42, 44, 45, 42, 44, 37, 48, 46, 50, 51, 48, 52, 45, 53, 46, 46, 29, 54, 99, 46, 68, 18, 50, 51, 100, 52, 107, 53, 83, 55, 83, 54, 99, 83, 83, 83, 83, 105, 103, 15, 107, 9, 104, 55, 174, 108, 109, 110, 3, 50, 51, 105, 103, 51, 51, 52, 104, 0, 53, 108, 109, 110, 54, 53, 51, 51, 55, 51, 54, 99, 111, 52, 0, 55, 77, 77, 77, 77, 84, 84, 84, 174, 84, 0, 111, 107, 105, 77, 77, 103, 77, 77, 77, 104, 0, 108, 0, 84, 84, 0, 84, 109, 0, 112, 0, 77, 77, 110, 84, 77, 77, 114, 77, 81, 81, 81, 81, 112, 113, 111, 118, 119, 0, 115, 116, 114, 81, 81, 117, 81, 81, 81, 113, 125, 118, 119, 121, 115, 116, 120, 0, 0, 117, 0, 81, 81, 0, 125, 81, 81, 121, 81, 82, 120, 82, 82, 82, 82, 112, 113, 115, 116, 0, 119, 0, 114, 119, 82, 122, 123, 82, 82, 82, 0, 82, 118, 119, 124, 117, 126, 127, 120, 122, 123, 121, 82, 0, 120, 125, 82, 82, 124, 82, 126, 127, 128, 129, 130, 131, 135, 82, 106, 0, 137, 141, 132, 134, 0, 169, 128, 129, 130, 131, 135, 133, 106, 136, 137, 141, 132, 134, 138, 169, 123, 122, 0, 0, 0, 133, 139, 136, 127, 126, 124, 0, 138, 140, 0, 106, 106, 106, 106, 106, 139, 0, 0, 106, 0, 128, 135, 140, 129, 130, 133, 106, 106, 106, 132, 106, 141, 134, 137, 133, 142, 143, 136, 138, 139, 144, 133, 146, 145, 138, 147, 148, 150, 0, 142, 143, 140, 149, 151, 144, 152, 146, 145, 140, 147, 148, 150, 140, 140, 153, 0, 149, 151, 154, 152, 165, 165, 165, 165, 194, 177, 0, 144, 153, 143, 144, 145, 154, 0, 0, 214, 142, 146, 194, 177, 147, 144, 150, 144, 188, 0, 0, 143, 148, 214, 152, 150, 149, 152, 0, 0, 151, 0, 188, 159, 173, 159, 0, 154, 159, 159, 159, 159, 160, 153, 160, 160, 160, 162, 173, 162, 177, 178, 162, 162, 162, 162, 0, 164, 164, 164, 160, 164, 188, 160, 160, 178, 160, 161, 161, 161, 161, 163, 183, 163, 163, 163, 164, 164, 188, 164, 161, 161, 173, 161, 161, 161, 183, 164, 0, 163, 179, 0, 163, 163, 0, 163, 0, 180, 161, 161, 178, 181, 161, 161, 179, 161, 166, 166, 166, 166, 168, 180, 184, 183, 0, 181, 0, 0, 0, 182, 166, 186, 166, 166, 166, 185, 184, 179, 168, 168, 168, 168, 168, 182, 0, 186, 0, 0, 166, 185, 0, 166, 166, 0, 166, 180, 187, 168, 168, 189, 168, 180, 180, 190, 168, 191, 0, 181, 168, 182, 187, 0, 186, 189, 192, 195, 193, 190, 196, 191, 182, 184, 197, 198, 199, 185, 200, 0, 192, 195, 193, 201, 196, 203, 202, 204, 197, 198, 199, 0, 200, 187, 0, 206, 0, 201, 207, 203, 202, 204, 189, 187, 193, 191, 192, 196, 205, 206, 190, 208, 207, 209, 0, 197, 0, 0, 195, 0, 201, 0, 205, 210, 204, 208, 211, 209, 198, 0, 199, 202, 200, 200, 212, 203, 206, 210, 215, 207, 211, 213, 216, 207, 217, 205, 218, 219, 212, 208, 220, 222, 215, 205, 209, 213, 216, 221, 217, 223, 218, 219, 0, 220, 220, 222, 224, 211, 225, 226, 227, 221, 210, 223, 228, 212, 224, 230, 213, 0, 224, 0, 225, 226, 227, 0, 0, 229, 228, 231, 232, 230, 219, 216, 222, 217, 233, 234, 221, 218, 223, 229, 235, 231, 232, 0, 236, 0, 238, 237, 233, 234, 239, 240, 0, 241, 235, 242, 227, 228, 236, 226, 238, 237, 243, 225, 239, 240, 229, 241, 244, 242, 230, 0, 0, 0, 245, 246, 243, 247, 248, 249, 250, 235, 244, 231, 0, 234, 237, 233, 245, 246, 240, 247, 248, 249, 250, 0, 251, 0, 238, 236, 0, 263, 0, 243, 0, 0, 239, 264, 241, 242, 251, 252, 252, 252, 252, 263, 249, 267, 248, 250, 246, 264, 266, 244, 265, 245, 253, 253, 253, 253, 0, 267, 247, 0, 0, 254, 266, 254, 265, 253, 254, 254, 254, 254, 251, 255, 0, 255, 255, 255, 256, 256, 256, 256, 0, 264, 0, 253, 257, 257, 257, 257, 267, 255, 0, 266, 255, 255, 270, 255, 258, 257, 258, 258, 258, 259, 265, 259, 259, 259, 259, 277, 270, 0, 283, 0, 269, 272, 258, 257, 0, 258, 258, 259, 258, 277, 259, 259, 283, 259, 269, 272, 0, 259, 260, 260, 260, 260, 261, 261, 261, 268, 261, 270, 260, 260, 260, 260, 260, 0, 260, 260, 260, 260, 277, 268, 0, 261, 261, 283, 261, 260, 260, 260, 260, 260, 260, 272, 261, 260, 260, 269, 260, 262, 271, 262, 260, 273, 262, 262, 262, 262, 274, 275, 278, 276, 281, 279, 271, 280, 268, 273, 282, 284, 285, 286, 274, 275, 278, 276, 281, 279, 0, 280, 287, 288, 282, 284, 285, 286, 0, 289, 290, 291, 292, 271, 273, 0, 287, 288, 0, 294, 293, 0, 278, 289, 290, 291, 292, 295, 297, 275, 284, 282, 281, 294, 293, 274, 275, 276, 279, 280, 296, 295, 297, 285, 0, 298, 0, 299, 300, 287, 0, 301, 0, 0, 296, 302, 303, 292, 293, 298, 294, 299, 300, 304, 290, 301, 291, 295, 305, 302, 303, 306, 307, 308, 310, 309, 311, 304, 296, 312, 313, 0, 305, 314, 297, 306, 307, 308, 310, 309, 311, 312, 315, 312, 313, 298, 316, 314, 318, 317, 301, 0, 299, 302, 319, 320, 315, 300, 321, 322, 316, 323, 318, 317, 0, 310, 324, 325, 319, 320, 327, 305, 321, 322, 326, 323, 311, 307, 309, 306, 324, 325, 0, 328, 327, 313, 317, 329, 326, 318, 330, 331, 332, 333, 0, 0, 315, 328, 0, 319, 0, 329, 0, 334, 330, 331, 332, 333, 325, 320, 335, 0, 322, 336, 323, 327, 321, 334, 0, 337, 328, 324, 338, 339, 335, 326, 340, 336, 341, 330, 342, 332, 333, 337, 0, 0, 338, 339, 0, 331, 340, 0, 341, 334, 342, 329, 343, 343, 343, 343, 0, 344, 344, 344, 344, 346, 354, 346, 346, 346, 355, 356, 337, 336, 344, 352, 352, 352, 352, 0, 354, 342, 341, 346, 355, 356, 346, 346, 338, 346, 0, 340, 344, 347, 357, 347, 0, 0, 347, 347, 347, 347, 348, 360, 348, 348, 348, 348, 357, 0, 350, 358, 350, 350, 350, 359, 356, 360, 355, 0, 348, 0, 361, 348, 348, 358, 348, 0, 350, 359, 348, 350, 350, 351, 350, 351, 361, 357, 351, 351, 351, 351, 353, 353, 353, 353, 0, 358, 362, 363, 364, 360, 366, 365, 0, 367, 353, 368, 353, 353, 353, 361, 362, 363, 364, 366, 366, 365, 359, 367, 369, 368, 370, 371, 353, 372, 373, 353, 353, 374, 353, 375, 376, 0, 369, 377, 370, 371, 0, 372, 373, 364, 378, 374, 379, 375, 376, 363, 365, 377, 0, 380, 362, 381, 0, 382, 378, 368, 379, 369, 367, 383, 372, 370, 371, 380, 384, 381, 375, 382, 376, 385, 386, 388, 387, 383, 373, 389, 378, 374, 384, 390, 391, 392, 393, 385, 386, 388, 387, 0, 381, 389, 394, 395, 397, 390, 391, 392, 393, 0, 0, 380, 383, 382, 396, 0, 394, 395, 397, 398, 399, 0, 400, 386, 384, 387, 401, 402, 396, 385, 392, 0, 390, 398, 399, 388, 400, 403, 404, 389, 401, 402, 391, 0, 405, 395, 406, 407, 404, 409, 408, 403, 404, 411, 410, 396, 413, 394, 405, 415, 406, 407, 412, 409, 408, 0, 402, 411, 410, 414, 413, 416, 399, 415, 417, 0, 412, 400, 0, 401, 418, 419, 0, 414, 420, 416, 0, 0, 417, 405, 408, 409, 403, 410, 418, 419, 406, 0, 420, 412, 421, 411, 422, 415, 423, 0, 414, 0, 0, 0, 417, 413, 0, 0, 421, 417, 422, 0, 423, 416, 0, 420, 424, 424, 424, 424, 429, 429, 429, 429, 433, 419, 427, 0, 427, 427, 427, 446, 432, 422, 0, 0, 0, 437, 433, 421, 425, 425, 425, 425, 427, 446, 432, 427, 427, 434, 427, 437, 0, 0, 425, 435, 425, 425, 425, 428, 0, 428, 0, 434, 428, 428, 428, 428, 446, 435, 0, 0, 425, 432, 433, 425, 425, 0, 425, 430, 430, 430, 430, 431, 436, 431, 431, 431, 438, 439, 0, 435, 437, 430, 440, 430, 430, 430, 436, 434, 0, 431, 438, 439, 431, 431, 441, 431, 440, 442, 443, 430, 444, 445, 430, 430, 447, 430, 448, 449, 441, 450, 443, 442, 443, 451, 444, 445, 452, 436, 447, 453, 448, 449, 0, 450, 438, 455, 454, 451, 0, 456, 452, 457, 439, 453, 458, 460, 440, 461, 459, 455, 454, 447, 445, 456, 441, 457, 462, 442, 458, 460, 0, 461, 459, 444, 451, 463, 464, 448, 465, 466, 462, 467, 449, 450, 452, 453, 454, 0, 454, 463, 464, 457, 465, 466, 468, 467, 454, 469, 454, 459, 470, 455, 471, 456, 472, 473, 474, 475, 468, 476, 460, 469, 0, 458, 470, 477, 471, 478, 472, 473, 474, 475, 0, 476, 479, 0, 463, 464, 480, 477, 481, 478, 482, 483, 0, 484, 467, 485, 479, 471, 0, 486, 480, 488, 481, 472, 482, 483, 475, 484, 487, 485, 490, 489, 477, 486, 491, 488, 492, 493, 473, 0, 0, 0, 487, 497, 490, 489, 496, 498, 491, 499, 492, 493, 494, 494, 494, 494, 500, 497, 482, 0, 496, 498, 501, 499, 502, 487, 483, 503, 0, 485, 500, 490, 488, 489, 0, 493, 501, 504, 502, 505, 497, 503, 491, 506, 492, 495, 495, 495, 495, 0, 507, 504, 508, 505, 500, 509, 510, 506, 498, 495, 511, 495, 495, 495, 507, 496, 508, 501, 512, 509, 510, 513, 514, 515, 511, 0, 516, 495, 517, 0, 495, 495, 512, 495, 506, 513, 514, 515, 518, 504, 516, 519, 517, 505, 520, 509, 0, 508, 521, 522, 511, 523, 518, 0, 510, 519, 524, 525, 520, 526, 512, 0, 521, 522, 527, 523, 513, 514, 528, 517, 524, 525, 0, 526, 516, 518, 0, 529, 527, 518, 530, 0, 528, 531, 532, 533, 519, 0, 534, 535, 522, 529, 523, 536, 530, 520, 537, 531, 532, 533, 538, 521, 534, 535, 539, 0, 541, 536, 0, 540, 537, 542, 543, 545, 538, 544, 0, 546, 539, 530, 541, 528, 531, 540, 547, 542, 543, 545, 548, 544, 529, 546, 549, 0, 550, 537, 552, 0, 547, 551, 0, 534, 548, 553, 535, 533, 549, 540, 550, 555, 552, 542, 554, 551, 538, 556, 544, 553, 539, 557, 558, 545, 559, 555, 560, 0, 554, 0, 561, 556, 548, 0, 562, 557, 558, 563, 559, 547, 560, 553, 551, 552, 561, 564, 550, 555, 562, 565, 549, 563, 566, 554, 567, 568, 570, 569, 0, 564, 571, 573, 572, 565, 574, 556, 566, 575, 567, 568, 570, 569, 559, 562, 571, 573, 572, 560, 574, 0, 576, 575, 577, 578, 579, 0, 0, 564, 566, 580, 581, 0, 563, 569, 576, 582, 577, 578, 579, 564, 574, 0, 573, 580, 581, 567, 572, 583, 565, 582, 584, 570, 0, 585, 586, 571, 587, 588, 590, 591, 589, 583, 592, 593, 584, 594, 577, 585, 586, 595, 587, 588, 590, 591, 589, 580, 592, 593, 579, 594, 0, 596, 0, 595, 0, 0, 597, 598, 583, 585, 599, 600, 587, 601, 590, 596, 588, 0, 592, 593, 597, 598, 602, 604, 599, 600, 594, 601, 603, 586, 584, 589, 605, 607, 591, 606, 602, 604, 0, 595, 0, 0, 603, 597, 598, 608, 605, 607, 609, 606, 610, 611, 600, 612, 601, 599, 596, 613, 614, 608, 0, 615, 609, 616, 610, 611, 617, 612, 617, 618, 0, 613, 614, 619, 602, 615, 606, 616, 0, 603, 617, 620, 621, 618, 608, 622, 623, 619, 0, 624, 625, 626, 611, 609, 614, 620, 621, 627, 628, 622, 623, 630, 615, 624, 625, 626, 0, 0, 0, 629, 631, 627, 628, 632, 616, 630, 633, 620, 634, 618, 616, 622, 623, 629, 631, 624, 635, 632, 636, 637, 633, 639, 634, 644, 638, 0, 642, 0, 640, 0, 635, 628, 636, 637, 643, 639, 0, 644, 638, 629, 642, 631, 640, 627, 645, 634, 0, 646, 643, 0, 630, 0, 0, 647, 648, 632, 0, 636, 645, 633, 638, 646, 642, 639, 649, 640, 635, 647, 648, 650, 643, 651, 652, 653, 654, 655, 656, 663, 649, 657, 645, 658, 664, 650, 659, 651, 652, 653, 654, 655, 656, 663, 662, 657, 665, 658, 664, 666, 659, 0, 667, 647, 668, 669, 648, 0, 662, 0, 665, 0, 0, 666, 670, 652, 667, 657, 668, 669, 655, 657, 659, 650, 671, 658, 651, 672, 670, 653, 662, 654, 673, 656, 674, 675, 676, 0, 671, 667, 666, 672, 678, 677, 680, 0, 673, 679, 674, 675, 676, 665, 681, 682, 683, 669, 678, 677, 680, 668, 684, 679, 0, 685, 686, 671, 681, 682, 683, 0, 687, 688, 689, 690, 684, 691, 675, 685, 686, 692, 677, 693, 694, 679, 687, 688, 689, 690, 0, 691, 676, 677, 695, 692, 696, 693, 694, 680, 697, 0, 698, 0, 681, 684, 699, 686, 695, 700, 696, 0, 0, 702, 697, 682, 698, 685, 688, 701, 699, 703, 704, 700, 705, 687, 689, 702, 706, 707, 708, 691, 709, 701, 693, 703, 704, 694, 705, 696, 0, 0, 706, 707, 708, 710, 709, 711, 0, 695, 0, 699, 712, 713, 697, 698, 714, 715, 717, 710, 701, 711, 700, 0, 702, 0, 712, 713, 716, 708, 714, 715, 717, 718, 709, 705, 719, 704, 720, 706, 721, 722, 716, 723, 724, 0, 725, 718, 0, 707, 719, 726, 720, 714, 721, 722, 727, 723, 724, 711, 725, 0, 712, 0, 0, 726, 0, 0, 0, 716, 727, 0, 0, 0, 0, 0, 0, 0, 0, 720, 724, 722, 0, 0, 0, 0, 0, 726, 718, 719, 0, 0, 0, 0, 0, 721, 0, 0, 0, 0, 0, 0, 0, 723, 729, 729, 729, 729, 729, 729, 729, 729, 730, 730, 0, 730, 730, 730, 730, 730, 731, 0, 0, 0, 731, 731, 731, 732, 732, 732, 733, 733, 734, 734, 734, 734, 734, 734, 734, 734, 735, 735, 736, 0, 736, 736, 736, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728, 728
+};
+
+static yy_state_type yy_last_accepting_state;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Attrib;
+static char * yy_last_accepting_cpos;
 
-struct Attrib;
+char * yytext;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ExtDecl;
+enum yytokentype
+{
+IDENTIFIER = 258, CONSTANT = 259, STRING_LITERAL = 260, SIZEOF = 261, PTR_OP = 262, INC_OP = 263, DEC_OP = 264, LEFT_OP = 265, RIGHT_OP = 266, LE_OP = 267, GE_OP = 268, EQ_OP = 269, NE_OP = 270, AND_OP = 271, OR_OP = 272, MUL_ASSIGN = 273, DIV_ASSIGN = 274, MOD_ASSIGN = 275, ADD_ASSIGN = 276, SUB_ASSIGN = 277, LEFT_ASSIGN = 278, RIGHT_ASSIGN = 279, AND_ASSIGN = 280, XOR_ASSIGN = 281, OR_ASSIGN = 282, TYPE_NAME = 283, TYPEDEF = 284, EXTERN = 285, STATIC = 286, AUTO = 287, REGISTER = 288, CHAR = 289, SHORT = 290, INT = 291, UINT = 292, INT64 = 293, LONG = 294, SIGNED = 295, UNSIGNED = 296, FLOAT = 297, DOUBLE = 298, CONST = 299, VOLATILE = 300, VOID = 301, VALIST = 302, STRUCT = 303, UNION = 304, ENUM = 305, ELLIPSIS = 306, CASE = 307, DEFAULT = 308, IF = 309, SWITCH = 310, WHILE = 311, DO = 312, FOR = 313, GOTO = 314, CONTINUE = 315, BREAK = 316, RETURN = 317, IFX = 318, ELSE = 319, CLASS = 320, THISCLASS = 321, CLASS_NAME = 322, PROPERTY = 323, SETPROP = 324, GETPROP = 325, NEWOP = 326, RENEW = 327, DELETE = 328, EXT_DECL = 329, EXT_STORAGE = 330, IMPORT = 331, DEFINE = 332, VIRTUAL = 333, ATTRIB = 334, PUBLIC = 335, PRIVATE = 336, TYPED_OBJECT = 337, ANY_OBJECT = 338, _INCREF = 339, EXTENSION = 340, ASM = 341, TYPEOF = 342, WATCH = 343, STOPWATCHING = 344, FIREWATCHERS = 345, WATCHABLE = 346, CLASS_DESIGNER = 347, CLASS_NO_EXPANSION = 348, CLASS_FIXED = 349, ISPROPSET = 350, CLASS_DEFAULT_PROPERTY = 351, PROPERTY_CATEGORY = 352, CLASS_DATA = 353, CLASS_PROPERTY = 354, SUBCLASS = 355, NAMESPACE = 356, NEW0OP = 357, RENEW0 = 358, VAARG = 359, DBTABLE = 360, DBFIELD = 361, DBINDEX = 362, DATABASE_OPEN = 363, ALIGNOF = 364, ATTRIB_DEP = 365, __ATTRIB = 366, BOOL = 367, _BOOL = 368, _COMPLEX = 369, _IMAGINARY = 370, RESTRICT = 371, THREAD = 372, WIDE_STRING_LITERAL = 373, BUILTIN_OFFSETOF = 374
+};
 
-struct ExtDecl;
+unsigned int echoOn = 1;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassDefinition;
+int preprocessor();
 
-struct ClassDefinition;
+int comment();
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Context;
+char sourceFileStack[30][797];
 
-struct Context;
+int declModeStack[30];
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Instantiation;
+int include_stack_ptr = 0;
 
-struct Instantiation;
+extern int yywrap(void);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Declaration;
+static int input(void);
 
-struct Declaration;
+extern int defaultDeclMode;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Statement;
+extern int declMode;
 
-struct Statement;
+extern int structDeclMode;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TypeName;
+extern unsigned int inCompiler;
 
-struct TypeName;
+int yywrap()
+{
+return (1);
+}
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Initializer;
+extern int yychar;
 
-struct Initializer;
+struct __ecereNameSpace__ecere__sys__BTNode;
+
+struct __ecereNameSpace__ecere__sys__OldList
+{
+void *  first;
+void *  last;
+int count;
+unsigned int offset;
+unsigned int circ;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__DataValue;
+struct Type;
 
 struct __ecereNameSpace__ecere__com__DataValue
 {
@@ -190,301 +274,162 @@ float f;
 double d;
 long long i64;
 uint64 ui64;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Expression;
-
-struct Expression;
+struct __ecereNameSpace__ecere__com__SerialBuffer
+{
+unsigned char *  _buffer;
+unsigned int count;
+unsigned int _size;
+unsigned int pos;
+} ecere_gcc_struct;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TemplateDatatype;
+extern void *  __ecereNameSpace__ecere__com__eSystem_New(unsigned int size);
 
-struct TemplateDatatype;
+extern void *  __ecereNameSpace__ecere__com__eSystem_New0(unsigned int size);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TemplateArgument;
+extern void *  __ecereNameSpace__ecere__com__eSystem_Renew(void *  memory, unsigned int size);
 
-struct TemplateArgument;
+extern void *  __ecereNameSpace__ecere__com__eSystem_Renew0(void *  memory, unsigned int size);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_TemplateParameter;
+extern void __ecereNameSpace__ecere__com__eSystem_Delete(void *  memory);
 
-struct TemplateParameter;
+struct Identifier;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Specifier;
+struct Expression;
 
 struct Specifier;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Identifier;
-
-struct Identifier;
+struct Enumerator;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Pointer;
+struct Declarator;
 
 struct Pointer;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Declarator;
-
-struct Declarator;
+struct Initializer;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_FunctionDefinition;
+struct InitDeclarator;
 
-struct FunctionDefinition;
+struct TypeName;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_DBTableDef;
+struct Declaration;
 
-struct DBTableDef;
+struct Statement;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_External;
+struct FunctionDefinition;
 
 struct External;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ModuleImport;
+struct Context;
 
-struct ModuleImport;
+struct AsmField;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassImport;
+struct Attrib;
 
-struct ClassImport;
+struct ExtDecl;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Symbol;
+struct Attribute;
 
-struct Symbol;
+struct Instantiation;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Type;
+struct MembersInit;
 
-struct Type;
+struct MemberInit;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Class;
+struct ClassFunction;
 
-struct __ecereNameSpace__ecere__com__Class
-{
-struct __ecereNameSpace__ecere__com__Class * prev;
-struct __ecereNameSpace__ecere__com__Class * next;
-char *  name;
-int offset;
-int structSize;
-int (* *  _vTbl)();
-int vTblSize;
-int (*  Constructor)(struct __ecereNameSpace__ecere__com__Instance *);
-void (*  Destructor)(struct __ecereNameSpace__ecere__com__Instance *);
-int offsetClass;
-int sizeClass;
-struct __ecereNameSpace__ecere__com__Class * base;
-struct __ecereNameSpace__ecere__sys__BinaryTree methods;
-struct __ecereNameSpace__ecere__sys__BinaryTree members;
-struct __ecereNameSpace__ecere__sys__BinaryTree prop;
-struct __ecereNameSpace__ecere__sys__OldList membersAndProperties;
-struct __ecereNameSpace__ecere__sys__BinaryTree classProperties;
-struct __ecereNameSpace__ecere__sys__OldList derivatives;
-int memberID;
-int startMemberID;
-int type;
-struct __ecereNameSpace__ecere__com__Instance * module;
-struct __ecereNameSpace__ecere__com__NameSpace *  nameSpace;
-char *  dataTypeString;
-struct Type * dataType;
-int typeSize;
-int defaultAlignment;
-void (*  Initialize)();
-int memberOffset;
-struct __ecereNameSpace__ecere__sys__OldList selfWatchers;
-char *  designerClass;
-unsigned int noExpansion;
-char *  defaultProperty;
-unsigned int comRedefinition;
-int count;
-unsigned int isRemote;
-unsigned int internalDecl;
-void *  data;
-unsigned int computeSize;
-int structAlignment;
-int destructionWatchOffset;
-unsigned int fixed;
-struct __ecereNameSpace__ecere__sys__OldList delayedCPValues;
-int inheritanceAccess;
-char *  fullName;
-void *  symbol;
-struct __ecereNameSpace__ecere__sys__OldList conversions;
-struct __ecereNameSpace__ecere__sys__OldList templateParams;
-struct __ecereNameSpace__ecere__com__ClassTemplateArgument *  templateArgs;
-struct __ecereNameSpace__ecere__com__Class * templateClass;
-struct __ecereNameSpace__ecere__sys__OldList templatized;
-int numParams;
-unsigned int isInstanceClass;
-} __attribute__ ((gcc_struct));
-
-extern long long __ecereNameSpace__ecere__com__eClass_GetProperty(struct __ecereNameSpace__ecere__com__Class * _class, char *  name);
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Instance;
-
-struct __ecereNameSpace__ecere__com__Instance
-{
-int (* *  _vTbl)();
-struct __ecereNameSpace__ecere__com__Class * _class;
-int _refCount;
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__DataMember;
-
-struct __ecereNameSpace__ecere__com__DataMember
-{
-struct __ecereNameSpace__ecere__com__DataMember * prev;
-struct __ecereNameSpace__ecere__com__DataMember * next;
-char *  name;
-unsigned int isProperty;
-int memberAccess;
-int id;
-struct __ecereNameSpace__ecere__com__Class * _class;
-char *  dataTypeString;
-struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
-struct Type * dataType;
-int type;
-int offset;
-int memberID;
-struct __ecereNameSpace__ecere__sys__OldList members;
-struct __ecereNameSpace__ecere__sys__BinaryTree membersAlpha;
-int memberOffset;
-int structAlignment;
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__SerialBuffer;
-
-struct __ecereNameSpace__ecere__com__SerialBuffer
-{
-unsigned char *  _buffer;
-unsigned int count;
-unsigned int _size;
-unsigned int pos;
-} __attribute__ ((gcc_struct));
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__ClassTemplateArgument;
-
-struct __ecereNameSpace__ecere__com__ClassTemplateArgument
-{
-union
-{
-struct
-{
-char *  dataTypeString;
-struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
-} __attribute__ ((gcc_struct));
-struct __ecereNameSpace__ecere__com__DataValue expression;
-struct
-{
-char *  memberString;
-union
-{
-struct __ecereNameSpace__ecere__com__DataMember * member;
-struct __ecereNameSpace__ecere__com__Property * prop;
-struct __ecereNameSpace__ecere__com__Method * method;
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-} __attribute__ ((gcc_struct));
-
-void exit(int status);
-
-void * calloc(size_t nmemb, size_t size);
+struct ClassDefinition;
 
-void free(void * ptr);
+struct ClassDef;
 
-void * malloc(size_t size);
+struct PropertyDef;
 
-void * realloc(void * ptr, size_t size);
+struct Symbol;
 
-long int strtol(const char * nptr, char ** endptr, int base);
+struct PropertyWatch;
 
-long long int strtoll(const char * nptr, char ** endptr, int base);
+struct TemplateParameter;
 
-unsigned long long int strtoull(const char * nptr, char ** endptr, int base);
+struct TemplateArgument;
 
-typedef __builtin_va_list va_list;
+struct TemplateDatatype;
 
-typedef void FILE;
+struct DBTableEntry;
 
-FILE * bsl_stdin(void);
+struct DBIndexItem;
 
-FILE * bsl_stdout(void);
+struct DBTableDef;
 
-FILE * bsl_stderr(void);
+struct CodePosition
+{
+int line;
+int charPos;
+int pos;
+int included;
+} ecere_gcc_struct;
 
-char * fgets(char * s, int size, FILE * stream);
+extern char *  strcpy(char * , const char * );
 
-FILE * fopen(const char * path, const char * mode);
+extern int check_type(void);
 
-int fclose(FILE * fp);
+extern int printf(const char * , ...);
 
-int fflush(FILE * stream);
+extern int yyerror(void);
 
-int fgetc(FILE * stream);
+extern int __ecereNameSpace__ecere__sys__GetValue(char * *  buffer);
 
-int fprintf(FILE * stream, const char * format, ...);
+extern unsigned int __ecereNameSpace__ecere__sys__GetString(char * *  buffer, char *  string, int max);
 
-int fputc(int c, FILE * stream);
+extern char *  __ecereNameSpace__ecere__sys__GetExtension(const char *  string, char *  output);
 
-size_t fread(void * ptr, size_t size, size_t nmemb, FILE * stream);
+extern int strcmp(const char * , const char * );
 
-size_t fwrite(const void * ptr, size_t size, size_t nmemb, FILE * stream);
+extern int GetIncludeFileID(char *  includeFile);
 
-int vsnprintf(char *, size_t, const char *, ...);
+extern char *  __ecereNameSpace__ecere__sys__TrimLSpaces(const char *  string, char *  output);
 
-int snprintf(char * str, size_t, const char * format, ...);
+extern int strncmp(const char * , const char * , size_t n);
 
-int fseek(FILE * stream, long offset, int whence);
+extern void *  memmove(void * , const void * , size_t size);
 
-long ftell(FILE * stream);
+extern size_t strlen(const char * );
 
-int feof(FILE * stream);
+extern char *  strncpy(char * , const char * , size_t n);
 
-int ferror(FILE * stream);
+extern const char *  __ecereNameSpace__ecere__GetTranslatedString(const char * name, const char *  string, const char *  stringAndContext);
 
-int fileno(FILE * stream);
+extern int FindIncludeFileID(char *  includeFile);
 
-typedef struct yy_buffer_state * YY_BUFFER_STATE;
+extern void *  memcpy(void * , const void * , size_t size);
 
-extern int yyleng;
+struct __ecereNameSpace__ecere__com__GlobalFunction;
 
-extern FILE * yyin, * yyout;
+static void yy_flex_free(void * ptr)
+{
+free(ptr);
+}
 
-typedef unsigned int yy_size_t;
+static void * yy_flex_alloc(yy_size_t size)
+{
+return (void *)malloc(size);
+}
 
-struct yy_buffer_state
+static void * yy_flex_realloc(void * ptr, yy_size_t size)
 {
-FILE * yy_input_file;
-char * yy_ch_buf;
-char * yy_buf_pos;
-yy_size_t yy_buf_size;
-int yy_n_chars;
-int yy_is_our_buffer;
-int yy_is_interactive;
-int yy_at_bol;
-int yy_fill_buffer;
-int yy_buffer_status;
-} __attribute__ ((gcc_struct));
+return (void *)realloc((char *)ptr, size);
+}
 
-static struct __ecereNameSpace__ecere__com__Class * __ecereClass_yy_buffer_state;
+static void yy_fatal_error(const char msg[])
+{
+(void)fprintf((bsl_stderr()), "%s\n", msg);
+exit(2);
+}
 
 static YY_BUFFER_STATE yy_current_buffer = 0;
 
-static char yy_hold_char;
-
-static int yy_n_chars;
-
-int yyleng;
-
-static char * yy_c_buf_p = (char *)0;
-
-static int yy_init = 1;
-
-static int yy_start = 0;
-
-static int yy_did_buffer_switch_on_eof;
-
-void yyrestart(FILE * input_file);
-
 void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer);
 
-void yy_load_buffer_state(void);
-
 YY_BUFFER_STATE yy_create_buffer(FILE * file, int size);
 
 void yy_delete_buffer(YY_BUFFER_STATE b);
@@ -499,73 +444,60 @@ YY_BUFFER_STATE yy_scan_string(const char * yy_str);
 
 YY_BUFFER_STATE yy_scan_bytes(const char * bytes, int len);
 
-static void * yy_flex_alloc(yy_size_t);
-
-static void * yy_flex_realloc(void *, yy_size_t);
-
-static void yy_flex_free(void *);
-
-typedef unsigned char YY_CHAR;
-
-FILE * yyin = (FILE *)0, * yyout = (FILE *)0;
-
-typedef int yy_state_type;
-
-extern char * yytext;
-
-static yy_state_type yy_get_previous_state(void);
-
-static yy_state_type yy_try_NUL_trans(yy_state_type current_state);
-
-static int yy_get_next_buffer(void);
-
-static void yy_fatal_error(const char msg[]);
-
-static const short int yy_accept[661] = 
-{
-(short)0, (short)106, (short)106, (short)167, (short)165, (short)164, (short)163, (short)162, (short)149, (short)165, (short)1, (short)161, (short)155, (short)148, (short)165, (short)143, (short)144, (short)153, (short)152, (short)140, (short)151, (short)147, (short)154, (short)109, (short)109, (short)141, (short)137, (short)156, (short)142, (short)157, (short)160, (short)106, (short)106, (short)145, (short)146, (short)158, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)138, (short)159, (short)139, (short)150, (short)136, (short)0, (short)114, (short)0, (short)122, (short)139, (short)131, (short)123, (short)0, (short)0, (short)120, (short)128, (short)118, (short)129, (short)119, (short)130, (short)0, (short)112, (short)2, (short)3, (short)121, (short)113, (short)108, (short)0, (short)109, (short)0, (short)109, (short)106, (short)146, (short)138, (short)145, (short)127, (short)133, (short)135, (short)134, (short)126, (short)0, (short)106, (short)0, (short)0, (short)0, (short)124, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)11, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)19, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)125, (short)132, (short)110, (short)115, (short)0, (short)112, (short)112, (short)0, (short)113, (short)108, (short)0, (short)111, (short)107, (short)106, (short)117, (short)116, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)86, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)17, (short)44, (short)106, (short)106, (short)106, (short)106, (short)20, (short)106, (short)106, (short)106, (short)50, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)43, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)0, (short)112, (short)0, (short)112, (short)0, (short)113, (short)111, (short)107, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)4, (short)106, (short)6, (short)7, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)13, (short)14, (short)106, (short)106, (short)106, (short)18, (short)106, (short)106, (short)106, (short)106, (short)106, (short)22, (short)106, (short)51, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)21, (short)106, (short)106, (short)106, (short)37, (short)106, (short)106, (short)106, (short)0, (short)112, (short)106, (short)87, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)5, (short)46, (short)8, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)16, (short)106, (short)106, (short)106, (short)57, (short)45, (short)106, (short)106, (short)106, (short)106, (short)106, (short)52, (short)106, (short)25, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)35, (short)106, (short)106, (short)106, (short)89, (short)41, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)55, (short)49, (short)106, (short)106, (short)12, (short)15, (short)106, (short)54, (short)82, (short)66, (short)106, (short)106, (short)106, (short)78, (short)106, (short)53, (short)24, (short)26, (short)29, (short)31, (short)106, (short)106, (short)32, (short)106, (short)33, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)85, (short)106, (short)106, (short)70, (short)76, (short)106, (short)106, (short)106, (short)56, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)64, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)103, (short)104, (short)102, (short)10, (short)106, (short)106, (short)106, (short)106, (short)79, (short)106, (short)106, (short)74, (short)106, (short)106, (short)106, (short)106, (short)34, (short)106, (short)48, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)65, (short)106, (short)27, (short)106, (short)88, (short)106, (short)106, (short)73, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)9, (short)106, (short)106, (short)106, (short)106, (short)106, (short)42, (short)23, (short)106, (short)100, (short)106, (short)106, (short)36, (short)38, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)71, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)68, (short)69, (short)106, (short)101, (short)106, (short)106, (short)47, (short)106, (short)92, (short)106, (short)106, (short)106, (short)106, (short)106, (short)63, (short)75, (short)28, (short)106, (short)40, (short)106, (short)81, (short)98, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)30, (short)62, (short)106, (short)0, (short)106, (short)106, (short)72, (short)106, (short)84, (short)106, (short)106, (short)95, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)67, (short)0, (short)106, (short)77, (short)39, (short)106, (short)106, (short)106, (short)106, (short)106, (short)91, (short)106, (short)90, (short)80, (short)61, (short)106, (short)106, (short)83, (short)106, (short)106, (short)106, (short)106, (short)105, (short)106, (short)106, (short)106, (short)106, (short)106, (short)93, (short)106, (short)99, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)59, (short)106, (short)106, (short)106, (short)106, (short)106, (short)58, (short)106, (short)106, (short)97, (short)106, (short)106, (short)94, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)106, (short)96, (short)106, (short)60, (short)0
-};
+YY_BUFFER_STATE include_stack[30];
 
-static const int yy_ec[256] = 
+static yy_state_type yy_get_previous_state()
 {
-0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 21, 21, 22, 21, 23, 21, 21, 21, 24, 25, 26, 27, 28, 29, 1, 30, 30, 30, 30, 31, 32, 33, 33, 33, 33, 33, 34, 33, 33, 33, 33, 33, 33, 33, 33, 35, 33, 33, 36, 33, 33, 37, 38, 39, 40, 41, 1, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 33, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
-};
+register yy_state_type yy_current_state;
+register char * yy_cp;
 
-static const int yy_meta[71] = 
+yy_current_state = yy_start;
+for(yy_cp = yytext + 0; yy_cp < yy_c_buf_p; ++yy_cp)
 {
-0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 4, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 2, 1, 1, 1, 1, 1, 6, 6, 6, 7, 7, 7, 7, 1, 1, 1, 1, 7, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 1, 1, 1
-};
+register YY_CHAR yy_c = (*yy_cp ? yy_ec[((unsigned int)(unsigned char)*yy_cp)] : 1);
 
-static const short int yy_base[669] = 
+if(yy_accept[yy_current_state])
 {
-(short)0, (short)0, (short)0, (short)216, (short)2195, (short)2195, (short)2195, (short)2195, (short)178, (short)65, (short)2195, (short)2195, (short)45, (short)64, (short)158, (short)2195, (short)2195, (short)160, (short)60, (short)2195, (short)61, (short)59, (short)71, (short)86, (short)133, (short)68, (short)2195, (short)75, (short)156, (short)66, (short)2195, (short)73, (short)104, (short)2195, (short)2195, (short)150, (short)102, (short)76, (short)101, (short)120, (short)139, (short)136, (short)148, (short)147, (short)160, (short)109, (short)164, (short)117, (short)156, (short)187, (short)189, (short)202, (short)199, (short)211, (short)2195, (short)68, (short)2195, (short)2195, (short)2195, (short)107, (short)2195, (short)139, (short)2195, (short)2195, (short)2195, (short)2195, (short)179, (short)113, (short)2195, (short)2195, (short)2195, (short)2195, (short)2195, (short)2195, (short)122, (short)241, (short)2195, (short)2195, (short)2195, (short)245, (short)281, (short)207, (short)236, (short)0, (short)0, (short)0, (short)2195, (short)2195, (short)2195, (short)111, (short)2195, (short)2195, (short)2195, (short)107, (short)105, (short)208, (short)99, (short)202, (short)80, (short)2195, (short)333, (short)210, (short)235, (short)259, (short)215, (short)232, (short)271, (short)272, (short)234, (short)290, (short)296, (short)297, (short)298, (short)299, (short)300, (short)301, (short)320, (short)326, (short)327, (short)338, (short)316, (short)331, (short)346, (short)356, (short)358, (short)362, (short)379, (short)384, (short)386, (short)387, (short)389, (short)390, (short)391, (short)395, (short)402, (short)396, (short)399, (short)411, (short)407, (short)415, (short)422, (short)424, (short)430, (short)451, (short)454, (short)456, (short)457, (short)458, (short)459, (short)2195, (short)2195, (short)2195, (short)2195, (short)469, (short)2195, (short)499, (short)478, (short)2195, (short)462, (short)504, (short)515, (short)505, (short)0, (short)2195, (short)2195, (short)0, (short)518, (short)492, (short)519, (short)524, (short)493, (short)531, (short)541, (short)549, (short)550, (short)557, (short)484, (short)559, (short)566, (short)569, (short)461, (short)570, (short)572, (short)574, (short)578, (short)579, (short)581, (short)582, (short)594, (short)597, (short)606, (short)607, (short)609, (short)613, (short)615, (short)618, (short)619, (short)622, (short)637, (short)643, (short)598, (short)641, (short)646, (short)650, (short)652, (short)662, (short)656, (short)665, (short)667, (short)668, (short)674, (short)671, (short)672, (short)677, (short)689, (short)680, (short)683, (short)693, (short)695, (short)699, (short)710, (short)698, (short)708, (short)711, (short)714, (short)717, (short)718, (short)721, (short)726, (short)727, (short)733, (short)736, (short)738, (short)739, (short)749, (short)755, (short)757, (short)772, (short)780, (short)796, (short)2195, (short)784, (short)800, (short)2195, (short)735, (short)0, (short)761, (short)805, (short)814, (short)766, (short)815, (short)818, (short)820, (short)825, (short)821, (short)826, (short)830, (short)836, (short)827, (short)833, (short)838, (short)842, (short)846, (short)849, (short)853, (short)773, (short)861, (short)868, (short)870, (short)873, (short)877, (short)888, (short)890, (short)893, (short)895, (short)892, (short)894, (short)896, (short)897, (short)898, (short)900, (short)905, (short)901, (short)917, (short)918, (short)920, (short)921, (short)924, (short)926, (short)936, (short)937, (short)942, (short)939, (short)943, (short)946, (short)949, (short)955, (short)961, (short)962, (short)964, (short)965, (short)967, (short)970, (short)980, (short)977, (short)985, (short)990, (short)986, (short)992, (short)993, (short)996, (short)998, (short)1003, (short)1005, (short)1014, (short)1027, (short)1021, (short)1029, (short)1031, (short)1034, (short)1033, (short)1039, (short)1064, (short)1040, (short)1053, (short)1042, (short)1044, (short)1046, (short)1057, (short)1068, (short)1079, (short)1083, (short)1085, (short)1089, (short)1091, (short)1094, (short)1095, (short)1100, (short)1096, (short)1102, (short)1112, (short)1104, (short)1113, (short)1119, (short)1120, (short)1121, (short)1124, (short)1129, (short)1140, (short)1145, (short)1146, (short)1148, (short)1149, (short)1151, (short)1153, (short)1155, (short)1157, (short)1161, (short)1164, (short)1168, (short)1173, (short)1180, (short)1181, (short)1183, (short)1190, (short)1192, (short)1199, (short)1201, (short)1203, (short)1209, (short)1207, (short)1208, (short)1211, (short)1212, (short)1214, (short)1220, (short)1224, (short)1227, (short)1229, (short)1230, (short)1231, (short)1236, (short)1240, (short)1251, (short)1257, (short)1259, (short)1262, (short)1264, (short)1266, (short)1270, (short)1268, (short)1279, (short)1281, (short)1283, (short)1286, (short)1291, (short)1292, (short)1290, (short)1298, (short)1303, (short)1309, (short)1307, (short)1313, (short)1316, (short)1314, (short)1318, (short)1326, (short)1331, (short)1320, (short)1338, (short)1342, (short)1343, (short)1344, (short)1348, (short)1355, (short)1359, (short)1360, (short)1370, (short)1372, (short)1375, (short)1379, (short)1381, (short)1382, (short)1385, (short)1388, (short)1390, (short)1391, (short)1394, (short)1400, (short)1401, (short)1403, (short)1407, (short)1409, (short)1410, (short)1411, (short)1413, (short)1418, (short)1419, (short)1428, (short)1430, (short)1431, (short)1434, (short)1437, (short)1435, (short)1438, (short)1439, (short)1443, (short)1446, (short)1447, (short)1450, (short)1455, (short)1456, (short)1465, (short)1474, (short)1482, (short)1483, (short)1484, (short)1485, (short)1486, (short)1491, (short)1487, (short)1492, (short)1493, (short)1494, (short)1495, (short)1502, (short)1503, (short)1511, (short)1519, (short)1522, (short)1526, (short)1521, (short)1530, (short)1539, (short)1541, (short)1542, (short)1545, (short)1546, (short)1547, (short)1549, (short)1550, (short)1551, (short)1552, (short)1554, (short)1569, (short)1570, (short)1571, (short)1572, (short)1573, (short)1575, (short)1577, (short)1578, (short)1595, (short)1582, (short)1597, (short)1598, (short)1600, (short)1606, (short)1601, (short)1610, (short)1602, (short)1603, (short)1622, (short)1625, (short)1629, (short)1630, (short)1638, (short)1646, (short)1647, (short)1648, (short)1653, (short)1649, (short)1654, (short)1655, (short)1656, (short)1658, (short)1666, (short)1659, (short)1675, (short)1677, (short)1678, (short)1682, (short)1684, (short)1686, (short)1693, (short)1694, (short)1703, (short)1704, (short)1709, (short)1710, (short)1712, (short)1714, (short)1713, (short)1715, (short)1719, (short)1721, (short)1722, (short)1737, (short)1738, (short)1739, (short)1741, (short)1742, (short)1747, (short)1748, (short)1759, (short)1760, (short)1765, (short)1766, (short)1768, (short)1772, (short)1775, (short)1776, (short)1777, (short)1784, (short)1785, (short)1793, (short)1794, (short)1809, (short)1796, (short)1800, (short)1803, (short)1804, (short)1812, (short)1819, (short)1821, (short)1822, (short)1824, (short)1825, (short)1828, (short)1830, (short)1831, (short)1837, (short)1840, (short)1847, (short)1848, (short)1849, (short)1855, (short)1853, (short)1857, (short)1858, (short)92, (short)1860, (short)1868, (short)1856, (short)1878, (short)1879, (short)1883, (short)1884, (short)1886, (short)1896, (short)1901, (short)1902, (short)1903, (short)1904, (short)1906, (short)1905, (short)1911, (short)1908, (short)2195, (short)63, (short)1914, (short)1907, (short)1913, (short)1923, (short)1933, (short)1934, (short)1936, (short)1951, (short)1953, (short)1956, (short)1957, (short)1958, (short)1960, (short)1961, (short)1962, (short)1963, (short)1964, (short)1968, (short)1979, (short)1984, (short)1985, (short)1987, (short)1988, (short)1989, (short)1990, (short)2000, (short)2006, (short)2007, (short)2008, (short)2009, (short)2012, (short)2013, (short)2015, (short)2017, (short)2018, (short)2019, (short)2034, (short)2028, (short)2036, (short)2038, (short)2043, (short)2040, (short)2045, (short)2049, (short)2061, (short)2062, (short)2066, (short)2068, (short)2069, (short)2071, (short)2073, (short)2074, (short)2077, (short)2078, (short)2090, (short)2096, (short)2098, (short)2097, (short)2101, (short)2102, (short)2195, (short)2161, (short)2168, (short)2174, (short)2177, (short)2178, (short)2181, (short)2183, (short)2187
-};
-
-static const short int yy_def[669] = 
+yy_last_accepting_state = yy_current_state;
+yy_last_accepting_cpos = yy_cp;
+}
+while(yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
 {
-(short)0, (short)660, (short)1, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)661, (short)660, (short)660, (short)660, (short)660, (short)662, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)663, (short)663, (short)660, (short)660, (short)660, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)660, (short)660, (short)660, (short)660, (short)660, (short)661, (short)660, (short)661, (short)660, (short)660, (short)660, (short)660, (short)662, (short)662, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)664, (short)24, (short)665, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)663, (short)660, (short)661, (short)662, (short)660, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)664, (short)666, (short)660, (short)660, (short)667, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)666, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)660, (short)660, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)668, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)660, (short)668, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)663, (short)0, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660
-};
+yy_current_state = (int)yy_def[yy_current_state];
+if(yy_current_state >= 729)
+yy_c = yy_meta[(unsigned int)yy_c];
+}
+yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int)yy_c];
+}
+return yy_current_state;
+}
 
-static const short int yy_nxt[2266] = 
+static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state)
 {
-(short)0, (short)4, (short)5, (short)6, (short)7, (short)8, (short)9, (short)10, (short)11, (short)12, (short)13, (short)14, (short)15, (short)16, (short)17, (short)18, (short)19, (short)20, (short)21, (short)22, (short)23, (short)24, (short)24, (short)24, (short)25, (short)26, (short)27, (short)28, (short)29, (short)30, (short)31, (short)31, (short)31, (short)31, (short)32, (short)31, (short)31, (short)33, (short)4, (short)34, (short)35, (short)36, (short)37, (short)38, (short)39, (short)40, (short)41, (short)42, (short)43, (short)31, (short)44, (short)31, (short)31, (short)45, (short)31, (short)46, (short)31, (short)47, (short)48, (short)49, (short)50, (short)51, (short)52, (short)53, (short)31, (short)31, (short)31, (short)54, (short)55, (short)56, (short)57, (short)60, (short)62, (short)63, (short)64, (short)69, (short)598, (short)74, (short)71, (short)75, (short)75, (short)75, (short)75, (short)94, (short)87, (short)76, (short)94, (short)70, (short)72, (short)73, (short)77, (short)65, (short)85, (short)92, (short)93, (short)149, (short)86, (short)96, (short)78, (short)88, (short)96, (short)89, (short)90, (short)61, (short)79, (short)598, (short)80, (short)80, (short)80, (short)80, (short)97, (short)94, (short)94, (short)60, (short)94, (short)98, (short)660, (short)81, (short)67, (short)94, (short)82, (short)82, (short)83, (short)165, (short)66, (short)96, (short)96, (short)94, (short)96, (short)96, (short)94, (short)104, (short)81, (short)96, (short)164, (short)105, (short)150, (short)106, (short)163, (short)82, (short)152, (short)96, (short)660, (short)100, (short)96, (short)61, (short)94, (short)82, (short)101, (short)94, (short)83, (short)79, (short)102, (short)84, (short)84, (short)84, (short)84, (short)94, (short)94, (short)107, (short)96, (short)103, (short)108, (short)96, (short)81, (short)129, (short)94, (short)82, (short)82, (short)109, (short)94, (short)96, (short)96, (short)110, (short)94, (short)132, (short)111, (short)99, (short)133, (short)81, (short)96, (short)112, (short)113, (short)91, (short)96, (short)114, (short)82, (short)68, (short)96, (short)117, (short)151, (short)118, (short)115, (short)123, (short)82, (short)116, (short)67, (short)94, (short)120, (short)94, (short)119, (short)121, (short)134, (short)124, (short)122, (short)58, (short)130, (short)125, (short)60, (short)94, (short)131, (short)96, (short)94, (short)96, (short)126, (short)127, (short)660, (short)67, (short)94, (short)128, (short)94, (short)94, (short)159, (short)96, (short)159, (short)94, (short)96, (short)160, (short)160, (short)160, (short)160, (short)660, (short)96, (short)135, (short)96, (short)96, (short)136, (short)137, (short)141, (short)96, (short)61, (short)660, (short)94, (short)660, (short)94, (short)94, (short)660, (short)138, (short)139, (short)145, (short)140, (short)660, (short)143, (short)147, (short)142, (short)146, (short)96, (short)144, (short)96, (short)96, (short)148, (short)75, (short)75, (short)75, (short)75, (short)155, (short)155, (short)155, (short)155, (short)94, (short)82, (short)82, (short)153, (short)154, (short)176, (short)154, (short)156, (short)157, (short)660, (short)157, (short)179, (short)94, (short)94, (short)96, (short)660, (short)660, (short)180, (short)153, (short)154, (short)82, (short)177, (short)156, (short)157, (short)183, (short)154, (short)96, (short)96, (short)82, (short)157, (short)79, (short)94, (short)80, (short)80, (short)80, (short)80, (short)660, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)81, (short)660, (short)96, (short)158, (short)158, (short)660, (short)182, (short)178, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)94, (short)81, (short)660, (short)660, (short)94, (short)181, (short)184, (short)660, (short)158, (short)660, (short)94, (short)94, (short)185, (short)660, (short)96, (short)94, (short)158, (short)94, (short)96, (short)660, (short)188, (short)191, (short)94, (short)189, (short)96, (short)96, (short)186, (short)192, (short)193, (short)96, (short)94, (short)96, (short)187, (short)190, (short)660, (short)660, (short)96, (short)660, (short)660, (short)660, (short)94, (short)660, (short)94, (short)660, (short)96, (short)660, (short)94, (short)660, (short)198, (short)166, (short)167, (short)168, (short)169, (short)170, (short)96, (short)194, (short)96, (short)171, (short)660, (short)195, (short)96, (short)199, (short)196, (short)94, (short)660, (short)172, (short)173, (short)174, (short)94, (short)175, (short)94, (short)94, (short)197, (short)94, (short)94, (short)94, (short)660, (short)96, (short)200, (short)94, (short)94, (short)660, (short)96, (short)94, (short)96, (short)96, (short)94, (short)96, (short)96, (short)96, (short)201, (short)94, (short)202, (short)96, (short)96, (short)94, (short)660, (short)96, (short)660, (short)94, (short)96, (short)660, (short)204, (short)660, (short)660, (short)96, (short)94, (short)660, (short)94, (short)96, (short)203, (short)205, (short)213, (short)96, (short)94, (short)211, (short)208, (short)209, (short)206, (short)207, (short)96, (short)212, (short)96, (short)221, (short)214, (short)660, (short)222, (short)210, (short)96, (short)218, (short)217, (short)215, (short)225, (short)219, (short)660, (short)94, (short)216, (short)223, (short)94, (short)224, (short)94, (short)94, (short)94, (short)94, (short)660, (short)94, (short)226, (short)660, (short)227, (short)96, (short)660, (short)220, (short)96, (short)660, (short)96, (short)96, (short)96, (short)96, (short)237, (short)96, (short)237, (short)228, (short)660, (short)238, (short)238, (short)238, (short)238, (short)241, (short)94, (short)241, (short)158, (short)158, (short)242, (short)242, (short)242, (short)242, (short)94, (short)94, (short)230, (short)660, (short)229, (short)233, (short)96, (short)236, (short)234, (short)660, (short)660, (short)231, (short)232, (short)158, (short)96, (short)96, (short)235, (short)155, (short)155, (short)155, (short)155, (short)158, (short)160, (short)160, (short)160, (short)160, (short)94, (short)94, (short)239, (short)240, (short)660, (short)240, (short)94, (short)160, (short)160, (short)160, (short)160, (short)244, (short)244, (short)94, (short)96, (short)96, (short)261, (short)239, (short)240, (short)243, (short)96, (short)243, (short)660, (short)94, (short)240, (short)250, (short)660, (short)96, (short)660, (short)254, (short)244, (short)94, (short)94, (short)660, (short)243, (short)660, (short)251, (short)96, (short)244, (short)94, (short)243, (short)94, (short)253, (short)247, (short)660, (short)96, (short)96, (short)252, (short)94, (short)248, (short)249, (short)94, (short)94, (short)96, (short)94, (short)96, (short)94, (short)660, (short)255, (short)256, (short)94, (short)94, (short)96, (short)94, (short)94, (short)96, (short)96, (short)660, (short)96, (short)660, (short)96, (short)257, (short)660, (short)660, (short)96, (short)96, (short)94, (short)96, (short)96, (short)94, (short)94, (short)258, (short)264, (short)263, (short)262, (short)260, (short)266, (short)259, (short)94, (short)94, (short)96, (short)94, (short)267, (short)96, (short)96, (short)94, (short)272, (short)94, (short)265, (short)660, (short)94, (short)94, (short)96, (short)96, (short)94, (short)96, (short)660, (short)660, (short)268, (short)96, (short)269, (short)96, (short)270, (short)271, (short)96, (short)96, (short)273, (short)660, (short)96, (short)94, (short)275, (short)276, (short)660, (short)94, (short)274, (short)94, (short)660, (short)278, (short)94, (short)277, (short)281, (short)279, (short)94, (short)96, (short)94, (short)280, (short)282, (short)96, (short)94, (short)96, (short)284, (short)660, (short)96, (short)660, (short)94, (short)283, (short)96, (short)94, (short)96, (short)94, (short)94, (short)291, (short)96, (short)94, (short)94, (short)285, (short)94, (short)286, (short)96, (short)94, (short)660, (short)96, (short)94, (short)96, (short)96, (short)94, (short)295, (short)96, (short)96, (short)660, (short)96, (short)94, (short)660, (short)96, (short)287, (short)94, (short)96, (short)94, (short)288, (short)96, (short)94, (short)94, (short)289, (short)292, (short)290, (short)96, (short)294, (short)293, (short)660, (short)96, (short)94, (short)96, (short)94, (short)94, (short)96, (short)96, (short)94, (short)660, (short)300, (short)94, (short)94, (short)297, (short)298, (short)94, (short)96, (short)296, (short)96, (short)96, (short)94, (short)94, (short)96, (short)299, (short)660, (short)96, (short)96, (short)94, (short)301, (short)96, (short)94, (short)660, (short)94, (short)94, (short)96, (short)96, (short)306, (short)302, (short)303, (short)660, (short)304, (short)96, (short)305, (short)94, (short)96, (short)309, (short)96, (short)96, (short)660, (short)94, (short)660, (short)94, (short)307, (short)244, (short)244, (short)94, (short)312, (short)96, (short)660, (short)308, (short)94, (short)660, (short)310, (short)96, (short)311, (short)96, (short)660, (short)94, (short)317, (short)96, (short)315, (short)313, (short)244, (short)314, (short)96, (short)318, (short)238, (short)238, (short)238, (short)238, (short)244, (short)96, (short)316, (short)319, (short)238, (short)238, (short)238, (short)238, (short)242, (short)242, (short)242, (short)242, (short)660, (short)660, (short)320, (short)321, (short)154, (short)321, (short)154, (short)94, (short)322, (short)322, (short)322, (short)322, (short)242, (short)242, (short)242, (short)242, (short)94, (short)94, (short)325, (short)154, (short)94, (short)96, (short)94, (short)94, (short)157, (short)154, (short)157, (short)94, (short)94, (short)94, (short)96, (short)96, (short)94, (short)660, (short)96, (short)94, (short)96, (short)96, (short)94, (short)157, (short)94, (short)96, (short)96, (short)96, (short)94, (short)157, (short)96, (short)323, (short)94, (short)96, (short)660, (short)94, (short)96, (short)660, (short)96, (short)94, (short)327, (short)326, (short)96, (short)660, (short)324, (short)329, (short)96, (short)94, (short)335, (short)96, (short)660, (short)328, (short)660, (short)96, (short)94, (short)331, (short)94, (short)330, (short)660, (short)94, (short)334, (short)96, (short)332, (short)94, (short)338, (short)333, (short)336, (short)337, (short)96, (short)340, (short)96, (short)660, (short)339, (short)96, (short)94, (short)660, (short)94, (short)96, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)341, (short)94, (short)94, (short)96, (short)342, (short)96, (short)94, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)660, (short)96, (short)96, (short)660, (short)94, (short)94, (short)96, (short)94, (short)94, (short)343, (short)346, (short)94, (short)349, (short)94, (short)344, (short)345, (short)347, (short)348, (short)96, (short)96, (short)660, (short)96, (short)96, (short)94, (short)94, (short)96, (short)94, (short)96, (short)351, (short)94, (short)94, (short)354, (short)350, (short)94, (short)352, (short)355, (short)94, (short)96, (short)96, (short)353, (short)96, (short)362, (short)94, (short)96, (short)96, (short)660, (short)660, (short)96, (short)94, (short)94, (short)96, (short)94, (short)94, (short)356, (short)94, (short)660, (short)96, (short)94, (short)358, (short)360, (short)357, (short)359, (short)96, (short)96, (short)94, (short)96, (short)96, (short)94, (short)96, (short)361, (short)660, (short)96, (short)94, (short)94, (short)365, (short)660, (short)363, (short)94, (short)96, (short)94, (short)94, (short)96, (short)364, (short)94, (short)366, (short)94, (short)96, (short)96, (short)660, (short)367, (short)94, (short)96, (short)94, (short)96, (short)96, (short)660, (short)660, (short)96, (short)660, (short)96, (short)368, (short)94, (short)370, (short)372, (short)96, (short)369, (short)96, (short)371, (short)94, (short)375, (short)373, (short)660, (short)374, (short)377, (short)94, (short)96, (short)94, (short)379, (short)94, (short)380, (short)94, (short)94, (short)96, (short)378, (short)660, (short)381, (short)376, (short)94, (short)96, (short)94, (short)96, (short)94, (short)96, (short)94, (short)96, (short)96, (short)322, (short)322, (short)322, (short)322, (short)94, (short)96, (short)660, (short)96, (short)94, (short)96, (short)382, (short)96, (short)660, (short)660, (short)660, (short)660, (short)383, (short)660, (short)96, (short)94, (short)387, (short)660, (short)96, (short)384, (short)386, (short)322, (short)322, (short)322, (short)322, (short)388, (short)94, (short)392, (short)385, (short)96, (short)94, (short)389, (short)94, (short)240, (short)391, (short)240, (short)94, (short)390, (short)94, (short)660, (short)96, (short)94, (short)94, (short)94, (short)96, (short)397, (short)96, (short)94, (short)240, (short)94, (short)96, (short)94, (short)96, (short)393, (short)240, (short)96, (short)96, (short)96, (short)394, (short)94, (short)94, (short)96, (short)395, (short)96, (short)660, (short)96, (short)94, (short)94, (short)94, (short)660, (short)396, (short)94, (short)660, (short)96, (short)96, (short)400, (short)94, (short)660, (short)401, (short)402, (short)96, (short)96, (short)96, (short)399, (short)406, (short)96, (short)398, (short)94, (short)403, (short)660, (short)96, (short)405, (short)94, (short)94, (short)404, (short)94, (short)94, (short)407, (short)94, (short)660, (short)94, (short)96, (short)94, (short)409, (short)94, (short)660, (short)96, (short)96, (short)94, (short)96, (short)96, (short)94, (short)96, (short)408, (short)96, (short)94, (short)96, (short)660, (short)96, (short)410, (short)94, (short)660, (short)96, (short)411, (short)660, (short)96, (short)660, (short)94, (short)94, (short)96, (short)94, (short)414, (short)415, (short)660, (short)96, (short)412, (short)413, (short)94, (short)418, (short)94, (short)420, (short)96, (short)96, (short)660, (short)96, (short)416, (short)94, (short)417, (short)94, (short)419, (short)94, (short)96, (short)660, (short)96, (short)94, (short)94, (short)94, (short)422, (short)94, (short)94, (short)96, (short)94, (short)96, (short)423, (short)96, (short)421, (short)429, (short)94, (short)96, (short)96, (short)96, (short)94, (short)96, (short)96, (short)94, (short)96, (short)94, (short)94, (short)94, (short)660, (short)660, (short)96, (short)427, (short)94, (short)424, (short)96, (short)660, (short)94, (short)96, (short)425, (short)96, (short)96, (short)96, (short)431, (short)426, (short)433, (short)432, (short)96, (short)94, (short)430, (short)428, (short)96, (short)660, (short)435, (short)94, (short)660, (short)94, (short)660, (short)437, (short)94, (short)434, (short)94, (short)96, (short)94, (short)440, (short)94, (short)438, (short)94, (short)96, (short)441, (short)96, (short)439, (short)660, (short)96, (short)436, (short)96, (short)94, (short)96, (short)94, (short)96, (short)94, (short)96, (short)660, (short)94, (short)660, (short)660, (short)443, (short)94, (short)94, (short)94, (short)96, (short)445, (short)96, (short)442, (short)96, (short)94, (short)444, (short)96, (short)447, (short)455, (short)94, (short)96, (short)96, (short)96, (short)94, (short)448, (short)94, (short)660, (short)446, (short)96, (short)94, (short)94, (short)660, (short)94, (short)96, (short)94, (short)660, (short)94, (short)96, (short)660, (short)96, (short)450, (short)660, (short)94, (short)96, (short)96, (short)449, (short)96, (short)94, (short)96, (short)451, (short)96, (short)452, (short)453, (short)454, (short)94, (short)457, (short)96, (short)458, (short)94, (short)94, (short)94, (short)96, (short)456, (short)660, (short)94, (short)660, (short)462, (short)660, (short)96, (short)459, (short)660, (short)94, (short)96, (short)96, (short)96, (short)94, (short)94, (short)463, (short)96, (short)460, (short)660, (short)461, (short)465, (short)464, (short)466, (short)96, (short)94, (short)469, (short)94, (short)96, (short)96, (short)94, (short)467, (short)471, (short)468, (short)94, (short)473, (short)94, (short)94, (short)660, (short)96, (short)94, (short)96, (short)470, (short)94, (short)96, (short)94, (short)94, (short)660, (short)96, (short)94, (short)96, (short)96, (short)472, (short)474, (short)96, (short)94, (short)94, (short)96, (short)94, (short)96, (short)96, (short)475, (short)94, (short)96, (short)94, (short)94, (short)94, (short)660, (short)94, (short)96, (short)96, (short)476, (short)96, (short)94, (short)94, (short)478, (short)96, (short)660, (short)96, (short)96, (short)96, (short)479, (short)96, (short)94, (short)477, (short)94, (short)94, (short)96, (short)96, (short)94, (short)94, (short)481, (short)94, (short)94, (short)94, (short)660, (short)480, (short)96, (short)94, (short)96, (short)96, (short)94, (short)94, (short)96, (short)96, (short)94, (short)96, (short)96, (short)96, (short)482, (short)94, (short)94, (short)96, (short)660, (short)660, (short)96, (short)96, (short)485, (short)483, (short)96, (short)94, (short)660, (short)660, (short)484, (short)96, (short)96, (short)487, (short)491, (short)488, (short)94, (short)660, (short)660, (short)486, (short)489, (short)96, (short)493, (short)490, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)96, (short)492, (short)494, (short)94, (short)94, (short)94, (short)94, (short)94, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)94, (short)94, (short)660, (short)96, (short)96, (short)96, (short)96, (short)96, (short)660, (short)94, (short)495, (short)660, (short)660, (short)660, (short)96, (short)96, (short)497, (short)94, (short)499, (short)94, (short)94, (short)496, (short)498, (short)96, (short)94, (short)502, (short)501, (short)500, (short)94, (short)505, (short)503, (short)96, (short)506, (short)96, (short)96, (short)504, (short)507, (short)94, (short)96, (short)94, (short)94, (short)508, (short)96, (short)94, (short)94, (short)94, (short)660, (short)94, (short)94, (short)94, (short)94, (short)96, (short)94, (short)96, (short)96, (short)509, (short)511, (short)96, (short)96, (short)96, (short)512, (short)96, (short)96, (short)96, (short)96, (short)510, (short)96, (short)94, (short)94, (short)94, (short)94, (short)94, (short)660, (short)94, (short)660, (short)94, (short)94, (short)660, (short)515, (short)516, (short)94, (short)96, (short)96, (short)96, (short)96, (short)96, (short)519, (short)96, (short)513, (short)96, (short)96, (short)514, (short)660, (short)94, (short)96, (short)94, (short)94, (short)518, (short)94, (short)94, (short)94, (short)94, (short)522, (short)517, (short)94, (short)660, (short)523, (short)96, (short)94, (short)96, (short)96, (short)524, (short)96, (short)96, (short)96, (short)96, (short)520, (short)521, (short)96, (short)525, (short)94, (short)660, (short)96, (short)94, (short)660, (short)660, (short)660, (short)94, (short)94, (short)660, (short)526, (short)527, (short)529, (short)532, (short)96, (short)531, (short)94, (short)96, (short)530, (short)533, (short)528, (short)96, (short)96, (short)534, (short)94, (short)94, (short)94, (short)94, (short)660, (short)660, (short)96, (short)94, (short)94, (short)94, (short)94, (short)660, (short)94, (short)94, (short)96, (short)96, (short)96, (short)96, (short)537, (short)535, (short)94, (short)96, (short)96, (short)96, (short)96, (short)536, (short)96, (short)96, (short)660, (short)94, (short)660, (short)94, (short)94, (short)542, (short)96, (short)660, (short)94, (short)539, (short)94, (short)544, (short)94, (short)660, (short)538, (short)96, (short)549, (short)96, (short)96, (short)94, (short)94, (short)540, (short)96, (short)547, (short)96, (short)543, (short)96, (short)541, (short)548, (short)94, (short)94, (short)545, (short)546, (short)96, (short)96, (short)94, (short)94, (short)660, (short)94, (short)94, (short)94, (short)94, (short)550, (short)96, (short)96, (short)94, (short)660, (short)94, (short)94, (short)96, (short)96, (short)552, (short)96, (short)96, (short)96, (short)96, (short)553, (short)551, (short)660, (short)96, (short)554, (short)96, (short)96, (short)94, (short)94, (short)94, (short)556, (short)94, (short)94, (short)660, (short)557, (short)559, (short)561, (short)94, (short)94, (short)660, (short)562, (short)96, (short)96, (short)96, (short)555, (short)96, (short)96, (short)563, (short)558, (short)94, (short)94, (short)96, (short)96, (short)560, (short)660, (short)94, (short)94, (short)564, (short)94, (short)660, (short)566, (short)567, (short)94, (short)96, (short)96, (short)94, (short)94, (short)94, (short)569, (short)96, (short)96, (short)568, (short)96, (short)570, (short)94, (short)94, (short)96, (short)565, (short)660, (short)96, (short)96, (short)96, (short)660, (short)94, (short)94, (short)571, (short)94, (short)660, (short)96, (short)96, (short)94, (short)660, (short)573, (short)94, (short)94, (short)572, (short)574, (short)96, (short)96, (short)94, (short)96, (short)580, (short)94, (short)576, (short)96, (short)575, (short)577, (short)96, (short)96, (short)94, (short)660, (short)94, (short)94, (short)96, (short)94, (short)94, (short)96, (short)660, (short)94, (short)578, (short)94, (short)94, (short)660, (short)96, (short)582, (short)96, (short)96, (short)94, (short)96, (short)96, (short)94, (short)581, (short)96, (short)583, (short)96, (short)96, (short)579, (short)94, (short)94, (short)94, (short)584, (short)96, (short)585, (short)94, (short)96, (short)94, (short)94, (short)94, (short)94, (short)660, (short)94, (short)96, (short)96, (short)96, (short)660, (short)588, (short)587, (short)96, (short)94, (short)96, (short)96, (short)96, (short)96, (short)590, (short)96, (short)660, (short)586, (short)660, (short)94, (short)94, (short)593, (short)660, (short)96, (short)94, (short)94, (short)589, (short)94, (short)591, (short)596, (short)595, (short)597, (short)600, (short)96, (short)96, (short)594, (short)592, (short)94, (short)96, (short)96, (short)601, (short)96, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)94, (short)602, (short)96, (short)94, (short)660, (short)94, (short)94, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)96, (short)94, (short)660, (short)96, (short)603, (short)96, (short)96, (short)604, (short)660, (short)660, (short)660, (short)94, (short)94, (short)660, (short)94, (short)96, (short)607, (short)614, (short)660, (short)660, (short)612, (short)605, (short)610, (short)615, (short)613, (short)96, (short)96, (short)606, (short)96, (short)94, (short)608, (short)94, (short)609, (short)611, (short)94, (short)94, (short)94, (short)660, (short)94, (short)94, (short)94, (short)94, (short)94, (short)96, (short)618, (short)96, (short)94, (short)617, (short)96, (short)96, (short)96, (short)616, (short)96, (short)96, (short)96, (short)96, (short)96, (short)94, (short)660, (short)660, (short)96, (short)660, (short)94, (short)94, (short)619, (short)94, (short)94, (short)94, (short)94, (short)660, (short)621, (short)96, (short)623, (short)625, (short)620, (short)622, (short)96, (short)96, (short)94, (short)96, (short)96, (short)96, (short)96, (short)624, (short)94, (short)94, (short)94, (short)94, (short)660, (short)660, (short)94, (short)94, (short)96, (short)94, (short)626, (short)94, (short)94, (short)94, (short)96, (short)96, (short)96, (short)96, (short)627, (short)629, (short)96, (short)96, (short)94, (short)96, (short)632, (short)96, (short)96, (short)96, (short)94, (short)630, (short)94, (short)631, (short)94, (short)628, (short)94, (short)660, (short)96, (short)94, (short)660, (short)94, (short)660, (short)633, (short)96, (short)94, (short)96, (short)637, (short)96, (short)660, (short)96, (short)635, (short)634, (short)96, (short)640, (short)96, (short)636, (short)94, (short)94, (short)96, (short)638, (short)639, (short)94, (short)641, (short)94, (short)94, (short)642, (short)94, (short)660, (short)94, (short)94, (short)96, (short)96, (short)94, (short)94, (short)647, (short)96, (short)660, (short)96, (short)96, (short)644, (short)96, (short)643, (short)96, (short)96, (short)645, (short)94, (short)96, (short)96, (short)660, (short)660, (short)646, (short)94, (short)94, (short)94, (short)660, (short)650, (short)94, (short)94, (short)660, (short)96, (short)651, (short)660, (short)649, (short)648, (short)660, (short)96, (short)96, (short)96, (short)654, (short)660, (short)96, (short)96, (short)660, (short)660, (short)660, (short)660, (short)660, (short)653, (short)652, (short)660, (short)656, (short)660, (short)660, (short)655, (short)658, (short)660, (short)660, (short)659, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)657, (short)59, (short)59, (short)59, (short)59, (short)59, (short)59, (short)59, (short)66, (short)66, (short)660, (short)66, (short)66, (short)66, (short)66, (short)95, (short)660, (short)660, (short)95, (short)95, (short)95, (short)161, (short)161, (short)162, (short)162, (short)245, (short)245, (short)245, (short)246, (short)246, (short)599, (short)599, (short)599, (short)599, (short)3, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660
-};
+register int yy_is_jam;
+register char * yy_cp = yy_c_buf_p;
+register YY_CHAR yy_c = 1;
 
-static const short int yy_chk[2266] = 
+if(yy_accept[yy_current_state])
 {
-(short)0, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)1, (short)9, (short)12, (short)12, (short)13, (short)18, (short)599, (short)21, (short)20, (short)21, (short)21, (short)21, (short)21, (short)31, (short)27, (short)22, (short)37, (short)18, (short)20, (short)20, (short)22, (short)13, (short)25, (short)29, (short)29, (short)55, (short)25, (short)31, (short)22, (short)27, (short)37, (short)27, (short)27, (short)9, (short)23, (short)580, (short)23, (short)23, (short)23, (short)23, (short)32, (short)38, (short)36, (short)59, (short)32, (short)32, (short)67, (short)23, (short)98, (short)45, (short)23, (short)23, (short)23, (short)96, (short)67, (short)38, (short)36, (short)47, (short)32, (short)94, (short)39, (short)37, (short)23, (short)45, (short)93, (short)37, (short)55, (short)37, (short)89, (short)23, (short)74, (short)47, (short)61, (short)36, (short)39, (short)59, (short)41, (short)23, (short)36, (short)40, (short)23, (short)24, (short)36, (short)24, (short)24, (short)24, (short)24, (short)43, (short)42, (short)38, (short)41, (short)36, (short)39, (short)40, (short)24, (short)45, (short)48, (short)24, (short)24, (short)39, (short)44, (short)43, (short)42, (short)39, (short)46, (short)47, (short)39, (short)35, (short)47, (short)24, (short)48, (short)40, (short)40, (short)28, (short)44, (short)40, (short)24, (short)17, (short)46, (short)41, (short)66, (short)41, (short)40, (short)43, (short)24, (short)40, (short)14, (short)49, (short)42, (short)50, (short)41, (short)42, (short)48, (short)43, (short)42, (short)8, (short)46, (short)44, (short)97, (short)52, (short)46, (short)49, (short)51, (short)50, (short)44, (short)44, (short)3, (short)66, (short)95, (short)44, (short)101, (short)53, (short)81, (short)52, (short)81, (short)104, (short)51, (short)81, (short)81, (short)81, (short)81, (short)0, (short)95, (short)49, (short)101, (short)53, (short)49, (short)49, (short)50, (short)104, (short)97, (short)0, (short)105, (short)0, (short)108, (short)102, (short)0, (short)49, (short)49, (short)52, (short)49, (short)0, (short)51, (short)53, (short)50, (short)52, (short)105, (short)51, (short)108, (short)102, (short)53, (short)75, (short)75, (short)75, (short)75, (short)79, (short)79, (short)79, (short)79, (short)103, (short)82, (short)82, (short)75, (short)75, (short)101, (short)75, (short)79, (short)79, (short)0, (short)79, (short)104, (short)106, (short)107, (short)103, (short)0, (short)0, (short)105, (short)75, (short)75, (short)82, (short)102, (short)79, (short)79, (short)108, (short)75, (short)106, (short)107, (short)82, (short)79, (short)80, (short)109, (short)80, (short)80, (short)80, (short)80, (short)0, (short)110, (short)111, (short)112, (short)113, (short)114, (short)115, (short)80, (short)0, (short)109, (short)80, (short)80, (short)0, (short)107, (short)103, (short)110, (short)111, (short)112, (short)113, (short)114, (short)115, (short)120, (short)80, (short)0, (short)0, (short)116, (short)106, (short)109, (short)0, (short)80, (short)0, (short)117, (short)118, (short)110, (short)0, (short)120, (short)121, (short)80, (short)100, (short)116, (short)0, (short)113, (short)114, (short)119, (short)113, (short)117, (short)118, (short)111, (short)114, (short)115, (short)121, (short)122, (short)100, (short)112, (short)113, (short)0, (short)0, (short)119, (short)0, (short)0, (short)0, (short)123, (short)0, (short)124, (short)0, (short)122, (short)0, (short)125, (short)0, (short)120, (short)100, (short)100, (short)100, (short)100, (short)100, (short)123, (short)116, (short)124, (short)100, (short)0, (short)117, (short)125, (short)121, (short)118, (short)126, (short)0, (short)100, (short)100, (short)100, (short)127, (short)100, (short)128, (short)129, (short)119, (short)130, (short)131, (short)132, (short)0, (short)126, (short)122, (short)133, (short)135, (short)0, (short)127, (short)136, (short)128, (short)129, (short)134, (short)130, (short)131, (short)132, (short)123, (short)138, (short)124, (short)133, (short)135, (short)137, (short)0, (short)136, (short)0, (short)139, (short)134, (short)0, (short)127, (short)0, (short)0, (short)138, (short)140, (short)0, (short)141, (short)137, (short)126, (short)127, (short)133, (short)139, (short)142, (short)132, (short)129, (short)130, (short)127, (short)128, (short)140, (short)132, (short)141, (short)138, (short)134, (short)0, (short)138, (short)131, (short)142, (short)136, (short)135, (short)134, (short)139, (short)137, (short)0, (short)143, (short)134, (short)138, (short)144, (short)138, (short)145, (short)146, (short)147, (short)148, (short)0, (short)180, (short)140, (short)0, (short)141, (short)143, (short)0, (short)137, (short)144, (short)0, (short)145, (short)146, (short)147, (short)148, (short)153, (short)180, (short)153, (short)142, (short)0, (short)153, (short)153, (short)153, (short)153, (short)156, (short)176, (short)156, (short)158, (short)158, (short)156, (short)156, (short)156, (short)156, (short)167, (short)170, (short)144, (short)0, (short)143, (short)146, (short)176, (short)148, (short)146, (short)0, (short)0, (short)144, (short)145, (short)158, (short)167, (short)170, (short)147, (short)155, (short)155, (short)155, (short)155, (short)158, (short)159, (short)159, (short)159, (short)159, (short)166, (short)168, (short)155, (short)155, (short)0, (short)155, (short)169, (short)160, (short)160, (short)160, (short)160, (short)161, (short)161, (short)171, (short)166, (short)168, (short)176, (short)155, (short)155, (short)160, (short)169, (short)160, (short)0, (short)172, (short)155, (short)167, (short)0, (short)171, (short)0, (short)170, (short)161, (short)173, (short)174, (short)0, (short)160, (short)0, (short)168, (short)172, (short)161, (short)175, (short)160, (short)177, (short)169, (short)166, (short)0, (short)173, (short)174, (short)168, (short)178, (short)166, (short)166, (short)179, (short)181, (short)175, (short)182, (short)177, (short)183, (short)0, (short)171, (short)172, (short)184, (short)185, (short)178, (short)186, (short)187, (short)179, (short)181, (short)0, (short)182, (short)0, (short)183, (short)173, (short)0, (short)0, (short)184, (short)185, (short)188, (short)186, (short)187, (short)189, (short)200, (short)173, (short)179, (short)178, (short)177, (short)175, (short)182, (short)174, (short)190, (short)191, (short)188, (short)192, (short)183, (short)189, (short)200, (short)193, (short)187, (short)194, (short)181, (short)0, (short)195, (short)196, (short)190, (short)191, (short)197, (short)192, (short)0, (short)0, (short)184, (short)193, (short)185, (short)194, (short)186, (short)186, (short)195, (short)196, (short)188, (short)0, (short)197, (short)198, (short)190, (short)191, (short)0, (short)201, (short)189, (short)199, (short)0, (short)192, (short)202, (short)191, (short)194, (short)193, (short)203, (short)198, (short)204, (short)193, (short)195, (short)201, (short)206, (short)199, (short)197, (short)0, (short)202, (short)0, (short)205, (short)196, (short)203, (short)207, (short)204, (short)208, (short)209, (short)206, (short)206, (short)211, (short)212, (short)198, (short)210, (short)199, (short)205, (short)213, (short)0, (short)207, (short)215, (short)208, (short)209, (short)216, (short)210, (short)211, (short)212, (short)0, (short)210, (short)214, (short)0, (short)213, (short)202, (short)217, (short)215, (short)218, (short)203, (short)216, (short)221, (short)219, (short)204, (short)207, (short)205, (short)214, (short)209, (short)208, (short)0, (short)217, (short)222, (short)218, (short)220, (short)223, (short)221, (short)219, (short)224, (short)0, (short)215, (short)225, (short)226, (short)212, (short)213, (short)227, (short)222, (short)211, (short)220, (short)223, (short)228, (short)229, (short)224, (short)214, (short)0, (short)225, (short)226, (short)230, (short)216, (short)227, (short)231, (short)0, (short)232, (short)233, (short)228, (short)229, (short)222, (short)218, (short)219, (short)0, (short)220, (short)230, (short)221, (short)234, (short)231, (short)225, (short)232, (short)233, (short)0, (short)235, (short)0, (short)236, (short)223, (short)244, (short)244, (short)246, (short)228, (short)234, (short)0, (short)224, (short)249, (short)0, (short)226, (short)235, (short)227, (short)236, (short)0, (short)265, (short)233, (short)246, (short)231, (short)229, (short)244, (short)230, (short)249, (short)234, (short)237, (short)237, (short)237, (short)237, (short)244, (short)265, (short)232, (short)235, (short)238, (short)238, (short)238, (short)238, (short)241, (short)241, (short)241, (short)241, (short)0, (short)0, (short)236, (short)239, (short)238, (short)239, (short)238, (short)247, (short)239, (short)239, (short)239, (short)239, (short)242, (short)242, (short)242, (short)242, (short)248, (short)250, (short)249, (short)238, (short)251, (short)247, (short)252, (short)254, (short)242, (short)238, (short)242, (short)253, (short)255, (short)258, (short)248, (short)250, (short)256, (short)0, (short)251, (short)259, (short)252, (short)254, (short)257, (short)242, (short)260, (short)253, (short)255, (short)258, (short)261, (short)242, (short)256, (short)247, (short)262, (short)259, (short)0, (short)263, (short)257, (short)0, (short)260, (short)264, (short)251, (short)250, (short)261, (short)0, (short)248, (short)253, (short)262, (short)266, (short)258, (short)263, (short)0, (short)252, (short)0, (short)264, (short)267, (short)255, (short)268, (short)254, (short)0, (short)269, (short)257, (short)266, (short)255, (short)270, (short)261, (short)256, (short)259, (short)260, (short)267, (short)263, (short)268, (short)0, (short)262, (short)269, (short)271, (short)0, (short)272, (short)270, (short)275, (short)273, (short)276, (short)274, (short)277, (short)278, (short)279, (short)264, (short)280, (short)282, (short)271, (short)266, (short)272, (short)281, (short)275, (short)273, (short)276, (short)274, (short)277, (short)278, (short)279, (short)0, (short)280, (short)282, (short)0, (short)283, (short)284, (short)281, (short)285, (short)286, (short)269, (short)272, (short)287, (short)275, (short)288, (short)270, (short)271, (short)273, (short)274, (short)283, (short)284, (short)0, (short)285, (short)286, (short)289, (short)290, (short)287, (short)292, (short)288, (short)277, (short)291, (short)293, (short)280, (short)276, (short)294, (short)278, (short)281, (short)295, (short)289, (short)290, (short)279, (short)292, (short)291, (short)296, (short)291, (short)293, (short)0, (short)0, (short)294, (short)297, (short)298, (short)295, (short)299, (short)300, (short)284, (short)301, (short)0, (short)296, (short)302, (short)286, (short)289, (short)285, (short)288, (short)297, (short)298, (short)304, (short)299, (short)300, (short)303, (short)301, (short)290, (short)0, (short)302, (short)305, (short)307, (short)296, (short)0, (short)292, (short)306, (short)304, (short)308, (short)309, (short)303, (short)294, (short)310, (short)297, (short)311, (short)305, (short)307, (short)0, (short)298, (short)312, (short)306, (short)313, (short)308, (short)309, (short)0, (short)0, (short)310, (short)0, (short)311, (short)299, (short)314, (short)301, (short)303, (short)312, (short)300, (short)313, (short)302, (short)316, (short)306, (short)304, (short)0, (short)305, (short)308, (short)315, (short)314, (short)317, (short)310, (short)318, (short)311, (short)320, (short)319, (short)316, (short)309, (short)0, (short)312, (short)307, (short)323, (short)315, (short)325, (short)317, (short)326, (short)318, (short)327, (short)320, (short)319, (short)321, (short)321, (short)321, (short)321, (short)324, (short)323, (short)0, (short)325, (short)328, (short)326, (short)314, (short)327, (short)0, (short)0, (short)0, (short)0, (short)315, (short)0, (short)324, (short)329, (short)320, (short)0, (short)328, (short)316, (short)319, (short)322, (short)322, (short)322, (short)322, (short)323, (short)330, (short)327, (short)318, (short)329, (short)331, (short)324, (short)332, (short)322, (short)326, (short)322, (short)333, (short)325, (short)334, (short)0, (short)330, (short)335, (short)336, (short)338, (short)331, (short)332, (short)332, (short)337, (short)322, (short)339, (short)333, (short)341, (short)334, (short)328, (short)322, (short)335, (short)336, (short)338, (short)329, (short)340, (short)342, (short)337, (short)330, (short)339, (short)0, (short)341, (short)343, (short)344, (short)345, (short)0, (short)331, (short)346, (short)0, (short)340, (short)342, (short)335, (short)347, (short)0, (short)336, (short)337, (short)343, (short)344, (short)345, (short)334, (short)341, (short)346, (short)333, (short)348, (short)338, (short)0, (short)347, (short)340, (short)349, (short)350, (short)339, (short)351, (short)352, (short)343, (short)353, (short)0, (short)354, (short)348, (short)355, (short)346, (short)356, (short)0, (short)349, (short)350, (short)357, (short)351, (short)352, (short)358, (short)353, (short)345, (short)354, (short)359, (short)355, (short)0, (short)356, (short)347, (short)360, (short)0, (short)357, (short)348, (short)0, (short)358, (short)0, (short)361, (short)362, (short)359, (short)363, (short)351, (short)352, (short)0, (short)360, (short)349, (short)350, (short)364, (short)355, (short)365, (short)357, (short)361, (short)362, (short)0, (short)363, (short)353, (short)366, (short)354, (short)367, (short)356, (short)368, (short)364, (short)0, (short)365, (short)370, (short)371, (short)369, (short)360, (short)372, (short)373, (short)366, (short)374, (short)367, (short)361, (short)368, (short)359, (short)369, (short)375, (short)370, (short)371, (short)369, (short)376, (short)372, (short)373, (short)377, (short)374, (short)378, (short)379, (short)380, (short)0, (short)0, (short)375, (short)367, (short)381, (short)364, (short)376, (short)0, (short)382, (short)377, (short)365, (short)378, (short)379, (short)380, (short)372, (short)366, (short)374, (short)373, (short)381, (short)383, (short)370, (short)368, (short)382, (short)0, (short)376, (short)384, (short)0, (short)385, (short)0, (short)378, (short)386, (short)375, (short)387, (short)383, (short)388, (short)381, (short)390, (short)379, (short)389, (short)384, (short)381, (short)385, (short)380, (short)0, (short)386, (short)377, (short)387, (short)391, (short)388, (short)392, (short)390, (short)393, (short)389, (short)0, (short)394, (short)0, (short)0, (short)384, (short)397, (short)395, (short)396, (short)391, (short)386, (short)392, (short)383, (short)393, (short)398, (short)385, (short)394, (short)389, (short)397, (short)399, (short)397, (short)395, (short)396, (short)401, (short)390, (short)400, (short)0, (short)388, (short)398, (short)402, (short)404, (short)0, (short)403, (short)399, (short)405, (short)0, (short)408, (short)401, (short)0, (short)400, (short)392, (short)0, (short)406, (short)402, (short)404, (short)391, (short)403, (short)407, (short)405, (short)393, (short)408, (short)394, (short)395, (short)396, (short)409, (short)399, (short)406, (short)400, (short)410, (short)411, (short)412, (short)407, (short)398, (short)0, (short)413, (short)0, (short)404, (short)0, (short)409, (short)401, (short)0, (short)414, (short)410, (short)411, (short)412, (short)415, (short)416, (short)405, (short)413, (short)402, (short)0, (short)403, (short)407, (short)406, (short)407, (short)414, (short)417, (short)408, (short)418, (short)415, (short)416, (short)419, (short)407, (short)410, (short)407, (short)420, (short)412, (short)421, (short)422, (short)0, (short)417, (short)423, (short)418, (short)409, (short)424, (short)419, (short)425, (short)426, (short)0, (short)420, (short)427, (short)421, (short)422, (short)411, (short)413, (short)423, (short)428, (short)429, (short)424, (short)430, (short)425, (short)426, (short)416, (short)431, (short)427, (short)432, (short)433, (short)434, (short)0, (short)435, (short)428, (short)429, (short)417, (short)430, (short)436, (short)437, (short)424, (short)431, (short)0, (short)432, (short)433, (short)434, (short)425, (short)435, (short)438, (short)420, (short)439, (short)440, (short)436, (short)437, (short)441, (short)443, (short)428, (short)442, (short)444, (short)445, (short)0, (short)426, (short)438, (short)446, (short)439, (short)440, (short)447, (short)448, (short)441, (short)443, (short)449, (short)442, (short)444, (short)445, (short)434, (short)450, (short)451, (short)446, (short)0, (short)0, (short)447, (short)448, (short)439, (short)435, (short)449, (short)452, (short)0, (short)0, (short)437, (short)450, (short)451, (short)441, (short)445, (short)442, (short)453, (short)0, (short)0, (short)440, (short)443, (short)452, (short)448, (short)444, (short)454, (short)455, (short)456, (short)457, (short)458, (short)460, (short)453, (short)446, (short)449, (short)459, (short)461, (short)462, (short)463, (short)464, (short)454, (short)455, (short)456, (short)457, (short)458, (short)460, (short)465, (short)466, (short)0, (short)459, (short)461, (short)462, (short)463, (short)464, (short)0, (short)467, (short)452, (short)0, (short)0, (short)0, (short)465, (short)466, (short)454, (short)468, (short)457, (short)471, (short)469, (short)453, (short)456, (short)467, (short)470, (short)460, (short)459, (short)458, (short)472, (short)464, (short)461, (short)468, (short)465, (short)471, (short)469, (short)463, (short)465, (short)473, (short)470, (short)474, (short)475, (short)466, (short)472, (short)476, (short)477, (short)478, (short)0, (short)479, (short)480, (short)481, (short)482, (short)473, (short)483, (short)474, (short)475, (short)467, (short)469, (short)476, (short)477, (short)478, (short)470, (short)479, (short)480, (short)481, (short)482, (short)468, (short)483, (short)484, (short)485, (short)486, (short)487, (short)488, (short)0, (short)489, (short)0, (short)490, (short)491, (short)0, (short)477, (short)478, (short)493, (short)484, (short)485, (short)486, (short)487, (short)488, (short)483, (short)489, (short)475, (short)490, (short)491, (short)476, (short)0, (short)492, (short)493, (short)494, (short)495, (short)481, (short)496, (short)498, (short)500, (short)501, (short)486, (short)480, (short)497, (short)0, (short)488, (short)492, (short)499, (short)494, (short)495, (short)490, (short)496, (short)498, (short)500, (short)501, (short)484, (short)485, (short)497, (short)491, (short)502, (short)0, (short)499, (short)503, (short)0, (short)0, (short)0, (short)504, (short)505, (short)0, (short)492, (short)493, (short)495, (short)498, (short)502, (short)497, (short)506, (short)503, (short)496, (short)499, (short)494, (short)504, (short)505, (short)500, (short)507, (short)508, (short)509, (short)511, (short)0, (short)0, (short)506, (short)510, (short)512, (short)513, (short)514, (short)0, (short)515, (short)517, (short)507, (short)508, (short)509, (short)511, (short)505, (short)502, (short)516, (short)510, (short)512, (short)513, (short)514, (short)503, (short)515, (short)517, (short)0, (short)518, (short)0, (short)519, (short)520, (short)509, (short)516, (short)0, (short)521, (short)507, (short)522, (short)512, (short)523, (short)0, (short)506, (short)518, (short)517, (short)519, (short)520, (short)524, (short)525, (short)507, (short)521, (short)515, (short)522, (short)510, (short)523, (short)508, (short)516, (short)526, (short)527, (short)513, (short)514, (short)524, (short)525, (short)528, (short)529, (short)0, (short)530, (short)532, (short)531, (short)533, (short)519, (short)526, (short)527, (short)534, (short)0, (short)535, (short)536, (short)528, (short)529, (short)522, (short)530, (short)532, (short)531, (short)533, (short)525, (short)521, (short)0, (short)534, (short)526, (short)535, (short)536, (short)537, (short)538, (short)539, (short)528, (short)540, (short)541, (short)0, (short)529, (short)531, (short)533, (short)542, (short)543, (short)0, (short)534, (short)537, (short)538, (short)539, (short)527, (short)540, (short)541, (short)535, (short)530, (short)544, (short)545, (short)542, (short)543, (short)532, (short)0, (short)546, (short)547, (short)536, (short)548, (short)0, (short)538, (short)539, (short)549, (short)544, (short)545, (short)550, (short)551, (short)552, (short)541, (short)546, (short)547, (short)540, (short)548, (short)542, (short)553, (short)554, (short)549, (short)537, (short)0, (short)550, (short)551, (short)552, (short)0, (short)555, (short)556, (short)543, (short)558, (short)0, (short)553, (short)554, (short)559, (short)0, (short)547, (short)560, (short)561, (short)544, (short)549, (short)555, (short)556, (short)557, (short)558, (short)557, (short)562, (short)552, (short)559, (short)550, (short)554, (short)560, (short)561, (short)563, (short)0, (short)564, (short)565, (short)557, (short)566, (short)567, (short)562, (short)0, (short)568, (short)555, (short)569, (short)570, (short)0, (short)563, (short)560, (short)564, (short)565, (short)571, (short)566, (short)567, (short)572, (short)558, (short)568, (short)562, (short)569, (short)570, (short)556, (short)573, (short)574, (short)575, (short)563, (short)571, (short)564, (short)577, (short)572, (short)576, (short)583, (short)578, (short)579, (short)0, (short)581, (short)573, (short)574, (short)575, (short)0, (short)569, (short)568, (short)577, (short)582, (short)576, (short)583, (short)578, (short)579, (short)571, (short)581, (short)0, (short)567, (short)0, (short)584, (short)585, (short)574, (short)0, (short)582, (short)586, (short)587, (short)570, (short)588, (short)572, (short)578, (short)576, (short)579, (short)581, (short)584, (short)585, (short)575, (short)573, (short)589, (short)586, (short)587, (short)582, (short)588, (short)590, (short)591, (short)592, (short)593, (short)595, (short)594, (short)601, (short)597, (short)584, (short)589, (short)596, (short)0, (short)602, (short)600, (short)590, (short)591, (short)592, (short)593, (short)595, (short)594, (short)601, (short)597, (short)603, (short)0, (short)596, (short)586, (short)602, (short)600, (short)587, (short)0, (short)0, (short)0, (short)604, (short)605, (short)0, (short)606, (short)603, (short)591, (short)597, (short)0, (short)0, (short)596, (short)589, (short)594, (short)600, (short)596, (short)604, (short)605, (short)590, (short)606, (short)607, (short)592, (short)608, (short)593, (short)595, (short)609, (short)610, (short)611, (short)0, (short)612, (short)613, (short)614, (short)615, (short)616, (short)607, (short)605, (short)608, (short)617, (short)604, (short)609, (short)610, (short)611, (short)603, (short)612, (short)613, (short)614, (short)615, (short)616, (short)618, (short)0, (short)0, (short)617, (short)0, (short)619, (short)620, (short)606, (short)621, (short)622, (short)623, (short)624, (short)0, (short)609, (short)618, (short)614, (short)616, (short)607, (short)613, (short)619, (short)620, (short)625, (short)621, (short)622, (short)623, (short)624, (short)614, (short)626, (short)627, (short)628, (short)629, (short)0, (short)0, (short)630, (short)631, (short)625, (short)632, (short)617, (short)633, (short)634, (short)635, (short)626, (short)627, (short)628, (short)629, (short)618, (short)621, (short)630, (short)631, (short)637, (short)632, (short)624, (short)633, (short)634, (short)635, (short)636, (short)622, (short)638, (short)623, (short)639, (short)619, (short)641, (short)0, (short)637, (short)640, (short)0, (short)642, (short)0, (short)625, (short)636, (short)643, (short)638, (short)631, (short)639, (short)0, (short)641, (short)629, (short)627, (short)640, (short)634, (short)642, (short)630, (short)644, (short)645, (short)643, (short)632, (short)633, (short)646, (short)635, (short)647, (short)648, (short)636, (short)649, (short)0, (short)650, (short)651, (short)644, (short)645, (short)652, (short)653, (short)642, (short)646, (short)0, (short)647, (short)648, (short)639, (short)649, (short)638, (short)650, (short)651, (short)640, (short)654, (short)652, (short)653, (short)0, (short)0, (short)641, (short)655, (short)657, (short)656, (short)0, (short)647, (short)658, (short)659, (short)0, (short)654, (short)648, (short)0, (short)645, (short)644, (short)0, (short)655, (short)657, (short)656, (short)652, (short)0, (short)658, (short)659, (short)0, (short)0, (short)0, (short)0, (short)0, (short)651, (short)650, (short)0, (short)654, (short)0, (short)0, (short)653, (short)656, (short)0, (short)0, (short)658, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)0, (short)655, (short)661, (short)661, (short)661, (short)661, (short)661, (short)661, (short)661, (short)662, (short)662, (short)0, (short)662, (short)662, (short)662, (short)662, (short)663, (short)0, (short)0, (short)663, (short)663, (short)663, (short)664, (short)664, (short)665, (short)665, (short)666, (short)666, (short)666, (short)667, (short)667, (short)668, (short)668, (short)668, (short)668, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660, (short)660
-};
-
-static yy_state_type yy_last_accepting_state;
-
-static char * yy_last_accepting_cpos;
-
-char * yytext;
+yy_last_accepting_state = yy_current_state;
+yy_last_accepting_cpos = yy_cp;
+}
+while(yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
+{
+yy_current_state = (int)yy_def[yy_current_state];
+if(yy_current_state >= 729)
+yy_c = yy_meta[(unsigned int)yy_c];
+}
+yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int)yy_c];
+yy_is_jam = (yy_current_state == 728);
+return yy_is_jam ? 0 : yy_current_state;
+}
 
-enum yytokentype
+void SetEchoOn(unsigned int b)
 {
-IDENTIFIER = 258, CONSTANT = 259, STRING_LITERAL = 260, SIZEOF = 261, PTR_OP = 262, INC_OP = 263, DEC_OP = 264, LEFT_OP = 265, RIGHT_OP = 266, LE_OP = 267, GE_OP = 268, EQ_OP = 269, NE_OP = 270, AND_OP = 271, OR_OP = 272, MUL_ASSIGN = 273, DIV_ASSIGN = 274, MOD_ASSIGN = 275, ADD_ASSIGN = 276, SUB_ASSIGN = 277, LEFT_ASSIGN = 278, RIGHT_ASSIGN = 279, AND_ASSIGN = 280, XOR_ASSIGN = 281, OR_ASSIGN = 282, TYPE_NAME = 283, TYPEDEF = 284, EXTERN = 285, STATIC = 286, AUTO = 287, REGISTER = 288, CHAR = 289, SHORT = 290, INT = 291, UINT = 292, INT64 = 293, LONG = 294, SIGNED = 295, UNSIGNED = 296, FLOAT = 297, DOUBLE = 298, CONST = 299, VOLATILE = 300, VOID = 301, VALIST = 302, STRUCT = 303, UNION = 304, ENUM = 305, ELLIPSIS = 306, CASE = 307, DEFAULT = 308, IF = 309, SWITCH = 310, WHILE = 311, DO = 312, FOR = 313, GOTO = 314, CONTINUE = 315, BREAK = 316, RETURN = 317, IFX = 318, ELSE = 319, CLASS = 320, THISCLASS = 321, CLASS_NAME = 322, PROPERTY = 323, SETPROP = 324, GETPROP = 325, NEWOP = 326, RENEW = 327, DELETE = 328, EXT_DECL = 329, EXT_STORAGE = 330, IMPORT = 331, DEFINE = 332, VIRTUAL = 333, ATTRIB = 334, PUBLIC = 335, PRIVATE = 336, TYPED_OBJECT = 337, ANY_OBJECT = 338, _INCREF = 339, EXTENSION = 340, ASM = 341, TYPEOF = 342, WATCH = 343, STOPWATCHING = 344, FIREWATCHERS = 345, WATCHABLE = 346, CLASS_DESIGNER = 347, CLASS_NO_EXPANSION = 348, CLASS_FIXED = 349, ISPROPSET = 350, CLASS_DEFAULT_PROPERTY = 351, PROPERTY_CATEGORY = 352, CLASS_DATA = 353, CLASS_PROPERTY = 354, SUBCLASS = 355, NAMESPACE = 356, NEW0OP = 357, RENEW0 = 358, VAARG = 359, DBTABLE = 360, DBFIELD = 361, DBINDEX = 362, DATABASE_OPEN = 363, ALIGNOF = 364, ATTRIB_DEP = 365, __ATTRIB = 366
-};
+echoOn = b;
+}
 
 typedef union YYSTYPE
 {
@@ -607,1913 +539,1878 @@ struct TemplateDatatype * templateDatatype;
 struct DBTableEntry * dbtableEntry;
 struct DBIndexItem * dbindexItem;
 struct DBTableDef * dbtableDef;
-} __attribute__ ((gcc_struct)) YYSTYPE;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Enumerator;
-
-struct Enumerator;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_InitDeclarator;
-
-struct InitDeclarator;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_AsmField;
-
-struct AsmField;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Attribute;
-
-struct Attribute;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassFunction;
-
-struct ClassFunction;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_MembersInit;
-
-struct MembersInit;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_MemberInit;
-
-struct MemberInit;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_PropertyDef;
-
-struct PropertyDef;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_PropertyWatch;
-
-struct PropertyWatch;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassDef;
-
-struct ClassDef;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_DBTableEntry;
-
-struct DBTableEntry;
-
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_DBIndexItem;
-
-struct DBIndexItem;
+} ecere_gcc_struct YYSTYPE;
 
 extern YYSTYPE yylval;
 
-extern struct Location yylloc;
-
-unsigned int echoOn = 0x1;
+struct Location
+{
+struct CodePosition start;
+struct CodePosition end;
+} ecere_gcc_struct;
 
-void SetEchoOn(unsigned int b)
+void SetSomeSourceFileStack(const char * fileName, int index)
 {
-echoOn = b;
+strcpy(sourceFileStack[index], fileName);
 }
 
-extern struct Location type_yylloc;
-
-extern struct Location expression_yylloc;
+static int input()
+{
+int c;
 
-extern struct __ecereNameSpace__ecere__com__Instance * fileInput;
+*yy_c_buf_p = yy_hold_char;
+if(*yy_c_buf_p == 0)
+{
+if(yy_c_buf_p < &(*yy_current_buffer).yy_ch_buf[yy_n_chars])
+*yy_c_buf_p = '\0';
+else
+{
+int offset = yy_c_buf_p - yytext;
 
-int preprocessor();
+++yy_c_buf_p;
+switch(yy_get_next_buffer())
+{
+case 2:
+yyrestart(yyin);
+case 1:
+{
+if(yywrap())
+return (-1);
+if(!yy_did_buffer_switch_on_eof)
+yyrestart(yyin);
+return input();
+}
+case 0:
+yy_c_buf_p = yytext + offset;
+break;
+}
+}
+}
+c = *(unsigned char *)yy_c_buf_p;
+*yy_c_buf_p = '\0';
+yy_hold_char = *++yy_c_buf_p;
+return c;
+}
 
-int comment();
+void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer)
+{
+if(yy_current_buffer == new_buffer)
+return ;
+if(yy_current_buffer)
+{
+*yy_c_buf_p = yy_hold_char;
+(*yy_current_buffer).yy_buf_pos = yy_c_buf_p;
+(*yy_current_buffer).yy_n_chars = yy_n_chars;
+}
+yy_current_buffer = new_buffer;
+yy_load_buffer_state();
+yy_did_buffer_switch_on_eof = 1;
+}
 
-void TESTTTT()
+void yy_load_buffer_state(void)
 {
-yylloc.end.charPos += yyleng;
-yylloc.end.pos += yyleng;
-type_yylloc.end.charPos += yyleng;
-type_yylloc.end.pos += yyleng;
-expression_yylloc.end.charPos += yyleng;
-expression_yylloc.end.pos += yyleng;
+yy_n_chars = (*yy_current_buffer).yy_n_chars;
+yytext = yy_c_buf_p = (*yy_current_buffer).yy_buf_pos;
+yyin = (*yy_current_buffer).yy_input_file;
+yy_hold_char = *yy_c_buf_p;
 }
 
-YY_BUFFER_STATE include_stack[30];
+void yy_delete_buffer(YY_BUFFER_STATE b)
+{
+if(!b)
+return ;
+if(b == yy_current_buffer)
+yy_current_buffer = (YY_BUFFER_STATE)0;
+if((*b).yy_is_our_buffer)
+yy_flex_free((void *)(*b).yy_ch_buf);
+yy_flex_free((void *)b);
+}
 
-struct __ecereNameSpace__ecere__com__Instance * fileStack[30];
+void yy_flush_buffer(YY_BUFFER_STATE b)
+{
+if(!b)
+return ;
+(*b).yy_n_chars = 0;
+(*b).yy_ch_buf[0] = 0;
+(*b).yy_ch_buf[1] = 0;
+(*b).yy_buf_pos = &(*b).yy_ch_buf[0];
+(*b).yy_at_bol = 1;
+(*b).yy_buffer_status = 0;
+if(b == yy_current_buffer)
+yy_load_buffer_state();
+}
 
-char sourceFileStack[30][797];
+YY_BUFFER_STATE yy_scan_buffer(char * base, yy_size_t size)
+{
+YY_BUFFER_STATE b;
 
-extern char *  strcpy(char * , const char * );
+if(size < 2 || base[size - 2] != 0 || base[size - 1] != 0)
+return 0;
+b = (YY_BUFFER_STATE)yy_flex_alloc(sizeof(struct yy_buffer_state));
+if(!b)
+yy_fatal_error("out of dynamic memory in yy_scan_buffer()");
+(*b).yy_buf_size = size - 2;
+(*b).yy_buf_pos = (*b).yy_ch_buf = base;
+(*b).yy_is_our_buffer = 0;
+(*b).yy_input_file = 0;
+(*b).yy_n_chars = (*b).yy_buf_size;
+(*b).yy_is_interactive = 0;
+(*b).yy_at_bol = 1;
+(*b).yy_fill_buffer = 0;
+(*b).yy_buffer_status = 0;
+yy_switch_to_buffer(b);
+return b;
+}
 
-void SetSomeSourceFileStack(char * fileName, int index)
+void yyrestart(FILE * input_file)
 {
-strcpy(sourceFileStack[index], fileName);
+if(!yy_current_buffer)
+yy_current_buffer = yy_create_buffer(yyin, 16384);
+yy_init_buffer(yy_current_buffer, input_file);
+yy_load_buffer_state();
 }
 
-struct Location locStack[30];
+YY_BUFFER_STATE yy_create_buffer(FILE * file, int size)
+{
+YY_BUFFER_STATE b;
 
-int declModeStack[30];
+b = (YY_BUFFER_STATE)yy_flex_alloc(sizeof(struct yy_buffer_state));
+if(!b)
+yy_fatal_error("out of dynamic memory in yy_create_buffer()");
+(*b).yy_buf_size = size;
+(*b).yy_ch_buf = (char *)yy_flex_alloc((*b).yy_buf_size + 2);
+if(!(*b).yy_ch_buf)
+yy_fatal_error("out of dynamic memory in yy_create_buffer()");
+(*b).yy_is_our_buffer = 1;
+yy_init_buffer(b, file);
+return b;
+}
 
-int include_stack_ptr = 0;
+void yy_init_buffer(YY_BUFFER_STATE b, FILE * file)
+{
+yy_flush_buffer(b);
+(*b).yy_input_file = file;
+(*b).yy_fill_buffer = 1;
+(*b).yy_is_interactive = 0;
+}
 
-extern int yywrap(void);
+YY_BUFFER_STATE yy_scan_bytes(const char * bytes, int len)
+{
+YY_BUFFER_STATE b;
+char * buf;
+yy_size_t n;
+int i;
 
-static void yyunput(int c, char * buf_ptr);
+n = len + 2;
+buf = (char *)yy_flex_alloc(n);
+if(!buf)
+yy_fatal_error("out of dynamic memory in yy_scan_bytes()");
+for(i = 0; i < len; ++i)
+buf[i] = bytes[i];
+buf[len] = buf[len + 1] = 0;
+b = yy_scan_buffer(buf, n);
+if(!b)
+yy_fatal_error("bad buffer in yy_scan_bytes()");
+(*b).yy_is_our_buffer = 1;
+return b;
+}
 
-static int input(void);
+YY_BUFFER_STATE yy_scan_string(const char * yy_str)
+{
+int len;
 
-int commentCPP();
+for(len = 0; yy_str[len]; ++len)
+;
+return yy_scan_bytes(yy_str, len);
+}
 
-extern int check_type(void);
+extern struct Location yylloc;
 
-extern int defaultDeclMode;
+extern struct Location type_yylloc;
 
-extern int declMode;
+extern struct Location expression_yylloc;
 
-extern void __ecereNameSpace__ecere__com__eInstance_DecRef(struct __ecereNameSpace__ecere__com__Instance * instance);
+struct Location locStack[30];
 
-int yylex(void)
+int comment()
 {
-register yy_state_type yy_current_state;
-register char * yy_cp, * yy_bp;
-register int yy_act;
+int c, last = 0;
 
-yylloc.start = yylloc.end;
-type_yylloc.start = type_yylloc.end;
-expression_yylloc.start = expression_yylloc.end;
-if(yy_init)
+for(; ; )
 {
-yy_init = 0;
-if(!yy_start)
-yy_start = 1;
-if(!yyin)
-yyin = (bsl_stdin());
-if(!yyout)
-yyout = (bsl_stdout());
-if(!yy_current_buffer)
-yy_current_buffer = yy_create_buffer(yyin, 16384);
-yy_load_buffer_state();
-}
-while(1)
-{
-yy_cp = yy_c_buf_p;
-*yy_cp = yy_hold_char;
-yy_bp = yy_cp;
-yy_current_state = yy_start;
-yy_match:
-do
-{
-register YY_CHAR yy_c = yy_ec[((unsigned int)(unsigned char)*yy_cp)];
-
-if(yy_accept[yy_current_state])
-{
-yy_last_accepting_state = yy_current_state;
-yy_last_accepting_cpos = yy_cp;
-}
-while(yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
-{
-yy_current_state = (int)yy_def[yy_current_state];
-if(yy_current_state >= 661)
-yy_c = yy_meta[(unsigned int)yy_c];
-}
-yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int)yy_c];
-++yy_cp;
-}while(yy_base[yy_current_state] != (short)2195);
-yy_find_action:
-yy_act = yy_accept[yy_current_state];
-if(yy_act == 0)
-{
-yy_cp = yy_last_accepting_cpos;
-yy_current_state = yy_last_accepting_state;
-yy_act = yy_accept[yy_current_state];
-}
-yytext = yy_bp;
-yyleng = (int)(yy_cp - yy_bp);
-yy_hold_char = *yy_cp;
-*yy_cp = '\0';
-yy_c_buf_p = yy_cp;
-;
-do_action:
-switch(yy_act)
-{
-case 0:
-*yy_cp = yy_hold_char;
-yy_cp = yy_last_accepting_cpos;
-yy_current_state = yy_last_accepting_state;
-goto yy_find_action;
-case 1:
-TESTTTT();
-{
-preprocessor();
-}
-break;
-case 2:
-TESTTTT();
-{
-comment();
-}
-break;
-case 3:
-TESTTTT();
-{
-commentCPP();
-}
-break;
-case 4:
-TESTTTT();
-{
-return (AUTO);
-}
-break;
-case 5:
-TESTTTT();
-{
-return (BREAK);
-}
-break;
-case 6:
-TESTTTT();
-{
-return (CASE);
-}
+c = input();
+if(c == (-1))
 break;
-case 7:
-TESTTTT();
+if(c == '\n')
 {
-return (CHAR);
+yylloc.end.charPos = 1;
+yylloc.end.pos++;
+yylloc.end.line++;
 }
-break;
-case 8:
-TESTTTT();
+else if(c == '\t')
 {
-return (CONST);
+yylloc.end.charPos++;
+yylloc.end.pos++;
 }
-break;
-case 9:
-TESTTTT();
+else
 {
-return (CONTINUE);
+yylloc.end.charPos++;
+yylloc.end.pos++;
 }
+if(c == '/' && last == '*')
 break;
-case 10:
-TESTTTT();
-{
-return (DEFAULT);
+last = c;
 }
-break;
-case 11:
-TESTTTT();
-{
-return (DO);
+yylloc.start = yylloc.end;
+return 0;
 }
-break;
-case 12:
-TESTTTT();
+
+int commentCPP()
 {
-return (DOUBLE);
-}
-break;
-case 13:
-TESTTTT();
+int c;
+
+for(; ; )
 {
-return (ELSE);
-}
+c = input();
+if(c == (-1))
 break;
-case 14:
-TESTTTT();
+if(c == '\n')
 {
-return (ENUM);
-}
+yylloc.end.charPos = 1;
+yylloc.end.pos++;
+yylloc.end.line++;
 break;
-case 15:
-TESTTTT();
-{
-return (EXTERN);
 }
-break;
-case 16:
-TESTTTT();
+else if(c == '\t')
 {
-return (FLOAT);
+yylloc.end.charPos++;
+yylloc.end.pos++;
 }
-break;
-case 17:
-TESTTTT();
+else
 {
-return (FOR);
+yylloc.end.charPos++;
+yylloc.end.pos++;
 }
-break;
-case 18:
-TESTTTT();
-{
-return (GOTO);
 }
-break;
-case 19:
-TESTTTT();
-{
-return (IF);
+yylloc.start = yylloc.end;
+return 0;
 }
-break;
-case 20:
-TESTTTT();
+
+void TESTTTT()
 {
-return (INT);
+yylloc.end.charPos += yyleng;
+yylloc.end.pos += yyleng;
+type_yylloc.end.charPos += yyleng;
+type_yylloc.end.pos += yyleng;
+expression_yylloc.end.charPos += yyleng;
+expression_yylloc.end.pos += yyleng;
 }
-break;
-case 21:
-TESTTTT();
+
+void resetScanner()
 {
-return (UINT);
+yy_flush_buffer(yy_current_buffer);
+yylloc.start.charPos = yylloc.end.charPos = 1;
+yylloc.start.line = yylloc.end.line = 1;
+yylloc.start.pos = yylloc.end.pos = 0;
+yylloc.start.included = yylloc.end.included = 0;
+expression_yylloc.start.charPos = expression_yylloc.end.charPos = 1;
+expression_yylloc.start.line = expression_yylloc.end.line = 1;
+expression_yylloc.start.pos = expression_yylloc.end.pos = 0;
+expression_yylloc.start.included = expression_yylloc.end.included = 0;
+type_yylloc.start.charPos = type_yylloc.end.charPos = 1;
+type_yylloc.start.line = type_yylloc.end.line = 1;
+type_yylloc.start.pos = type_yylloc.end.pos = 0;
+type_yylloc.start.included = type_yylloc.end.included = 0;
+include_stack_ptr = 0;
 }
-break;
-case 22:
-TESTTTT();
+
+void resetScannerPos(struct CodePosition * pos)
 {
-return (LONG);
+yy_flush_buffer(yy_current_buffer);
+yylloc.start = yylloc.end = *pos;
+type_yylloc.start = type_yylloc.end = *pos;
+expression_yylloc.start = expression_yylloc.end = *pos;
 }
-break;
-case 23:
-TESTTTT();
+
+struct __ecereNameSpace__ecere__com__Class;
+
+struct __ecereNameSpace__ecere__com__Instance
 {
-return (REGISTER);
-}
-break;
-case 24:
-TESTTTT();
+void * *  _vTbl;
+struct __ecereNameSpace__ecere__com__Class * _class;
+int _refCount;
+} ecere_gcc_struct;
+
+extern long long __ecereNameSpace__ecere__com__eClass_GetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name);
+
+extern void __ecereNameSpace__ecere__com__eClass_SetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, long long value);
+
+extern void *  __ecereNameSpace__ecere__com__eInstance_New(struct __ecereNameSpace__ecere__com__Class * _class);
+
+extern void __ecereNameSpace__ecere__com__eInstance_SetMethod(struct __ecereNameSpace__ecere__com__Instance * instance, const char *  name, void *  function);
+
+extern void __ecereNameSpace__ecere__com__eInstance_IncRef(struct __ecereNameSpace__ecere__com__Instance * instance);
+
+extern struct __ecereNameSpace__ecere__com__Instance * fileInput;
+
+struct __ecereNameSpace__ecere__com__Instance * fileStack[30];
+
+extern struct __ecereNameSpace__ecere__com__Instance * OpenIncludeFile(char *  includeFile);
+
+struct LexerBackup
 {
-return (RETURN);
-}
-break;
-case 25:
-TESTTTT();
+struct Location yylloc;
+struct Location type_yylloc;
+struct Location expression_yylloc;
+int declMode;
+int defaultDeclMode;
+struct __ecereNameSpace__ecere__com__Instance * fileInput;
+YY_BUFFER_STATE include_stack[30];
+struct __ecereNameSpace__ecere__com__Instance * fileStack[30];
+char sourceFileStack[30][797];
+struct Location locStack[30];
+int declModeStack[30];
+int include_stack_ptr;
+YY_BUFFER_STATE buffer;
+int yy_n_chars;
+char * yytext;
+char * yy_c_buf_p;
+FILE * yyin;
+char yy_hold_char;
+int yychar;
+int yy_init;
+int yy_start;
+} ecere_gcc_struct;
+
+extern void __ecereNameSpace__ecere__com__eInstance_DecRef(struct __ecereNameSpace__ecere__com__Instance * instance);
+
+int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Read;
+
+int preprocessor()
 {
-return (SHORT);
-}
-break;
-case 26:
-TESTTTT();
+int c, last = 0;
+int count = 0;
+char line[1024];
+
+line[0] = '\0';
+for(; ; )
 {
-return (SIGNED);
-}
+c = input();
+if(c == (-1))
 break;
-case 27:
-TESTTTT();
+if(c == '\n')
 {
-return (SIGNED);
-}
-break;
-case 28:
-TESTTTT();
+yylloc.end.charPos = 1;
+yylloc.end.pos++;
+yylloc.end.line++;
+if(last != '\\')
 {
-return (SIGNED);
-}
-break;
-case 29:
-TESTTTT();
+char * pointer = line + 1;
+int lineNumber;
+
+line[count] = 0;
+lineNumber = __ecereNameSpace__ecere__sys__GetValue(&pointer);
+if(lineNumber)
 {
-return (SIZEOF);
-}
-break;
-case 30:
-TESTTTT();
+char fileName[797];
+int inOut;
+
+fileName[0] = 0;
+__ecereNameSpace__ecere__sys__GetString(&pointer, fileName, (797));
+inOut = __ecereNameSpace__ecere__sys__GetValue(&pointer);
+if(inOut == 1)
 {
-return (ALIGNOF);
+char extension[17];
+
+defaultDeclMode = declModeStack[include_stack_ptr] = declMode;
+__ecereNameSpace__ecere__sys__GetExtension(fileName, extension);
+if(!strcmp(extension, "c") || !strcmp(extension, "h"))
+declMode = defaultDeclMode = structDeclMode = 0;
+fileStack[include_stack_ptr] = (((void *)0));
+include_stack_ptr++;
 }
-break;
-case 31:
-TESTTTT();
+else if(inOut == 2)
 {
-return (STATIC);
+include_stack_ptr--;
+defaultDeclMode = declMode = structDeclMode = declModeStack[include_stack_ptr];
 }
-break;
-case 32:
-TESTTTT();
-{
-return (STRUCT);
+yylloc.end.charPos = 1;
+yylloc.end.line = lineNumber;
+if(include_stack_ptr > 0 || (lineNumber && fileName[0]))
+yylloc.end.included = GetIncludeFileID(fileName);
+else
+yylloc.end.included = 0;
 }
 break;
-case 33:
-TESTTTT();
-{
-return (SWITCH);
 }
-break;
-case 34:
-TESTTTT();
-{
-return (TYPEDEF);
+count = 0;
 }
-break;
-case 35:
-TESTTTT();
+else if(c == '\t')
 {
-return (UNION);
+yylloc.end.charPos++;
+yylloc.end.pos++;
+line[count++] = c;
 }
-break;
-case 36:
-TESTTTT();
+else
 {
-return (UNSIGNED);
-}
-break;
-case 37:
-TESTTTT();
+yylloc.end.pos++;
+if(c != '\r')
 {
-return (VOID);
+yylloc.end.charPos++;
+line[count++] = c;
 }
-break;
-case 38:
-TESTTTT();
-{
-return (VOLATILE);
 }
-break;
-case 39:
-TESTTTT();
-{
-return (VOLATILE);
+last = c;
 }
-break;
-case 40:
-TESTTTT();
+yylloc.start = yylloc.end;
+line[count] = 0;
+__ecereNameSpace__ecere__sys__TrimLSpaces(line, line);
+for(c = 0; line[c] && line[c] != ' '; c++)
+;
+if(!strncmp(line, "include", c))
 {
-return (VOLATILE);
-}
-break;
-case 41:
-TESTTTT();
+char includeFile[797] = "";
+
+memmove(line, line + c, strlen(line + c) + 1);
+__ecereNameSpace__ecere__sys__TrimLSpaces(line, line);
+if(line[0] == '\"')
 {
-return (WHILE);
-}
-break;
-case 42:
-TESTTTT();
+for(c = 1; line[c]; c++)
 {
-return (PROPERTY);
-}
-break;
-case 43:
-TESTTTT();
+if(line[c] == '\"')
 {
-return (SETPROP);
-}
+strncpy(includeFile, line + 1, c - 1);
+includeFile[c - 1] = '\0';
 break;
-case 44:
-TESTTTT();
-{
-return (GETPROP);
 }
-break;
-case 45:
-TESTTTT();
-{
-return (ISPROPSET);
 }
-break;
-case 46:
-TESTTTT();
-{
-return (CLASS);
 }
-break;
-case 47:
-TESTTTT();
+else if(line[0] == '<')
 {
-return (THISCLASS);
-}
-break;
-case 48:
-TESTTTT();
+for(c = 1; line[c]; c++)
+if(line[c] == '>')
 {
-return (VIRTUAL);
-}
+strncpy(includeFile, line + 1, c - 1);
+includeFile[c - 1] = '\0';
 break;
-case 49:
-TESTTTT();
-{
-return (DELETE);
 }
-break;
-case 50:
-TESTTTT();
-{
-return (NEWOP);
 }
-break;
-case 51:
-TESTTTT();
+if(include_stack_ptr >= (30))
 {
-return (NEW0OP);
+fprintf((bsl_stderr()), "%s", __ecereNameSpace__ecere__GetTranslatedString("ec", "Includes nested too deeply", (((void *)0))));
+exit(1);
 }
-break;
-case 52:
-TESTTTT();
+if(inCompiler || !FindIncludeFileID(includeFile))
 {
-return (RENEW);
-}
-break;
-case 53:
-TESTTTT();
+struct __ecereNameSpace__ecere__com__Instance * file = OpenIncludeFile(includeFile);
+
+if(file)
 {
-return (RENEW0);
+char extension[17];
+
+fileStack[include_stack_ptr] = fileInput;
+locStack[include_stack_ptr] = yylloc;
+defaultDeclMode = declModeStack[include_stack_ptr] = declMode;
+include_stack[include_stack_ptr++] = yy_current_buffer;
+yylloc.start.charPos = yylloc.end.charPos = 1;
+yylloc.start.line = yylloc.end.line = 1;
+yylloc.start.pos = yylloc.end.pos = 0;
+yylloc.start.included = yylloc.end.included = GetIncludeFileID(includeFile);
+__ecereNameSpace__ecere__sys__GetExtension(includeFile, extension);
+if(!strcmp(extension, "c") || !strcmp(extension, "h"))
+declMode = defaultDeclMode = structDeclMode = 0;
+fileInput = file;
+yy_switch_to_buffer(yy_create_buffer(fileInput, 16384));
+yy_start = 1 + 2 * (0);
 }
-break;
-case 54:
-TESTTTT();
-{
-return (IMPORT);
 }
-break;
-case 55:
-TESTTTT();
-{
-return (DEFINE);
 }
-break;
-case 56:
-TESTTTT();
-{
-return (INT64);
+return 0;
 }
-break;
-case 57:
-TESTTTT();
+
+int yylex(void)
 {
-return (INT64);
-}
-break;
-case 58:
-TESTTTT();
+register yy_state_type yy_current_state;
+register char * yy_cp, * yy_bp;
+register int yy_act;
+
+yylloc.start = yylloc.end;
+type_yylloc.start = type_yylloc.end;
+expression_yylloc.start = expression_yylloc.end;
+if(yy_init)
 {
-return (VALIST);
+yy_init = 0;
+if(!yy_start)
+yy_start = 1;
+if(!yyin)
+yyin = (bsl_stdin());
+if(!yyout)
+yyout = (bsl_stdout());
+if(!yy_current_buffer)
+yy_current_buffer = yy_create_buffer(yyin, 16384);
+yy_load_buffer_state();
 }
-break;
-case 59:
-TESTTTT();
+while(1)
 {
-return (VAARG);
+yy_cp = yy_c_buf_p;
+*yy_cp = yy_hold_char;
+yy_bp = yy_cp;
+yy_current_state = yy_start;
+yy_match:
+do
+{
+register YY_CHAR yy_c = yy_ec[((unsigned int)(unsigned char)*yy_cp)];
+
+if(yy_accept[yy_current_state])
+{
+yy_last_accepting_state = yy_current_state;
+yy_last_accepting_cpos = yy_cp;
 }
-break;
-case 60:
-TESTTTT();
+while(yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
 {
-return ATTRIB_DEP;
+yy_current_state = (int)yy_def[yy_current_state];
+if(yy_current_state >= 729)
+yy_c = yy_meta[(unsigned int)yy_c];
 }
-break;
-case 61:
-TESTTTT();
+yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int)yy_c];
+++yy_cp;
+}while(yy_base[yy_current_state] != 2603);
+yy_find_action:
+yy_act = yy_accept[yy_current_state];
+if(yy_act == 0)
 {
-return ATTRIB;
+yy_cp = yy_last_accepting_cpos;
+yy_current_state = yy_last_accepting_state;
+yy_act = yy_accept[yy_current_state];
 }
-break;
-case 62:
+yytext = yy_bp;
+yyleng = (int)(yy_cp - yy_bp);
+yy_hold_char = *yy_cp;
+*yy_cp = '\0';
+yy_c_buf_p = yy_cp;
+;
+do_action:
+switch(yy_act)
+{
+case 0:
+*yy_cp = yy_hold_char;
+yy_cp = yy_last_accepting_cpos;
+yy_current_state = yy_last_accepting_state;
+goto yy_find_action;
+case 1:
 TESTTTT();
 {
-return __ATTRIB;
+preprocessor();
 }
 break;
-case 63:
+case 2:
 TESTTTT();
 {
-return (EXT_STORAGE);
+comment();
 }
 break;
-case 64:
+case 3:
 TESTTTT();
 {
-return (EXT_STORAGE);
+commentCPP();
 }
 break;
-case 65:
+case 4:
 TESTTTT();
 {
-return (EXT_STORAGE);
+return (AUTO);
 }
 break;
-case 66:
+case 5:
 TESTTTT();
 {
-return (EXT_STORAGE);
+return (BREAK);
 }
 break;
-case 67:
+case 6:
 TESTTTT();
 {
-return (EXT_STORAGE);
+return (CASE);
 }
 break;
-case 68:
+case 7:
 TESTTTT();
 {
-return (EXT_STORAGE);
+return (CHAR);
 }
 break;
-case 69:
+case 8:
 TESTTTT();
 {
-return (EXT_STORAGE);
+return (CONST);
 }
 break;
-case 70:
+case 9:
 TESTTTT();
 {
-return (EXT_DECL);
+return (CONTINUE);
 }
 break;
-case 71:
+case 10:
 TESTTTT();
 {
-return (EXT_DECL);
+return (DEFAULT);
 }
 break;
-case 72:
+case 11:
 TESTTTT();
 {
-return (EXT_DECL);
+return (DO);
 }
 break;
-case 73:
+case 12:
 TESTTTT();
 {
-return (EXT_DECL);
+return (DOUBLE);
 }
 break;
-case 74:
+case 13:
 TESTTTT();
 {
-return (EXT_DECL);
+return (ELSE);
 }
 break;
-case 75:
+case 14:
 TESTTTT();
 {
-return (EXT_DECL);
+return (ENUM);
 }
 break;
-case 76:
+case 15:
 TESTTTT();
 {
-return (EXT_DECL);
+return (EXTERN);
 }
 break;
-case 77:
+case 16:
 TESTTTT();
 {
-return (EXT_DECL);
+return (FLOAT);
 }
 break;
-case 78:
+case 17:
 TESTTTT();
 {
-return (PUBLIC);
+return (FOR);
 }
 break;
-case 79:
+case 18:
 TESTTTT();
 {
-return (PRIVATE);
+return (GOTO);
 }
 break;
-case 80:
+case 19:
 TESTTTT();
 {
-return (TYPED_OBJECT);
+return (IF);
 }
 break;
-case 81:
+case 20:
 TESTTTT();
 {
-return (ANY_OBJECT);
+return (INT);
 }
 break;
-case 82:
+case 21:
 TESTTTT();
 {
-return (_INCREF);
+return (UINT);
 }
 break;
-case 83:
+case 22:
 TESTTTT();
 {
-return (EXTENSION);
+return (LONG);
 }
 break;
-case 84:
+case 23:
 TESTTTT();
 {
-return (EXTENSION);
+return (REGISTER);
 }
 break;
-case 85:
+case 24:
 TESTTTT();
 {
-return (ASM);
+return (RETURN);
 }
 break;
-case 86:
+case 25:
 TESTTTT();
 {
-return (ASM);
+return (SHORT);
 }
 break;
-case 87:
+case 26:
 TESTTTT();
 {
-return (ASM);
+return (SIGNED);
 }
 break;
-case 88:
+case 27:
 TESTTTT();
 {
-return (TYPEOF);
+return (SIGNED);
 }
 break;
-case 89:
+case 28:
 TESTTTT();
 {
-return (WATCH);
+return (SIGNED);
 }
 break;
-case 90:
+case 29:
 TESTTTT();
 {
-return (STOPWATCHING);
+return (SIZEOF);
 }
 break;
-case 91:
+case 30:
 TESTTTT();
 {
-return (FIREWATCHERS);
+return (ALIGNOF);
 }
 break;
-case 92:
+case 31:
 TESTTTT();
 {
-return (WATCHABLE);
+return (BUILTIN_OFFSETOF);
 }
 break;
-case 93:
+case 32:
 TESTTTT();
 {
-return (CLASS_DESIGNER);
+return (STATIC);
 }
 break;
-case 94:
+case 33:
 TESTTTT();
 {
-return (CLASS_NO_EXPANSION);
+return (THREAD);
 }
 break;
-case 95:
+case 34:
 TESTTTT();
 {
-return (CLASS_FIXED);
+return (STRUCT);
 }
 break;
-case 96:
+case 35:
 TESTTTT();
 {
-return (CLASS_DEFAULT_PROPERTY);
+return (SWITCH);
 }
 break;
-case 97:
+case 36:
 TESTTTT();
 {
-return (PROPERTY_CATEGORY);
+return (TYPEDEF);
 }
 break;
-case 98:
+case 37:
 TESTTTT();
 {
-return (CLASS_DATA);
+return (UNION);
 }
 break;
-case 99:
+case 38:
 TESTTTT();
 {
-return (CLASS_PROPERTY);
+return (UNSIGNED);
 }
 break;
-case 100:
+case 39:
 TESTTTT();
 {
-return (SUBCLASS);
+return (VOID);
 }
 break;
-case 101:
+case 40:
 TESTTTT();
 {
-return (NAMESPACE);
+return (VOLATILE);
 }
 break;
-case 102:
+case 41:
 TESTTTT();
 {
-return (DBTABLE);
+return (VOLATILE);
 }
 break;
-case 103:
+case 42:
 TESTTTT();
 {
-return (DBFIELD);
+return (VOLATILE);
 }
 break;
-case 104:
+case 43:
 TESTTTT();
 {
-return (DBINDEX);
+return (WHILE);
 }
 break;
-case 105:
+case 44:
 TESTTTT();
 {
-return (DATABASE_OPEN);
+return (PROPERTY);
 }
 break;
-case 106:
+case 45:
 TESTTTT();
 {
-return (check_type());
+return (SETPROP);
 }
 break;
-case 107:
+case 46:
 TESTTTT();
 {
-return (CONSTANT);
+return (GETPROP);
 }
 break;
-case 108:
+case 47:
 TESTTTT();
 {
-return (CONSTANT);
+return (ISPROPSET);
 }
 break;
-case 109:
+case 48:
 TESTTTT();
 {
-return (CONSTANT);
+return (CLASS);
 }
 break;
-case 110:
+case 49:
 TESTTTT();
 {
-return (CONSTANT);
+return (THISCLASS);
 }
 break;
-case 111:
+case 50:
 TESTTTT();
 {
-return (CONSTANT);
+return (VIRTUAL);
 }
 break;
-case 112:
+case 51:
 TESTTTT();
 {
-return (CONSTANT);
+return (DELETE);
 }
 break;
-case 113:
+case 52:
 TESTTTT();
 {
-return (CONSTANT);
+return (NEWOP);
 }
 break;
-case 114:
+case 53:
 TESTTTT();
 {
-return (STRING_LITERAL);
+return (NEW0OP);
 }
 break;
-case 115:
+case 54:
 TESTTTT();
 {
-return (ELLIPSIS);
+return (RENEW);
 }
 break;
-case 116:
+case 55:
 TESTTTT();
 {
-return (RIGHT_ASSIGN);
+return (RENEW0);
 }
 break;
-case 117:
+case 56:
 TESTTTT();
 {
-return (LEFT_ASSIGN);
+return (IMPORT);
 }
 break;
-case 118:
+case 57:
 TESTTTT();
 {
-return (ADD_ASSIGN);
+return (DEFINE);
 }
 break;
-case 119:
+case 58:
 TESTTTT();
 {
-return (SUB_ASSIGN);
+return (INT64);
 }
 break;
-case 120:
+case 59:
 TESTTTT();
 {
-return (MUL_ASSIGN);
+return (INT64);
 }
 break;
-case 121:
+case 60:
 TESTTTT();
 {
-return (DIV_ASSIGN);
+return (VALIST);
 }
 break;
-case 122:
+case 61:
 TESTTTT();
 {
-return (MOD_ASSIGN);
+return (VAARG);
 }
 break;
-case 123:
+case 62:
 TESTTTT();
 {
-return (AND_ASSIGN);
+return (BOOL);
 }
 break;
-case 124:
+case 63:
 TESTTTT();
 {
-return (XOR_ASSIGN);
+return (_BOOL);
 }
 break;
-case 125:
+case 64:
 TESTTTT();
 {
-return (OR_ASSIGN);
+return (_COMPLEX);
 }
 break;
-case 126:
+case 65:
 TESTTTT();
 {
-return (RIGHT_OP);
+return (_IMAGINARY);
 }
 break;
-case 127:
+case 66:
 TESTTTT();
 {
-return (LEFT_OP);
+return (EXT_DECL);
 }
 break;
-case 128:
+case 67:
 TESTTTT();
 {
-return (INC_OP);
+return ATTRIB_DEP;
 }
 break;
-case 129:
+case 68:
 TESTTTT();
 {
-return (DEC_OP);
+return ATTRIB;
 }
 break;
-case 130:
+case 69:
 TESTTTT();
 {
-return (PTR_OP);
+return __ATTRIB;
 }
 break;
-case 131:
+case 70:
 TESTTTT();
 {
-return (AND_OP);
+return (EXT_STORAGE);
 }
 break;
-case 132:
+case 71:
 TESTTTT();
 {
-return (OR_OP);
+return (EXT_STORAGE);
 }
 break;
-case 133:
+case 72:
 TESTTTT();
 {
-return (LE_OP);
+return (EXT_STORAGE);
 }
 break;
-case 134:
+case 73:
 TESTTTT();
 {
-return (GE_OP);
+return (EXT_STORAGE);
 }
 break;
-case 135:
+case 74:
 TESTTTT();
 {
-return (EQ_OP);
+return (EXT_STORAGE);
 }
 break;
-case 136:
+case 75:
 TESTTTT();
 {
-return (NE_OP);
+return (EXT_STORAGE);
 }
 break;
-case 137:
+case 76:
 TESTTTT();
 {
-return (';');
+return (EXT_STORAGE);
 }
 break;
-case 138:
+case 77:
 TESTTTT();
 {
-return ('{');
+return (EXT_DECL);
 }
 break;
-case 139:
+case 78:
 TESTTTT();
 {
-return ('}');
+return (EXT_DECL);
 }
 break;
-case 140:
+case 79:
 TESTTTT();
 {
-return (',');
+return (EXT_DECL);
 }
 break;
-case 141:
+case 80:
 TESTTTT();
 {
-return (':');
+return (EXT_DECL);
 }
 break;
-case 142:
+case 81:
 TESTTTT();
 {
-return ('=');
+return (EXT_DECL);
 }
 break;
-case 143:
+case 82:
 TESTTTT();
 {
-return ('(');
+return (EXT_DECL);
 }
 break;
-case 144:
+case 83:
 TESTTTT();
 {
-return (')');
+return (CONST);
 }
 break;
-case 145:
+case 84:
 TESTTTT();
 {
-return ('[');
+return (EXT_DECL);
 }
 break;
-case 146:
+case 85:
 TESTTTT();
 {
-return (']');
+return (PUBLIC);
 }
 break;
-case 147:
+case 86:
 TESTTTT();
 {
-return ('.');
+return (PRIVATE);
 }
 break;
-case 148:
+case 87:
 TESTTTT();
 {
-return ('&');
+return (TYPED_OBJECT);
 }
 break;
-case 149:
+case 88:
 TESTTTT();
 {
-return ('!');
+return (ANY_OBJECT);
 }
 break;
-case 150:
+case 89:
 TESTTTT();
 {
-return ('~');
+return (_INCREF);
 }
 break;
-case 151:
+case 90:
 TESTTTT();
 {
-return ('-');
+return (EXTENSION);
 }
 break;
-case 152:
+case 91:
 TESTTTT();
 {
-return ('+');
+return (EXTENSION);
 }
 break;
-case 153:
+case 92:
 TESTTTT();
 {
-return ('*');
+return (ASM);
 }
 break;
-case 154:
+case 93:
 TESTTTT();
 {
-return ('/');
+return (ASM);
 }
 break;
-case 155:
+case 94:
 TESTTTT();
 {
-return ('%');
+return (ASM);
 }
 break;
-case 156:
+case 95:
 TESTTTT();
 {
-return ('<');
+return (TYPEOF);
 }
 break;
-case 157:
+case 96:
 TESTTTT();
 {
-return ('>');
+return (WATCH);
 }
 break;
-case 158:
+case 97:
 TESTTTT();
 {
-return ('^');
+return (STOPWATCHING);
 }
 break;
-case 159:
+case 98:
 TESTTTT();
 {
-return ('|');
+return (FIREWATCHERS);
 }
 break;
-case 160:
+case 99:
 TESTTTT();
 {
-return ('?');
+return (WATCHABLE);
 }
 break;
-case 161:
+case 100:
 TESTTTT();
 {
-return ('$');
+return (CLASS_DESIGNER);
 }
 break;
-case 168LL:
-{
-if(--include_stack_ptr < 0)
+case 101:
+TESTTTT();
 {
-return 0;
+return (CLASS_NO_EXPANSION);
 }
-else
+break;
+case 102:
+TESTTTT();
 {
-(__ecereNameSpace__ecere__com__eInstance_DecRef(fileInput), fileInput = 0);
-yy_delete_buffer(yy_current_buffer);
-fileInput = fileStack[include_stack_ptr];
-yylloc = locStack[include_stack_ptr];
-type_yylloc = locStack[include_stack_ptr];
-expression_yylloc = locStack[include_stack_ptr];
-yy_switch_to_buffer(include_stack[include_stack_ptr]);
-defaultDeclMode = declMode = declModeStack[include_stack_ptr];
-}
+return (CLASS_FIXED);
 }
 break;
-case 162:
+case 103:
 TESTTTT();
 {
-yylloc.start = yylloc.end;
-type_yylloc.start = type_yylloc.end;
-expression_yylloc.start = expression_yylloc.end;
+return (CLASS_DEFAULT_PROPERTY);
 }
 break;
-case 163:
+case 104:
 TESTTTT();
 {
-yylloc.end.charPos = 1;
-yylloc.end.line += yyleng;
-yylloc.start = yylloc.end;
-type_yylloc.end.charPos = 1;
-type_yylloc.end.line += yyleng;
-type_yylloc.start = type_yylloc.end;
-expression_yylloc.end.charPos = 1;
-expression_yylloc.end.line += yyleng;
-expression_yylloc.start = expression_yylloc.end;
+return (PROPERTY_CATEGORY);
 }
 break;
-case 164:
+case 105:
 TESTTTT();
 {
-yylloc.start.charPos++;
-yylloc.end.charPos = yylloc.start.charPos;
-yylloc.start.pos = yylloc.end.pos;
-expression_yylloc.start.charPos++;
-expression_yylloc.end.charPos = expression_yylloc.start.charPos;
-expression_yylloc.start.pos = expression_yylloc.end.pos;
-type_yylloc.start.charPos++;
-type_yylloc.end.charPos = type_yylloc.start.charPos;
-type_yylloc.start.pos = type_yylloc.end.pos;
+return (CLASS_DATA);
 }
 break;
-case 165:
+case 106:
 TESTTTT();
 {
-yylloc.start = yylloc.end;
-expression_yylloc.start = expression_yylloc.end;
-type_yylloc.start = type_yylloc.end;
+return (CLASS_PROPERTY);
 }
 break;
-case 166:
+case 107:
 TESTTTT();
-(void)fwrite(yytext, yyleng, 1, yyout);
-break;
-case 167:
-{
-int yy_amount_of_matched_text = (int)(yy_cp - yytext) - 1;
-
-*yy_cp = yy_hold_char;
-if((*yy_current_buffer).yy_buffer_status == 0)
 {
-yy_n_chars = (*yy_current_buffer).yy_n_chars;
-(*yy_current_buffer).yy_input_file = yyin;
-(*yy_current_buffer).yy_buffer_status = 1;
+return (SUBCLASS);
 }
-if(yy_c_buf_p <= &(*yy_current_buffer).yy_ch_buf[yy_n_chars])
-{
-yy_state_type yy_next_state;
-
-yy_c_buf_p = yytext + yy_amount_of_matched_text;
-yy_current_state = yy_get_previous_state();
-yy_next_state = yy_try_NUL_trans(yy_current_state);
-yy_bp = yytext + 0;
-if(yy_next_state)
+break;
+case 108:
+TESTTTT();
 {
-yy_cp = ++yy_c_buf_p;
-yy_current_state = yy_next_state;
-goto yy_match;
+return (NAMESPACE);
 }
-else
+break;
+case 109:
+TESTTTT();
 {
-yy_cp = yy_c_buf_p;
-goto yy_find_action;
-}
+return (DBTABLE);
 }
-else
-switch(yy_get_next_buffer())
-{
-case 1:
-{
-yy_did_buffer_switch_on_eof = 0;
-if(yywrap())
+break;
+case 110:
+TESTTTT();
 {
-yy_c_buf_p = yytext + 0;
-yy_act = (167 + ((yy_start - 1) / 2) + 1);
-goto do_action;
+return (DBFIELD);
 }
-else
+break;
+case 111:
+TESTTTT();
 {
-if(!yy_did_buffer_switch_on_eof)
-yyrestart(yyin);
+return (DBINDEX);
 }
 break;
-}
-case 0:
-yy_c_buf_p = yytext + yy_amount_of_matched_text;
-yy_current_state = yy_get_previous_state();
-yy_cp = yy_c_buf_p;
-yy_bp = yytext + 0;
-goto yy_match;
-case 2:
-yy_c_buf_p = &(*yy_current_buffer).yy_ch_buf[yy_n_chars];
-yy_current_state = yy_get_previous_state();
-yy_cp = yy_c_buf_p;
-yy_bp = yytext + 0;
-goto yy_find_action;
+case 112:
+TESTTTT();
+{
+return (DATABASE_OPEN);
 }
 break;
+case 113:
+TESTTTT();
+{
+return (check_type());
 }
-default:
-yy_fatal_error("fatal flex scanner internal error--no action found");
+break;
+case 114:
+TESTTTT();
+{
+return (CONSTANT);
 }
+break;
+case 115:
+TESTTTT();
+{
+return (CONSTANT);
 }
+break;
+case 116:
+TESTTTT();
+{
+return (CONSTANT);
 }
-
-int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Read;
-
-static int yy_get_next_buffer()
+break;
+case 117:
+TESTTTT();
 {
-register char * dest = (*yy_current_buffer).yy_ch_buf;
-register char * source = yytext;
-register int number_to_move, i;
-int ret_val;
-
-if(yy_c_buf_p > &(*yy_current_buffer).yy_ch_buf[yy_n_chars + 1])
-yy_fatal_error("fatal flex scanner internal error--end of buffer missed");
-if((*yy_current_buffer).yy_fill_buffer == 0)
+return (CONSTANT);
+}
+break;
+case 118:
+TESTTTT();
 {
-if(yy_c_buf_p - yytext - 0 == 1)
+return (CONSTANT);
+}
+break;
+case 119:
+TESTTTT();
 {
-return 1;
+return (CONSTANT);
 }
-else
+break;
+case 120:
+TESTTTT();
 {
-return 2;
+return (CONSTANT);
 }
+break;
+case 121:
+TESTTTT();
+{
+return (CONSTANT);
 }
-number_to_move = (int)(yy_c_buf_p - yytext) - 1;
-for(i = 0; i < number_to_move; ++i)
-*(dest++) = *(source++);
-if((*yy_current_buffer).yy_buffer_status == 2)
-(*yy_current_buffer).yy_n_chars = yy_n_chars = 0;
-else
+break;
+case 122:
+TESTTTT();
 {
-int num_to_read = (*yy_current_buffer).yy_buf_size - number_to_move - 1;
-
-while(num_to_read <= 0)
+return (CONSTANT);
+}
+break;
+case 123:
+TESTTTT();
 {
-YY_BUFFER_STATE b = yy_current_buffer;
-int yy_c_buf_p_offset = (int)(yy_c_buf_p - (*b).yy_ch_buf);
-
-if((*b).yy_is_our_buffer)
+return (CONSTANT);
+}
+break;
+case 124:
+TESTTTT();
 {
-int new_size = (*b).yy_buf_size * 2;
-
-if(new_size <= 0)
-(*b).yy_buf_size += (*b).yy_buf_size / 8;
-else
-(*b).yy_buf_size *= 2;
-(*b).yy_ch_buf = (char *)yy_flex_realloc((void *)(*b).yy_ch_buf, (*b).yy_buf_size + 2);
+return (STRING_LITERAL);
 }
-else
-(*b).yy_ch_buf = 0;
-if(!(*b).yy_ch_buf)
-yy_fatal_error("fatal error - scanner input buffer overflow");
-yy_c_buf_p = &(*b).yy_ch_buf[yy_c_buf_p_offset];
-num_to_read = (*yy_current_buffer).yy_buf_size - number_to_move - 1;
+break;
+case 125:
+TESTTTT();
+{
+return (WIDE_STRING_LITERAL);
 }
-if(num_to_read > 8192)
-num_to_read = 8192;
-yy_n_chars = ((int (*)(struct __ecereNameSpace__ecere__com__Instance *, void *  buffer, unsigned int size, unsigned int count))fileInput->_vTbl[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Read])(fileInput, (&(*yy_current_buffer).yy_ch_buf[number_to_move]), 1, num_to_read);
-(*yy_current_buffer).yy_n_chars = yy_n_chars;
+break;
+case 126:
+TESTTTT();
+{
+return (ELLIPSIS);
 }
-if(yy_n_chars == 0)
+break;
+case 127:
+TESTTTT();
 {
-if(number_to_move == 0)
+return (RIGHT_ASSIGN);
+}
+break;
+case 128:
+TESTTTT();
 {
-ret_val = 1;
-yyrestart(yyin);
+return (LEFT_ASSIGN);
 }
-else
+break;
+case 129:
+TESTTTT();
 {
-ret_val = 2;
-(*yy_current_buffer).yy_buffer_status = 2;
+return (ADD_ASSIGN);
 }
+break;
+case 130:
+TESTTTT();
+{
+return (SUB_ASSIGN);
 }
-else
-ret_val = 0;
-yy_n_chars += number_to_move;
-(*yy_current_buffer).yy_ch_buf[yy_n_chars] = (char)0;
-(*yy_current_buffer).yy_ch_buf[yy_n_chars + 1] = (char)0;
-yytext = &(*yy_current_buffer).yy_ch_buf[0];
-return ret_val;
+break;
+case 131:
+TESTTTT();
+{
+return (MUL_ASSIGN);
 }
-
-static yy_state_type yy_get_previous_state()
+break;
+case 132:
+TESTTTT();
 {
-register yy_state_type yy_current_state;
-register char * yy_cp;
-
-yy_current_state = yy_start;
-for(yy_cp = yytext + 0; yy_cp < yy_c_buf_p; ++yy_cp)
+return (DIV_ASSIGN);
+}
+break;
+case 133:
+TESTTTT();
 {
-register YY_CHAR yy_c = (*yy_cp ? yy_ec[((unsigned int)(unsigned char)*yy_cp)] : (unsigned char)1);
-
-if(yy_accept[yy_current_state])
+return (MOD_ASSIGN);
+}
+break;
+case 134:
+TESTTTT();
 {
-yy_last_accepting_state = yy_current_state;
-yy_last_accepting_cpos = yy_cp;
+return (AND_ASSIGN);
 }
-while(yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
+break;
+case 135:
+TESTTTT();
 {
-yy_current_state = (int)yy_def[yy_current_state];
-if(yy_current_state >= 661)
-yy_c = yy_meta[(unsigned int)yy_c];
+return (XOR_ASSIGN);
 }
-yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int)yy_c];
+break;
+case 136:
+TESTTTT();
+{
+return (OR_ASSIGN);
 }
-return yy_current_state;
+break;
+case 137:
+TESTTTT();
+{
+return (RIGHT_OP);
 }
-
-static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state)
+break;
+case 138:
+TESTTTT();
 {
-register int yy_is_jam;
-register char * yy_cp = yy_c_buf_p;
-register YY_CHAR yy_c = (unsigned char)1;
-
-if(yy_accept[yy_current_state])
+return (LEFT_OP);
+}
+break;
+case 139:
+TESTTTT();
 {
-yy_last_accepting_state = yy_current_state;
-yy_last_accepting_cpos = yy_cp;
+return (INC_OP);
 }
-while(yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
+break;
+case 140:
+TESTTTT();
 {
-yy_current_state = (int)yy_def[yy_current_state];
-if(yy_current_state >= 661)
-yy_c = yy_meta[(unsigned int)yy_c];
+return (DEC_OP);
 }
-yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int)yy_c];
-yy_is_jam = (yy_current_state == 660);
-return yy_is_jam ? 0 : yy_current_state;
+break;
+case 141:
+TESTTTT();
+{
+return (PTR_OP);
 }
-
-static void yyunput(int c, register char * yy_bp)
+break;
+case 142:
+TESTTTT();
 {
-register char * yy_cp = yy_c_buf_p;
-
-*yy_cp = yy_hold_char;
-if(yy_cp < (*yy_current_buffer).yy_ch_buf + 2)
+return (AND_OP);
+}
+break;
+case 143:
+TESTTTT();
 {
-register int number_to_move = yy_n_chars + 2;
-register char * dest = &(*yy_current_buffer).yy_ch_buf[(*yy_current_buffer).yy_buf_size + 2];
-register char * source = &(*yy_current_buffer).yy_ch_buf[number_to_move];
-
-while(source > (*yy_current_buffer).yy_ch_buf)
-*--dest = *--source;
-yy_cp += (int)(dest - source);
-yy_bp += (int)(dest - source);
-(*yy_current_buffer).yy_n_chars = yy_n_chars = (*yy_current_buffer).yy_buf_size;
-if(yy_cp < (*yy_current_buffer).yy_ch_buf + 2)
-yy_fatal_error("flex scanner push-back overflow");
+return (OR_OP);
 }
-*--yy_cp = (char)c;
-yytext = yy_bp;
-yy_hold_char = *yy_cp;
-yy_c_buf_p = yy_cp;
+break;
+case 144:
+TESTTTT();
+{
+return (LE_OP);
 }
-
-static int input()
+break;
+case 145:
+TESTTTT();
 {
-int c;
-
-*yy_c_buf_p = yy_hold_char;
-if(*yy_c_buf_p == (char)0)
+return (GE_OP);
+}
+break;
+case 146:
+TESTTTT();
 {
-if(yy_c_buf_p < &(*yy_current_buffer).yy_ch_buf[yy_n_chars])
-*yy_c_buf_p = '\0';
-else
+return (EQ_OP);
+}
+break;
+case 147:
+TESTTTT();
 {
-int offset = yy_c_buf_p - yytext;
-
-++yy_c_buf_p;
-switch(yy_get_next_buffer())
+return (NE_OP);
+}
+break;
+case 148:
+TESTTTT();
 {
-case 2:
-yyrestart(yyin);
-case 1:
+return (';');
+}
+break;
+case 149:
+TESTTTT();
 {
-if(yywrap())
-return (-1);
-if(!yy_did_buffer_switch_on_eof)
-yyrestart(yyin);
-return input();
+return ('{');
 }
-case 0:
-yy_c_buf_p = yytext + offset;
 break;
+case 150:
+TESTTTT();
+{
+return ('}');
 }
+break;
+case 151:
+TESTTTT();
+{
+return (',');
 }
+break;
+case 152:
+TESTTTT();
+{
+return (':');
 }
-c = *(unsigned char *)yy_c_buf_p;
-*yy_c_buf_p = '\0';
-yy_hold_char = *++yy_c_buf_p;
-return c;
+break;
+case 153:
+TESTTTT();
+{
+return ('=');
 }
-
-void yyrestart(FILE * input_file)
+break;
+case 154:
+TESTTTT();
 {
-if(!yy_current_buffer)
-yy_current_buffer = yy_create_buffer(yyin, 16384);
-yy_init_buffer(yy_current_buffer, input_file);
-yy_load_buffer_state();
+return ('(');
 }
-
-void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer)
+break;
+case 155:
+TESTTTT();
 {
-if(yy_current_buffer == new_buffer)
-return ;
-if(yy_current_buffer)
+return (')');
+}
+break;
+case 156:
+TESTTTT();
 {
-*yy_c_buf_p = yy_hold_char;
-(*yy_current_buffer).yy_buf_pos = yy_c_buf_p;
-(*yy_current_buffer).yy_n_chars = yy_n_chars;
+return ('[');
 }
-yy_current_buffer = new_buffer;
-yy_load_buffer_state();
-yy_did_buffer_switch_on_eof = 1;
+break;
+case 157:
+TESTTTT();
+{
+return (']');
 }
-
-void yy_load_buffer_state(void)
+break;
+case 158:
+TESTTTT();
 {
-yy_n_chars = (*yy_current_buffer).yy_n_chars;
-yytext = yy_c_buf_p = (*yy_current_buffer).yy_buf_pos;
-yyin = (*yy_current_buffer).yy_input_file;
-yy_hold_char = *yy_c_buf_p;
+return ('.');
 }
-
-YY_BUFFER_STATE yy_create_buffer(FILE * file, int size)
+break;
+case 159:
+TESTTTT();
 {
-YY_BUFFER_STATE b;
-
-b = (YY_BUFFER_STATE)yy_flex_alloc(sizeof(struct yy_buffer_state));
-if(!b)
-yy_fatal_error("out of dynamic memory in yy_create_buffer()");
-(*b).yy_buf_size = size;
-(*b).yy_ch_buf = (char *)yy_flex_alloc((*b).yy_buf_size + 2);
-if(!(*b).yy_ch_buf)
-yy_fatal_error("out of dynamic memory in yy_create_buffer()");
-(*b).yy_is_our_buffer = 1;
-yy_init_buffer(b, file);
-return b;
+return ('&');
 }
-
-void yy_delete_buffer(YY_BUFFER_STATE b)
+break;
+case 160:
+TESTTTT();
 {
-if(!b)
-return ;
-if(b == yy_current_buffer)
-yy_current_buffer = (YY_BUFFER_STATE)0;
-if((*b).yy_is_our_buffer)
-yy_flex_free((void *)(*b).yy_ch_buf);
-yy_flex_free((void *)b);
+return ('!');
 }
-
-void yy_init_buffer(YY_BUFFER_STATE b, FILE * file)
+break;
+case 161:
+TESTTTT();
 {
-yy_flush_buffer(b);
-(*b).yy_input_file = file;
-(*b).yy_fill_buffer = 1;
-(*b).yy_is_interactive = 0;
+return ('~');
 }
-
-void yy_flush_buffer(YY_BUFFER_STATE b)
+break;
+case 162:
+TESTTTT();
 {
-if(!b)
-return ;
-(*b).yy_n_chars = 0;
-(*b).yy_ch_buf[0] = (char)0;
-(*b).yy_ch_buf[1] = (char)0;
-(*b).yy_buf_pos = &(*b).yy_ch_buf[0];
-(*b).yy_at_bol = 1;
-(*b).yy_buffer_status = 0;
-if(b == yy_current_buffer)
-yy_load_buffer_state();
+return ('-');
 }
-
-YY_BUFFER_STATE yy_scan_buffer(char * base, yy_size_t size)
+break;
+case 163:
+TESTTTT();
 {
-YY_BUFFER_STATE b;
-
-if(size < 2 || base[size - 2] != (char)0 || base[size - 1] != (char)0)
-return 0;
-b = (YY_BUFFER_STATE)yy_flex_alloc(sizeof(struct yy_buffer_state));
-if(!b)
-yy_fatal_error("out of dynamic memory in yy_scan_buffer()");
-(*b).yy_buf_size = size - 2;
-(*b).yy_buf_pos = (*b).yy_ch_buf = base;
-(*b).yy_is_our_buffer = 0;
-(*b).yy_input_file = 0;
-(*b).yy_n_chars = (*b).yy_buf_size;
-(*b).yy_is_interactive = 0;
-(*b).yy_at_bol = 1;
-(*b).yy_fill_buffer = 0;
-(*b).yy_buffer_status = 0;
-yy_switch_to_buffer(b);
-return b;
+return ('+');
 }
-
-YY_BUFFER_STATE yy_scan_string(const char * yy_str)
+break;
+case 164:
+TESTTTT();
 {
-int len;
-
-for(len = 0; yy_str[len]; ++len)
-;
-return yy_scan_bytes(yy_str, len);
+return ('*');
 }
-
-YY_BUFFER_STATE yy_scan_bytes(const char * bytes, int len)
+break;
+case 165:
+TESTTTT();
 {
-YY_BUFFER_STATE b;
-char * buf;
-yy_size_t n;
-int i;
-
-n = len + 2;
-buf = (char *)yy_flex_alloc(n);
-if(!buf)
-yy_fatal_error("out of dynamic memory in yy_scan_bytes()");
-for(i = 0; i < len; ++i)
-buf[i] = bytes[i];
-buf[len] = buf[len + 1] = (char)0;
-b = yy_scan_buffer(buf, n);
-if(!b)
-yy_fatal_error("bad buffer in yy_scan_bytes()");
-(*b).yy_is_our_buffer = 1;
-return b;
+return ('/');
 }
-
-static void yy_fatal_error(const char msg[])
+break;
+case 166:
+TESTTTT();
 {
-(void)fprintf((bsl_stderr()), "%s\n", msg);
-exit(2);
+return ('%');
 }
-
-static void * yy_flex_alloc(yy_size_t size)
+break;
+case 167:
+TESTTTT();
 {
-return (void *)malloc(size);
+return ('<');
 }
-
-static void * yy_flex_realloc(void * ptr, yy_size_t size)
+break;
+case 168:
+TESTTTT();
 {
-return (void *)realloc((char *)ptr, size);
+return ('>');
 }
-
-static void yy_flex_free(void * ptr)
+break;
+case 169:
+TESTTTT();
 {
-free(ptr);
+return ('^');
 }
-
-yywrap()
+break;
+case 170:
+TESTTTT();
 {
-return (1);
+return ('|');
 }
-
-int comment()
+break;
+case 171:
+TESTTTT();
 {
-int c, last = 0;
-
-for(; ; )
+return ('?');
+}
+break;
+case 172:
+TESTTTT();
 {
-c = input();
-if(c == (-1))
+return ('$');
+}
 break;
-if(c == '\n')
+case 180:
 {
-yylloc.end.charPos = 1;
-yylloc.end.pos++;
-yylloc.end.line++;
+while(include_stack_ptr && !fileStack[include_stack_ptr - 1])
+{
+--include_stack_ptr;
+defaultDeclMode = declMode = structDeclMode = declModeStack[include_stack_ptr];
 }
-else if(c == '\t')
+if(--include_stack_ptr < 0)
 {
-yylloc.end.charPos++;
-yylloc.end.pos++;
+include_stack_ptr = 0;
+return 0;
 }
 else
 {
-yylloc.end.charPos++;
-yylloc.end.pos++;
+(__ecereNameSpace__ecere__com__eInstance_DecRef(fileInput), fileInput = 0);
+yy_delete_buffer(yy_current_buffer);
+fileInput = fileStack[include_stack_ptr];
+yylloc = locStack[include_stack_ptr];
+type_yylloc = locStack[include_stack_ptr];
+expression_yylloc = locStack[include_stack_ptr];
+yy_switch_to_buffer(include_stack[include_stack_ptr]);
+defaultDeclMode = declMode = structDeclMode = declModeStack[include_stack_ptr];
 }
-if(c == '/' && last == '*')
-break;
-last = c;
 }
+break;
+case 173:
+TESTTTT();
+{
 yylloc.start = yylloc.end;
-return 0;
+type_yylloc.start = type_yylloc.end;
+expression_yylloc.start = expression_yylloc.end;
 }
-
-int commentCPP()
-{
-int c, last = 0;
-
-for(; ; )
-{
-c = input();
-if(c == (-1))
 break;
-if(c == '\n')
+case 174:
+TESTTTT();
 {
 yylloc.end.charPos = 1;
-yylloc.end.pos++;
-yylloc.end.line++;
-break;
+yylloc.end.line += yyleng;
+yylloc.start = yylloc.end;
+type_yylloc.end.charPos = 1;
+type_yylloc.end.line += yyleng;
+type_yylloc.start = type_yylloc.end;
+expression_yylloc.end.charPos = 1;
+expression_yylloc.end.line += yyleng;
+expression_yylloc.start = expression_yylloc.end;
 }
-else if(c == '\t')
+break;
+case 175:
+TESTTTT();
 {
-yylloc.end.charPos++;
-yylloc.end.pos++;
+yylloc.start.charPos++;
+yylloc.end.charPos = yylloc.start.charPos;
+yylloc.start.pos = yylloc.end.pos;
+expression_yylloc.start.charPos++;
+expression_yylloc.end.charPos = expression_yylloc.start.charPos;
+expression_yylloc.start.pos = expression_yylloc.end.pos;
+type_yylloc.start.charPos++;
+type_yylloc.end.charPos = type_yylloc.start.charPos;
+type_yylloc.start.pos = type_yylloc.end.pos;
 }
-else
+break;
+case 176:
+TESTTTT();
 {
-yylloc.end.charPos++;
-yylloc.end.pos++;
-}
-last = c;
+yylloc.start = yylloc.end;
+expression_yylloc.start = expression_yylloc.end;
+type_yylloc.start = type_yylloc.end;
 }
+break;
+case 177:
+TESTTTT();
+{
 yylloc.start = yylloc.end;
-return 0;
+expression_yylloc.start = expression_yylloc.end;
+type_yylloc.start = type_yylloc.end;
+if(inCompiler)
+printf("lexer error: invalid char 0x%X at line %d, col %d\n", (unsigned char)yytext[0], yylloc.start.line, yylloc.start.charPos);
+yyerror();
 }
-
-extern int __ecereNameSpace__ecere__sys__GetValue(char * *  buffer);
-
-extern unsigned int __ecereNameSpace__ecere__sys__GetString(char * *  buffer, char *  string, int max);
-
-extern char *  __ecereNameSpace__ecere__sys__GetExtension(char *  string, char *  output);
-
-extern int strcmp(const char * , const char * );
-
-extern int GetIncludeFileID(char *  includeFile);
-
-extern char *  __ecereNameSpace__ecere__sys__TrimLSpaces(char *  string, char *  output);
-
-extern int strncmp(const char * , const char * , size_t n);
-
-extern void *  memmove(void * , const void * , size_t size);
-
-extern size_t strlen(const char * );
-
-extern char *  strncpy(char * , const char * , size_t n);
-
-extern char *  __ecereNameSpace__ecere__GetTranslatedString(struct __ecereNameSpace__ecere__com__Instance * module, char *  string, char *  stringAndContext);
-
-extern struct __ecereNameSpace__ecere__com__Instance * __thisModule;
-
-extern unsigned int inCompiler;
-
-extern int FindIncludeFileID(char *  includeFile);
-
-extern struct __ecereNameSpace__ecere__com__Instance * OpenIncludeFile(char *  includeFile);
-
-extern int printf(char * , ...);
-
-int preprocessor()
+break;
+case 178:
+TESTTTT();
+(void)fwrite(yytext, yyleng, 1, yyout);
+break;
+case 179:
 {
-int c, last = 0;
-int count = 0;
-char line[1024];
+int yy_amount_of_matched_text = (int)(yy_cp - yytext) - 1;
 
-line[0] = '\0';
-for(; ; )
-{
-c = input();
-if(c == (-1))
-break;
-if(c == '\n')
+*yy_cp = yy_hold_char;
+if((*yy_current_buffer).yy_buffer_status == 0)
 {
-yylloc.end.charPos = 1;
-yylloc.end.pos++;
-yylloc.end.line++;
-if(last != '\\')
+yy_n_chars = (*yy_current_buffer).yy_n_chars;
+(*yy_current_buffer).yy_input_file = yyin;
+(*yy_current_buffer).yy_buffer_status = 1;
+}
+if(yy_c_buf_p <= &(*yy_current_buffer).yy_ch_buf[yy_n_chars])
 {
-char * pointer = line + 1;
-int lineNumber;
+yy_state_type yy_next_state;
 
-line[count] = (char)0;
-lineNumber = __ecereNameSpace__ecere__sys__GetValue(&pointer);
-if(lineNumber)
+yy_c_buf_p = yytext + yy_amount_of_matched_text;
+yy_current_state = yy_get_previous_state();
+yy_next_state = yy_try_NUL_trans(yy_current_state);
+yy_bp = yytext + 0;
+if(yy_next_state)
 {
-char fileName[797];
-int inOut;
-
-__ecereNameSpace__ecere__sys__GetString(&pointer, fileName, (797));
-inOut = __ecereNameSpace__ecere__sys__GetValue(&pointer);
-if(inOut == 1)
+yy_cp = ++yy_c_buf_p;
+yy_current_state = yy_next_state;
+goto yy_match;
+}
+else
 {
-char extension[17];
-
-defaultDeclMode = declModeStack[include_stack_ptr] = declMode;
-__ecereNameSpace__ecere__sys__GetExtension(fileName, extension);
-if(!strcmp(extension, "c") || !strcmp(extension, "h"))
-declMode = defaultDeclMode = 0;
-include_stack_ptr++;
+yy_cp = yy_c_buf_p;
+goto yy_find_action;
 }
-else if(inOut == 2)
+}
+else
+switch(yy_get_next_buffer())
 {
-include_stack_ptr--;
-defaultDeclMode = declMode = declModeStack[include_stack_ptr];
+case 1:
+{
+yy_did_buffer_switch_on_eof = 0;
+if(yywrap())
+{
+yy_c_buf_p = yytext + 0;
+yy_act = (179 + ((yy_start - 1) / 2) + 1);
+goto do_action;
 }
-yylloc.end.charPos = 1;
-yylloc.end.line = lineNumber;
-yylloc.end.included = (include_stack_ptr > 0) ? (unsigned int)GetIncludeFileID(fileName) : (unsigned int)0;
+else
+{
+if(!yy_did_buffer_switch_on_eof)
+yyrestart(yyin);
 }
 break;
 }
-count = 0;
+case 0:
+yy_c_buf_p = yytext + yy_amount_of_matched_text;
+yy_current_state = yy_get_previous_state();
+yy_cp = yy_c_buf_p;
+yy_bp = yytext + 0;
+goto yy_match;
+case 2:
+yy_c_buf_p = &(*yy_current_buffer).yy_ch_buf[yy_n_chars];
+yy_current_state = yy_get_previous_state();
+yy_cp = yy_c_buf_p;
+yy_bp = yytext + 0;
+goto yy_find_action;
 }
-else if(c == '\t')
-{
-yylloc.end.charPos++;
-yylloc.end.pos++;
-line[count++] = c;
+break;
 }
-else
-{
-yylloc.end.pos++;
-if(c != '\r')
-{
-yylloc.end.charPos++;
-line[count++] = c;
+default:
+yy_fatal_error("fatal flex scanner internal error--no action found");
 }
 }
-last = c;
 }
-yylloc.start = yylloc.end;
-line[count] = (char)0;
-__ecereNameSpace__ecere__sys__TrimLSpaces(line, line);
-for(c = 0; line[c] && line[c] != ' '; c++)
-;
-if(!strncmp(line, "include", c))
+
+struct __ecereNameSpace__ecere__com__Property;
+
+struct __ecereNameSpace__ecere__com__Property
 {
-char includeFile[797] = "";
+struct __ecereNameSpace__ecere__com__Property * prev;
+struct __ecereNameSpace__ecere__com__Property * next;
+const char *  name;
+unsigned int isProperty;
+int memberAccess;
+int id;
+struct __ecereNameSpace__ecere__com__Class * _class;
+const char *  dataTypeString;
+struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
+struct Type * dataType;
+void (*  Set)(void * , int);
+int (*  Get)(void * );
+unsigned int (*  IsSet)(void * );
+void *  data;
+void *  symbol;
+int vid;
+unsigned int conversion;
+unsigned int watcherOffset;
+const char *  category;
+unsigned int compiled;
+unsigned int selfWatchable;
+unsigned int isWatchable;
+} ecere_gcc_struct;
 
-memmove(line, line + c, strlen(line + c) + 1);
-__ecereNameSpace__ecere__sys__TrimLSpaces(line, line);
-if(line[0] == '\"')
+extern void __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
+
+extern void __ecereNameSpace__ecere__com__eInstance_StopWatching(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property, struct __ecereNameSpace__ecere__com__Instance * object);
+
+extern void __ecereNameSpace__ecere__com__eInstance_Watch(void *  instance, struct __ecereNameSpace__ecere__com__Property * _property, void *  object, void (*  callback)(void * , void * ));
+
+extern void __ecereNameSpace__ecere__com__eInstance_FireWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
+
+struct __ecereNameSpace__ecere__sys__BinaryTree;
+
+struct __ecereNameSpace__ecere__sys__BinaryTree
 {
-for(c = 1; line[c]; c++)
+struct __ecereNameSpace__ecere__sys__BTNode * root;
+int count;
+int (*  CompareKey)(struct __ecereNameSpace__ecere__sys__BinaryTree * tree, uintptr_t a, uintptr_t b);
+void (*  FreeKey)(void *  key);
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Method;
+
+struct __ecereNameSpace__ecere__com__Method
 {
-if(line[c] == '\"')
+const char *  name;
+struct __ecereNameSpace__ecere__com__Method * parent;
+struct __ecereNameSpace__ecere__com__Method * left;
+struct __ecereNameSpace__ecere__com__Method * right;
+int depth;
+int (*  function)();
+int vid;
+int type;
+struct __ecereNameSpace__ecere__com__Class * _class;
+void *  symbol;
+const char *  dataTypeString;
+struct Type * dataType;
+int memberAccess;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__DataMember;
+
+struct __ecereNameSpace__ecere__com__ClassTemplateArgument
 {
-strncpy(includeFile, line + 1, c - 1);
-includeFile[c - 1] = '\0';
-break;
-}
-}
-}
-else if(line[0] == '<')
+union
 {
-for(c = 1; line[c]; c++)
-if(line[c] == '>')
+struct
 {
-strncpy(includeFile, line + 1, c - 1);
-includeFile[c - 1] = '\0';
-break;
-}
-}
-if(include_stack_ptr >= (30))
+const char *  dataTypeString;
+struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
+} ecere_gcc_struct __anon1;
+struct __ecereNameSpace__ecere__com__DataValue expression;
+struct
 {
-fprintf((bsl_stderr()), __ecereNameSpace__ecere__GetTranslatedString(__thisModule, "Includes nested too deeply", (((void *)0))));
-exit(1);
-}
-if(inCompiler || !FindIncludeFileID(includeFile))
+const char *  memberString;
+union
 {
-struct __ecereNameSpace__ecere__com__Instance * file = OpenIncludeFile(includeFile);
+struct __ecereNameSpace__ecere__com__DataMember * member;
+struct __ecereNameSpace__ecere__com__Property * prop;
+struct __ecereNameSpace__ecere__com__Method * method;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct __anon2;
+} ecere_gcc_struct __anon1;
+} ecere_gcc_struct;
 
-if(file)
+struct __ecereNameSpace__ecere__com__DataMember
 {
-char extension[17];
+struct __ecereNameSpace__ecere__com__DataMember * prev;
+struct __ecereNameSpace__ecere__com__DataMember * next;
+const char *  name;
+unsigned int isProperty;
+int memberAccess;
+int id;
+struct __ecereNameSpace__ecere__com__Class * _class;
+const char *  dataTypeString;
+struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
+struct Type * dataType;
+int type;
+int offset;
+int memberID;
+struct __ecereNameSpace__ecere__sys__OldList members;
+struct __ecereNameSpace__ecere__sys__BinaryTree membersAlpha;
+int memberOffset;
+short structAlignment;
+short pointerAlignment;
+} ecere_gcc_struct;
 
-fileStack[include_stack_ptr] = fileInput;
-locStack[include_stack_ptr] = yylloc;
-defaultDeclMode = declModeStack[include_stack_ptr] = declMode;
-include_stack[include_stack_ptr++] = yy_current_buffer;
-yylloc.start.charPos = yylloc.end.charPos = 1;
-yylloc.start.line = yylloc.end.line = 1;
-yylloc.start.pos = yylloc.end.pos = 0;
-yylloc.start.included = yylloc.end.included = (unsigned int)GetIncludeFileID(includeFile);
-__ecereNameSpace__ecere__sys__GetExtension(includeFile, extension);
-if(!strcmp(extension, "c") || !strcmp(extension, "h"))
-declMode = defaultDeclMode = 0;
-fileInput = file;
-yy_switch_to_buffer(yy_create_buffer(fileInput, 16384));
-yy_start = 1 + 2 * (0);
-}
-else
-printf("");
-}
-}
-return 0;
-}
+extern struct __ecereNameSpace__ecere__com__DataMember * __ecereNameSpace__ecere__com__eClass_AddDataMember(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  type, unsigned int size, unsigned int alignment, int declMode);
 
-void resetScanner()
-{
-yy_flush_buffer(yy_current_buffer);
-yylloc.start.charPos = yylloc.end.charPos = 1;
-yylloc.start.line = yylloc.end.line = 1;
-yylloc.start.pos = yylloc.end.pos = 0;
-yylloc.start.included = yylloc.end.included = 0x0;
-expression_yylloc.start.charPos = expression_yylloc.end.charPos = 1;
-expression_yylloc.start.line = expression_yylloc.end.line = 1;
-expression_yylloc.start.pos = expression_yylloc.end.pos = 0;
-expression_yylloc.start.included = expression_yylloc.end.included = 0x0;
-type_yylloc.start.charPos = type_yylloc.end.charPos = 1;
-type_yylloc.start.line = type_yylloc.end.line = 1;
-type_yylloc.start.pos = type_yylloc.end.pos = 0;
-type_yylloc.start.included = type_yylloc.end.included = 0x0;
-include_stack_ptr = 0;
-}
+struct __ecereNameSpace__ecere__com__Module;
 
-void resetScannerPos(struct CodePosition * pos)
-{
-yy_flush_buffer(yy_current_buffer);
-yylloc.start = yylloc.end = *pos;
-type_yylloc.start = type_yylloc.end = *pos;
-expression_yylloc.start = expression_yylloc.end = *pos;
-}
+extern struct __ecereNameSpace__ecere__com__Class * __ecereNameSpace__ecere__com__eSystem_RegisterClass(int type, const char *  name, const char *  baseName, int size, int sizeClass, unsigned int (*  Constructor)(void * ), void (*  Destructor)(void * ), struct __ecereNameSpace__ecere__com__Instance * module, int declMode, int inheritanceAccess);
+
+extern struct __ecereNameSpace__ecere__com__Instance * __thisModule;
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereNameSpace__ecere__com__eSystem_RegisterClass(int type, char *  name, char *  baseName, int size, int sizeClass, unsigned int (*  Constructor)(void * ), void (*  Destructor)(void * ), struct __ecereNameSpace__ecere__com__Instance * module, int declMode, int inheritanceAccess);
+extern struct __ecereNameSpace__ecere__com__GlobalFunction * __ecereNameSpace__ecere__com__eSystem_RegisterFunction(const char *  name, const char *  type, void *  func, struct __ecereNameSpace__ecere__com__Instance * module, int declMode);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__NameSpace;
+struct __ecereNameSpace__ecere__com__NameSpace;
 
 struct __ecereNameSpace__ecere__com__NameSpace
 {
-char *  name;
+const char *  name;
 struct __ecereNameSpace__ecere__com__NameSpace *  btParent;
 struct __ecereNameSpace__ecere__com__NameSpace *  left;
 struct __ecereNameSpace__ecere__com__NameSpace *  right;
@@ -2523,7 +2420,83 @@ struct __ecereNameSpace__ecere__sys__BinaryTree nameSpaces;
 struct __ecereNameSpace__ecere__sys__BinaryTree classes;
 struct __ecereNameSpace__ecere__sys__BinaryTree defines;
 struct __ecereNameSpace__ecere__sys__BinaryTree functions;
-} __attribute__ ((gcc_struct));
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Class
+{
+struct __ecereNameSpace__ecere__com__Class * prev;
+struct __ecereNameSpace__ecere__com__Class * next;
+const char *  name;
+int offset;
+int structSize;
+void * *  _vTbl;
+int vTblSize;
+unsigned int (*  Constructor)(void * );
+void (*  Destructor)(void * );
+int offsetClass;
+int sizeClass;
+struct __ecereNameSpace__ecere__com__Class * base;
+struct __ecereNameSpace__ecere__sys__BinaryTree methods;
+struct __ecereNameSpace__ecere__sys__BinaryTree members;
+struct __ecereNameSpace__ecere__sys__BinaryTree prop;
+struct __ecereNameSpace__ecere__sys__OldList membersAndProperties;
+struct __ecereNameSpace__ecere__sys__BinaryTree classProperties;
+struct __ecereNameSpace__ecere__sys__OldList derivatives;
+int memberID;
+int startMemberID;
+int type;
+struct __ecereNameSpace__ecere__com__Instance * module;
+struct __ecereNameSpace__ecere__com__NameSpace *  nameSpace;
+const char *  dataTypeString;
+struct Type * dataType;
+int typeSize;
+int defaultAlignment;
+void (*  Initialize)();
+int memberOffset;
+struct __ecereNameSpace__ecere__sys__OldList selfWatchers;
+const char *  designerClass;
+unsigned int noExpansion;
+const char *  defaultProperty;
+unsigned int comRedefinition;
+int count;
+int isRemote;
+unsigned int internalDecl;
+void *  data;
+unsigned int computeSize;
+short structAlignment;
+short pointerAlignment;
+int destructionWatchOffset;
+unsigned int fixed;
+struct __ecereNameSpace__ecere__sys__OldList delayedCPValues;
+int inheritanceAccess;
+const char *  fullName;
+void *  symbol;
+struct __ecereNameSpace__ecere__sys__OldList conversions;
+struct __ecereNameSpace__ecere__sys__OldList templateParams;
+struct __ecereNameSpace__ecere__com__ClassTemplateArgument *  templateArgs;
+struct __ecereNameSpace__ecere__com__Class * templateClass;
+struct __ecereNameSpace__ecere__sys__OldList templatized;
+int numParams;
+unsigned int isInstanceClass;
+unsigned int byValueSystemClass;
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Application
+{
+int argc;
+const char * *  argv;
+int exitCode;
+unsigned int isGUIApp;
+struct __ecereNameSpace__ecere__sys__OldList allModules;
+char *  parsedCommand;
+struct __ecereNameSpace__ecere__com__NameSpace systemNameSpace;
+} ecere_gcc_struct;
+
+static struct __ecereNameSpace__ecere__com__Class * __ecereClass_yy_buffer_state;
+
+static struct __ecereNameSpace__ecere__com__Class * __ecereClass_LexerBackup;
+
+extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__File;
 
 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Module;
 
@@ -2536,33 +2509,186 @@ struct __ecereNameSpace__ecere__sys__OldList functions;
 struct __ecereNameSpace__ecere__sys__OldList modules;
 struct __ecereNameSpace__ecere__com__Instance * prev;
 struct __ecereNameSpace__ecere__com__Instance * next;
-char *  name;
+const char *  name;
 void *  library;
 void *  Unload;
 int importType;
 int origImportType;
 struct __ecereNameSpace__ecere__com__NameSpace privateNameSpace;
 struct __ecereNameSpace__ecere__com__NameSpace publicNameSpace;
-} __attribute__ ((gcc_struct));
+} ecere_gcc_struct;
+
+struct __ecereNameSpace__ecere__com__Instance * pushLexer()
+{
+struct __ecereNameSpace__ecere__com__Instance * backup = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_LexerBackup);
+
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yylloc = yylloc;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->type_yylloc = type_yylloc;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->expression_yylloc = expression_yylloc;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->fileInput = fileInput;
+memcpy(((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->include_stack, include_stack, sizeof (include_stack));
+memcpy(((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->fileStack, fileStack, sizeof (fileStack));
+memcpy(((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->sourceFileStack, sourceFileStack, sizeof (sourceFileStack));
+memcpy(((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->locStack, locStack, sizeof (locStack));
+memcpy(((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->declModeStack, declModeStack, sizeof (declModeStack));
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->include_stack_ptr = include_stack_ptr;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->defaultDeclMode = defaultDeclMode;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->declMode = declMode;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->buffer = yy_current_buffer;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_n_chars = yy_n_chars;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yytext = yytext;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_c_buf_p = yy_c_buf_p;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yyin = yyin;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_hold_char = yy_hold_char;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yychar = yychar;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_init = yy_init;
+((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_start = yy_start;
+yy_init = 1;
+yy_current_buffer = 0;
+yylloc.start.charPos = yylloc.end.charPos = 1;
+yylloc.start.line = yylloc.end.line = 1;
+yylloc.start.pos = yylloc.end.pos = 0;
+yylloc.start.included = yylloc.end.included = 0;
+expression_yylloc.start.charPos = expression_yylloc.end.charPos = 1;
+expression_yylloc.start.line = expression_yylloc.end.line = 1;
+expression_yylloc.start.pos = expression_yylloc.end.pos = 0;
+expression_yylloc.start.included = expression_yylloc.end.included = 0;
+type_yylloc.start.charPos = type_yylloc.end.charPos = 1;
+type_yylloc.start.line = type_yylloc.end.line = 1;
+type_yylloc.start.pos = type_yylloc.end.pos = 0;
+type_yylloc.start.included = type_yylloc.end.included = 0;
+include_stack_ptr = 0;
+return backup;
+}
+
+void popLexer(struct __ecereNameSpace__ecere__com__Instance * backup)
+{
+yylloc = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yylloc;
+type_yylloc = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->type_yylloc;
+expression_yylloc = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->expression_yylloc;
+fileInput = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->fileInput;
+memcpy(include_stack, ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->include_stack, sizeof (include_stack));
+memcpy(fileStack, ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->fileStack, sizeof (fileStack));
+memcpy(sourceFileStack, ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->sourceFileStack, sizeof (sourceFileStack));
+memcpy(locStack, ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->locStack, sizeof (locStack));
+memcpy(declModeStack, ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->declModeStack, sizeof (declModeStack));
+include_stack_ptr = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->include_stack_ptr;
+defaultDeclMode = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->defaultDeclMode;
+declMode = structDeclMode = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->declMode;
+yy_current_buffer = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->buffer;
+yy_n_chars = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_n_chars;
+yytext = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yytext;
+yy_c_buf_p = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_c_buf_p;
+yyin = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yyin;
+yy_hold_char = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_hold_char;
+yychar = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yychar;
+yy_init = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_init;
+yy_start = ((struct LexerBackup *)(((char *)backup + __ecereClass_LexerBackup->offset)))->yy_start;
+(__ecereNameSpace__ecere__com__eInstance_DecRef(backup), backup = 0);
+}
+
+static int yy_get_next_buffer()
+{
+register char * dest = (*yy_current_buffer).yy_ch_buf;
+register char * source = yytext;
+register int number_to_move, i;
+int ret_val;
+
+if(yy_c_buf_p > &(*yy_current_buffer).yy_ch_buf[yy_n_chars + 1])
+yy_fatal_error("fatal flex scanner internal error--end of buffer missed");
+if((*yy_current_buffer).yy_fill_buffer == 0)
+{
+if(yy_c_buf_p - yytext - 0 == 1)
+{
+return 1;
+}
+else
+{
+return 2;
+}
+}
+number_to_move = (int)(yy_c_buf_p - yytext) - 1;
+for(i = 0; i < number_to_move; ++i)
+*(dest++) = *(source++);
+if((*yy_current_buffer).yy_buffer_status == 2)
+(*yy_current_buffer).yy_n_chars = yy_n_chars = 0;
+else
+{
+int num_to_read = (*yy_current_buffer).yy_buf_size - number_to_move - 1;
 
-extern struct __ecereNameSpace__ecere__com__DataMember * __ecereNameSpace__ecere__com__eClass_AddDataMember(struct __ecereNameSpace__ecere__com__Class * _class, char *  name, char *  type, unsigned int size, unsigned int alignment, int declMode);
+while(num_to_read <= 0)
+{
+YY_BUFFER_STATE b = yy_current_buffer;
+int yy_c_buf_p_offset = (int)(yy_c_buf_p - (*b).yy_ch_buf);
 
-extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__GlobalFunction;
+if((*b).yy_is_our_buffer)
+{
+int new_size = (*b).yy_buf_size * 2;
 
-struct __ecereNameSpace__ecere__com__GlobalFunction;
+if(new_size <= 0)
+(*b).yy_buf_size += (*b).yy_buf_size / 8;
+else
+(*b).yy_buf_size *= 2;
+(*b).yy_ch_buf = (char *)yy_flex_realloc((void *)(*b).yy_ch_buf, (*b).yy_buf_size + 2);
+}
+else
+(*b).yy_ch_buf = 0;
+if(!(*b).yy_ch_buf)
+yy_fatal_error("fatal error - scanner input buffer overflow");
+yy_c_buf_p = &(*b).yy_ch_buf[yy_c_buf_p_offset];
+num_to_read = (*yy_current_buffer).yy_buf_size - number_to_move - 1;
+}
+if(num_to_read > 8192)
+num_to_read = 8192;
+yy_n_chars = (__extension__ ({
+int (*  __internal_VirtualMethod)(struct __ecereNameSpace__ecere__com__Instance *, void *  buffer, unsigned int size, unsigned int count);
 
-extern struct __ecereNameSpace__ecere__com__GlobalFunction * __ecereNameSpace__ecere__com__eSystem_RegisterFunction(char *  name, char *  type, void *  func, struct __ecereNameSpace__ecere__com__Instance * module, int declMode);
+__internal_VirtualMethod = ((int (*)(struct __ecereNameSpace__ecere__com__Instance *, void *  buffer, unsigned int size, unsigned int count))__extension__ ({
+struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = fileInput;
+
+__internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__File->_vTbl;
+})[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Read]);
+__internal_VirtualMethod ? __internal_VirtualMethod(fileInput, (&(*yy_current_buffer).yy_ch_buf[number_to_move]), 1, num_to_read) : (int)1;
+}));
+(*yy_current_buffer).yy_n_chars = yy_n_chars;
+}
+if(yy_n_chars == 0)
+{
+if(number_to_move == 0)
+{
+ret_val = 1;
+yyrestart(yyin);
+}
+else
+{
+ret_val = 2;
+(*yy_current_buffer).yy_buffer_status = 2;
+}
+}
+else
+ret_val = 0;
+yy_n_chars += number_to_move;
+(*yy_current_buffer).yy_ch_buf[yy_n_chars] = 0;
+(*yy_current_buffer).yy_ch_buf[yy_n_chars + 1] = 0;
+yytext = &(*yy_current_buffer).yy_ch_buf[0];
+return ret_val;
+}
+
+void __ecereUnregisterModule_lexer(struct __ecereNameSpace__ecere__com__Instance * module)
+{
+
+}
 
 void __ecereRegisterModule_lexer(struct __ecereNameSpace__ecere__com__Instance * module)
 {
-struct __ecereNameSpace__ecere__com__Class * class;
+struct __ecereNameSpace__ecere__com__Class __attribute__((unused)) * class;
 
-class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(1, "yy_buffer_state", 0, sizeof(struct yy_buffer_state), 0, 0, 0, module, 2, 1);
-if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + structSize_Instance)))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + structSize_Instance)))->application && class)
+class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(1, "yy_buffer_state", 0, sizeof(struct yy_buffer_state), 0, (void *)0, (void *)0, module, 2, 1);
+if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
 __ecereClass_yy_buffer_state = class;
-__ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_input_file", "void *", arch_PointerSize, arch_PointerSize, 1);
-__ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_ch_buf", "char *", arch_PointerSize, arch_PointerSize, 1);
-__ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_buf_pos", "char *", arch_PointerSize, arch_PointerSize, 1);
+__ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_input_file", "void *", sizeof(void *), 0xF000F000, 1);
+__ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_ch_buf", "char *", sizeof(void *), 0xF000F000, 1);
+__ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_buf_pos", "char *", sizeof(void *), 0xF000F000, 1);
 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_buf_size", "uint", 4, 4, 1);
 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_n_chars", "int", 4, 4, 1);
 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_is_our_buffer", "int", 4, 4, 1);
@@ -2572,12 +2698,17 @@ __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_fill_buffer", "int
 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "yy_buffer_status", "int", 4, 4, 1);
 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("SetEchoOn", "void SetEchoOn(bool b)", SetEchoOn, module, 1);
 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("TESTTTT", "void TESTTTT(void)", TESTTTT, module, 2);
-__ecereNameSpace__ecere__com__eSystem_RegisterFunction("SetSomeSourceFileStack", "void SetSomeSourceFileStack(char * fileName, int index)", SetSomeSourceFileStack, module, 1);
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("SetSomeSourceFileStack", "void SetSomeSourceFileStack(const char * fileName, int index)", SetSomeSourceFileStack, module, 1);
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("yywrap", "int yywrap(void)", yywrap, module, 2);
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("comment", "int comment(void)", comment, module, 2);
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("commentCPP", "int commentCPP(void)", commentCPP, module, 2);
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("preprocessor", "int preprocessor(void)", preprocessor, module, 2);
 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("resetScanner", "void resetScanner(void)", resetScanner, module, 1);
-}
-
-void __ecereUnregisterModule_lexer(struct __ecereNameSpace__ecere__com__Instance * module)
-{
-
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("resetScannerPos", "void resetScannerPos(CodePosition pos)", resetScannerPos, module, 2);
+class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(0, "LexerBackup", 0, sizeof(struct LexerBackup), 0, (void *)0, (void *)0, module, 2, 1);
+if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
+__ecereClass_LexerBackup = class;
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("pushLexer", "LexerBackup pushLexer(void)", pushLexer, module, 2);
+__ecereNameSpace__ecere__com__eSystem_RegisterFunction("popLexer", "void popLexer(LexerBackup backup)", popLexer, module, 2);
 }