as3: improved protected handling, xml support. added 'arguments' keyword
[swftools.git] / lib / as3 / tokenizer.yy.c
index 3e02c8e..08fd7b3 100644 (file)
@@ -6,24 +6,24 @@
 
 /* A lexical scanner generated by flex */
 
-#define yy_create_buffer avm2__create_buffer
-#define yy_delete_buffer avm2__delete_buffer
-#define yy_flex_debug avm2__flex_debug
-#define yy_init_buffer avm2__init_buffer
-#define yy_flush_buffer avm2__flush_buffer
-#define yy_load_buffer_state avm2__load_buffer_state
-#define yy_switch_to_buffer avm2__switch_to_buffer
-#define yyin avm2_in
-#define yyleng avm2_leng
-#define yylex avm2_lex
-#define yylineno avm2_lineno
-#define yyout avm2_out
-#define yyrestart avm2_restart
-#define yytext avm2_text
-#define yywrap avm2_wrap
-#define yyalloc avm2_alloc
-#define yyrealloc avm2_realloc
-#define yyfree avm2_free
+#define yy_create_buffer as3__create_buffer
+#define yy_delete_buffer as3__delete_buffer
+#define yy_flex_debug as3__flex_debug
+#define yy_init_buffer as3__init_buffer
+#define yy_flush_buffer as3__flush_buffer
+#define yy_load_buffer_state as3__load_buffer_state
+#define yy_switch_to_buffer as3__switch_to_buffer
+#define yyin as3_in
+#define yyleng as3_leng
+#define yylex as3_lex
+#define yylineno as3_lineno
+#define yyout as3_out
+#define yyrestart as3_restart
+#define yytext as3_text
+#define yywrap as3_wrap
+#define yyalloc as3_alloc
+#define yyrealloc as3_realloc
+#define yyfree as3_free
 
 #define FLEX_SCANNER
 #define YY_FLEX_MAJOR_VERSION 2
@@ -154,7 +154,7 @@ typedef unsigned int flex_uint32_t;
 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
 
 /* Special action meaning "start processing a new file". */
-#define YY_NEW_FILE avm2_restart(avm2_in  )
+#define YY_NEW_FILE as3_restart(as3_in  )
 
 #define YY_END_OF_BUFFER_CHAR 0
 
@@ -172,9 +172,9 @@ typedef unsigned int flex_uint32_t;
 typedef struct yy_buffer_state *YY_BUFFER_STATE;
 #endif
 
-extern int avm2_leng;
+extern int as3_leng;
 
-extern FILE *avm2_in, *avm2_out;
+extern FILE *as3_in, *as3_out;
 
 #define EOB_ACT_CONTINUE_SCAN 0
 #define EOB_ACT_END_OF_FILE 1
@@ -186,13 +186,13 @@ extern FILE *avm2_in, *avm2_out;
 #define yyless(n) \
        do \
                { \
-               /* Undo effects of setting up avm2_text. */ \
+               /* Undo effects of setting up as3_text. */ \
         int yyless_macro_arg = (n); \
         YY_LESS_LINENO(yyless_macro_arg);\
                *yy_cp = (yy_hold_char); \
                YY_RESTORE_YY_MORE_OFFSET \
                (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
-               YY_DO_BEFORE_ACTION; /* set up avm2_text again */ \
+               YY_DO_BEFORE_ACTION; /* set up as3_text again */ \
                } \
        while ( 0 )
 
@@ -260,8 +260,8 @@ struct yy_buffer_state
         * possible backing-up.
         *
         * When we actually see the EOF, we change the status to "new"
-        * (via avm2_restart()), so that the user can continue scanning by
-        * just pointing avm2_in at a new input file.
+        * (via as3_restart()), so that the user can continue scanning by
+        * just pointing as3_in at a new input file.
         */
 #define YY_BUFFER_EOF_PENDING 2
 
@@ -288,51 +288,51 @@ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
  */
 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
 
-/* yy_hold_char holds the character lost when avm2_text is formed. */
+/* yy_hold_char holds the character lost when as3_text is formed. */
 static char yy_hold_char;
 static int yy_n_chars;         /* number of characters read into yy_ch_buf */
-int avm2_leng;
+int as3_leng;
 
 /* Points to current character in buffer. */
 static char *yy_c_buf_p = (char *) 0;
 static int yy_init = 0;                /* whether we need to initialize */
 static int yy_start = 0;       /* start state number */
 
-/* Flag which is used to allow avm2_wrap()'s to do buffer switches
- * instead of setting up a fresh avm2_in.  A bit of a hack ...
+/* Flag which is used to allow as3_wrap()'s to do buffer switches
+ * instead of setting up a fresh as3_in.  A bit of a hack ...
  */
 static int yy_did_buffer_switch_on_eof;
 
-void avm2_restart (FILE *input_file  );
-void avm2__switch_to_buffer (YY_BUFFER_STATE new_buffer  );
-YY_BUFFER_STATE avm2__create_buffer (FILE *file,int size  );
-void avm2__delete_buffer (YY_BUFFER_STATE b  );
-void avm2__flush_buffer (YY_BUFFER_STATE b  );
-void avm2_push_buffer_state (YY_BUFFER_STATE new_buffer  );
-void avm2_pop_buffer_state (void );
+void as3_restart (FILE *input_file  );
+void as3__switch_to_buffer (YY_BUFFER_STATE new_buffer  );
+YY_BUFFER_STATE as3__create_buffer (FILE *file,int size  );
+void as3__delete_buffer (YY_BUFFER_STATE b  );
+void as3__flush_buffer (YY_BUFFER_STATE b  );
+void as3_push_buffer_state (YY_BUFFER_STATE new_buffer  );
+void as3_pop_buffer_state (void );
 
-static void avm2_ensure_buffer_stack (void );
-static void avm2__load_buffer_state (void );
-static void avm2__init_buffer (YY_BUFFER_STATE b,FILE *file  );
+static void as3_ensure_buffer_stack (void );
+static void as3__load_buffer_state (void );
+static void as3__init_buffer (YY_BUFFER_STATE b,FILE *file  );
 
-#define YY_FLUSH_BUFFER avm2__flush_buffer(YY_CURRENT_BUFFER )
+#define YY_FLUSH_BUFFER as3__flush_buffer(YY_CURRENT_BUFFER )
 
-YY_BUFFER_STATE avm2__scan_buffer (char *base,yy_size_t size  );
-YY_BUFFER_STATE avm2__scan_string (yyconst char *yy_str  );
-YY_BUFFER_STATE avm2__scan_bytes (yyconst char *bytes,int len  );
+YY_BUFFER_STATE as3__scan_buffer (char *base,yy_size_t size  );
+YY_BUFFER_STATE as3__scan_string (yyconst char *yy_str  );
+YY_BUFFER_STATE as3__scan_bytes (yyconst char *bytes,int len  );
 
-void *avm2_alloc (yy_size_t  );
-void *avm2_realloc (void *,yy_size_t  );
-void avm2_free (void *  );
+void *as3_alloc (yy_size_t  );
+void *as3_realloc (void *,yy_size_t  );
+void as3_free (void *  );
 
-#define yy_new_buffer avm2__create_buffer
+#define yy_new_buffer as3__create_buffer
 
 #define yy_set_interactive(is_interactive) \
        { \
        if ( ! YY_CURRENT_BUFFER ){ \
-        avm2_ensure_buffer_stack (); \
+        as3_ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
-            avm2__create_buffer(avm2_in,YY_BUF_SIZE ); \
+            as3__create_buffer(as3_in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
        }
@@ -340,9 +340,9 @@ void avm2_free (void *  );
 #define yy_set_bol(at_bol) \
        { \
        if ( ! YY_CURRENT_BUFFER ){\
-        avm2_ensure_buffer_stack (); \
+        as3_ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
-            avm2__create_buffer(avm2_in,YY_BUF_SIZE ); \
+            as3__create_buffer(as3_in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
        }
@@ -353,16 +353,16 @@ void avm2_free (void *  );
 
 typedef unsigned char YY_CHAR;
 
-FILE *avm2_in = (FILE *) 0, *avm2_out = (FILE *) 0;
+FILE *as3_in = (FILE *) 0, *as3_out = (FILE *) 0;
 
 typedef int yy_state_type;
 
-extern int avm2_lineno;
+extern int as3_lineno;
 
-int avm2_lineno = 1;
+int as3_lineno = 1;
 
-extern char *avm2_text;
-#define yytext_ptr avm2_text
+extern char *as3_text;
+#define yytext_ptr as3_text
 
 static yy_state_type yy_get_previous_state (void );
 static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
@@ -370,17 +370,17 @@ static int yy_get_next_buffer (void );
 static void yy_fatal_error (yyconst char msg[]  );
 
 /* Done after the current pattern has been matched and before the
- * corresponding action - sets up avm2_text.
+ * corresponding action - sets up as3_text.
  */
 #define YY_DO_BEFORE_ACTION \
        (yytext_ptr) = yy_bp; \
-       avm2_leng = (size_t) (yy_cp - yy_bp); \
+       as3_leng = (size_t) (yy_cp - yy_bp); \
        (yy_hold_char) = *yy_cp; \
        *yy_cp = '\0'; \
        (yy_c_buf_p) = yy_cp;
 
-#define YY_NUM_RULES 106
-#define YY_END_OF_BUFFER 107
+#define YY_NUM_RULES 129
+#define YY_END_OF_BUFFER 130
 /* This struct is not used in this scanner,
    but its presence is necessary. */
 struct yy_trans_info
@@ -388,726 +388,1041 @@ struct yy_trans_info
        flex_int32_t yy_verify;
        flex_int32_t yy_nxt;
        };
-static yyconst flex_int16_t yy_accept[468] =
+static yyconst flex_int16_t yy_accept[627] =
     {   0,
-        0,    0,    0,    0,    0,    0,  107,  105,   13,   13,
-      103,  105,  103,  103,  103,  105,  104,  103,  103,  103,
-       51,  103,   16,   16,   16,   53,  103,  103,  103,  102,
-      103,  102,  102,  102,  102,  102,  102,  102,  102,  102,
-      102,  102,  102,  102,  102,  102,  102,  102,  103,  105,
-      102,  103,  103,   51,  103,   10,   10,   10,   29,    0,
-        6,    0,   40,   27,    0,    0,   41,   36,   37,   35,
-       38,   50,   17,    3,    0,   39,   17,   16,    0,    0,
-       52,   46,   34,   32,   33,   48,    0,  102,    0,  101,
-      102,  102,  102,  102,  102,   24,  102,  102,  102,  102,
-
-      102,  102,  102,  102,  102,  100,  102,   99,   98,  102,
-      102,  102,  102,  102,  102,  102,  102,  102,  102,  102,
-      102,  102,  102,  102,  102,  102,  102,  102,  102,  102,
-       42,   28,    0,   99,    0,   10,   10,   11,    0,    3,
-        7,   39,    0,   11,   10,    0,   30,   49,    0,    0,
-        0,    0,    0,    1,   17,   15,   14,    0,   44,   31,
-       43,   47,    0,    0,    0,    0,    0,  102,  102,  102,
-      102,  102,  102,  102,  102,  102,  102,  102,  102,  102,
-       23,  102,   94,  102,  102,  102,  102,  102,   93,  102,
-      102,  102,  102,  102,  102,  102,   95,  102,  102,  102,
-
-      102,  102,   97,  102,  102,   92,   96,  102,  102,  102,
-       12,  102,   11,   11,    0,    7,    0,    0,    0,    7,
-        0,    7,    7,   11,    9,    8,    0,    0,    0,    2,
-        0,   15,    0,   45,    0,    0,    0,    0,  102,   90,
-      102,  102,  102,  102,  102,  102,  102,   85,   89,  102,
-      102,  102,  102,  102,  102,  102,  102,  102,  102,   88,
-      102,  102,  102,  102,  102,  102,  102,  102,  102,  102,
-       87,  102,  102,   86,  102,   91,  102,   11,    9,    8,
-        7,    0,    7,    0,    0,    2,    0,    7,    7,    9,
-        0,    2,   18,   20,    0,    0,    0,   83,   80,   78,
-
-       79,  102,  102,  102,  102,  102,   82,   81,  102,  102,
-      102,  102,  102,  102,  102,  102,  102,  102,  102,  102,
-      102,  102,   84,  102,   77,  102,  102,   25,  102,    9,
-        0,    0,    2,    0,    7,    7,   19,    0,    0,  102,
-      102,   70,  102,  102,  102,  102,  102,   75,  102,  102,
-      102,  102,   73,  102,  102,  102,  102,   72,   71,   74,
-       26,   76,  102,  102,    7,    0,    0,  102,   65,   68,
-       69,   64,  102,  102,  102,  102,  102,  102,  102,   66,
-       67,  102,  102,  102,    7,    0,   21,   60,   63,  102,
-      102,  102,   62,  102,   61,  102,  102,    0,   22,  102,
-
-      102,   56,   57,   58,   59,    0,    0,    0,    0,   55,
-       54,    0,    5,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    5,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,  130,  129,   31,  126,  129,  126,  126,  126,
+      129,  126,  127,  125,  126,  126,   72,  126,  129,  129,
+      129,   74,  126,  126,  126,  124,  124,  125,  126,  124,
+      124,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+      124,  124,  124,  124,  124,  124,   29,  126,  125,  129,
+      124,  128,   31,  126,  128,  126,  126,  126,  128,  126,
+      127,  125,  126,  126,   72,  126,  128,  128,  128,   74,
+      126,  126,  126,  124,  124,  125,  126,  124,  124,  124,
+      124,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+
+      124,  124,  124,  124,   28,  126,  125,  128,  124,   29,
+      126,  126,   72,  126,  128,  128,  128,   17,   17,   19,
+       20,   18,   16,   16,  128,  128,   12,   11,   14,   13,
+       15,   10,   48,    0,    6,    0,  124,   60,   46,   63,
+        0,    0,   61,   55,   56,   54,   58,   71,    0,    3,
+        0,   59,   34,   34,    0,    0,    0,    0,   73,    0,
+       67,   53,   51,   52,   69,    0,  124,    0,  124,   57,
+      124,  123,  124,  124,  124,  124,  124,   43,  124,  124,
+      124,  124,  124,  124,  124,  124,  124,  122,  124,  121,
+      120,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+
+      124,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+      124,  124,   62,   47,    0,  121,    0,    0,    0,    0,
+        0,    3,   23,   59,    0,   26,   26,    0,    0,    0,
+        0,   17,    0,    0,    9,    0,    0,    0,   15,   49,
+      124,   70,   35,    0,    0,    0,    0,    0,    1,    0,
+        0,    0,    0,    0,    0,   65,   50,   64,   68,    0,
+        0,    0,    0,    0,   36,  124,  124,  124,  124,  124,
+      124,  124,  124,  124,  124,  124,  124,  124,  124,   42,
+      124,  116,  124,  124,  124,  124,  124,  115,  124,  124,
+      124,  124,  124,  124,  124,  117,  124,  124,  124,  124,
+
+      124,  119,  124,  124,  114,  118,  124,  124,  124,   30,
+      124,    0,   26,   26,    0,    0,   27,   23,    0,    0,
+        0,   23,    0,   23,   23,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    2,    0,   33,    0,   32,
+       32,    0,    0,   66,    0,    0,    0,    0,  124,  124,
+      112,  124,  124,  124,  124,  124,  124,  124,  107,  111,
+      124,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+      110,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+      124,  109,  124,  124,  108,  124,  113,  124,   27,    0,
+        0,    0,    0,   23,    0,   23,    0,    0,    2,    0,
+
+       23,   23,   25,    0,   24,   24,    0,    0,    0,    0,
+        2,   37,    0,   39,    0,    0,    0,  124,  105,  102,
+      100,  101,  124,  124,  124,  124,  124,  104,  103,  124,
+      124,  124,  124,  124,  124,  124,  124,  124,  124,  124,
+      124,  124,  124,  106,  124,   99,  124,  124,   44,  124,
+       25,    0,   24,   24,    0,    0,    2,    0,   23,   23,
+        0,    0,    0,    0,    0,    0,   38,    0,    0,  124,
+      124,  124,   92,  124,  124,  124,  124,  124,   97,  124,
+      124,  124,  124,   95,  124,  124,  124,  124,   94,   93,
+       96,   45,   98,  124,  124,   23,    0,    0,    0,    0,
+
+        0,    0,  124,  124,   87,   90,   91,   86,  124,  124,
+      124,  124,  124,  124,  124,   88,   89,  124,  124,  124,
+       23,    8,   21,    0,    0,    0,   40,  124,   82,   85,
+      124,  124,  124,   84,  124,   83,  124,  124,    0,    0,
+        0,   41,   81,  124,  124,   77,   78,   79,   80,    0,
+        0,    0,    0,    0,    0,    0,   76,   75,    0,    5,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    5,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    4,    0,    0,    4,    0,    5,    0,    0,
-        0,    0,   20,    5,   20,   20,    0,    0,    0,   19,
-        5,   19,   19,    0,    0,    0,    0,    0,   21,    5,
-       21,   21,   22,    5,   22,   22,    0
+        0,    0,    0,    7,    0,   39,    5,   39,   39,    0,
+
+        0,    0,   22,    0,    7,    0,   38,    5,   38,   38,
+        0,    0,   22,    0,    0,    0,    0,   40,    5,   40,
+       40,   41,    5,   41,   41,    0
     } ;
 
 static yyconst flex_int32_t yy_ec[256] =
     {   0,
         1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
-        1,    1,    2,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    4,    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,    8,
-       12,   13,   14,    8,   15,   16,   17,   18,   19,   19,
-       20,   19,   19,   19,   19,   19,   19,   21,    8,   22,
-       23,   24,    8,    8,   25,   25,   25,   25,   25,   25,
-       25,   25,   25,   25,   25,   25,   25,   25,   25,   25,
-       25,   25,   25,   25,   25,   25,   25,   25,   25,   25,
-        8,   26,   27,    8,   28,    7,   29,   30,   31,   32,
-
-       33,   34,   35,   36,   37,   25,   38,   39,   40,   41,
-       42,   43,   25,   44,   45,   46,   47,   48,   49,   50,
-       51,   25,    8,   52,    8,    8,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,   53,    7,    7,    7,
-       54,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,   55,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7
+        1,    5,    6,    7,    8,    9,   10,   11,   12,   13,
+       14,   15,   16,   13,   17,   18,   19,   20,   21,   21,
+       22,   21,   21,   21,   21,   21,   21,   23,   13,   24,
+       25,   26,   13,   13,   27,   28,   29,   30,   28,   28,
+       28,   28,   28,   28,   28,   28,   28,   31,   28,   28,
+       28,   28,   28,   32,   28,   28,   28,   28,   28,   28,
+       33,   34,   35,   36,   37,    8,   38,   39,   40,   41,
+
+       42,   43,   44,   45,   46,   28,   47,   48,   49,   50,
+       51,   52,   28,   53,   54,   55,   56,   57,   58,   59,
+       60,   28,   61,   62,   63,   13,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,   64,    8,    8,    8,
+       65,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,   66,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8
     } ;
 
-static yyconst flex_int32_t yy_meta[56] =
+static yyconst flex_int32_t yy_meta[67] =
     {   0,
-        1,    2,    3,    2,    4,    4,    4,    4,    4,    4,
-        4,    4,    4,    4,    4,    5,    4,    6,    6,    6,
-        2,    4,    4,    4,    7,    8,    4,    8,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    7,    7,    7,    7,    7,    7,    7,    7,    7,
-        7,    4,    4,    4,    4
+        1,    2,    3,    2,    2,    4,    4,    4,    4,    4,
+        4,    4,    4,    4,    4,    4,    4,    5,    4,    6,
+        6,    6,    2,    7,    4,    7,    8,    8,    8,    8,
+        8,    8,    4,    9,    4,    4,   10,    8,    8,    8,
+        8,   11,    8,    8,    8,    8,    8,    8,    8,    8,
+        8,    8,    8,    8,    8,    8,    8,    8,   12,    8,
+        7,    4,    4,    4,    4,    4
     } ;
 
-static yyconst flex_int16_t yy_base[495] =
+static yyconst flex_int16_t yy_base[668] =
     {   0,
-        0,  420,   42,   49,   56,   63,  455, 2184, 2184, 2184,
-      431,   78, 2184,  427,  436,   76, 2184,  418,   71,   73,
-       73,   82,   90,   95,  100,  415,   75,  406,   98,  121,
-     2184,  124,  127,  131,  108,  107,  114,  125,  143,  147,
-      126,  158,  162,  170,  179,  186,  193,  200,   80,  365,
-      376,  227,  233,  239,  247,  247,  256,  261,  391,  172,
-     2184,  403, 2184, 2184,  155,  400, 2184, 2184, 2184, 2184,
-     2184,  384,  264,  285,  393, 2184,  271,  276,  379,  344,
-     2184,  362, 2184,  360, 2184,  115,  297,  264,  305,  275,
-      282,  281,  283,  290,  299,  301,  305,  320,  313,  324,
-
-      306,  332,  336,  340,  347,  348,  355,  362,  363,  370,
-      382,  384,  386,  391,  398,  409,  403,  414,  405,  423,
-      430,  429,  435,  441,  446,  458,  450,  464,  470,  469,
-     2184, 2184,  318,  485,  499,  516,  521,  502,  207,  541,
-      565,  208,  245,  527,  532,  352, 2184, 2184,  558,  561,
-      574,  350,  361, 2184,  537,    0,  344,  339, 2184, 2184,
-     2184,  333,  615,  294,  274,  264,  249,  484,  540,  541,
-      591,  592,  593,  611,  600,  612,  623,  628,  629,  630,
-      634,  646,  650,  651,  652,  666,  667,  673,  672,  674,
-      678,  689,  690,  694,  695,  706,  710,  712,  717,  718,
-
-      726,  733,  732,  734,  748,  740,  741,  756,  755,  757,
-     2184,  762,  566,  605,  262,    0,  804,  807,  810,  252,
-      836,    0,  846,  608,    0,  252,  162,  813,  839,  244,
-      842,    0,  210, 2184,    0,  200,  203,  201,  790,  818,
-      822,  869,  870,  876,  878,  890,  895,  899,  901,  910,
-      915,  916,  917,  931,  932,  933,  938,  939,  950,  954,
-      958,  962,  966,  970,  977,  978,  984,  986,  998, 1002,
-     1003, 1004, 1018, 1019, 1020, 1025, 1026,  664,    0,  212,
-        0, 1053, 1079, 1134, 1137,  197, 1140, 1166,    0,    0,
-     1221, 2184, 2184, 2184,    0,  165,  167, 1116, 1117, 1123,
-
-     1197, 1201, 1202, 1216, 1217, 1218, 1222, 1223, 1234, 1238,
-     1240, 1246, 1249, 1262, 1264, 1270, 1279, 1271, 1291, 1295,
-     1286, 1300, 1306, 1307, 1311, 1318, 1322, 1326, 1334,    0,
-     1368, 1376,    0, 1394,    0,    0, 2184,  165,  130, 1333,
-     1345, 1359, 1361, 1370, 1375, 1377, 1389, 1394, 1396, 1395,
-     1400, 1401, 1412, 1416, 1417, 1424, 1423, 1431, 1432, 1438,
-     1439, 1443, 1447, 1454,  145,   81,    0, 1461, 1462, 1463,
-     1468, 1469, 1477, 1483, 1484, 1498, 1491, 1503, 1502, 1507,
-     1509, 1514, 1521,  900,   95,    0, 2184, 1523, 1528, 1529,
-     1530, 1544, 1537, 1545, 1551, 1553, 1559, 1600, 2184, 1568,
-
-     1580, 1576, 1587, 1588, 1594,  740,  184, 1636, 1639, 1606,
-     1615,  863,  866, 1032, 1072,  187, 1225,  104,  181, 1648,
-     1664, 1675, 1678, 1690, 1693, 1696, 1701, 1705, 1709, 1712,
-     1716, 1719, 1751,   98, 1754, 1760, 1763, 1766, 1792, 1776,
-     1780, 1784, 1769, 1772, 1787, 1808, 1847, 1820, 1826, 1823,
-     1829, 1832, 1835, 1873, 1839, 1876, 1912, 1967, 1879, 1882,
-     1885, 1888, 1891, 1894, 1903, 1906, 2184, 2022, 2030, 2037,
-     2045, 2053, 2061, 2065, 2072, 2076, 2083, 2086, 2089,   83,
-     2096, 2099, 2106, 2114, 2114, 2121, 2129, 2134, 2139, 2144,
-     2151, 2159, 2167, 2175
-
+        0,  986,   66,  983,  911,   87,  118,  125,  146,  149,
+      210,    0,  971, 3354, 3354,  945,  143,    0,  943,  140,
+      142, 3354, 3354,  936,  137,  138,  138,  142,  259,  264,
+      269,  937,  158,  934,  143,  185,  291, 3354,  932,  322,
+      328,  332,  143,  254,  261,  154,  309,  323,  305,  316,
+      340,  347,  339,  356,  363,  370, 3354,  253, 3354,  892,
+      374, 3354, 3354,  930,  159,    0,  928,  173,  166, 3354,
+     3354,  926,  411,  417,  320,  285,  423,  428,  433,  927,
+      434,  920,  272,  409,  418, 3354,  896,  423,  430,    0,
+      442,  447,  453,  465,  472,  476,  487,  492,  491,  499,
+
+      508,  522,  514,  529, 3354,  258, 3354,  852,  540, 3354,
+      179,  184,  328,  394,  564,  575,  580,    0,    0,  888,
+     3354, 3354, 3354, 3354,  332,  418, 3354, 3354, 3354, 3354,
+        0, 3354,  864,  366, 3354,  881,    0, 3354, 3354, 3354,
+      455,  878, 3354, 3354, 3354, 3354, 3354,  861,  583,  609,
+      393, 3354, 3354,  587,  598,  442,  859,  820, 3354,  825,
+      830, 3354,  825, 3354,  447,  633,  593,  643,  611, 3354,
+      616,  615,  623,  634,  630,  642,  656,  657,  662,  658,
+      673,  677,  678,  685,  692,  696,  700,  701,  712,  718,
+      719,  727,  723,  739,  741,  746,  747,  761,  753,  765,
+
+      767,  773,  781,  785,  792,  793,  808,  809,  815,  816,
+      823,  827, 3354, 3354,  777,  832,  630,  870,  875,  878,
+      269,  903,  935,  460,  477, 3354,  881,  893,  655,  821,
+      495,    0,  546,  386, 3354,  832,  485,  831,    0, 3354,
+        0, 3354, 3354,  716,  929,  939,  803,  611, 3354,  904,
+      927,  995, 1061,  794,  781, 3354, 3354, 3354,  782, 1087,
+      755,  751,  738,  743, 1050, 1055, 1057, 1062, 1069, 1064,
+     1081, 1083, 1095, 1100, 1102, 1114, 1116, 1121, 1122, 1123,
+     1128, 1139, 1140, 1144, 1155, 1156, 1162, 1163, 1164, 1171,
+     1178, 1179, 1180, 1194, 1195, 1196, 1201, 1212, 1210, 1219,
+
+     1224, 1226, 1231, 1238, 1230, 1245, 1246, 1247, 1254, 3354,
+     1252, 1163, 3354, 1286,  888,  762, 3354,    0, 1308, 1314,
+     1334,  740, 1342,    0, 1358, 1299, 1310, 1418, 1484,  741,
+      737,  713,  611, 1363, 1510,  718, 1520, 3354,    0, 3354,
+        0,  669,  673, 3354,    0,  649,  645,  637, 1321, 1333,
+     1253, 1489, 1490, 1504, 1312, 1505, 1516, 1467, 1522, 1524,
+     1528, 1539, 1544, 1545, 1546, 1551, 1560, 1565, 1569, 1571,
+     1576, 1583, 1587, 1591, 1595, 1602, 1603, 1609, 1611, 1623,
+     1627, 1628, 1629, 1643, 1644, 1645, 1650, 1651, 3354, 1353,
+     1648, 1707, 1773,    0, 1792, 1839, 1799, 1905,  654, 1910,
+
+     1944,    0, 3354,    0, 3354,    0,  652,  641,  625, 1915,
+     3354, 3354,  616, 3354,    0,  577,  579, 1774, 1772, 1779,
+     1781, 1884, 1890, 1885, 1973, 1974, 1975, 1979, 1980, 1991,
+     1995, 1997, 2003, 2012, 2018, 2023, 2029, 2034, 2035, 2041,
+     2053, 2046, 2060, 2061, 2065, 2067, 2076, 2082, 2083, 2084,
+     3354,    0, 3354,    0, 2135, 2140,    0, 2145,    0,    0,
+      575,  180,  570,  491,  554,  539, 3354,  529,  524, 2115,
+     2119, 2130, 2135, 2142, 2146, 2150, 2151, 2165, 2157, 2166,
+     2171, 2173, 2177, 2182, 2188, 2189, 2196, 2194, 2203, 2205,
+     2210, 2212, 2214, 2219, 2226,  545,  532,  653,  519,  509,
+
+      489,    0, 2228, 2233, 2234, 2240, 2242, 2248, 2254, 2259,
+     2270, 2263, 2268, 2275, 2282, 2284, 2289, 2296, 2301, 2351,
+      512, 3354, 3354,  478,  467,    0, 3354, 2310, 2312, 2319,
+     2321, 2327, 2335, 2333, 2349, 2342, 2344, 2360, 2402,  455,
+      391, 3354, 2365, 2372, 2379, 2380, 2381, 2386, 2395, 1528,
+      680, 2437, 2448,  351,  333,  309, 2397, 2406, 1701, 2456,
+     2460, 2464,  734, 2470,  318,  587, 2474, 2480, 2492, 2496,
+     2508, 2513, 2518, 2525, 2529, 2533, 2537, 2541,  281,  273,
+      727, 2545, 2560,  196, 2585, 2589, 2594, 2598, 2632, 2609,
+     2613, 2617,  791, 3354,  802, 2602, 2621, 2625, 2667, 2698,
+
+     2671, 2677, 3354,  850,  145,  893, 2681, 2685, 2725, 2733,
+     2737, 2741,  139,  901, 2745, 2790, 2856, 2749, 2753, 2763,
+     2767, 2771, 2776, 2782, 2815, 3354, 2922, 2934, 2939, 2951,
+     2963, 2974, 2986, 2998, 3010, 3022, 3034, 3041, 3048, 3060,
+     3071, 3083, 3091, 3103, 3115, 3126, 3134, 3146, 3158, 3165,
+     3170, 3182, 3194, 3206, 3213, 3225, 3237, 3249, 3256, 3263,
+     3270, 3282, 3293, 3305, 3317, 3329, 3341
     } ;
 
-static yyconst flex_int16_t yy_def[495] =
+static yyconst flex_int16_t yy_def[668] =
     {   0,
-      467,    1,    1,    1,    1,    1,  467,  467,  467,  467,
-      467,  468,  467,  467,  467,  469,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  470,
-      467,  470,  470,  470,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   39,   34,   34,  467,  467,
-       39,  467,  467,  467,  471,  467,  467,  467,  467,  468,
-      467,  468,  467,  467,  469,  469,  467,  467,  467,  467,
-      467,  467,  467,  472,  473,  467,  467,  467,  474,  467,
-      467,  467,  467,  467,  467,  467,  467,   34,  467,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-      467,  467,  467,   34,  467,  467,  467,  467,  471,  475,
-      473,  471,  471,  467,  467,  476,  467,  467,  472,  472,
-      477,  467,  473,  467,  467,  478,  474,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-      467,   34,  467,  467,  479,  480,  475,  475,  481,  480,
-      475,  141,  471,  467,  482,  476,  483,  472,  477,  467,
-      472,  478,  467,  467,  484,  467,  467,  467,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,  467,  485,  479,
-      480,  486,  467,  475,  481,  480,  475,  467,  223,  482,
-      472,  467,  467,  467,  487,  467,  467,   34,   34,   34,
-
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   39,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,  485,
-      475,  475,  480,  475,  283,  288,  467,  467,  467,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,   34,  223,  467,  488,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   34,  470,  283,  489,  467,   34,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,  490,  467,   34,
-
-       34,   34,   34,   34,   34,  491,  492,  493,  491,   34,
-       34,  467,  467,  491,  491,  492,  467,  492,  494,  494,
-      493,  493,  491,  493,  467,  467,  491,  491,  491,  491,
-      491,  467,  467,  494,  467,  467,  491,  494,  491,  491,
-      491,  491,  467,  467,  491,  491,  491,  491,  491,  467,
-      467,  491,  491,  491,  491,  491,  491,  491,  467,  467,
-      491,  491,  467,  467,  491,  491,    0,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467
-
+      626,    1,  626,    3,    3,    3,    3,    3,  627,  627,
+      626,   11,  626,  626,  626,  626,  628,  629,  626,  626,
+      630,  626,  626,  626,  626,  626,  626,  626,  631,  631,
+      631,  626,  626,  626,  626,  632,  632,  626,  626,  632,
+      632,  632,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,  626,  626,  626,  626,
+       42,  626,  626,  626,  628,  629,  626,  626,  630,  626,
+      626,  626,  626,  626,  626,  633,  634,  634,  634,  626,
+      626,  626,  626,   42,   42,  626,  626,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+
+       42,   42,   42,   42,  626,  626,  626,  626,   42,  626,
+      626,  626,  626,  626,  631,  631,  631,  635,  635,  626,
+      626,  626,  626,  626,  636,  637,  626,  626,  626,  626,
+      638,  626,  626,  628,  626,  628,  639,  626,  626,  626,
+      630,  630,  626,  626,  626,  626,  626,  626,  640,  641,
+      642,  626,  626,  640,  631,  626,  643,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,   42,  626,   42,  626,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,  626,  626,  626,   42,  626,  644,  644,  645,
+      633,  646,  642,  633,  633,  626,  645,  634,  626,  647,
+      626,  635,  626,  636,  626,  636,  637,  637,  638,  626,
+      639,  626,  626,  641,  641,  648,  626,  642,  626,  640,
+      640,  626,  643,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+
+       42,   42,   42,   42,   42,   42,   42,   42,   42,  626,
+       42,  649,  626,  649,  626,  650,  626,  651,  646,  646,
+      652,  651,  646,  223,  633,  645,  645,  626,  647,  626,
+      626,  626,  653,  641,  648,  626,  641,  626,  252,  626,
+      252,  626,  626,  626,  654,  626,  626,  626,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,  626,  649,
+      649,  626,  650,  651,  655,  626,  646,  652,  651,  646,
+
+      626,  325,  626,  328,  626,  328,  656,  657,  626,  641,
+      626,  626,  626,  626,  658,  626,  626,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+      626,  392,  626,  392,  646,  646,  651,  646,  396,  401,
+      656,  656,  657,  657,  626,  626,  626,  626,  626,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,  325,  656,  657,  626,  626,
+
+      626,  659,   42,   42,   42,   42,   42,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
+      396,  626,  626,  626,  626,  660,  626,   42,   42,   42,
+       42,   42,   42,   42,   42,   42,   42,   42,  661,  626,
+      662,  626,   42,   42,   42,   42,   42,   42,   42,  663,
+      664,  665,  663,  666,  662,  662,   42,   42,  626,  626,
+      663,  663,  664,  626,  664,  667,  667,  665,  665,  663,
+      665,  626,  626,  663,  663,  663,  663,  663,  666,  666,
+      662,  626,  626,  667,  626,  626,  663,  667,  663,  663,
+      663,  663,  666,  626,  662,  626,  626,  663,  663,  663,
+
+      663,  663,  626,  666,  662,  662,  626,  626,  663,  663,
+      663,  663,  666,  666,  663,  663,  663,  626,  626,  663,
+      663,  626,  626,  663,  663,    0,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626
     } ;
 
-static yyconst flex_int16_t yy_nxt[2240] =
+static yyconst flex_int16_t yy_nxt[3421] =
     {   0,
-        8,    9,   10,    9,   11,   12,    8,   13,   14,   15,
-       16,   17,   18,   19,   20,   21,   22,   23,   24,   25,
-       26,   27,   28,   29,   30,    8,   31,   30,   32,   33,
-       34,   35,   36,   37,   38,   30,   39,   30,   30,   30,
-       40,   41,   42,   43,   44,   45,   46,   47,   48,   30,
-       30,   49,    8,    8,   50,   52,   53,   54,   55,   56,
-       57,   58,   52,   53,   54,   55,   56,   57,   58,   52,
-       53,   54,   55,   56,   57,   58,   52,   53,   54,   55,
-       56,   57,   58,   61,   68,   51,   61,   70,   72,  281,
-       73,   73,   73,   69,   74,   71,   82,   83,   75,   51,
-
-      419,   66,  131,   62,   76,   77,  416,   78,   78,   78,
-       77,  152,   78,   78,   78,   77,  386,   78,   78,   78,
-       85,   86,   87,   87,   87,   87,   87,   87,   87,   87,
-       87,  132,   87,   87,   87,   98,   88,  161,  162,   79,
-       95,   89,  101,   80,   89,   99,   88,   89,   88,   96,
-      102,   89,   88,   88,   88,  103,  100,  105,   97,   92,
-      104,  385,  367,   88,   88,   61,   88,   88,   90,   93,
-       91,   88,   94,  113,  291,  110,  106,   61,  292,  111,
-       66,   88,  107,  108,   88,   88,  114,  109,   88,  417,
-       88,  417,  417,  112,  117,  366,   88,   62,   88,   88,
-
-       88,  115,  118,   88,  116,  339,  434,   88,   88,  418,
-      338,   88,  418,  231,  122,  119,  120,   88,  121,   88,
-       88,  127,  123,  216,  216,   88,  125,  279,   88,  124,
-      126,   88,  143,  143,  128,  129,  130,  297,   88,  296,
-       68,   88,  135,  295,  136,  137,  137,   70,  135,   69,
-      136,  137,  137,  293,   72,   71,  138,  138,  138,  140,
-      231,  223,  144,  141,  145,  145,  145,  225,  231,  142,
-      143,  144,  143,  145,  145,  145,  144,  279,  145,  145,
-      145,   73,   73,   73,  238,  149,  149,  149,  155,  155,
-      155,   77,   88,   78,   78,   78,  146,  151,   87,   87,
-
-       87,  152,   88,   88,   80,   88,  163,  163,  163,   88,
-       88,  171,  237,   88,  168,  236,   88,   89,   88,   88,
-       88,   88,   88,   88,   88,  169,  170,   88,   88,   88,
-      172,   88,  173,   88,   88,  235,  164,  174,  165,   88,
-       88,   88,   88,   88,  179,  175,   88,   88,   88,  166,
-      176,   88,   88,  167,   88,  234,  233,  177,   88,  156,
-       88,   88,   88,  154,   88,   88,  231,  225,   88,  178,
-       88,  211,  180,   88,   88,   88,   88,   88,   88,  181,
-      182,   88,  160,   88,  159,   88,   88,  158,   88,   88,
-       88,   88,  183,   88,  156,  154,   88,  184,   88,  148,
-
-       88,   88,   65,   88,   88,   60,  185,  186,   88,  187,
-       88,   88,   88,  147,   88,  188,  134,  133,  191,   88,
-       88,  192,  190,   88,   88,   88,   88,   88,   84,   88,
-      189,   88,   88,  198,  193,   81,   88,   88,  195,  194,
-       67,   88,   88,   88,   88,   64,   88,   88,  196,   63,
-       88,   88,   88,   59,  467,   88,   51,   88,   88,  197,
-      467,   88,  467,   88,   88,  199,  200,   88,   88,   88,
-       88,   88,  201,   88,   88,  467,   88,  205,   88,   88,
-      467,  202,   88,  204,   88,  203,   88,   88,   88,  467,
-      206,   88,   88,  207,  467,  467,   88,   88,   88,   88,
-
-      208,  467,   88,  467,  467,   88,  209,   88,   88,  467,
-       88,   88,  239,   88,  210,  212,  213,  213,  213,  138,
-      138,  138,   88,   88,  467,   88,   88,  467,  467,  185,
-      186,  214,  467,  137,  137,  137,  214,  467,  137,  137,
-      137,  217,  217,  149,  224,  224,  224,  144,  467,  145,
-      145,  145,  467,  219,  155,  155,  155,  220,  149,  149,
-      149,  149,  149,  149,  467,  215,  221,  154,   88,   88,
-      227,  241,  240,  227,  228,  228,  228,  467,   88,   88,
-      467,   88,   88,  213,  213,  213,  229,  467,  467,  222,
-      230,  467,  467,  222,  222,  222,  222,  222,  222,  222,
-
-      222,  222,  222,  222,  222,  222,  222,  222,  222,  222,
-      222,  222,  222,  222,  222,  222,  163,  163,  163,   88,
-       88,  245,  278,  278,  278,  224,  224,  224,  247,   88,
-       88,   88,   88,   88,   88,  242,  243,  244,   88,   88,
-       88,   88,  467,  246,  467,  467,  164,  248,  165,   88,
-       88,   88,   88,   88,  467,  249,   88,   88,  252,  166,
-      250,   88,   88,  167,   88,  467,   88,   88,   88,   88,
-       88,   88,   88,  251,   88,   88,  253,  467,   88,   88,
-       88,  278,  278,  278,   88,  467,  467,   88,   88,  254,
-       88,   88,  255,   88,   88,   88,  467,  256,  257,  258,
-
-       88,   88,   88,  467,   88,   88,   88,   88,   88,  259,
-       88,   88,  260,   88,   88,   88,   88,   88,   88,   88,
-      467,  261,   88,   88,  467,  467,  262,   88,   88,  467,
-       88,   88,   88,  265,   88,   88,   88,  263,   88,  264,
-       88,  412,  413,  414,   88,   88,   88,   88,   88,  268,
-       88,   88,  266,   88,   88,   88,   88,  267,   88,   88,
-       88,   88,   88,  269,   88,  271,  272,  270,   88,   88,
-       88,   88,   88,   88,   88,   88,   88,  467,   88,   88,
-      273,   88,   88,   88,   88,   88,   88,  274,  467,   88,
-       88,  467,  276,  275,   88,   88,   88,   88,   88,  467,
-
-      277,  467,  467,   88,  217,  217,  149,  217,  217,  149,
-      284,  284,  228,  149,  149,  149,  282,  467,   88,  282,
-      283,  467,  285,  283,  467,  227,  286,  298,   88,  221,
-      467,   88,  221,  467,  467,  287,  217,  217,  149,  228,
-      228,  228,  149,  149,  149,  467,   88,  467,  282,  467,
-       88,  229,  288,  467,  227,  230,   88,  299,  152,   88,
-       88,  221,  216,   88,  412,  413,  412,  412,  413,  412,
-      289,  143,  467,  467,  289,  289,  289,  289,  289,  289,
-      289,  289,  289,  289,  289,  289,  289,  289,  289,  289,
-      289,  289,  289,  289,  289,  289,  289,   88,   88,  467,
-
-      467,  398,  398,  398,   88,  467,   88,   88,   88,  467,
-       88,   88,  302,  300,   88,  301,   88,   88,   88,   88,
-       89,  467,  467,   88,  303,  467,  467,   88,   88,   88,
-      467,   88,  467,   88,  305,  304,   88,   88,   88,   88,
-       88,  467,   88,   88,   88,   88,  467,  307,   88,  467,
-      306,   88,  467,   88,  308,   88,   88,   88,   88,   88,
-       88,  312,  309,  310,  467,  467,   88,   88,  467,   88,
-       88,   88,   88,   88,   88,  311,   88,   88,   88,   88,
-       88,  313,   88,  314,  467,  467,   88,  467,   88,  467,
-      317,   88,   88,  467,  318,   88,   88,  315,   88,   88,
-
-       88,  316,  319,   88,   88,   88,   88,   88,   88,  467,
-      467,   88,   88,  320,   88,   88,   88,  467,   88,   88,
-      322,  321,   88,  467,   88,   88,   88,   88,  324,  323,
-       88,   88,   88,  412,  413,  414,   88,  467,  467,   88,
-       88,   88,   88,   88,   88,  326,   88,   88,   88,  467,
-      325,  327,  328,   88,   88,  231,   88,   88,   88,   88,
-       88,   88,  467,   88,   88,  332,   88,   88,  467,  333,
-      467,  467,  329,  412,  413,  414,  467,  467,  334,  149,
-      149,  149,  150,  150,  150,  150,  150,  150,  150,  150,
-      150,  227,  150,  150,  150,  150,  150,  150,  150,  150,
-
-      150,  150,  150,  335,  150,  150,  150,  335,  335,  335,
-      335,  335,  335,  335,  335,  335,  335,  335,  335,  335,
-      335,  335,  335,  335,  335,  335,  335,  335,  335,  335,
-      150,  150,  150,  150,  217,  217,  149,  284,  284,  228,
-      217,  217,  149,  467,   88,   88,  282,  467,  467,  285,
-      283,   88,  282,  286,   88,   88,  288,   88,   88,  221,
-      467,   88,  287,  467,   88,  221,  217,  217,  149,  218,
-      218,  218,  218,  218,  218,  218,  218,  218,  282,  218,
-      218,  218,  283,  218,  218,  218,  218,  218,  218,  218,
-      336,  221,  218,  218,  336,  336,  336,  336,  336,  336,
-
-      336,  336,  336,  336,  336,  336,  336,  336,  336,  336,
-      336,  336,  336,  336,  336,  336,  336,  218,  218,  218,
-      218,  149,  149,  149,  467,   88,  432,  433,  432,   88,
-       88,  467,  467,  227,  467,   88,  467,  230,   88,   88,
-      341,  340,   88,   88,   88,   88,   88,  467,  342,  344,
-       88,   88,  467,  343,   88,   88,   88,   88,   88,   88,
-       88,  345,   88,   88,   88,  467,   88,  467,   88,  467,
-      346,  467,   88,  467,   88,   88,   88,  347,   88,   88,
-      467,   88,  350,  467,   88,  348,  349,   88,   88,  351,
-       88,  467,   88,   88,  467,  467,  353,  467,   88,   88,
-
-       88,  467,   88,   88,  352,   88,  354,   88,   88,   88,
-      467,   88,   88,  355,   88,  467,  356,   88,  467,   88,
-       88,  357,  467,   88,   88,  358,  359,   88,   88,   88,
-      360,  467,   88,   88,   88,   88,   88,  467,   88,   88,
-      467,   88,  361,  467,   88,   88,   88,   88,   88,   88,
-       88,  362,   88,  467,   88,  467,   88,  467,  363,   88,
-       88,   88,   88,   88,   88,  364,  467,   88,  217,  217,
-      149,   88,   88,   88,   88,   88,  217,  217,  149,  368,
-      282,  467,  467,   88,  220,  467,   88,   88,  282,   88,
-      369,  370,  286,  221,  217,  217,  149,   88,   88,   88,
-
-       88,  221,   88,   88,  467,   88,  282,  467,   88,  467,
-      365,   88,  467,   88,  371,   88,   88,   88,  373,  221,
-      467,  374,   88,  376,   88,  372,  375,   88,  377,  378,
-       88,  467,   88,   88,   88,   88,   88,   88,   88,   88,
-       88,   88,   88,  467,   88,   88,  467,  379,  467,  380,
-       88,   88,   88,   88,   88,   88,  381,   88,   88,   88,
-       88,   88,   88,  467,   88,   88,   88,   88,  382,   88,
-       88,   88,   88,   88,  467,   88,   88,   88,  467,   88,
-       88,   88,   88,  467,   88,   88,  384,  383,   88,   88,
-       88,   88,   88,  388,  467,   88,   88,   88,  467,   88,
-
-       88,   88,   88,   88,   88,   88,   88,   88,  467,   88,
-       88,   88,   88,  467,  467,   88,  391,  389,   88,   88,
-      467,   88,   88,  390,   88,   88,   88,  467,  392,  393,
-       88,   88,   88,  394,  395,   88,   88,   88,  467,   88,
-       88,   88,   88,   88,   88,   88,  396,   88,   88,   88,
-       88,   88,   88,  397,  467,   88,   88,   88,   88,   88,
-      467,   88,   88,  467,   88,   88,   88,   88,   88,   88,
-       88,  401,   88,   88,  400,   88,  402,  403,   88,   88,
-      467,   88,   88,   88,  404,   88,   88,   88,  467,   88,
-      405,   88,   88,  467,   88,  467,   88,   88,  467,  467,
-
-       88,  398,  398,  398,   88,  407,   88,  467,   88,   88,
-      408,  467,  410,  411,   88,   88,   88,   88,   88,  467,
-      409,   88,   88,  467,  467,   88,   88,  467,   88,   88,
-      467,  467,   88,  467,   88,   88,  419,  420,  413,  421,
-      425,  426,  427,   88,   88,  467,  423,   88,  467,  420,
-      413,  420,  467,   88,  467,  467,   88,  467,  417,  467,
-      467,  424,  467,  467,  419,  420,  413,  421,  467,  467,
-      428,  467,  429,  434,  423,  419,  420,  413,  421,  435,
-      436,  437,  467,  430,  467,  423,  467,  431,  467,  424,
-      419,  420,  438,  421,  425,  426,  425,  425,  426,  425,
-
-      424,  467,  425,  426,  427,  467,  412,  413,  414,  467,
-      412,  413,  414,  412,  413,  414,  467,  412,  413,  414,
-      432,  433,  432,  467,  164,  467,  165,  164,  467,  165,
-      467,  467,  428,  467,  429,  467,  467,  166,  467,  467,
-      166,  167,  467,  467,  167,  430,  439,  467,  467,  431,
-      440,  442,  432,  433,  432,  435,  436,  435,  467,  467,
-      441,  435,  436,  435,  435,  436,  437,  420,  413,  420,
-      412,  413,  412,  412,  413,  412,  417,  412,  413,  414,
-      467,  412,  413,  414,  467,  412,  413,  414,  412,  413,
-      414,  434,  294,  443,  444,  445,  446,  446,  446,  446,
-
-      446,  446,  446,  446,  446,  446,  446,  446,  446,  412,
-      413,  414,  446,  446,  446,  446,  448,  467,  446,  447,
-      449,  412,  413,  414,  412,  413,  412,  412,  413,  414,
-      412,  413,  412,  412,  413,  414,  412,  413,  414,  467,
-      412,  413,  414,  446,  446,  446,  446,  337,  450,  451,
-      452,  453,  453,  453,  453,  453,  453,  453,  453,  453,
-      453,  453,  453,  453,  455,  454,  467,  453,  453,  453,
-      453,  457,  467,  453,  412,  413,  414,  412,  413,  414,
-      412,  413,  412,  412,  413,  412,  412,  413,  414,  412,
-      413,  414,  412,  413,  412,  412,  413,  412,  453,  453,
-
-      453,  453,  467,  456,  412,  413,  414,  412,  413,  414,
-      467,  458,  387,  459,  460,  461,  462,  462,  462,  462,
-      462,  462,  462,  462,  462,  462,  462,  462,  462,  467,
-      467,  467,  462,  462,  462,  462,  467,  467,  462,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  462,  462,  462,  462,  399,  463,  464,
-      465,  466,  466,  466,  466,  466,  466,  466,  466,  466,
-      466,  466,  466,  466,  467,  467,  467,  466,  466,  466,
-      466,  467,  467,  466,  467,  467,  467,  467,  467,  467,
-
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  466,  466,
-      466,  466,   60,   60,  467,   60,   60,   60,   60,   60,
-       65,   65,  467,   65,   65,   65,   65,   65,   88,   88,
-      467,  467,   88,   88,   88,  139,  139,  467,  139,  139,
-      139,  139,  139,  150,  150,  150,  150,  150,  150,  150,
-      150,  153,  153,  153,  153,  153,  153,  153,  153,  157,
-      157,  157,  218,  218,  218,  218,  218,  218,  218,  218,
-      226,  226,  226,  149,  149,  149,  149,  149,  149,  149,
-      149,  232,  232,  280,  280,  280,  217,  217,  217,  217,
-
-      217,  217,  217,  217,  290,  290,  231,  231,  231,  231,
-      231,  231,  231,  231,  294,  294,  294,  294,  294,  330,
-      330,  331,  331,  331,  331,  331,  331,  331,  331,  337,
-      337,  337,  337,  337,  387,  387,  387,  387,  387,  399,
-      399,  399,  399,  399,  406,  406,  406,  406,  406,  406,
-      406,  406,  415,  415,  415,  415,  415,  415,  415,  416,
-      416,  467,  416,  416,  416,  416,  416,  422,  422,  422,
-      422,  422,  422,  422,  422,  419,  419,  467,  419,  419,
-      419,  419,  419,    7,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467
+       14,   15,   15,   15,   15,   16,   17,   14,   18,   19,
+       20,   21,   22,   23,   24,   25,   26,   27,   28,   29,
+       30,   31,   32,   33,   34,   35,   36,   36,   36,   36,
+       37,   36,   22,   14,   38,   39,   36,   40,   41,   42,
+       43,   44,   45,   46,   36,   47,   36,   36,   36,   48,
+       49,   50,   51,   52,   53,   54,   55,   56,   36,   36,
+       57,   58,   59,   14,   14,   60,   62,   63,   15,   63,
+       63,   64,   65,   62,   66,   67,   68,   69,   70,   71,
+       72,   73,   74,   75,   76,   77,   78,   79,   80,   81,
+       82,   83,   84,   84,   84,   84,   85,   84,   70,   62,
+
+       86,   87,   84,   88,   89,   90,   91,   92,   93,   94,
+       84,   95,   84,   84,   84,   96,   97,   98,   99,  100,
+      101,  102,  103,  104,   84,   84,  105,  106,  107,   62,
+       62,  108,  109,  111,  112,  113,  114,  115,  116,  117,
+      111,  112,  113,  114,  115,  116,  117,  110,  119,  135,
+      139,  119,  144,  135,  146,  148,  150,  149,  149,  149,
+      151,  145,  147,  160,  140,  135,  152,  164,  165,  120,
+      109,  121,  120,  580,  121,  142,  136,  135,  110,  556,
+      167,  161,  162,  139,  177,  110,  166,  166,  166,  166,
+      167,  167,  136,  178,  144,  187,  497,  140,  566,  142,
+
+      146,  167,  179,  145,  167,  626,  122,  168,  147,  122,
+       62,  123,  124,  123,  123,   62,  125,   62,   62,   62,
+       62,  126,   62,   62,   62,   62,   62,   62,  127,   62,
+       62,   62,   62,  128,  129,  130,  131,  131,  131,  131,
+      131,  131,   62,   62,   62,   62,  131,  131,  131,  131,
+      131,  131,  131,  131,  131,  131,  131,  131,  131,  131,
+      131,  131,  131,  131,  131,  131,  131,  131,  131,  131,
+      132,   62,   62,   62,   62,   62,  154,  213,  155,  155,
+      155,  154,  213,  155,  155,  155,  154,  318,  155,  155,
+      155,  180,  166,  166,  166,  166,  164,  165,  183,  222,
+
+      156,  181,  225,  223,  167,  156,  184,  593,  167,  224,
+      156,  185,  182,  168,  214,  580,  186,  157,  225,  214,
+      563,  158,  626,  166,  166,  166,  166,  626,  169,  166,
+      166,  166,  166,  166,  166,  166,  166,  148,  235,  220,
+      220,  220,  167,  581,  168,  148,  167,  149,  149,  149,
+      168,  188,  167,  196,  168,  167,  167,  189,  190,  167,
+      192,  195,  191,  167,  193,  236,  167,  556,  197,  174,
+      167,  198,  135,  167,  171,  172,  167,  167,  194,  175,
+      173,  199,  176,  204,  167,  580,  167,  167,  200,  167,
+      167,  205,  235,  167,  167,  249,  249,  167,  206,  136,
+
+      209,  201,  202,  167,  203,  207,  167,  167,  150,  208,
+      167,  167,  151,  210,  211,  212,  188,  167,  152,  236,
+      167,  167,  189,  216,  167,  556,  144,  191,  217,  235,
+      218,  219,  219,  146,  217,  145,  218,  219,  219,  231,
+      227,  147,  228,  228,  228,  227,  167,  228,  228,  228,
+      227,  238,  228,  228,  228,  169,  167,  161,  162,  167,
+      167,  251,  251,  251,  229,  167,  135,  167,  167,  229,
+      167,  258,  259,  167,  229,  171,  172,  167,  318,  167,
+      167,  230,  173,  177,  180,  158,  626,  554,  142,  167,
+      183,  626,  178,  225,  181,  325,  235,  167,  184,  541,
+
+      167,  179,  167,  185,  540,  182,  187,  498,  186,  167,
+      225,  330,  167,  192,  188,  167,  626,  193,  238,  167,
+      189,  190,  167,  167,  167,  191,  167,  255,  167,  196,
+      247,  194,  199,  526,  167,  525,  167,  167,  167,  167,
+      200,  167,  167,  195,  197,  167,  167,  198,  497,  167,
+      524,  209,  204,  201,  202,  167,  203,  522,  167,  167,
+      205,  167,  331,  521,  210,  502,  167,  206,  501,  167,
+      500,  207,  167,  211,  212,  208,  167,  167,  332,  167,
+      499,  154,  188,  155,  155,  155,  464,  167,  189,  216,
+      167,  462,  154,  191,  155,  155,  155,  154,  564,  155,
+
+      155,  155,  149,  149,  149,  156,  250,  250,  250,  244,
+      244,  244,  244,  249,  249,  154,  156,  155,  155,  155,
+      584,  156,  157,  246,  156,  410,  469,  247,  156,  411,
+      167,  468,  158,  626,  166,  166,  166,  166,  626,  156,
+      167,  265,  466,  167,  260,  260,  260,  260,  167,  312,
+      312,  312,  167,  167,  465,  168,  626,  464,  167,  266,
+      167,  167,  167,  167,  267,  167,  167,  270,  462,  498,
+      167,  167,  337,  167,  327,  327,  327,  167,  523,  167,
+      167,  167,  417,  261,  167,  262,  564,  268,  269,  167,
+      416,  271,  167,  167,  167,  167,  263,  275,  272,  167,
+
+      264,  415,  413,  273,  167,  167,  167,  167,  167,  167,
+      167,  274,  167,  565,  167,  167,  244,  244,  244,  244,
+      167,  412,  167,  167,  167,  278,  276,  167,  167,  167,
+      333,  277,  167,  167,  279,  167,  337,  167,  167,  167,
+      564,  409,  167,  167,  280,  281,  167,  167,  167,  167,
+      167,  167,  594,  408,  282,  167,  167,  407,  337,  167,
+      167,  595,  167,  283,  167,  167,  167,  565,  167,  167,
+      167,  284,  285,  167,  167,  286,  167,  167,  167,  392,
+      288,  287,  290,  167,  167,  291,  289,  348,  167,  167,
+      167,  167,  292,  167,  167,  347,  167,  293,  167,  294,
+
+      167,  346,  167,  167,  297,  345,  344,  295,  167,  343,
+      167,  167,  167,  342,  167,  167,  603,  167,  167,  296,
+      167,  337,  167,  167,  298,  604,  299,  605,  167,  167,
+      167,  167,  167,  237,  234,  167,  606,  300,  328,  167,
+      167,  310,  167,  167,  303,  167,  167,  301,  304,  257,
+      305,  302,  167,  167,  256,  167,  167,  255,  167,  167,
+      167,  307,  167,  167,  167,  167,  167,  306,  308,  167,
+      167,  311,  254,  167,  167,  613,  252,  167,  242,  167,
+      141,  309,  167,  134,  614,  284,  285,  314,  240,  219,
+      219,  219,  314,  233,  219,  219,  219,  220,  220,  220,
+
+      326,  326,  326,  319,  319,  244,  319,  391,  391,  391,
+      227,  315,  228,  228,  228,  215,  315,  321,  605,  229,
+      170,  322,  229,  250,  250,  250,  613,  581,  316,  244,
+      244,  244,  244,  626,  229,  593,  323,  249,  249,  334,
+      334,  334,  334,  333,  163,  156,  251,  251,  251,  159,
+      143,  626,  138,  335,  133,  215,  170,  336,  163,  159,
+      143,  324,  324,  324,  324,  324,  324,  138,  626,  133,
+      626,  110,  324,  324,  324,  324,  324,  324,  324,  324,
+      324,  324,  324,  324,  324,  324,  324,  324,  324,  324,
+      324,  324,  324,  324,  324,  338,  338,  338,  338,  338,
+
+      338,  338,  338,  338,  338,  338,  338,  338,  338,  338,
+      338,  338,  338,  338,  339,  339,  339,  338,  338,  338,
+      338,  339,  339,  339,  339,  339,  339,  338,  109,  338,
+      338,   61,  339,  339,  339,  339,  339,  339,  339,  339,
+      339,  339,  339,  339,  339,  339,  339,  339,  339,  339,
+      339,  339,  339,  339,  339,  338,  338,  338,  338,  338,
+      338,  340,  340,  340,  340,  340,  340,  340,  340,  340,
+      340,  340,  340,  340,  340,  340,  340,  340,  341,  340,
+      626,  626,  626,  340,  340,  340,  340,  167,  260,  260,
+      260,  260,  167,  340,  350,  340,  340,  167,  626,  167,
+
+      167,  167,  167,  351,  167,  167,  167,  167,  352,  167,
+      349,  167,  167,  626,  167,  626,  167,  353,  167,  167,
+      356,  340,  340,  340,  340,  340,  340,  261,  167,  262,
+      167,  167,  167,  167,  354,  355,  357,  358,  626,  167,
+      263,  626,  167,  626,  264,  167,  359,  167,  626,  167,
+      167,  167,  167,  167,  626,  360,  626,  361,  167,  363,
+      167,  167,  626,  167,  167,  167,  167,  364,  167,  167,
+      167,  167,  167,  167,  362,  167,  167,  167,  167,  626,
+      626,  167,  312,  312,  312,  626,  167,  365,  626,  167,
+      366,  167,  167,  167,  167,  626,  368,  369,  367,  167,
+
+      167,  167,  167,  167,  315,  167,  167,  370,  167,  167,
+      167,  371,  167,  167,  167,  167,  167,  167,  167,  626,
+      626,  167,  626,  372,  373,  167,  167,  167,  167,  167,
+      167,  167,  167,  167,  375,  374,  626,  626,  167,  626,
+      626,  376,  167,  167,  167,  167,  167,  167,  167,  167,
+      377,  167,  626,  379,  626,  378,  167,  167,  626,  167,
+      167,  167,  167,  167,  380,  382,  167,  167,  167,  381,
+      626,  167,  383,  167,  167,  167,  167,  167,  167,  384,
+      167,  167,  167,  167,  167,  167,  385,  626,  167,  167,
+      167,  167,  167,  167,  386,  167,  167,  167,  387,  388,
+
+      167,  167,  167,  167,  167,  390,  390,  390,  319,  319,
+      244,  319,  626,  626,  319,  319,  244,  319,  326,  326,
+      326,  626,  395,  626,  626,  626,  396,  315,  395,  327,
+      327,  327,  396,  626,  397,  397,  334,  397,  626,  626,
+      229,  323,  319,  319,  244,  319,  626,  323,  398,  167,
+      626,  626,  399,  626,  626,  626,  395,  423,  167,  167,
+      401,  626,  167,  244,  244,  244,  244,  400,  167,  418,
+      167,  167,  390,  390,  390,  323,  318,  333,  626,  419,
+      167,  626,  626,  167,  402,  402,  402,  402,  402,  402,
+      626,  225,  626,  626,  315,  402,  402,  402,  402,  402,
+
+      402,  402,  402,  402,  402,  402,  402,  402,  402,  402,
+      402,  402,  402,  402,  402,  402,  402,  402,  403,  403,
+      403,  403,  403,  403,  403,  403,  403,  403,  403,  403,
+      403,  403,  403,  403,  403,  403,  403,  404,  404,  404,
+      403,  403,  403,  403,  404,  404,  404,  404,  404,  404,
+      403,  626,  403,  403,  626,  404,  404,  404,  404,  404,
+      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
+      404,  404,  404,  404,  404,  404,  404,  404,  403,  403,
+      403,  403,  403,  403,  405,  405,  405,  405,  405,  405,
+      405,  405,  405,  405,  405,  405,  405,  405,  405,  405,
+
+      405,  406,  405,  626,  167,  626,  405,  405,  405,  405,
+      334,  334,  334,  334,  167,  426,  405,  167,  405,  405,
+      244,  244,  244,  244,  335,  626,  167,  167,  336,  559,
+      560,  559,  561,  420,  333,  626,  167,  167,  247,  167,
+      167,  167,  167,  421,  405,  405,  405,  405,  405,  405,
+      626,  167,  167,  167,  167,  167,  626,  626,  422,  167,
+      424,  167,  626,  167,  626,  167,  167,  626,  626,  167,
+      425,  167,  167,  626,  167,  167,  167,  427,  167,  626,
+      428,  167,  167,  167,  626,  626,  167,  431,  167,  167,
+      626,  429,  167,  167,  167,  167,  167,  433,  167,  430,
+
+      626,  167,  167,  432,  626,  626,  167,  167,  167,  626,
+      167,  626,  167,  167,  626,  167,  167,  434,  167,  167,
+      167,  167,  435,  167,  438,  626,  167,  436,  439,  626,
+      167,  626,  167,  167,  167,  437,  440,  167,  167,  167,
+      167,  167,  167,  626,  626,  167,  167,  441,  167,  167,
+      167,  626,  167,  167,  443,  442,  167,  626,  167,  167,
+      167,  167,  445,  444,  167,  167,  167,  391,  391,  391,
+      167,  626,  626,  167,  167,  167,  167,  167,  167,  447,
+      167,  167,  167,  626,  446,  448,  449,  167,  167,  626,
+      167,  167,  167,  167,  167,  167,  626,  167,  167,  626,
+
+      167,  167,  559,  560,  559,  559,  450,  451,  451,  451,
+      451,  451,  451,  451,  451,  451,  451,  451,  451,  451,
+      451,  451,  451,  451,  451,  451,  452,  452,  452,  451,
+      451,  451,  451,  452,  452,  452,  452,  452,  452,  451,
+      626,  451,  451,  626,  452,  452,  452,  452,  452,  452,
+      452,  452,  452,  452,  452,  452,  452,  452,  452,  452,
+      452,  452,  452,  452,  452,  452,  452,  451,  451,  451,
+      451,  451,  451,  453,  453,  453,  453,  453,  453,  453,
+      453,  453,  453,  453,  453,  453,  453,  453,  453,  453,
+      454,  453,  626,  626,  337,  453,  453,  453,  453,  319,
+
+      319,  244,  319,  626,  626,  453,  456,  453,  453,  167,
+      457,  167,  626,  395,  626,  470,  167,  396,  167,  167,
+      626,  167,  167,  626,  167,  458,  167,  626,  167,  167,
+      626,  167,  323,  453,  453,  453,  453,  453,  453,  244,
+      244,  244,  244,  245,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  333,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  245,  245,  459,  459,  459,  459,  459,
+      459,  245,  245,  245,  245,  245,  459,  459,  459,  459,
+      459,  459,  459,  459,  459,  459,  459,  459,  459,  459,
+      459,  459,  459,  459,  459,  459,  459,  459,  459,  245,
+
+      245,  245,  245,  245,  245,  397,  397,  334,  397,  626,
+      319,  319,  244,  319,  626,  244,  244,  244,  244,  398,
+      626,  167,  167,  399,  395,  626,  626,  167,  401,  333,
+      626,  167,  472,  336,  167,  167,  626,  167,  400,  471,
+      167,  626,  626,  323,  319,  319,  244,  319,  320,  320,
+      320,  320,  320,  320,  320,  320,  320,  320,  395,  320,
+      320,  320,  396,  320,  320,  320,  320,  320,  320,  320,
+      460,  460,  460,  460,  460,  460,  320,  323,  320,  320,
+      320,  460,  460,  460,  460,  460,  460,  460,  460,  460,
+      460,  460,  460,  460,  460,  460,  460,  460,  460,  460,
+
+      460,  460,  460,  460,  320,  320,  320,  320,  320,  320,
+      167,  167,  167,  626,  473,  475,  167,  167,  626,  474,
+      167,  167,  167,  167,  167,  167,  167,  476,  167,  167,
+      167,  626,  167,  626,  167,  626,  477,  626,  167,  626,
+      167,  167,  167,  478,  167,  167,  626,  167,  626,  167,
+      167,  479,  480,  167,  481,  167,  626,  626,  626,  167,
+      167,  482,  167,  626,  484,  167,  167,  626,  167,  483,
+      167,  167,  167,  167,  485,  626,  167,  486,  167,  167,
+      488,  167,  167,  167,  167,  167,  626,  626,  167,  487,
+      167,  167,  489,  167,  626,  490,  167,  167,  167,  491,
+
+      167,  626,  167,  167,  167,  626,  626,  167,  167,  492,
+      167,  167,  167,  167,  167,  167,  626,  167,  493,  167,
+      167,  167,  626,  167,  495,  626,  167,  494,  626,  167,
+      167,  167,  167,  167,  167,  319,  319,  244,  319,  626,
+      319,  319,  244,  319,  626,  319,  319,  244,  319,  395,
+      626,  626,  167,  322,  395,  626,  167,  626,  399,  395,
+      626,  626,  167,  496,  503,  167,  167,  167,  323,  167,
+      626,  626,  167,  323,  504,  626,  626,  167,  323,  167,
+      167,  506,  167,  167,  505,  167,  626,  167,  167,  167,
+      626,  626,  167,  167,  167,  626,  167,  167,  167,  507,
+
+      167,  509,  167,  167,  167,  511,  510,  167,  512,  508,
+      513,  626,  167,  167,  514,  167,  167,  626,  167,  167,
+      167,  167,  626,  167,  167,  167,  167,  167,  515,  167,
+      516,  167,  167,  167,  626,  167,  167,  517,  167,  167,
+      167,  167,  167,  167,  167,  626,  167,  167,  518,  167,
+      167,  167,  167,  167,  626,  167,  167,  167,  626,  167,
+      167,  167,  167,  167,  167,  167,  167,  520,  519,  167,
+      167,  167,  626,  167,  529,  167,  167,  167,  167,  167,
+      167,  167,  528,  167,  167,  167,  626,  167,  626,  167,
+      167,  167,  167,  626,  626,  167,  167,  626,  167,  626,
+
+      167,  167,  533,  530,  167,  167,  167,  167,  531,  167,
+      167,  532,  167,  167,  535,  534,  626,  167,  167,  167,
+      167,  167,  167,  536,  626,  167,  167,  626,  626,  167,
+      626,  167,  167,  167,  167,  626,  167,  537,  167,  167,
+      626,  626,  538,  167,  626,  626,  167,  167,  167,  167,
+      626,  167,  539,  539,  539,  539,  167,  167,  167,  167,
+      167,  626,  167,  543,  167,  626,  167,  626,  167,  167,
+      167,  167,  167,  626,  167,  544,  546,  545,  626,  167,
+      167,  167,  167,  167,  548,  167,  167,  626,  167,  167,
+      547,  167,  167,  626,  167,  626,  167,  167,  167,  167,
+
+      549,  167,  167,  539,  539,  539,  539,  167,  551,  167,
+      167,  626,  167,  552,  626,  167,  167,  167,  167,  167,
+      626,  558,  167,  167,  553,  557,  167,  167,  167,  167,
+      167,  167,  167,  167,  167,  626,  167,  566,  567,  560,
+      567,  568,  167,  167,  167,  167,  626,  167,  570,  572,
+      573,  572,  574,  167,  626,  626,  167,  559,  560,  559,
+      559,  559,  560,  559,  561,  559,  560,  559,  561,  626,
+      571,  582,  583,  582,  582,  567,  560,  567,  567,  626,
+      566,  567,  560,  567,  568,  564,  626,  626,  575,  626,
+      576,  570,  566,  567,  560,  567,  568,  585,  586,  585,
+
+      587,  577,  626,  570,  626,  578,  626,  584,  566,  567,
+      588,  567,  568,  571,  572,  573,  572,  572,  626,  572,
+      573,  572,  572,  626,  626,  571,  572,  573,  572,  574,
+      559,  560,  559,  561,  559,  560,  559,  561,  559,  560,
+      559,  561,  559,  560,  559,  561,  582,  583,  582,  582,
+      626,  626,  626,  261,  626,  262,  626,  626,  261,  626,
+      262,  582,  583,  582,  582,  575,  263,  576,  626,  626,
+      264,  263,  626,  626,  626,  264,  626,  626,  577,  589,
+      626,  626,  578,  590,  626,  592,  585,  586,  585,  585,
+      585,  586,  585,  585,  591,  585,  586,  585,  587,  567,
+
+      560,  567,  567,  559,  560,  559,  559,  626,  626,  564,
+      559,  560,  559,  561,  559,  560,  559,  561,  559,  560,
+      559,  561,  559,  560,  559,  559,  559,  560,  559,  561,
+      626,  584,  414,  596,  597,  596,  598,  599,  599,  599,
+      599,  599,  599,  599,  599,  599,  599,  599,  599,  599,
+      599,  626,  626,  626,  599,  599,  599,  599,  601,  626,
+      626,  600,  602,  626,  599,  626,  599,  599,  559,  560,
+      559,  561,  559,  560,  559,  561,  626,  626,  559,  560,
+      559,  561,  559,  560,  559,  559,  559,  560,  559,  559,
+      626,  626,  599,  599,  599,  599,  599,  599,  467,  607,
+
+      608,  607,  609,  610,  610,  610,  610,  610,  610,  610,
+      610,  610,  610,  610,  610,  610,  610,  626,  626,  626,
+      610,  610,  610,  610,  612,  611,  559,  560,  559,  561,
+      610,  626,  610,  610,  559,  560,  559,  561,  559,  560,
+      559,  561,  559,  560,  559,  561,  559,  560,  559,  561,
+      559,  560,  559,  559,  559,  560,  559,  559,  610,  610,
+      610,  610,  610,  610,  559,  560,  559,  561,  559,  560,
+      559,  561,  559,  560,  559,  559,  615,  559,  560,  559,
+      559,  626,  616,  559,  560,  559,  561,  626,  626,  617,
+      527,  618,  619,  618,  620,  621,  621,  621,  621,  621,
+
+      621,  621,  621,  621,  621,  621,  621,  621,  621,  626,
+      626,  626,  621,  621,  621,  621,  559,  560,  559,  561,
+      626,  626,  621,  626,  621,  621,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      621,  621,  621,  621,  621,  621,  542,  622,  623,  622,
+      624,  625,  625,  625,  625,  625,  625,  625,  625,  625,
+      625,  625,  625,  625,  625,  626,  626,  626,  625,  625,
+      625,  625,  626,  626,  626,  626,  626,  626,  625,  626,
+      625,  625,  626,  626,  626,  626,  626,  626,  626,  626,
+
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  625,  625,  625,  625,
+      625,  625,  118,  118,  118,  118,  118,  118,  118,  118,
+      118,  118,  118,  118,  134,  134,  626,  134,  134,  134,
+      134,  134,  134,  134,  134,  134,  137,  626,  137,  137,
+      137,  141,  141,  626,  141,  141,  141,  141,  141,  141,
+      141,  141,  141,  153,  153,  153,  153,  153,  153,  153,
+      626,  626,  626,  153,  153,  167,  167,  626,  626,  167,
+      626,  167,  167,  167,  167,  167,  221,  221,  626,  221,
+      221,  221,  221,  221,  221,  221,  221,  221,  226,  226,
+
+      226,  226,  226,  226,  226,  626,  626,  626,  226,  226,
+      232,  232,  232,  232,  232,  232,  626,  232,  232,  232,
+      232,  232,  234,  234,  626,  234,  234,  234,  234,  234,
+      234,  234,  234,  234,  237,  237,  626,  237,  237,  237,
+      237,  237,  237,  237,  237,  237,  239,  626,  239,  239,
+      239,  239,  239,  241,  626,  241,  241,  241,  241,  241,
+      243,  243,  243,  243,  243,  243,  243,  626,  626,  626,
+      243,  245,  245,  245,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  248,  248,  248,  248,  248,  248,  248,
+      248,  248,  248,  248,  248,  253,  253,  626,  253,  626,
+
+      626,  253,  253,  313,  313,  313,  313,  313,  313,  313,
+      626,  626,  626,  313,  313,  317,  317,  317,  317,  317,
+      317,  317,  626,  626,  626,  317,  320,  320,  320,  320,
+      320,  320,  320,  320,  320,  320,  320,  320,  329,  329,
+      626,  329,  626,  626,  329,  329,  244,  244,  244,  244,
+      244,  244,  244,  244,  244,  244,  244,  244,  389,  389,
+      389,  389,  389,  389,  389,  626,  626,  626,  389,  393,
+      393,  626,  393,  626,  626,  393,  393,  394,  626,  626,
+      394,  394,  319,  319,  319,  319,  319,  319,  319,  319,
+      319,  319,  319,  319,  337,  337,  337,  337,  337,  337,
+
+      337,  337,  337,  337,  337,  337,  414,  414,  414,  414,
+      414,  626,  414,  455,  455,  455,  455,  455,  455,  455,
+      455,  455,  455,  455,  455,  461,  461,  461,  461,  461,
+      461,  461,  461,  461,  461,  461,  461,  463,  463,  463,
+      463,  463,  463,  463,  463,  463,  463,  463,  463,  467,
+      467,  467,  467,  467,  626,  467,  527,  527,  527,  527,
+      527,  626,  527,  542,  542,  542,  542,  542,  626,  542,
+      550,  550,  550,  550,  550,  550,  550,  550,  550,  550,
+      550,  550,  555,  555,  555,  555,  555,  555,  555,  555,
+      555,  555,  555,  555,  562,  562,  562,  562,  562,  562,
+
+      562,  562,  562,  562,  562,  563,  563,  626,  563,  563,
+      563,  563,  563,  563,  563,  563,  563,  569,  569,  569,
+      569,  569,  569,  569,  569,  569,  569,  569,  569,  579,
+      579,  579,  579,  579,  579,  579,  579,  579,  579,  579,
+      579,  566,  566,  626,  566,  566,  566,  566,  566,  566,
+      566,  566,  566,   13,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626
     } ;
 
-static yyconst flex_int16_t yy_chk[2240] =
+static yyconst flex_int16_t yy_chk[3421] =
     {   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,    3,    3,    3,    3,    3,
-        3,    3,    4,    4,    4,    4,    4,    4,    4,    5,
-        5,    5,    5,    5,    5,    5,    6,    6,    6,    6,
-        6,    6,    6,   12,   19,    4,   16,   20,   21,  480,
-       21,   21,   21,   19,   22,   20,   27,   27,   22,    6,
-
-      434,   16,   49,   12,   22,   23,  418,   23,   23,   23,
-       24,  385,   24,   24,   24,   25,  366,   25,   25,   25,
-       29,   29,   30,   30,   30,   32,   32,   32,   33,   33,
-       33,   49,   34,   34,   34,   36,   35,   86,   86,   23,
-       35,   30,   37,   25,   32,   36,   35,   33,   36,   35,
-       37,   34,   37,   38,   41,   37,   36,   38,   35,   34,
-       37,  365,  339,   38,   41,   65,   38,   41,   32,   34,
-       33,   39,   34,   41,  227,   40,   39,   60,  227,   40,
-       65,   39,   39,   39,   39,   40,   42,   39,   40,  407,
-       43,  419,  416,   40,   43,  338,   42,   60,   44,   42,
-
-       43,   42,   44,   43,   42,  297,  419,   45,   44,  407,
-      296,   44,  416,  286,   45,   44,   44,   45,   44,   46,
-       45,   47,   45,  139,  142,   46,   46,  280,   48,   45,
-       46,   47,  139,  142,   47,   48,   48,  238,   48,  237,
-       52,   48,   52,  236,   52,   52,   52,   53,   53,   52,
-       53,   53,   53,  233,   54,   53,   54,   54,   54,   55,
-      230,  143,   56,   55,   56,   56,   56,  226,  220,   55,
-      143,   57,   55,   57,   57,   57,   58,  215,   58,   58,
-       58,   73,   73,   73,  167,   74,   74,   74,   77,   77,
-       77,   78,   88,   78,   78,   78,   56,   74,   87,   87,
-
-       87,   74,   88,   90,   58,   88,   89,   89,   89,   92,
-       91,   93,  166,   90,   91,  165,   90,   87,   94,   92,
-       91,   93,   92,   91,   93,   92,   92,   95,   94,   96,
-       94,   94,   95,   97,  101,  164,   89,   95,   89,   96,
-       95,   99,   96,   97,  101,   97,   97,  101,   98,   89,
-       98,   99,  100,   89,   99,  162,  158,   99,   98,  157,
-      102,   98,  100,  153,  103,  100,  152,  146,  104,  100,
-      102,  133,  102,  102,  103,  105,  106,  103,  104,  103,
-      104,  104,   84,  107,   82,  105,  106,   80,  105,  106,
-      108,  109,  105,  107,   79,   75,  107,  107,  110,   72,
-
-      108,  109,   66,  108,  109,   62,  108,  108,  110,  110,
-      111,  110,  112,   59,  113,  110,   51,   50,  113,  114,
-      111,  114,  112,  111,  113,  112,  115,  113,   28,  114,
-      111,  117,  114,  119,  115,   26,  115,  116,  116,  115,
-       18,  117,  118,  119,  117,   15,  119,  116,  117,   14,
-      116,  120,  118,   11,    7,  118,    2,  122,  121,  118,
-        0,  120,    0,  123,  120,  120,  121,  122,  121,  124,
-      122,  121,  122,  123,  125,    0,  123,  125,  127,  124,
-        0,  123,  124,  124,  125,  123,  126,  125,  127,    0,
-      126,  127,  128,  127,    0,    0,  126,  130,  129,  126,
-
-      128,    0,  128,    0,    0,  128,  129,  130,  129,    0,
-      130,  129,  168,  134,  130,  134,  135,  135,  135,  138,
-      138,  138,  168,  134,    0,  168,  134,    0,    0,  134,
-      134,  136,    0,  136,  136,  136,  137,    0,  137,  137,
-      137,  140,  140,  140,  144,  144,  144,  145,    0,  145,
-      145,  145,    0,  140,  155,  155,  155,  140,  149,  149,
-      149,  150,  150,  150,    0,  136,  140,  141,  169,  170,
-      149,  170,  169,  150,  151,  151,  151,    0,  169,  170,
-        0,  169,  170,  213,  213,  213,  151,    0,    0,  141,
-      151,    0,    0,  141,  141,  141,  141,  141,  141,  141,
-
-      141,  141,  141,  141,  141,  141,  141,  141,  141,  141,
-      141,  141,  141,  141,  141,  141,  163,  163,  163,  171,
-      172,  173,  214,  214,  214,  224,  224,  224,  175,  171,
-      172,  173,  171,  172,  173,  171,  172,  172,  175,  174,
-      176,  175,    0,  174,    0,    0,  163,  176,  163,  174,
-      176,  177,  174,  176,    0,  177,  178,  179,  180,  163,
-      178,  177,  181,  163,  177,    0,  178,  179,  180,  178,
-      179,  180,  181,  179,  182,  181,  182,    0,  183,  184,
-      185,  278,  278,  278,  182,    0,    0,  182,  183,  184,
-      185,  183,  184,  185,  186,  187,    0,  185,  186,  187,
-
-      189,  188,  190,    0,  186,  187,  191,  186,  187,  188,
-      189,  188,  190,  189,  188,  190,  191,  192,  193,  191,
-        0,  191,  194,  195,    0,    0,  192,  192,  193,    0,
-      192,  193,  194,  195,  196,  194,  195,  193,  197,  194,
-      198,  406,  406,  406,  196,  199,  200,  196,  197,  199,
-      198,  197,  196,  198,  201,  199,  200,  198,  199,  200,
-      203,  202,  204,  200,  201,  202,  204,  201,  206,  207,
-      203,  202,  204,  203,  202,  204,  205,    0,  206,  207,
-      205,  206,  207,  209,  208,  210,  205,  208,    0,  205,
-      212,    0,  210,  209,  208,  210,  209,  208,  210,    0,
-
-      212,    0,    0,  212,  217,  217,  217,  218,  218,  218,
-      219,  219,  219,  228,  228,  228,  217,    0,  239,  218,
-      217,    0,  219,  218,    0,  228,  219,  239,  239,  217,
-        0,  239,  218,    0,    0,  219,  221,  221,  221,  229,
-      229,  229,  231,  231,  231,    0,  240,    0,  221,    0,
-      241,  229,  221,    0,  231,  229,  240,  241,  231,  240,
-      241,  221,  223,  241,  412,  412,  412,  413,  413,  413,
-      223,  223,    0,    0,  223,  223,  223,  223,  223,  223,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    3,    3,    3,    3,
+        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
+        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
+        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
+
+        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
+        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
+        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
+        3,    3,    6,    7,    7,    7,    7,    7,    7,    7,
+        8,    8,    8,    8,    8,    8,    8,    6,    9,   17,
+       20,   10,   25,   21,   26,   27,   28,   27,   27,   27,
+       28,   25,   26,   33,   20,   65,   28,   35,   35,    9,
+        8,    9,   10,  613,   10,   21,   17,   69,    7,  605,
+       43,   33,   33,   68,   43,    8,   36,   36,   36,   36,
+       43,   46,   65,   43,  111,   46,  462,   68,  584,   69,
+
+      112,   46,   43,  111,   46,  462,    9,   36,  112,   10,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   29,   58,   29,   29,
+       29,   30,  106,   30,   30,   30,   31,  221,   31,   31,
+       31,   44,   37,   37,   37,   37,   83,   83,   45,   76,
+
+       29,   44,  221,   76,   44,   30,   45,  580,   45,   76,
+       31,   45,   44,   37,   58,  579,   45,   29,   76,  106,
+      565,   31,   30,   40,   40,   40,   40,   31,   37,   41,
+       41,   41,   41,   42,   42,   42,   42,   75,  125,   75,
+       75,   75,   49,  556,   40,  113,   47,  113,  113,  113,
+       41,   47,   49,   50,   42,   49,   47,   47,   47,   47,
+       48,   49,   47,   50,   48,  125,   50,  555,   50,   42,
+       48,   50,  134,   48,   40,   40,   53,   51,   48,   42,
+       41,   51,   42,   53,   52,  554,   53,   51,   52,   53,
+       51,   53,  234,   54,   52,  151,  151,   52,   53,  134,
+
+       55,   52,   52,   54,   52,   54,   54,   56,  114,   54,
+       55,   61,  114,   55,   56,   56,   61,   56,  114,  234,
+       56,   61,   61,   61,   61,  541,   73,   61,   73,  126,
+       73,   73,   73,   74,   74,   73,   74,   74,   74,   81,
+       77,   74,   77,   77,   77,   78,   84,   78,   78,   78,
+       79,  126,   79,   79,   79,   85,   84,   81,   81,   84,
+       88,  156,  156,  156,   77,   85,  141,   89,   85,   78,
+       88,  165,  165,   88,   79,   88,   88,   89,  224,   91,
+       89,   77,   89,   91,   92,   79,   78,  540,  141,   91,
+       93,   79,   91,  224,   92,  225,  237,   92,   93,  525,
+
+       93,   91,   94,   93,  524,   92,   94,  464,   93,   95,
+      225,  231,   94,   96,   95,   94,  464,   96,  237,   95,
+       95,   95,   95,   96,   97,   95,   96,  231,   99,   98,
+      521,   96,   99,  501,   97,  500,  100,   97,   99,   98,
+      100,   99,   98,   97,   98,  101,  100,   98,  497,  100,
+      499,  103,  101,  100,  100,  101,  100,  497,  101,  102,
+      101,  103,  233,  496,  103,  469,  104,  101,  468,  102,
+      466,  102,  102,  104,  104,  102,  104,  109,  233,  104,
+      465,  115,  109,  115,  115,  115,  463,  109,  109,  109,
+      109,  461,  116,  109,  116,  116,  116,  117,  566,  117,
+
+      117,  117,  149,  149,  149,  115,  154,  154,  154,  150,
+      150,  150,  150,  248,  248,  155,  116,  155,  155,  155,
+      566,  117,  115,  150,  149,  333,  417,  150,  154,  333,
+      167,  416,  117,  116,  166,  166,  166,  166,  117,  155,
+      167,  169,  413,  167,  168,  168,  168,  168,  169,  217,
+      217,  217,  172,  171,  409,  166,  155,  408,  169,  171,
+      173,  169,  172,  171,  173,  172,  171,  175,  407,  498,
+      173,  174,  399,  173,  229,  229,  229,  175,  498,  176,
+      175,  174,  348,  168,  174,  168,  551,  174,  174,  176,
+      347,  176,  176,  177,  178,  180,  168,  180,  177,  179,
+
+      168,  346,  343,  177,  178,  180,  177,  178,  180,  179,
+      181,  179,  179,  551,  182,  183,  244,  244,  244,  244,
+      181,  342,  184,  181,  182,  183,  181,  182,  183,  185,
+      244,  182,  184,  186,  184,  184,  336,  187,  188,  185,
+      563,  332,  185,  186,  185,  186,  186,  187,  188,  189,
+      187,  188,  581,  331,  187,  190,  191,  330,  322,  189,
+      193,  581,  189,  189,  192,  190,  191,  563,  190,  191,
+      193,  190,  190,  193,  192,  192,  194,  192,  195,  316,
+      193,  192,  195,  196,  197,  196,  194,  264,  195,  194,
+      199,  195,  197,  196,  197,  263,  196,  197,  198,  198,
+
+      199,  262,  200,  199,  201,  261,  259,  199,  198,  255,
+      202,  198,  200,  254,  201,  200,  593,  201,  203,  200,
+      202,  247,  204,  202,  202,  593,  203,  595,  203,  205,
+      206,  203,  204,  238,  236,  204,  595,  204,  230,  205,
+      206,  215,  205,  206,  206,  207,  208,  205,  207,  163,
+      208,  205,  209,  210,  161,  207,  208,  160,  207,  208,
+      211,  210,  209,  210,  212,  209,  210,  209,  211,  216,
+      211,  216,  158,  211,  212,  604,  157,  212,  148,  216,
+      142,  212,  216,  136,  604,  216,  216,  218,  133,  218,
+      218,  218,  219,  120,  219,  219,  219,  220,  220,  220,
+
+      227,  227,  227,  222,  222,  222,  222,  315,  315,  315,
+      228,  218,  228,  228,  228,  108,  219,  222,  606,  220,
+       87,  222,  227,  250,  250,  250,  614,  606,  218,  245,
+      245,  245,  245,  219,  228,  614,  222,  223,  223,  246,
+      246,  246,  246,  245,   82,  250,  251,  251,  251,   80,
+       72,  228,   67,  246,   64,   60,   39,  246,   34,   32,
+       24,  223,  223,  223,  223,  223,  223,   19,  251,   16,
+       13,    5,  223,  223,  223,  223,  223,  223,  223,  223,
       223,  223,  223,  223,  223,  223,  223,  223,  223,  223,
-      223,  223,  223,  223,  223,  223,  223,  242,  243,    0,
-
-        0,  384,  384,  384,  244,    0,  245,  242,  243,    0,
-      242,  243,  244,  242,  244,  243,  245,  244,  246,  245,
-      384,    0,    0,  247,  245,    0,    0,  248,  246,  249,
-        0,  246,    0,  247,  247,  246,  247,  248,  250,  249,
-      248,    0,  249,  251,  252,  253,    0,  251,  250,    0,
-      250,  250,    0,  251,  252,  253,  251,  252,  253,  254,
-      255,  256,  253,  254,    0,    0,  257,  258,    0,  254,
-      255,  256,  254,  255,  256,  255,  257,  258,  259,  257,
-      258,  257,  260,  258,    0,    0,  261,    0,  259,    0,
-      262,  259,  260,    0,  263,  260,  261,  259,  264,  261,
-
-      262,  261,  264,  262,  263,  265,  266,  263,  264,    0,
-        0,  264,  267,  265,  268,  265,  266,    0,  265,  266,
-      267,  266,  267,    0,  268,  267,  269,  268,  269,  268,
-      270,  271,  272,  414,  414,  414,  269,    0,    0,  269,
-      270,  271,  272,  270,  271,  272,  273,  274,  275,    0,
-      270,  273,  275,  276,  277,  282,  273,  274,  275,  273,
-      274,  275,    0,  276,  277,  282,  276,  277,    0,  282,
-        0,    0,  277,  415,  415,  415,    0,    0,  282,  283,
-      283,  283,  283,  283,  283,  283,  283,  283,  283,  283,
-      283,  283,  283,  283,  283,  283,  283,  283,  283,  283,
-
-      283,  283,  283,  283,  283,  283,  283,  283,  283,  283,
-      283,  283,  283,  283,  283,  283,  283,  283,  283,  283,
-      283,  283,  283,  283,  283,  283,  283,  283,  283,  283,
-      283,  283,  283,  283,  284,  284,  284,  285,  285,  285,
-      287,  287,  287,    0,  298,  299,  284,    0,    0,  285,
-      284,  300,  287,  285,  298,  299,  287,  298,  299,  284,
-        0,  300,  285,    0,  300,  287,  288,  288,  288,  288,
-      288,  288,  288,  288,  288,  288,  288,  288,  288,  288,
-      288,  288,  288,  288,  288,  288,  288,  288,  288,  288,
-      288,  288,  288,  288,  288,  288,  288,  288,  288,  288,
-
-      288,  288,  288,  288,  288,  288,  288,  288,  288,  288,
-      288,  288,  288,  288,  288,  288,  288,  288,  288,  288,
-      288,  291,  291,  291,    0,  301,  417,  417,  417,  302,
-      303,    0,    0,  291,    0,  301,    0,  291,  301,  302,
-      303,  302,  302,  303,  304,  305,  306,    0,  304,  306,
-      307,  308,    0,  305,  304,  305,  306,  304,  305,  306,
-      307,  308,  309,  307,  308,    0,  310,    0,  311,    0,
-      309,    0,  309,    0,  312,  309,  310,  310,  311,  310,
-        0,  311,  313,    0,  312,  311,  312,  312,  313,  313,
-      314,    0,  315,  313,    0,    0,  315,    0,  316,  318,
-
-      314,    0,  315,  314,  314,  315,  316,  317,  316,  318,
-        0,  316,  318,  317,  321,    0,  318,  317,    0,  319,
-      317,  319,    0,  320,  321,  320,  321,  321,  322,  319,
-      322,    0,  319,  320,  323,  324,  320,    0,  322,  325,
-        0,  322,  324,    0,  323,  324,  326,  323,  324,  325,
-      327,  326,  325,    0,  328,    0,  326,    0,  327,  326,
-      327,  340,  329,  327,  328,  329,    0,  328,  331,  331,
-      331,  340,  329,  341,  340,  329,  332,  332,  332,  340,
-      331,    0,    0,  341,  331,    0,  341,  342,  332,  343,
-      341,  343,  332,  331,  334,  334,  334,  342,  344,  343,
-
-      342,  332,  343,  345,    0,  346,  334,    0,  344,    0,
-      334,  344,    0,  345,  344,  346,  345,  347,  346,  334,
-        0,  347,  348,  350,  349,  345,  349,  347,  351,  352,
-      347,    0,  348,  350,  349,  348,  350,  349,  351,  352,
-      353,  351,  352,    0,  354,  355,    0,  354,    0,  355,
-      353,  357,  356,  353,  354,  355,  356,  354,  355,  358,
-      359,  357,  356,    0,  357,  356,  360,  361,  357,  358,
-      359,  362,  358,  359,    0,  363,  360,  361,    0,  360,
-      361,  362,  364,    0,  362,  363,  364,  363,  363,  368,
-      369,  370,  364,  368,    0,  364,  371,  372,    0,  368,
-
-      369,  370,  368,  369,  370,  373,  371,  372,    0,  371,
-      372,  374,  375,    0,    0,  373,  375,  373,  373,  377,
-        0,  374,  375,  374,  374,  375,  376,    0,  376,  377,
-      379,  378,  377,  378,  379,  380,  376,  381,    0,  376,
-      379,  378,  382,  379,  378,  380,  382,  381,  380,  383,
-      381,  388,  382,  383,    0,  382,  389,  390,  391,  383,
-        0,  388,  383,    0,  388,  393,  389,  390,  391,  389,
-      390,  391,  392,  394,  390,  393,  392,  394,  393,  395,
-        0,  396,  392,  394,  396,  392,  394,  397,    0,  395,
-      397,  396,  395,    0,  396,    0,  400,  397,    0,    0,
-
-      397,  398,  398,  398,  402,  398,  400,    0,  401,  400,
-      398,    0,  400,  401,  402,  403,  404,  402,  401,    0,
-      398,  401,  405,    0,    0,  403,  404,    0,  403,  404,
-        0,    0,  405,    0,  410,  405,  408,  408,  408,  408,
-      409,  409,  409,  411,  410,    0,  408,  410,    0,  420,
-      420,  420,    0,  411,    0,    0,  411,    0,  420,    0,
-        0,  408,    0,    0,  421,  421,  421,  421,    0,    0,
-      409,    0,  409,  420,  421,  422,  422,  422,  422,  423,
-      423,  423,    0,  409,    0,  422,    0,  409,    0,  421,
-      424,  424,  424,  424,  425,  425,  425,  426,  426,  426,
-
-      422,    0,  427,  427,  427,    0,  428,  428,  428,    0,
-      429,  429,  429,  430,  430,  430,    0,  431,  431,  431,
-      432,  432,  432,    0,  425,    0,  425,  426,    0,  426,
-        0,    0,  427,    0,  427,    0,    0,  425,    0,    0,
-      426,  425,    0,    0,  426,  427,  428,    0,    0,  427,
-      429,  431,  433,  433,  433,  435,  435,  435,    0,    0,
-      430,  436,  436,  436,  437,  437,  437,  438,  438,  438,
-      443,  443,  443,  444,  444,  444,  438,  440,  440,  440,
-        0,  441,  441,  441,    0,  442,  442,  442,  445,  445,
-      445,  438,  439,  439,  439,  439,  439,  439,  439,  439,
-
-      439,  439,  439,  439,  439,  439,  439,  439,  439,  446,
-      446,  446,  439,  439,  439,  439,  441,    0,  439,  440,
-      442,  448,  448,  448,  450,  450,  450,  449,  449,  449,
-      451,  451,  451,  452,  452,  452,  453,  453,  453,    0,
-      455,  455,  455,  439,  439,  439,  439,  447,  447,  447,
-      447,  447,  447,  447,  447,  447,  447,  447,  447,  447,
-      447,  447,  447,  447,  449,  448,    0,  447,  447,  447,
-      447,  455,    0,  447,  454,  454,  454,  456,  456,  456,
-      459,  459,  459,  460,  460,  460,  461,  461,  461,  462,
-      462,  462,  463,  463,  463,  464,  464,  464,  447,  447,
-
-      447,  447,    0,  454,  465,  465,  465,  466,  466,  466,
-        0,  456,  457,  457,  457,  457,  457,  457,  457,  457,
-      457,  457,  457,  457,  457,  457,  457,  457,  457,    0,
-        0,    0,  457,  457,  457,  457,    0,    0,  457,    0,
+      223,  223,  223,  223,  223,  252,  252,  252,  252,  252,
+
+      252,  252,  252,  252,  252,  252,  252,  252,  252,  252,
+      252,  252,  252,  252,  252,  252,  252,  252,  252,  252,
+      252,  252,  252,  252,  252,  252,  252,  252,    4,  252,
+      252,    2,  252,  252,  252,  252,  252,  252,  252,  252,
+      252,  252,  252,  252,  252,  252,  252,  252,  252,  252,
+      252,  252,  252,  252,  252,  252,  252,  252,  252,  252,
+      252,  253,  253,  253,  253,  253,  253,  253,  253,  253,
+      253,  253,  253,  253,  253,  253,  253,  253,  253,  253,
+        0,    0,    0,  253,  253,  253,  253,  265,  260,  260,
+      260,  260,  266,  253,  267,  253,  253,  265,    0,  268,
+
+      265,  270,  266,  268,  267,  266,  269,  267,  269,  268,
+      266,  270,  268,    0,  270,    0,  269,  270,  271,  269,
+      272,  253,  253,  253,  253,  253,  253,  260,  271,  260,
+      272,  271,  273,  272,  271,  271,  273,  274,    0,  275,
+      260,    0,  273,    0,  260,  273,  275,  274,    0,  275,
+      274,  276,  275,  277,    0,  276,    0,  277,  278,  279,
+      280,  276,    0,  277,  276,  281,  277,  281,  278,  279,
+      280,  278,  279,  280,  278,  281,  282,  283,  281,    0,
+        0,  284,  312,  312,  312,    0,  282,  283,    0,  282,
+      283,  284,  285,  286,  284,    0,  285,  286,  284,  287,
+
+      288,  289,  285,  286,  312,  285,  286,  287,  290,  287,
+      288,  289,  287,  288,  289,  291,  292,  293,  290,    0,
+        0,  290,    0,  290,  291,  291,  292,  293,  291,  292,
+      293,  294,  295,  296,  293,  292,    0,    0,  297,    0,
+        0,  294,  295,  296,  294,  295,  296,  299,  297,  298,
+      295,  297,    0,  298,    0,  297,  300,  299,    0,  298,
+      299,  301,  298,  302,  299,  301,  300,  305,  303,  300,
+        0,  301,  303,  302,  301,  304,  302,  305,  303,  304,
+      305,  303,  306,  307,  308,  304,  307,    0,  304,  311,
+      351,  309,  306,  307,  308,  306,  307,  308,  309,  311,
+
+      351,  309,  311,  351,  309,  314,  314,  314,  319,  319,
+      319,  319,    0,    0,  320,  320,  320,  320,  326,  326,
+      326,    0,  319,    0,    0,    0,  319,  314,  320,  327,
+      327,  327,  320,    0,  321,  321,  321,  321,    0,    0,
+      326,  319,  323,  323,  323,  323,    0,  320,  321,  355,
+        0,  327,  321,    0,    0,    0,  323,  355,  349,  355,
+      323,    0,  355,  334,  334,  334,  334,  321,  349,  349,
+      350,  349,  390,  390,  390,  323,  325,  334,    0,  350,
+      350,    0,    0,  350,  325,  325,  325,  325,  325,  325,
+        0,  325,    0,    0,  390,  325,  325,  325,  325,  325,
+
+      325,  325,  325,  325,  325,  325,  325,  325,  325,  325,
+      325,  325,  325,  325,  325,  325,  325,  325,  328,  328,
+      328,  328,  328,  328,  328,  328,  328,  328,  328,  328,
+      328,  328,  328,  328,  328,  328,  328,  328,  328,  328,
+      328,  328,  328,  328,  328,  328,  328,  328,  328,  328,
+      328,    0,  328,  328,    0,  328,  328,  328,  328,  328,
+      328,  328,  328,  328,  328,  328,  328,  328,  328,  328,
+      328,  328,  328,  328,  328,  328,  328,  328,  328,  328,
+      328,  328,  328,  328,  329,  329,  329,  329,  329,  329,
+      329,  329,  329,  329,  329,  329,  329,  329,  329,  329,
+
+      329,  329,  329,    0,  358,    0,  329,  329,  329,  329,
+      335,  335,  335,  335,  358,  358,  329,  358,  329,  329,
+      337,  337,  337,  337,  335,    0,  352,  353,  335,  550,
+      550,  550,  550,  352,  337,    0,  352,  353,  337,  352,
+      353,  354,  356,  353,  329,  329,  329,  329,  329,  329,
+        0,  354,  356,  357,  354,  356,    0,    0,  354,  359,
+      356,  360,    0,  357,    0,  361,  357,    0,    0,  359,
+      357,  360,  359,    0,  360,  361,  362,  361,  361,    0,
+      362,  363,  364,  365,    0,    0,  362,  365,  366,  362,
+        0,  363,  364,  365,  363,  364,  365,  367,  366,  364,
+
+        0,  366,  368,  366,    0,    0,  369,  367,  370,    0,
+      367,    0,  368,  371,    0,  368,  369,  368,  370,  369,
+      372,  370,  369,  371,  373,    0,  371,  370,  374,    0,
+      372,    0,  375,  372,  373,  372,  375,  373,  374,  376,
+      377,  374,  375,    0,    0,  375,  378,  376,  379,  376,
+      377,    0,  376,  377,  378,  377,  378,    0,  379,  378,
+      380,  379,  380,  379,  381,  382,  383,  391,  391,  391,
+      380,    0,    0,  380,  381,  382,  383,  381,  382,  383,
+      384,  385,  386,    0,  381,  384,  386,  387,  388,  391,
+      384,  385,  386,  384,  385,  386,    0,  387,  388,    0,
+
+      387,  388,  559,  559,  559,  559,  388,  392,  392,  392,
+      392,  392,  392,  392,  392,  392,  392,  392,  392,  392,
+      392,  392,  392,  392,  392,  392,  392,  392,  392,  392,
+      392,  392,  392,  392,  392,  392,  392,  392,  392,  392,
+        0,  392,  392,    0,  392,  392,  392,  392,  392,  392,
+      392,  392,  392,  392,  392,  392,  392,  392,  392,  392,
+      392,  392,  392,  392,  392,  392,  392,  392,  392,  392,
+      392,  392,  392,  393,  393,  393,  393,  393,  393,  393,
+      393,  393,  393,  393,  393,  393,  393,  393,  393,  393,
+      393,  393,    0,    0,  395,  393,  393,  393,  393,  397,
+
+      397,  397,  397,    0,    0,  393,  395,  393,  393,  419,
+      395,  418,    0,  397,    0,  418,  420,  397,  421,  419,
+        0,  418,  419,    0,  418,  395,  420,    0,  421,  420,
+        0,  421,  397,  393,  393,  393,  393,  393,  393,  396,
+      396,  396,  396,  396,  396,  396,  396,  396,  396,  396,
+      396,  396,  396,  396,  396,  396,  396,  396,  396,  396,
+      396,  396,  396,  396,  396,  396,  396,  396,  396,  396,
+      396,  396,  396,  396,  396,  396,  396,  396,  396,  396,
+      396,  396,  396,  396,  396,  396,  396,  396,  396,  396,
+      396,  396,  396,  396,  396,  396,  396,  396,  396,  396,
+
+      396,  396,  396,  396,  396,  398,  398,  398,  398,    0,
+      400,  400,  400,  400,    0,  410,  410,  410,  410,  398,
+        0,  422,  424,  398,  400,    0,    0,  423,  400,  410,
+        0,  422,  424,  410,  422,  424,    0,  423,  398,  423,
+      423,    0,    0,  400,  401,  401,  401,  401,  401,  401,
+      401,  401,  401,  401,  401,  401,  401,  401,  401,  401,
+      401,  401,  401,  401,  401,  401,  401,  401,  401,  401,
+      401,  401,  401,  401,  401,  401,  401,  401,  401,  401,
+      401,  401,  401,  401,  401,  401,  401,  401,  401,  401,
+      401,  401,  401,  401,  401,  401,  401,  401,  401,  401,
+
+      401,  401,  401,  401,  401,  401,  401,  401,  401,  401,
+      425,  426,  427,    0,  425,  427,  428,  429,    0,  426,
+      425,  426,  427,  425,  426,  427,  428,  429,  430,  428,
+      429,    0,  431,    0,  432,    0,  430,    0,  430,    0,
+      433,  430,  431,  431,  432,  431,    0,  432,    0,  434,
+      433,  432,  433,  433,  434,  435,    0,    0,    0,  434,
+      436,  434,  434,    0,  436,  435,  437,    0,  435,  435,
+      436,  438,  439,  436,  437,    0,  437,  438,  440,  437,
+      440,  438,  439,  442,  438,  439,    0,    0,  440,  439,
+      441,  440,  441,  442,    0,  442,  442,  443,  444,  443,
+
+      441,    0,  445,  441,  446,    0,    0,  443,  444,  445,
+      443,  444,  445,  447,  446,  445,    0,  446,  447,  448,
+      449,  450,    0,  447,  450,    0,  447,  448,    0,  448,
+      449,  450,  448,  449,  450,  455,  455,  455,  455,    0,
+      456,  456,  456,  456,    0,  458,  458,  458,  458,  455,
+        0,    0,  470,  455,  456,    0,  471,    0,  456,  458,
+        0,    0,  470,  458,  470,  470,  471,  472,  455,  471,
+        0,    0,  473,  456,  471,    0,    0,  472,  458,  474,
+      472,  474,  473,  475,  472,  473,    0,  476,  477,  474,
+        0,    0,  474,  475,  479,    0,  475,  476,  477,  475,
+
+      476,  477,  478,  480,  479,  480,  478,  479,  481,  476,
+      482,    0,  478,  480,  483,  478,  480,    0,  481,  484,
+      482,  481,    0,  482,  483,  485,  486,  483,  485,  484,
+      486,  488,  484,  487,    0,  485,  486,  487,  485,  486,
+      489,  488,  490,  487,  488,    0,  487,  491,  488,  492,
+      489,  493,  490,  489,    0,  490,  494,  491,    0,  492,
+      491,  493,  492,  495,  493,  503,  494,  495,  494,  494,
+      504,  505,    0,  495,  504,  503,  495,  506,  503,  507,
+      504,  505,  503,  504,  505,  508,    0,  506,    0,  507,
+      506,  509,  507,    0,    0,  508,  510,    0,  508,    0,
+
+      512,  509,  512,  509,  509,  513,  510,  511,  510,  510,
+      512,  511,  514,  512,  514,  513,    0,  511,  513,  515,
+      511,  516,  514,  515,    0,  514,  517,    0,    0,  515,
+        0,  516,  515,  518,  516,    0,  517,  518,  519,  517,
+        0,    0,  519,  518,    0,    0,  518,  528,  519,  529,
+        0,  519,  520,  520,  520,  520,  530,  528,  531,  529,
+      528,    0,  529,  528,  532,    0,  530,    0,  531,  530,
+      534,  531,  533,    0,  532,  531,  533,  532,    0,  536,
+      534,  537,  533,  534,  537,  533,  535,    0,  520,  536,
+      535,  537,  536,    0,  537,    0,  535,  538,  520,  535,
+
+      538,  520,  543,  539,  539,  539,  539,  538,  539,  544,
+      538,    0,  543,  539,    0,  543,  545,  546,  547,  544,
+        0,  545,  544,  548,  539,  544,  545,  546,  547,  545,
+      546,  547,  549,  548,  557,    0,  548,  552,  552,  552,
+      552,  552,  549,  558,  557,  549,    0,  557,  552,  553,
+      553,  553,  553,  558,    0,    0,  558,  560,  560,  560,
+      560,  561,  561,  561,  561,  562,  562,  562,  562,    0,
+      552,  564,  564,  564,  564,  567,  567,  567,  567,    0,
+      568,  568,  568,  568,  568,  567,    0,    0,  553,    0,
+      553,  568,  569,  569,  569,  569,  569,  570,  570,  570,
+
+      570,  553,    0,  569,    0,  553,    0,  567,  571,  571,
+      571,  571,  571,  568,  572,  572,  572,  572,    0,  573,
+      573,  573,  573,    0,    0,  569,  574,  574,  574,  574,
+      575,  575,  575,  575,  576,  576,  576,  576,  577,  577,
+      577,  577,  578,  578,  578,  578,  582,  582,  582,  582,
+        0,    0,    0,  572,    0,  572,    0,    0,  573,    0,
+      573,  583,  583,  583,  583,  574,  572,  574,    0,    0,
+      572,  573,    0,    0,    0,  573,    0,    0,  574,  575,
+        0,    0,  574,  576,    0,  578,  585,  585,  585,  585,
+      586,  586,  586,  586,  577,  587,  587,  587,  587,  588,
+
+      588,  588,  588,  596,  596,  596,  596,    0,    0,  588,
+      590,  590,  590,  590,  591,  591,  591,  591,  592,  592,
+      592,  592,  597,  597,  597,  597,  598,  598,  598,  598,
+        0,  588,  589,  589,  589,  589,  589,  589,  589,  589,
+      589,  589,  589,  589,  589,  589,  589,  589,  589,  589,
+      589,    0,    0,    0,  589,  589,  589,  589,  591,    0,
+        0,  590,  592,    0,  589,    0,  589,  589,  599,  599,
+      599,  599,  601,  601,  601,  601,    0,    0,  602,  602,
+      602,  602,  607,  607,  607,  607,  608,  608,  608,  608,
+        0,    0,  589,  589,  589,  589,  589,  589,  600,  600,
+
+      600,  600,  600,  600,  600,  600,  600,  600,  600,  600,
+      600,  600,  600,  600,  600,  600,  600,    0,    0,    0,
+      600,  600,  600,  600,  602,  601,  609,  609,  609,  609,
+      600,    0,  600,  600,  610,  610,  610,  610,  611,  611,
+      611,  611,  612,  612,  612,  612,  615,  615,  615,  615,
+      618,  618,  618,  618,  619,  619,  619,  619,  600,  600,
+      600,  600,  600,  600,  620,  620,  620,  620,  621,  621,
+      621,  621,  622,  622,  622,  622,  611,  623,  623,  623,
+      623,    0,  612,  624,  624,  624,  624,    0,    0,  615,
+      616,  616,  616,  616,  616,  616,  616,  616,  616,  616,
+
+      616,  616,  616,  616,  616,  616,  616,  616,  616,    0,
+        0,    0,  616,  616,  616,  616,  625,  625,  625,  625,
+        0,    0,  616,    0,  616,  616,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,  457,  457,  457,  457,  458,  458,  458,
-      458,  458,  458,  458,  458,  458,  458,  458,  458,  458,
-      458,  458,  458,  458,    0,    0,    0,  458,  458,  458,
-      458,    0,    0,  458,    0,    0,    0,    0,    0,    0,
+      616,  616,  616,  616,  616,  616,  617,  617,  617,  617,
+      617,  617,  617,  617,  617,  617,  617,  617,  617,  617,
+      617,  617,  617,  617,  617,    0,    0,    0,  617,  617,
+      617,  617,    0,    0,    0,    0,    0,    0,  617,    0,
+      617,  617,    0,    0,    0,    0,    0,    0,    0,    0,
 
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,  458,  458,
-      458,  458,  468,  468,    0,  468,  468,  468,  468,  468,
-      469,  469,    0,  469,  469,  469,  469,  469,  470,  470,
-        0,    0,  470,  470,  470,  471,  471,    0,  471,  471,
-      471,  471,  471,  472,  472,  472,  472,  472,  472,  472,
-      472,  473,  473,  473,  473,  473,  473,  473,  473,  474,
-      474,  474,  475,  475,  475,  475,  475,  475,  475,  475,
-      476,  476,  476,  477,  477,  477,  477,  477,  477,  477,
-      477,  478,  478,  479,  479,  479,  481,  481,  481,  481,
-
-      481,  481,  481,  481,  482,  482,  483,  483,  483,  483,
-      483,  483,  483,  483,  484,  484,  484,  484,  484,  485,
-      485,  486,  486,  486,  486,  486,  486,  486,  486,  487,
-      487,  487,  487,  487,  488,  488,  488,  488,  488,  489,
-      489,  489,  489,  489,  490,  490,  490,  490,  490,  490,
-      490,  490,  491,  491,  491,  491,  491,  491,  491,  492,
-      492,    0,  492,  492,  492,  492,  492,  493,  493,  493,
-      493,  493,  493,  493,  493,  494,  494,    0,  494,  494,
-      494,  494,  494,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467,  467,
-      467,  467,  467,  467,  467,  467,  467,  467,  467
+        0,    0,    0,    0,    0,    0,  617,  617,  617,  617,
+      617,  617,  627,  627,  627,  627,  627,  627,  627,  627,
+      627,  627,  627,  627,  628,  628,    0,  628,  628,  628,
+      628,  628,  628,  628,  628,  628,  629,    0,  629,  629,
+      629,  630,  630,    0,  630,  630,  630,  630,  630,  630,
+      630,  630,  630,  631,  631,  631,  631,  631,  631,  631,
+        0,    0,    0,  631,  631,  632,  632,    0,    0,  632,
+        0,  632,  632,  632,  632,  632,  633,  633,    0,  633,
+      633,  633,  633,  633,  633,  633,  633,  633,  634,  634,
+
+      634,  634,  634,  634,  634,    0,    0,    0,  634,  634,
+      635,  635,  635,  635,  635,  635,    0,  635,  635,  635,
+      635,  635,  636,  636,    0,  636,  636,  636,  636,  636,
+      636,  636,  636,  636,  637,  637,    0,  637,  637,  637,
+      637,  637,  637,  637,  637,  637,  638,    0,  638,  638,
+      638,  638,  638,  639,    0,  639,  639,  639,  639,  639,
+      640,  640,  640,  640,  640,  640,  640,    0,    0,    0,
+      640,  641,  641,  641,  641,  641,  641,  641,  641,  641,
+      641,  641,  641,  642,  642,  642,  642,  642,  642,  642,
+      642,  642,  642,  642,  642,  643,  643,    0,  643,    0,
+
+        0,  643,  643,  644,  644,  644,  644,  644,  644,  644,
+        0,    0,    0,  644,  644,  645,  645,  645,  645,  645,
+      645,  645,    0,    0,    0,  645,  646,  646,  646,  646,
+      646,  646,  646,  646,  646,  646,  646,  646,  647,  647,
+        0,  647,    0,    0,  647,  647,  648,  648,  648,  648,
+      648,  648,  648,  648,  648,  648,  648,  648,  649,  649,
+      649,  649,  649,  649,  649,    0,    0,    0,  649,  650,
+      650,    0,  650,    0,    0,  650,  650,  651,    0,    0,
+      651,  651,  652,  652,  652,  652,  652,  652,  652,  652,
+      652,  652,  652,  652,  653,  653,  653,  653,  653,  653,
+
+      653,  653,  653,  653,  653,  653,  654,  654,  654,  654,
+      654,    0,  654,  655,  655,  655,  655,  655,  655,  655,
+      655,  655,  655,  655,  655,  656,  656,  656,  656,  656,
+      656,  656,  656,  656,  656,  656,  656,  657,  657,  657,
+      657,  657,  657,  657,  657,  657,  657,  657,  657,  658,
+      658,  658,  658,  658,    0,  658,  659,  659,  659,  659,
+      659,    0,  659,  660,  660,  660,  660,  660,    0,  660,
+      661,  661,  661,  661,  661,  661,  661,  661,  661,  661,
+      661,  661,  662,  662,  662,  662,  662,  662,  662,  662,
+      662,  662,  662,  662,  663,  663,  663,  663,  663,  663,
+
+      663,  663,  663,  663,  663,  664,  664,    0,  664,  664,
+      664,  664,  664,  664,  664,  664,  664,  665,  665,  665,
+      665,  665,  665,  665,  665,  665,  665,  665,  665,  666,
+      666,  666,  666,  666,  666,  666,  666,  666,  666,  666,
+      666,  667,  667,    0,  667,  667,  667,  667,  667,  667,
+      667,  667,  667,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626,
+      626,  626,  626,  626,  626,  626,  626,  626,  626,  626
     } ;
 
 static yy_state_type yy_last_accepting_state;
 static char *yy_last_accepting_cpos;
 
-extern int avm2__flex_debug;
-int avm2__flex_debug = 0;
+extern int as3__flex_debug;
+int as3__flex_debug = 0;
 
 /* The intent behind this definition is that it'll catch
  * any uses of REJECT which flex missed.
@@ -1116,7 +1431,7 @@ int avm2__flex_debug = 0;
 #define yymore() yymore_used_but_not_detected
 #define YY_MORE_ADJ 0
 #define YY_RESTORE_YY_MORE_OFFSET
-char *avm2_text;
+char *as3_text;
 #line 1 "tokenizer.lex"
 /* tokenizer.lex
 
@@ -1148,52 +1463,12 @@ char *avm2_text;
 #include <stdio.h>
 #include <stdarg.h>
 #include "../utf8.h"
+#include "common.h"
 #include "tokenizer.h"
 #include "files.h"
 
-int as3_pass = 0;
+unsigned int as3_tokencount = 0;
 
-int as3_verbosity = 1;
-void as3_error(const char*format, ...)
-{
-    char buf[1024];
-    int l;
-    va_list arglist;
-    if(as3_verbosity<0)
-        exit(1);
-    va_start(arglist, format);
-    vsprintf(buf, format, arglist);
-    va_end(arglist);
-    fprintf(stderr, "%s:%d:%d: error: %s\n", current_filename_short, current_line, current_column, buf);
-    fflush(stderr);
-    exit(1);
-}
-void as3_warning(const char*format, ...)
-{
-    char buf[1024];
-    int l;
-    va_list arglist;
-    if(as3_verbosity<1)
-        return;
-    va_start(arglist, format);
-    vsprintf(buf, format, arglist);
-    va_end(arglist);
-    fprintf(stderr, "%s:%d:%d: warning: %s\n", current_filename_short, current_line, current_column, buf);
-    fflush(stderr);
-}
-void as3_softwarning(const char*format, ...)
-{
-    char buf[1024];
-    int l;
-    va_list arglist;
-    if(as3_verbosity<2)
-       return;
-    va_start(arglist, format);
-    vsprintf(buf, format, arglist);
-    va_end(arglist);
-    fprintf(stderr, "%s:%d:%d: warning: %s\n", current_filename_short, current_line, current_column, buf);
-    fflush(stderr);
-}
 static void dbg(const char*format, ...)
 {
     char buf[1024];
@@ -1202,7 +1477,7 @@ static void dbg(const char*format, ...)
     if(as3_verbosity<3)
        return;
     va_start(arglist, format);
-    vsprintf(buf, format, arglist);
+    vsnprintf(buf, sizeof(buf)-1, format, arglist);
     va_end(arglist);
     l = strlen(buf);
     while(l && buf[l-1]=='\n') {
@@ -1214,12 +1489,48 @@ static void dbg(const char*format, ...)
     fflush(stdout);
 }
 
-
-
 #ifndef YY_CURRENT_BUFFER
 #define YY_CURRENT_BUFFER yy_current_buffer
 #endif
 
+static void*as3_buffer=0;
+static int as3_buffer_pos=0;
+static int as3_buffer_len=0;
+void as3_file_input(FILE*fi)
+{
+    as3_in = fi;
+    as3_buffer = 0;
+}
+void as3_buffer_input(void*buffer, int len)
+{
+    if(!buffer)
+        syntaxerror("trying to parse zero bytearray");
+    as3_buffer = buffer;
+    as3_buffer_len = len;
+    as3_buffer_pos = 0;
+    as3_in = 0;
+}
+
+#undef BEGIN
+#define BEGIN(x) {(yy_start) = 1 + 2 *x;dbg("entering state %d", x);}
+
+#define YY_INPUT(buf,result,max_size) { \
+  if(!as3_buffer) { \
+      errno=0; \
+      while((result = fread(buf, 1, max_size, as3_in))==0 && ferror(as3_in)) \
+      { if(errno != EINTR) {YY_FATAL_ERROR("input in flex scanner failed"); break;} \
+        errno=0; clearerr(as3_in); \
+      } \
+  } else { \
+      int to_read = max_size; \
+      if(to_read + as3_buffer_pos > as3_buffer_len) \
+          to_read = as3_buffer_len - as3_buffer_pos; \
+      memcpy(buf, as3_buffer+as3_buffer_pos, to_read); \
+      as3_buffer_pos += to_read; \
+      result=to_read; \
+  } \
+}
+
 void handleInclude(char*text, int len, char quotes)
 {
     char*filename = 0;
@@ -1242,14 +1553,15 @@ void handleInclude(char*text, int len, char quotes)
         filename = strdup(&text[i1]);
     }
     
-    char*fullfilename = enter_file(filename, YY_CURRENT_BUFFER);
-    avm2_in = fopen(fullfilename, "rb");
-    if (!avm2_in) {
+    char*fullfilename = find_file(filename, 1);
+    enter_file2(filename, fullfilename, YY_CURRENT_BUFFER);
+    as3_in = fopen(fullfilename, "rb");
+    if (!as3_in) {
        syntaxerror("Couldn't open include file \"%s\"\n", fullfilename);
     }
 
-    avm2__switch_to_buffer(avm2__create_buffer(avm2_in,YY_BUF_SIZE ) );
-    //BEGIN(INITIAL); keep context
+    as3__switch_to_buffer(as3__create_buffer(as3_in,YY_BUF_SIZE ) );
+    //BEGIN(DEFAULT); keep context
 }
 
 static int do_unescape(const char*s, const char*end, char*n) 
@@ -1344,8 +1656,15 @@ static int do_unescape(const char*s, const char*end, char*n)
                 }
                break;
            }
-            default:
-                syntaxerror("unknown escape sequence: \"\\%c\"", *s);
+            default: {
+               if(o) {
+                    o[len+0] = '\\';
+                    o[len+1] = *s;
+                }
+                s++;
+                len+=2;
+                break;
+            }
         }
     }
     if(o) o[len]=0;
@@ -1364,6 +1683,19 @@ static string_t string_unescape(const char*in, int l)
     return out; 
 }
 
+static void handleCData(char*s, int len)
+{
+    a3_lval.str.str = s+9;    // <![CDATA[
+    a3_lval.str.len = len-9-3;// ]]>
+    a3_lval.str.str = strdup_n(a3_lval.str.str, a3_lval.str.len);
+}
+
+static void handleRaw(char*s, int len)
+{
+    a3_lval.str.len = len;
+    a3_lval.str.str = strdup_n(s, a3_lval.str.len);
+}
+
 static void handleString(char*s, int len)
 {
     if(s[0]=='"') {
@@ -1375,118 +1707,94 @@ static void handleString(char*s, int len)
         s++;len-=2;
     }
     else syntaxerror("String incorrectly terminated");
-
     
-    avm2_lval.str = string_unescape(s, len);
+    a3_lval.str = string_unescape(s, len);
 }
 
 
 char start_of_expression;
 
-static inline int mkid(int type)
-{
-    char*s = malloc(avm2_leng+1);
-    memcpy(s, avm2_text, avm2_leng);
-    s[avm2_leng]=0;
-    avm2_lval.id = s;
-    return type;
-}
-
 static inline int m(int type)
 {
-    avm2_lval.token = type;
+    a3_lval.token = type;
     return type;
 }
 
-
 static char numberbuf[64];
 static char*nrbuf()
 {
-    if(avm2_leng>sizeof(numberbuf)-1)
+    if(as3_leng>sizeof(numberbuf)-1)
         syntaxerror("decimal number overflow");
     char*s = numberbuf;
-    memcpy(s, avm2_text, avm2_leng);
-    s[avm2_leng]=0;
+    memcpy(s, as3_text, as3_leng);
+    s[as3_leng]=0;
     return s;
 }
 
 static inline int setint(int v)
 {
-    avm2_lval.number_int = v;
-    if(v>-128)
-        return T_BYTE;
-    else if(v>=-32768)
-        return T_SHORT;
-    else
-        return T_INT;
-}
-static inline int setuint(unsigned int v)
-{
-    avm2_lval.number_uint = v;
-    if(v<128)
-        return T_BYTE;
-    else if(v<32768)
-        return T_SHORT;
-    else
-        return T_UINT;
+    a3_lval.number_int = v;
+    return T_INT;
 }
 static inline int setfloat(double v)
 {
-    avm2_lval.number_float = v;
+    a3_lval.number_float = v;
     return T_FLOAT;
 }
 
 static inline int handlefloat()
 {
     char*s = nrbuf();
-    avm2_lval.number_float = atof(s);
+    a3_lval.number_float = atof(s);
     return T_FLOAT;
 }
 
 static inline int handleint()
 {
     char*s = nrbuf();
-    char l = (avm2_text[0]=='-');
+    char l = (as3_text[0]=='-');
 
-    char*max = l?"1073741824":"2147483647";
-    if(avm2_leng-l>10) {
-        as3_warning("integer overflow: %s (converted to Number)", s);
+    //char*max = l?"1073741824":"2147483647";
+    char*max = l?"2147483648":"2147483647";
+
+    if(as3_leng-l>10) {
+        as3_softwarning("integer overflow: %s (converted to Number)", s);
         return handlefloat();
     }
-    if(avm2_leng-l==10) {
+    if(as3_leng-l==10) {
         int t;
-        for(t=0;t<avm2_leng-l;t++) {
-            if(avm2_text[l+t]>max[t]) {
-                as3_warning("integer overflow: %s (converted to Number)", s);
+        for(t=0;t<as3_leng-l;t++) {
+            if(as3_text[l+t]>max[t]) {
+                as3_softwarning("integer overflow: %s (converted to Number)", s);
                 return handlefloat();
             }
-            else if(avm2_text[l+t]<max[t])
+            else if(as3_text[l+t]<max[t])
                 break;
         }
     }
-    if(avm2_text[0]=='-') {
+    if(as3_text[0]=='-') {
         int v = atoi(s);
         return setint(v);
     } else {
         unsigned int v = 0;
         int t;
-        for(t=0;t<avm2_leng;t++) {
+        for(t=0;t<as3_leng;t++) {
             v*=10;
-            v+=avm2_text[t]-'0';
+            v+=as3_text[t]-'0';
         }
-        return setuint(v);
+        return setint(v);
     }
 }
 
 static inline int handlehexfloat()
 {
-    char l = (avm2_text[0]=='-')+2;
+    char l = (as3_text[0]=='-')+2;
     double d=0;
     char dot=0;
     double base=1;
     int t;
-    for(t=l;t<avm2_leng;t++) {
-        char c = avm2_text[t];
+    for(t=l;t<as3_leng;t++) {
+        char c = as3_text[t];
         if(c=='.') {
             dot=1;
             continue;
@@ -1505,8 +1813,8 @@ static inline int handlehexfloat()
 }
 static inline int handlehex()
 {
-    char l = (avm2_text[0]=='-')+2;
-    int len = avm2_leng;
+    char l = (as3_text[0]=='-')+2;
+    int len = as3_leng;
 
     if(len-l>8) {
         char*s = nrbuf();
@@ -1517,27 +1825,27 @@ static inline int handlehex()
     unsigned int v = 0;
     for(t=l;t<len;t++) {
         v<<=4;
-        char c = avm2_text[t];
+        char c = as3_text[t];
         if(c>='0' && c<='9')
             v|=(c&15);
         else if((c>='a' && c<='f') || (c>='A' && c<='F'))
             v|=(c&0x0f)+9;
     }
-    if(l && v>1073741824) {
+    if(l && v>=0x80000000) {
         char*s = nrbuf();
-        as3_warning("signed integer overflow: %s (converted to Number)", s);
+        as3_softwarning("integer overflow: %s (converted to Number)", s);
         return setfloat(v);
     }
-    if(!l && v>2147483647) {
+    if(!l && v>0x7fffffff) {
         char*s = nrbuf();
-        as3_warning("unsigned integer overflow: %s (converted to Number)", s);
+        as3_softwarning("integer overflow: %s (converted to Number)", s);
         return setfloat(v);
     }
 
     if(l==3) {
         return setint(-(int)v);
     } else {
-        return setuint(v);
+        return setint(v);
     }
 }
 
@@ -1550,16 +1858,16 @@ void handleLabel(char*text, int len)
             break;
     }
     char*s = malloc(t+1);
-    memcpy(s, avm2_text, t);
+    memcpy(s, as3_text, t);
     s[t]=0;
-    avm2_lval.id = s;
+    a3_lval.id = s;
 }
 
 static int handleregexp()
 {
-    char*s = malloc(avm2_leng);
-    int len=avm2_leng-1;
-    memcpy(s, avm2_text+1, len);
+    char*s = malloc(as3_leng);
+    int len=as3_leng-1;
+    memcpy(s, as3_text+1, len);
     s[len] = 0;
     int t;
     for(t=len;t>=0;--t) {
@@ -1568,11 +1876,11 @@ static int handleregexp()
             break;
         }
     }
-    avm2_lval.regexp.pattern = s;
+    a3_lval.regexp.pattern = s;
     if(t==len) {
-        avm2_lval.regexp.options = 0;
+        a3_lval.regexp.options = 0;
     } else {
-        avm2_lval.regexp.options = s+t+1;
+        a3_lval.regexp.options = s+t+1;
     }
     return T_REGEXP;
 }
@@ -1583,8 +1891,8 @@ void initialize_scanner();
 /* count the number of lines+columns consumed by this token */
 static inline void l() {
     int t;
-    for(t=0;t<avm2_leng;t++) {
-       if(avm2_text[t]=='\n') {
+    for(t=0;t<as3_leng;t++) {
+       if(as3_text[t]=='\n') {
            current_line++;
            current_column=0;
        } else {
@@ -1594,22 +1902,57 @@ static inline void l() {
 }
 /* count the number of columns consumed by this token */
 static inline void c() {
-    current_column+=avm2_leng;
+    current_column+=as3_leng;
 }
 
+trie_t*active_namespaces = 0;
+/*void tokenizer_register_namespace(const char*id)
+{
+    trie_put(namespaces, id, 0);
+}
+void tokenizer_unregister_namespace(const char*id)
+{
+    trie_remove(namespaces, id);
+}*/
+static inline char tokenizer_is_namespace(const char*id)
+{
+    return trie_contains(active_namespaces, id);
+}
+
+static inline int handleIdentifier()
+{
+    char*s = malloc(as3_leng+1);
+    memcpy(s, as3_text, as3_leng);
+    s[as3_leng]=0;
+    a3_lval.id = s;
+    if(tokenizer_is_namespace(s)) 
+        return T_NAMESPACE;
+    else
+        return T_IDENTIFIER;
+}
+static int tokenerror();
+
+
 //Boolean                      {c();return m(KW_BOOLEAN);}
 //int                          {c();return m(KW_INT);}
 //uint                         {c();return m(KW_UINT);}
 //Number                       {c();return m(KW_NUMBER);}
+//XMLCOMMENT  <!--([^->]|(-/[^-])|(--/[^>]))*-->
+
+//{XMLCOMMENT}                 
 
 
 
 
-#line 1609 "tokenizer.yy.c"
+
+#line 1949 "tokenizer.yy.c"
 
 #define INITIAL 0
 #define REGEXPOK 1
 #define BEGINNING 2
+#define DEFAULT 3
+#define XMLTEXT 4
+#define XML 5
 
 #ifndef YY_NO_UNISTD_H
 /* Special case for "unistd.h", since it is non-ANSI. We include it way
@@ -1628,31 +1971,31 @@ static int yy_init_globals (void );
 /* Accessor methods to globals.
    These are made visible to non-reentrant scanners for convenience. */
 
-int avm2_lex_destroy (void );
+int as3_lex_destroy (void );
 
-int avm2_get_debug (void );
+int as3_get_debug (void );
 
-void avm2_set_debug (int debug_flag  );
+void as3_set_debug (int debug_flag  );
 
-YY_EXTRA_TYPE avm2_get_extra (void );
+YY_EXTRA_TYPE as3_get_extra (void );
 
-void avm2_set_extra (YY_EXTRA_TYPE user_defined  );
+void as3_set_extra (YY_EXTRA_TYPE user_defined  );
 
-FILE *avm2_get_in (void );
+FILE *as3_get_in (void );
 
-void avm2_set_in  (FILE * in_str  );
+void as3_set_in  (FILE * in_str  );
 
-FILE *avm2_get_out (void );
+FILE *as3_get_out (void );
 
-void avm2_set_out  (FILE * out_str  );
+void as3_set_out  (FILE * out_str  );
 
-int avm2_get_leng (void );
+int as3_get_leng (void );
 
-char *avm2_get_text (void );
+char *as3_get_text (void );
 
-int avm2_get_lineno (void );
+int as3_get_lineno (void );
 
-void avm2_set_lineno (int line_number  );
+void as3_set_lineno (int line_number  );
 
 /* Macros after this point can all be overridden by user definitions in
  * section 1.
@@ -1660,9 +2003,9 @@ void avm2_set_lineno (int line_number  );
 
 #ifndef YY_SKIP_YYWRAP
 #ifdef __cplusplus
-extern "C" int avm2_wrap (void );
+extern "C" int as3_wrap (void );
 #else
-extern int avm2_wrap (void );
+extern int as3_wrap (void );
 #endif
 #endif
 
@@ -1696,7 +2039,7 @@ static int input (void );
 /* This used to be an fputs(), but since the string might contain NUL's,
  * we now use fwrite().
  */
-#define ECHO fwrite( avm2_text, avm2_leng, 1, avm2_out )
+#define ECHO fwrite( as3_text, as3_leng, 1, as3_out )
 #endif
 
 /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
@@ -1709,18 +2052,18 @@ static int input (void );
                int c = '*'; \
                int n; \
                for ( n = 0; n < max_size && \
-                            (c = getc( avm2_in )) != EOF && c != '\n'; ++n ) \
+                            (c = getc( as3_in )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
-               if ( c == EOF && ferror( avm2_in ) ) \
+               if ( c == EOF && ferror( as3_in ) ) \
                        YY_FATAL_ERROR( "input in flex scanner failed" ); \
                result = n; \
                } \
        else \
                { \
                errno=0; \
-               while ( (result = fread(buf, 1, max_size, avm2_in))==0 && ferror(avm2_in)) \
+               while ( (result = fread(buf, 1, max_size, as3_in))==0 && ferror(as3_in)) \
                        { \
                        if( errno != EINTR) \
                                { \
@@ -1728,7 +2071,7 @@ static int input (void );
                                break; \
                                } \
                        errno=0; \
-                       clearerr(avm2_in); \
+                       clearerr(as3_in); \
                        } \
                }\
 \
@@ -1761,12 +2104,12 @@ static int input (void );
 #ifndef YY_DECL
 #define YY_DECL_IS_OURS 1
 
-extern int avm2_lex (void);
+extern int as3_lex (void);
 
-#define YY_DECL int avm2_lex (void)
+#define YY_DECL int as3_lex (void)
 #endif /* !YY_DECL */
 
-/* Code executed at the beginning of each rule, after avm2_text and avm2_leng
+/* Code executed at the beginning of each rule, after as3_text and as3_leng
  * have been set up.
  */
 #ifndef YY_USER_ACTION
@@ -1779,9 +2122,9 @@ extern int avm2_lex (void);
 #endif
 
 #define YY_RULE_SETUP \
-       if ( avm2_leng > 0 ) \
+       if ( as3_leng > 0 ) \
                YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
-                               (avm2_text[avm2_leng - 1] == '\n'); \
+                               (as3_text[as3_leng - 1] == '\n'); \
        YY_USER_ACTION
 
 /** The main scanner function which does all the work.
@@ -1792,11 +2135,11 @@ YY_DECL
        register char *yy_cp, *yy_bp;
        register int yy_act;
     
-#line 509 "tokenizer.lex"
+#line 538 "tokenizer.lex"
 
 
 
-#line 1800 "tokenizer.yy.c"
+#line 2143 "tokenizer.yy.c"
 
        if ( !(yy_init) )
                {
@@ -1809,26 +2152,26 @@ YY_DECL
                if ( ! (yy_start) )
                        (yy_start) = 1; /* first start state */
 
-               if ( ! avm2_in )
-                       avm2_in = stdin;
+               if ( ! as3_in )
+                       as3_in = stdin;
 
-               if ( ! avm2_out )
-                       avm2_out = stdout;
+               if ( ! as3_out )
+                       as3_out = stdout;
 
                if ( ! YY_CURRENT_BUFFER ) {
-                       avm2_ensure_buffer_stack ();
+                       as3_ensure_buffer_stack ();
                        YY_CURRENT_BUFFER_LVALUE =
-                               avm2__create_buffer(avm2_in,YY_BUF_SIZE );
+                               as3__create_buffer(as3_in,YY_BUF_SIZE );
                }
 
-               avm2__load_buffer_state( );
+               as3__load_buffer_state( );
                }
 
        while ( 1 )             /* loops until end-of-file is reached */
                {
                yy_cp = (yy_c_buf_p);
 
-               /* Support of avm2_text. */
+               /* Support of as3_text. */
                *yy_cp = (yy_hold_char);
 
                /* yy_bp points to the position in yy_ch_buf of the start of
@@ -1850,13 +2193,13 @@ yy_match:
                        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 >= 468 )
+                               if ( yy_current_state >= 627 )
                                        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_current_state != 467 );
+               while ( yy_current_state != 626 );
                yy_cp = (yy_last_accepting_cpos);
                yy_current_state = (yy_last_accepting_state);
 
@@ -1879,599 +2222,752 @@ do_action:    /* This label is used only to access EOF actions. */
 case 1:
 /* rule 1 can match eol */
 YY_RULE_SETUP
-#line 512 "tokenizer.lex"
+#line 541 "tokenizer.lex"
 {l(); /* single line comment */}
        YY_BREAK
 case 2:
 /* rule 2 can match eol */
 YY_RULE_SETUP
-#line 513 "tokenizer.lex"
+#line 542 "tokenizer.lex"
 {l(); /* multi line comment */}
        YY_BREAK
 case 3:
 YY_RULE_SETUP
-#line 514 "tokenizer.lex"
-{syntaxerror("syntax error: unterminated comment", avm2_text);}
+#line 543 "tokenizer.lex"
+{syntaxerror("syntax error: unterminated comment", as3_text);}
        YY_BREAK
 case 4:
 /* rule 4 can match eol */
-*yy_cp = (yy_hold_char); /* undo effects of setting up avm2_text */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
 (yy_c_buf_p) = yy_cp -= 1;
-YY_DO_BEFORE_ACTION; /* set up avm2_text again */
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 516 "tokenizer.lex"
-{l();handleInclude(avm2_text, avm2_leng, 1);}
+#line 545 "tokenizer.lex"
+{l();handleInclude(as3_text, as3_leng, 1);}
        YY_BREAK
 case 5:
 /* rule 5 can match eol */
-*yy_cp = (yy_hold_char); /* undo effects of setting up avm2_text */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
 (yy_c_buf_p) = yy_cp -= 1;
-YY_DO_BEFORE_ACTION; /* set up avm2_text again */
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 517 "tokenizer.lex"
-{l();handleInclude(avm2_text, avm2_leng, 0);}
+#line 546 "tokenizer.lex"
+{l();handleInclude(as3_text, as3_leng, 0);}
        YY_BREAK
 case 6:
 /* rule 6 can match eol */
 YY_RULE_SETUP
-#line 518 "tokenizer.lex"
-{l(); BEGIN(INITIAL);handleString(avm2_text, avm2_leng);return T_STRING;}
+#line 547 "tokenizer.lex"
+{l(); BEGIN(DEFAULT);handleString(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
-
 case 7:
+/* rule 7 can match eol */
 YY_RULE_SETUP
-#line 521 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handleregexp();} 
+#line 548 "tokenizer.lex"
+{l(); BEGIN(DEFAULT);handleCData(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
+
 case 8:
+/* rule 8 can match eol */
 YY_RULE_SETUP
-#line 522 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehex();}
+#line 551 "tokenizer.lex"
+{l(); BEGIN(DEFAULT);handleRaw(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
+
+
 case 9:
+/* rule 9 can match eol */
 YY_RULE_SETUP
-#line 523 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehexfloat();}
+#line 555 "tokenizer.lex"
+{l(); handleString(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
 case 10:
 YY_RULE_SETUP
-#line 524 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handleint();}
+#line 556 "tokenizer.lex"
+{c(); BEGIN(REGEXPOK);return m('{');}
        YY_BREAK
 case 11:
 YY_RULE_SETUP
-#line 525 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlefloat();}
+#line 557 "tokenizer.lex"
+{c(); return m('<');}
        YY_BREAK
-
 case 12:
 YY_RULE_SETUP
-#line 528 "tokenizer.lex"
-{/* utf 8 bom */}
+#line 558 "tokenizer.lex"
+{c(); return m('/');}
        YY_BREAK
 case 13:
-/* rule 13 can match eol */
 YY_RULE_SETUP
-#line 529 "tokenizer.lex"
-{l();}
+#line 559 "tokenizer.lex"
+{c(); return m('>');}
        YY_BREAK
 case 14:
 YY_RULE_SETUP
-#line 531 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehex();}
+#line 560 "tokenizer.lex"
+{c(); return m('=');}
        YY_BREAK
 case 15:
 YY_RULE_SETUP
-#line 532 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehexfloat();}
+#line 561 "tokenizer.lex"
+{c(); handleRaw(as3_text, as3_leng);return T_IDENTIFIER;}
        YY_BREAK
 case 16:
+/* rule 16 can match eol */
 YY_RULE_SETUP
-#line 533 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handleint();}
+#line 562 "tokenizer.lex"
+{l();}
+       YY_BREAK
+case YY_STATE_EOF(XML):
+#line 563 "tokenizer.lex"
+{syntaxerror("unexpected end of file");}
        YY_BREAK
+
+
 case 17:
+/* rule 17 can match eol */
 YY_RULE_SETUP
-#line 534 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlefloat();}
+#line 567 "tokenizer.lex"
+{l(); handleRaw(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
 case 18:
 YY_RULE_SETUP
-#line 536 "tokenizer.lex"
-{/* for debugging: generates a tokenizer-level error */
-                              syntaxerror("3rr0r");}
+#line 568 "tokenizer.lex"
+{c(); BEGIN(REGEXPOK);return m('{');}
        YY_BREAK
 case 19:
-/* rule 19 can match eol */
-*yy_cp = (yy_hold_char); /* undo effects of setting up avm2_text */
-(yy_c_buf_p) = yy_cp -= 1;
-YY_DO_BEFORE_ACTION; /* set up avm2_text again */
 YY_RULE_SETUP
-#line 539 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-3);return T_FOR;}
+#line 569 "tokenizer.lex"
+{c(); BEGIN(XML);return m('<');}
        YY_BREAK
 case 20:
-/* rule 20 can match eol */
-*yy_cp = (yy_hold_char); /* undo effects of setting up avm2_text */
-(yy_c_buf_p) = yy_cp -= 1;
-YY_DO_BEFORE_ACTION; /* set up avm2_text again */
 YY_RULE_SETUP
-#line 540 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-2);return T_DO;}
+#line 570 "tokenizer.lex"
+{c(); return m('>');}
        YY_BREAK
 case 21:
 /* rule 21 can match eol */
-*yy_cp = (yy_hold_char); /* undo effects of setting up avm2_text */
-(yy_c_buf_p) = yy_cp -= 1;
-YY_DO_BEFORE_ACTION; /* set up avm2_text again */
 YY_RULE_SETUP
-#line 541 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-5);return T_WHILE;}
+#line 571 "tokenizer.lex"
+{l(); handleRaw(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
 case 22:
 /* rule 22 can match eol */
-*yy_cp = (yy_hold_char); /* undo effects of setting up avm2_text */
-(yy_c_buf_p) = yy_cp -= 1;
-YY_DO_BEFORE_ACTION; /* set up avm2_text again */
 YY_RULE_SETUP
-#line 542 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-6);return T_SWITCH;}
+#line 572 "tokenizer.lex"
+{l(); handleRaw(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
+case YY_STATE_EOF(XMLTEXT):
+#line 573 "tokenizer.lex"
+{syntaxerror("unexpected end of file");}
+       YY_BREAK
+
+
 case 23:
 YY_RULE_SETUP
-#line 543 "tokenizer.lex"
-{c();avm2_lval.id="";return T_FOR;}
+#line 577 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handleregexp();} 
        YY_BREAK
 case 24:
+/* rule 24 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 544 "tokenizer.lex"
-{c();avm2_lval.id="";return T_DO;}
+#line 578 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handlehex();}
        YY_BREAK
 case 25:
+/* rule 25 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 545 "tokenizer.lex"
-{c();avm2_lval.id="";return T_WHILE;}
+#line 579 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handlehexfloat();}
        YY_BREAK
 case 26:
+/* rule 26 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 546 "tokenizer.lex"
-{c();avm2_lval.id="";return T_SWITCH;}
+#line 580 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handleint();}
        YY_BREAK
 case 27:
+/* rule 27 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 548 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_ANDAND);}
+#line 581 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handlefloat();}
        YY_BREAK
+
 case 28:
 YY_RULE_SETUP
-#line 549 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_OROR);}
+#line 584 "tokenizer.lex"
+{c(); BEGIN(REGEXPOK);return m(T_DICTSTART);}
        YY_BREAK
 case 29:
 YY_RULE_SETUP
-#line 550 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_NE);}
+#line 585 "tokenizer.lex"
+{c(); BEGIN(DEFAULT); return m('{');}
        YY_BREAK
 case 30:
 YY_RULE_SETUP
-#line 551 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_NEE);}
+#line 587 "tokenizer.lex"
+{/* utf 8 bom */}
        YY_BREAK
 case 31:
+/* rule 31 can match eol */
 YY_RULE_SETUP
-#line 552 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_EQEQEQ);}
+#line 588 "tokenizer.lex"
+{l();}
        YY_BREAK
 case 32:
+/* rule 32 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 553 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_EQEQ);}
+#line 590 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handlehex();}
        YY_BREAK
 case 33:
+/* rule 33 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 554 "tokenizer.lex"
-{c();return m(T_GE);}
+#line 591 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handlehexfloat();}
        YY_BREAK
 case 34:
+/* rule 34 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 555 "tokenizer.lex"
-{c();return m(T_LE);}
+#line 592 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handleint();}
        YY_BREAK
 case 35:
+/* rule 35 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 556 "tokenizer.lex"
-{c();BEGIN(INITIAL);return m(T_MINUSMINUS);}
+#line 593 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return handlefloat();}
        YY_BREAK
 case 36:
 YY_RULE_SETUP
-#line 557 "tokenizer.lex"
-{c();BEGIN(INITIAL);return m(T_PLUSPLUS);}
+#line 594 "tokenizer.lex"
+{c(); BEGIN(DEFAULT);return m(KW_NAN);}
        YY_BREAK
 case 37:
 YY_RULE_SETUP
-#line 558 "tokenizer.lex"
-{c();return m(T_PLUSBY);}
+#line 596 "tokenizer.lex"
+{/* for debugging: generates a tokenizer-level error */
+                              syntaxerror("3rr0r");}
        YY_BREAK
 case 38:
+/* rule 38 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 559 "tokenizer.lex"
-{c();return m(T_MINUSBY);}
+#line 599 "tokenizer.lex"
+{l();BEGIN(DEFAULT);handleLabel(as3_text, as3_leng-3);return T_FOR;}
        YY_BREAK
 case 39:
+/* rule 39 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 560 "tokenizer.lex"
-{c();return m(T_DIVBY);}
+#line 600 "tokenizer.lex"
+{l();BEGIN(DEFAULT);handleLabel(as3_text, as3_leng-2);return T_DO;}
        YY_BREAK
 case 40:
+/* rule 40 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 561 "tokenizer.lex"
-{c();return m(T_MODBY);}
+#line 601 "tokenizer.lex"
+{l();BEGIN(DEFAULT);handleLabel(as3_text, as3_leng-5);return T_WHILE;}
        YY_BREAK
 case 41:
+/* rule 41 can match eol */
+*yy_cp = (yy_hold_char); /* undo effects of setting up as3_text */
+(yy_c_buf_p) = yy_cp -= 1;
+YY_DO_BEFORE_ACTION; /* set up as3_text again */
 YY_RULE_SETUP
-#line 562 "tokenizer.lex"
-{c();return m(T_MULBY);}
+#line 602 "tokenizer.lex"
+{l();BEGIN(DEFAULT);handleLabel(as3_text, as3_leng-6);return T_SWITCH;}
        YY_BREAK
 case 42:
 YY_RULE_SETUP
-#line 563 "tokenizer.lex"
-{c();return m(T_ORBY);}
+#line 603 "tokenizer.lex"
+{c();BEGIN(DEFAULT);a3_lval.id="";return T_FOR;}
        YY_BREAK
 case 43:
 YY_RULE_SETUP
-#line 564 "tokenizer.lex"
-{c();return m(T_SHRBY);}
+#line 604 "tokenizer.lex"
+{c();BEGIN(DEFAULT);a3_lval.id="";return T_DO;}
        YY_BREAK
 case 44:
 YY_RULE_SETUP
-#line 565 "tokenizer.lex"
-{c();return m(T_SHLBY);}
+#line 605 "tokenizer.lex"
+{c();BEGIN(DEFAULT);a3_lval.id="";return T_WHILE;}
        YY_BREAK
 case 45:
 YY_RULE_SETUP
-#line 566 "tokenizer.lex"
-{c();return m(T_USHRBY);}
+#line 606 "tokenizer.lex"
+{c();BEGIN(DEFAULT);a3_lval.id="";return T_SWITCH;}
        YY_BREAK
 case 46:
 YY_RULE_SETUP
-#line 567 "tokenizer.lex"
-{c();return m(T_SHL);}
+#line 608 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_ANDAND);}
        YY_BREAK
 case 47:
 YY_RULE_SETUP
-#line 568 "tokenizer.lex"
-{c();return m(T_USHR);}
+#line 609 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_OROR);}
        YY_BREAK
 case 48:
 YY_RULE_SETUP
-#line 569 "tokenizer.lex"
-{c();return m(T_SHR);}
+#line 610 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_NE);}
        YY_BREAK
 case 49:
 YY_RULE_SETUP
-#line 570 "tokenizer.lex"
-{c();return m(T_DOTDOTDOT);}
+#line 611 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_NEE);}
        YY_BREAK
 case 50:
 YY_RULE_SETUP
-#line 571 "tokenizer.lex"
-{c();return m(T_DOTDOT);}
+#line 612 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_EQEQEQ);}
        YY_BREAK
 case 51:
 YY_RULE_SETUP
-#line 572 "tokenizer.lex"
-{c();return m('.');}
+#line 613 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_EQEQ);}
        YY_BREAK
 case 52:
 YY_RULE_SETUP
-#line 573 "tokenizer.lex"
-{c();return m(T_COLONCOLON);}
+#line 614 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_GE);}
        YY_BREAK
 case 53:
 YY_RULE_SETUP
-#line 574 "tokenizer.lex"
-{c();return m(':');}
+#line 615 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_LE);}
        YY_BREAK
 case 54:
 YY_RULE_SETUP
-#line 575 "tokenizer.lex"
-{c();return m(KW_INSTANCEOF);}
+#line 616 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(T_MINUSMINUS);}
        YY_BREAK
 case 55:
 YY_RULE_SETUP
-#line 576 "tokenizer.lex"
-{c();return m(KW_IMPLEMENTS);}
+#line 617 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(T_PLUSPLUS);}
        YY_BREAK
 case 56:
 YY_RULE_SETUP
-#line 577 "tokenizer.lex"
-{c();return m(KW_INTERFACE);}
+#line 618 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_PLUSBY);}
        YY_BREAK
 case 57:
 YY_RULE_SETUP
-#line 578 "tokenizer.lex"
-{c();return m(KW_NAMESPACE);}
+#line 619 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_XORBY);}
        YY_BREAK
 case 58:
 YY_RULE_SETUP
-#line 579 "tokenizer.lex"
-{c();return m(KW_PROTECTED);}
+#line 620 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_MINUSBY);}
        YY_BREAK
 case 59:
 YY_RULE_SETUP
-#line 580 "tokenizer.lex"
-{c();return m(KW_UNDEFINED);}
+#line 621 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_DIVBY);}
        YY_BREAK
 case 60:
 YY_RULE_SETUP
-#line 581 "tokenizer.lex"
-{c();return m(KW_CONTINUE);}
+#line 622 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_MODBY);}
        YY_BREAK
 case 61:
 YY_RULE_SETUP
-#line 582 "tokenizer.lex"
-{c();return m(KW_OVERRIDE);}
+#line 623 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_MULBY);}
        YY_BREAK
 case 62:
 YY_RULE_SETUP
-#line 583 "tokenizer.lex"
-{c();return m(KW_INTERNAL);}
+#line 624 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_ORBY);}
        YY_BREAK
 case 63:
 YY_RULE_SETUP
-#line 584 "tokenizer.lex"
-{c();return m(KW_FUNCTION);}
+#line 625 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_ANDBY);}
        YY_BREAK
 case 64:
 YY_RULE_SETUP
-#line 585 "tokenizer.lex"
-{c();return m(KW_FINALLY);}
+#line 626 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHRBY);}
        YY_BREAK
 case 65:
 YY_RULE_SETUP
-#line 586 "tokenizer.lex"
-{c();return m(KW_DEFAULT);}
+#line 627 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHLBY);}
        YY_BREAK
 case 66:
 YY_RULE_SETUP
-#line 587 "tokenizer.lex"
-{c();return m(KW_PACKAGE);}
+#line 628 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_USHRBY);}
        YY_BREAK
 case 67:
 YY_RULE_SETUP
-#line 588 "tokenizer.lex"
-{c();return m(KW_PRIVATE);}
+#line 629 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHL);}
        YY_BREAK
 case 68:
 YY_RULE_SETUP
-#line 589 "tokenizer.lex"
-{c();return m(KW_DYNAMIC);}
+#line 630 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_USHR);}
        YY_BREAK
 case 69:
 YY_RULE_SETUP
-#line 590 "tokenizer.lex"
-{c();return m(KW_EXTENDS);}
+#line 631 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHR);}
        YY_BREAK
 case 70:
 YY_RULE_SETUP
-#line 591 "tokenizer.lex"
-{c();return m(KW_DELETE);}
+#line 632 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_DOTDOTDOT);}
        YY_BREAK
 case 71:
 YY_RULE_SETUP
-#line 592 "tokenizer.lex"
-{c();return m(KW_RETURN);}
+#line 633 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_DOTDOT);}
        YY_BREAK
 case 72:
 YY_RULE_SETUP
-#line 593 "tokenizer.lex"
-{c();return m(KW_PUBLIC);}
+#line 634 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m('.');}
        YY_BREAK
 case 73:
 YY_RULE_SETUP
-#line 594 "tokenizer.lex"
-{c();return m(KW_NATIVE);}
+#line 635 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_COLONCOLON);}
        YY_BREAK
 case 74:
 YY_RULE_SETUP
-#line 595 "tokenizer.lex"
-{c();return m(KW_STATIC);}
+#line 636 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(':');}
        YY_BREAK
 case 75:
 YY_RULE_SETUP
-#line 596 "tokenizer.lex"
-{c();return m(KW_IMPORT);}
+#line 637 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_INSTANCEOF);}
        YY_BREAK
 case 76:
 YY_RULE_SETUP
-#line 597 "tokenizer.lex"
-{c();return m(KW_TYPEOF);}
+#line 638 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IMPLEMENTS);}
        YY_BREAK
 case 77:
 YY_RULE_SETUP
-#line 598 "tokenizer.lex"
-{c();return m(KW_THROW);}
+#line 639 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_INTERFACE);}
        YY_BREAK
 case 78:
 YY_RULE_SETUP
-#line 599 "tokenizer.lex"
-{c();return m(KW_CLASS);}
+#line 640 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_NAMESPACE);}
        YY_BREAK
 case 79:
 YY_RULE_SETUP
-#line 600 "tokenizer.lex"
-{c();return m(KW_CONST);}
+#line 641 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_PROTECTED);}
        YY_BREAK
 case 80:
 YY_RULE_SETUP
-#line 601 "tokenizer.lex"
-{c();return m(KW_CATCH);}
+#line 642 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_UNDEFINED);}
        YY_BREAK
 case 81:
 YY_RULE_SETUP
-#line 602 "tokenizer.lex"
-{c();return m(KW_FINAL);}
+#line 643 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_ARGUMENTS);}
        YY_BREAK
 case 82:
 YY_RULE_SETUP
-#line 603 "tokenizer.lex"
-{c();return m(KW_FALSE);}
+#line 644 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_CONTINUE);}
        YY_BREAK
 case 83:
 YY_RULE_SETUP
-#line 604 "tokenizer.lex"
-{c();return m(KW_BREAK);}
+#line 645 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_OVERRIDE);}
        YY_BREAK
 case 84:
 YY_RULE_SETUP
-#line 605 "tokenizer.lex"
-{c();return m(KW_SUPER);}
+#line 646 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_INTERNAL);}
        YY_BREAK
 case 85:
 YY_RULE_SETUP
-#line 606 "tokenizer.lex"
-{c();return m(KW_EACH);}
+#line 647 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_FUNCTION);}
        YY_BREAK
 case 86:
 YY_RULE_SETUP
-#line 607 "tokenizer.lex"
-{c();return m(KW_VOID);}
+#line 648 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_FINALLY);}
        YY_BREAK
 case 87:
 YY_RULE_SETUP
-#line 608 "tokenizer.lex"
-{c();return m(KW_TRUE);}
+#line 649 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_DEFAULT);}
        YY_BREAK
 case 88:
 YY_RULE_SETUP
-#line 609 "tokenizer.lex"
-{c();return m(KW_NULL);}
+#line 650 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_PACKAGE);}
        YY_BREAK
 case 89:
 YY_RULE_SETUP
-#line 610 "tokenizer.lex"
-{c();return m(KW_ELSE);}
+#line 651 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_PRIVATE);}
        YY_BREAK
 case 90:
 YY_RULE_SETUP
-#line 611 "tokenizer.lex"
-{c();return m(KW_CASE);}
+#line 652 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_DYNAMIC);}
        YY_BREAK
 case 91:
 YY_RULE_SETUP
-#line 612 "tokenizer.lex"
-{c();return m(KW_WITH);}
+#line 653 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_EXTENDS);}
        YY_BREAK
 case 92:
 YY_RULE_SETUP
-#line 613 "tokenizer.lex"
-{c();return m(KW_USE);}
+#line 654 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_DELETE);}
        YY_BREAK
 case 93:
 YY_RULE_SETUP
-#line 614 "tokenizer.lex"
-{c();return m(KW_NEW);}
+#line 655 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_RETURN);}
        YY_BREAK
 case 94:
 YY_RULE_SETUP
-#line 615 "tokenizer.lex"
-{c();return m(KW_GET);}
+#line 656 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_PUBLIC);}
        YY_BREAK
 case 95:
 YY_RULE_SETUP
-#line 616 "tokenizer.lex"
-{c();return m(KW_SET);}
+#line 657 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_NATIVE);}
        YY_BREAK
 case 96:
 YY_RULE_SETUP
-#line 617 "tokenizer.lex"
-{c();return m(KW_VAR);}
+#line 658 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_STATIC);}
        YY_BREAK
 case 97:
 YY_RULE_SETUP
-#line 618 "tokenizer.lex"
-{c();return m(KW_TRY);}
+#line 659 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IMPORT);}
        YY_BREAK
 case 98:
 YY_RULE_SETUP
-#line 619 "tokenizer.lex"
-{c();return m(KW_IS) ;}
+#line 660 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_TYPEOF);}
        YY_BREAK
 case 99:
 YY_RULE_SETUP
-#line 620 "tokenizer.lex"
-{c();return m(KW_IN) ;}
+#line 661 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_THROW);}
        YY_BREAK
 case 100:
 YY_RULE_SETUP
-#line 621 "tokenizer.lex"
-{c();return m(KW_IF) ;}
+#line 662 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_CLASS);}
        YY_BREAK
 case 101:
 YY_RULE_SETUP
-#line 622 "tokenizer.lex"
-{c();return m(KW_AS);}
+#line 663 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_CONST);}
        YY_BREAK
 case 102:
 YY_RULE_SETUP
-#line 623 "tokenizer.lex"
-{c();BEGIN(INITIAL);return mkid(T_IDENTIFIER);}
+#line 664 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_CATCH);}
        YY_BREAK
 case 103:
 YY_RULE_SETUP
-#line 625 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(avm2_text[0]);}
+#line 665 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_FINAL);}
        YY_BREAK
 case 104:
 YY_RULE_SETUP
-#line 626 "tokenizer.lex"
-{c();BEGIN(INITIAL);return m(avm2_text[0]);}
+#line 666 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_FALSE);}
        YY_BREAK
 case 105:
 YY_RULE_SETUP
-#line 628 "tokenizer.lex"
-{char c1=avm2_text[0];
-                              char buf[128];
-                              buf[0] = avm2_text[0];
-                              int t;
-                              for(t=1;t<128;t++) {
-                                 char c = buf[t]=input();
-                                 if(c=='\n' || c==EOF)  {
-                                      buf[t] = 0;
-                                     break;
-                                  }
-                             }
-                             if(c1>='0' && c1<='9')
-                                 syntaxerror("syntax error: %s (identifiers must not start with a digit)");
-                              else
-                                 syntaxerror("syntax error: %s", buf);
-                             printf("\n");
-                             exit(1);
-                             yyterminate();
-                            }
+#line 667 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_BREAK);}
+       YY_BREAK
+case 106:
+YY_RULE_SETUP
+#line 668 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_SUPER);}
+       YY_BREAK
+case 107:
+YY_RULE_SETUP
+#line 669 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_EACH);}
+       YY_BREAK
+case 108:
+YY_RULE_SETUP
+#line 670 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_VOID);}
+       YY_BREAK
+case 109:
+YY_RULE_SETUP
+#line 671 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_TRUE);}
+       YY_BREAK
+case 110:
+YY_RULE_SETUP
+#line 672 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_NULL);}
+       YY_BREAK
+case 111:
+YY_RULE_SETUP
+#line 673 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_ELSE);}
+       YY_BREAK
+case 112:
+YY_RULE_SETUP
+#line 674 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_CASE);}
+       YY_BREAK
+case 113:
+YY_RULE_SETUP
+#line 675 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_WITH);}
+       YY_BREAK
+case 114:
+YY_RULE_SETUP
+#line 676 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_USE);}
+       YY_BREAK
+case 115:
+YY_RULE_SETUP
+#line 677 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_NEW);}
+       YY_BREAK
+case 116:
+YY_RULE_SETUP
+#line 678 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_GET);}
+       YY_BREAK
+case 117:
+YY_RULE_SETUP
+#line 679 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_SET);}
+       YY_BREAK
+case 118:
+YY_RULE_SETUP
+#line 680 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_VAR);}
+       YY_BREAK
+case 119:
+YY_RULE_SETUP
+#line 681 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_TRY);}
+       YY_BREAK
+case 120:
+YY_RULE_SETUP
+#line 682 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IS) ;}
+       YY_BREAK
+case 121:
+YY_RULE_SETUP
+#line 683 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IN) ;}
+       YY_BREAK
+case 122:
+YY_RULE_SETUP
+#line 684 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(KW_IF) ;}
        YY_BREAK
+case 123:
+YY_RULE_SETUP
+#line 685 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_AS);}
+       YY_BREAK
+case 124:
+YY_RULE_SETUP
+#line 686 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return handleIdentifier();}
+       YY_BREAK
+case 125:
+YY_RULE_SETUP
+#line 688 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(as3_text[0]);}
+       YY_BREAK
+case 126:
+YY_RULE_SETUP
+#line 689 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(as3_text[0]);}
+       YY_BREAK
+case 127:
+YY_RULE_SETUP
+#line 690 "tokenizer.lex"
+{c();BEGIN(DEFAULT);return m(as3_text[0]);}
+       YY_BREAK
+
+case 128:
+YY_RULE_SETUP
+#line 693 "tokenizer.lex"
+{tokenerror();}
+       YY_BREAK
+
 case YY_STATE_EOF(INITIAL):
 case YY_STATE_EOF(REGEXPOK):
 case YY_STATE_EOF(BEGINNING):
-#line 647 "tokenizer.lex"
+case YY_STATE_EOF(DEFAULT):
+#line 695 "tokenizer.lex"
 {l();
                               void*b = leave_file();
                              if (!b) {
                                 yyterminate();
-                                 avm2__delete_buffer(YY_CURRENT_BUFFER);
+                                 as3__delete_buffer(YY_CURRENT_BUFFER);
                                  return m(T_EOF);
                              } else {
-                                 avm2__delete_buffer(YY_CURRENT_BUFFER);
-                                 avm2__switch_to_buffer(b);
+                                 as3__delete_buffer(YY_CURRENT_BUFFER);
+                                 as3__switch_to_buffer(b);
                              }
                             }
        YY_BREAK
-case 106:
+case 129:
 YY_RULE_SETUP
-#line 659 "tokenizer.lex"
+#line 707 "tokenizer.lex"
 ECHO;
        YY_BREAK
-#line 2475 "tokenizer.yy.c"
+#line 2971 "tokenizer.yy.c"
 
        case YY_END_OF_BUFFER:
                {
@@ -2486,15 +2982,15 @@ ECHO;
                        {
                        /* We're scanning a new file or input source.  It's
                         * possible that this happened because the user
-                        * just pointed avm2_in at a new source and called
-                        * avm2_lex().  If so, then we have to assure
+                        * just pointed as3_in at a new source and called
+                        * as3_lex().  If so, then we have to assure
                         * consistency between YY_CURRENT_BUFFER and our
                         * globals.  Here is the right place to do so, because
                         * this is the first action (other than possibly a
                         * back-up) that will match for the new input source.
                         */
                        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
-                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = avm2_in;
+                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = as3_in;
                        YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
                        }
 
@@ -2548,11 +3044,11 @@ ECHO;
                                {
                                (yy_did_buffer_switch_on_eof) = 0;
 
-                               if ( avm2_wrap( ) )
+                               if ( as3_wrap( ) )
                                        {
                                        /* Note: because we've taken care in
                                         * yy_get_next_buffer() to have set up
-                                        * avm2_text, we can now set up
+                                        * as3_text, we can now set up
                                         * yy_c_buf_p so that if some total
                                         * hoser (like flex itself) wants to
                                         * call the scanner after we return the
@@ -2601,7 +3097,7 @@ ECHO;
                        "fatal flex scanner internal error--no action found" );
        } /* end of action switch */
                } /* end of scanning one token */
-} /* end of avm2_lex */
+} /* end of as3_lex */
 
 /* yy_get_next_buffer - try to read in a new buffer
  *
@@ -2679,7 +3175,7 @@ static int yy_get_next_buffer (void)
 
                                b->yy_ch_buf = (char *)
                                        /* Include room in for 2 EOB chars. */
-                                       avm2_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
+                                       as3_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
                                }
                        else
                                /* Can't grow it, we don't own it. */
@@ -2711,7 +3207,7 @@ static int yy_get_next_buffer (void)
                if ( number_to_move == YY_MORE_ADJ )
                        {
                        ret_val = EOB_ACT_END_OF_FILE;
-                       avm2_restart(avm2_in  );
+                       as3_restart(as3_in  );
                        }
 
                else
@@ -2728,7 +3224,7 @@ static int yy_get_next_buffer (void)
        if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
                /* Extend the array by 50%, plus the number we really need. */
                yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
-               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) avm2_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
+               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) as3_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
                if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
                        YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
        }
@@ -2763,7 +3259,7 @@ static int yy_get_next_buffer (void)
                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 >= 468 )
+                       if ( yy_current_state >= 627 )
                                yy_c = yy_meta[(unsigned int) yy_c];
                        }
                yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
@@ -2791,11 +3287,11 @@ static int yy_get_next_buffer (void)
        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 >= 468 )
+               if ( yy_current_state >= 627 )
                        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 == 467);
+       yy_is_jam = (yy_current_state == 626);
 
        return yy_is_jam ? 0 : yy_current_state;
 }
@@ -2806,7 +3302,7 @@ static int yy_get_next_buffer (void)
     
     yy_cp = (yy_c_buf_p);
 
-       /* undo effects of setting up avm2_text */
+       /* undo effects of setting up as3_text */
        *yy_cp = (yy_hold_char);
 
        if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
@@ -2878,13 +3374,13 @@ static int yy_get_next_buffer (void)
                                         */
 
                                        /* Reset buffer status. */
-                                       avm2_restart(avm2_in );
+                                       as3_restart(as3_in );
 
                                        /*FALLTHROUGH*/
 
                                case EOB_ACT_END_OF_FILE:
                                        {
-                                       if ( avm2_wrap( ) )
+                                       if ( as3_wrap( ) )
                                                return EOF;
 
                                        if ( ! (yy_did_buffer_switch_on_eof) )
@@ -2904,7 +3400,7 @@ static int yy_get_next_buffer (void)
                }
 
        c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
-       *(yy_c_buf_p) = '\0';   /* preserve avm2_text */
+       *(yy_c_buf_p) = '\0';   /* preserve as3_text */
        (yy_hold_char) = *++(yy_c_buf_p);
 
        YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
@@ -2918,32 +3414,32 @@ static int yy_get_next_buffer (void)
  * 
  * @note This function does not reset the start condition to @c INITIAL .
  */
-    void avm2_restart  (FILE * input_file )
+    void as3_restart  (FILE * input_file )
 {
     
        if ( ! YY_CURRENT_BUFFER ){
-        avm2_ensure_buffer_stack ();
+        as3_ensure_buffer_stack ();
                YY_CURRENT_BUFFER_LVALUE =
-            avm2__create_buffer(avm2_in,YY_BUF_SIZE );
+            as3__create_buffer(as3_in,YY_BUF_SIZE );
        }
 
-       avm2__init_buffer(YY_CURRENT_BUFFER,input_file );
-       avm2__load_buffer_state( );
+       as3__init_buffer(YY_CURRENT_BUFFER,input_file );
+       as3__load_buffer_state( );
 }
 
 /** Switch to a different input buffer.
  * @param new_buffer The new input buffer.
  * 
  */
-    void avm2__switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+    void as3__switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
 {
     
        /* TODO. We should be able to replace this entire function body
         * with
-        *              avm2_pop_buffer_state();
-        *              avm2_push_buffer_state(new_buffer);
+        *              as3_pop_buffer_state();
+        *              as3_push_buffer_state(new_buffer);
      */
-       avm2_ensure_buffer_stack ();
+       as3_ensure_buffer_stack ();
        if ( YY_CURRENT_BUFFER == new_buffer )
                return;
 
@@ -2956,21 +3452,21 @@ static int yy_get_next_buffer (void)
                }
 
        YY_CURRENT_BUFFER_LVALUE = new_buffer;
-       avm2__load_buffer_state( );
+       as3__load_buffer_state( );
 
        /* We don't actually know whether we did this switch during
-        * EOF (avm2_wrap()) processing, but the only time this flag
-        * is looked at is after avm2_wrap() is called, so it's safe
+        * EOF (as3_wrap()) processing, but the only time this flag
+        * is looked at is after as3_wrap() is called, so it's safe
         * to go ahead and always set it.
         */
        (yy_did_buffer_switch_on_eof) = 1;
 }
 
-static void avm2__load_buffer_state  (void)
+static void as3__load_buffer_state  (void)
 {
        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
        (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
-       avm2_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+       as3_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
        (yy_hold_char) = *(yy_c_buf_p);
 }
 
@@ -2980,35 +3476,35 @@ static void avm2__load_buffer_state  (void)
  * 
  * @return the allocated buffer state.
  */
-    YY_BUFFER_STATE avm2__create_buffer  (FILE * file, int  size )
+    YY_BUFFER_STATE as3__create_buffer  (FILE * file, int  size )
 {
        YY_BUFFER_STATE b;
     
-       b = (YY_BUFFER_STATE) avm2_alloc(sizeof( struct yy_buffer_state )  );
+       b = (YY_BUFFER_STATE) as3_alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
-               YY_FATAL_ERROR( "out of dynamic memory in avm2__create_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in as3__create_buffer()" );
 
        b->yy_buf_size = size;
 
        /* yy_ch_buf has to be 2 characters longer than the size given because
         * we need to put in 2 end-of-buffer characters.
         */
-       b->yy_ch_buf = (char *) avm2_alloc(b->yy_buf_size + 2  );
+       b->yy_ch_buf = (char *) as3_alloc(b->yy_buf_size + 2  );
        if ( ! b->yy_ch_buf )
-               YY_FATAL_ERROR( "out of dynamic memory in avm2__create_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in as3__create_buffer()" );
 
        b->yy_is_our_buffer = 1;
 
-       avm2__init_buffer(b,file );
+       as3__init_buffer(b,file );
 
        return b;
 }
 
 /** Destroy the buffer.
- * @param b a buffer created with avm2__create_buffer()
+ * @param b a buffer created with as3__create_buffer()
  * 
  */
-    void avm2__delete_buffer (YY_BUFFER_STATE  b )
+    void as3__delete_buffer (YY_BUFFER_STATE  b )
 {
     
        if ( ! b )
@@ -3018,9 +3514,9 @@ static void avm2__load_buffer_state  (void)
                YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
 
        if ( b->yy_is_our_buffer )
-               avm2_free((void *) b->yy_ch_buf  );
+               as3_free((void *) b->yy_ch_buf  );
 
-       avm2_free((void *) b  );
+       as3_free((void *) b  );
 }
 
 #ifndef _UNISTD_H /* assume unistd.h has isatty() for us */
@@ -3039,20 +3535,20 @@ extern int isatty (int );
     
 /* Initializes or reinitializes a buffer.
  * This function is sometimes called more than once on the same buffer,
- * such as during a avm2_restart() or at EOF.
+ * such as during a as3_restart() or at EOF.
  */
-    static void avm2__init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+    static void as3__init_buffer  (YY_BUFFER_STATE  b, FILE * file )
 
 {
        int oerrno = errno;
     
-       avm2__flush_buffer(b );
+       as3__flush_buffer(b );
 
        b->yy_input_file = file;
        b->yy_fill_buffer = 1;
 
-    /* If b is the current buffer, then avm2__init_buffer was _probably_
-     * called from avm2_restart() or through yy_get_next_buffer.
+    /* If b is the current buffer, then as3__init_buffer was _probably_
+     * called from as3_restart() or through yy_get_next_buffer.
      * In that case, we don't want to reset the lineno or column.
      */
     if (b != YY_CURRENT_BUFFER){
@@ -3069,7 +3565,7 @@ extern int isatty (int );
  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  * 
  */
-    void avm2__flush_buffer (YY_BUFFER_STATE  b )
+    void as3__flush_buffer (YY_BUFFER_STATE  b )
 {
        if ( ! b )
                return;
@@ -3089,7 +3585,7 @@ extern int isatty (int );
        b->yy_buffer_status = YY_BUFFER_NEW;
 
        if ( b == YY_CURRENT_BUFFER )
-               avm2__load_buffer_state( );
+               as3__load_buffer_state( );
 }
 
 /** Pushes the new state onto the stack. The new state becomes
@@ -3098,14 +3594,14 @@ extern int isatty (int );
  *  @param new_buffer The new state.
  *  
  */
-void avm2_push_buffer_state (YY_BUFFER_STATE new_buffer )
+void as3_push_buffer_state (YY_BUFFER_STATE new_buffer )
 {
        if (new_buffer == NULL)
                return;
 
-       avm2_ensure_buffer_stack();
+       as3_ensure_buffer_stack();
 
-       /* This block is copied from avm2__switch_to_buffer. */
+       /* This block is copied from as3__switch_to_buffer. */
        if ( YY_CURRENT_BUFFER )
                {
                /* Flush out information for old buffer. */
@@ -3119,8 +3615,8 @@ void avm2_push_buffer_state (YY_BUFFER_STATE new_buffer )
                (yy_buffer_stack_top)++;
        YY_CURRENT_BUFFER_LVALUE = new_buffer;
 
-       /* copied from avm2__switch_to_buffer. */
-       avm2__load_buffer_state( );
+       /* copied from as3__switch_to_buffer. */
+       as3__load_buffer_state( );
        (yy_did_buffer_switch_on_eof) = 1;
 }
 
@@ -3128,18 +3624,18 @@ void avm2_push_buffer_state (YY_BUFFER_STATE new_buffer )
  *  The next element becomes the new top.
  *  
  */
-void avm2_pop_buffer_state (void)
+void as3_pop_buffer_state (void)
 {
        if (!YY_CURRENT_BUFFER)
                return;
 
-       avm2__delete_buffer(YY_CURRENT_BUFFER );
+       as3__delete_buffer(YY_CURRENT_BUFFER );
        YY_CURRENT_BUFFER_LVALUE = NULL;
        if ((yy_buffer_stack_top) > 0)
                --(yy_buffer_stack_top);
 
        if (YY_CURRENT_BUFFER) {
-               avm2__load_buffer_state( );
+               as3__load_buffer_state( );
                (yy_did_buffer_switch_on_eof) = 1;
        }
 }
@@ -3147,7 +3643,7 @@ void avm2_pop_buffer_state (void)
 /* Allocates the stack if it does not exist.
  *  Guarantees space for at least one push.
  */
-static void avm2_ensure_buffer_stack (void)
+static void as3_ensure_buffer_stack (void)
 {
        int num_to_alloc;
     
@@ -3158,11 +3654,11 @@ static void avm2_ensure_buffer_stack (void)
                 * immediate realloc on the next call.
          */
                num_to_alloc = 1;
-               (yy_buffer_stack) = (struct yy_buffer_state**)avm2_alloc
+               (yy_buffer_stack) = (struct yy_buffer_state**)as3_alloc
                                                                (num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
-                       YY_FATAL_ERROR( "out of dynamic memory in avm2_ensure_buffer_stack()" );
+                       YY_FATAL_ERROR( "out of dynamic memory in as3_ensure_buffer_stack()" );
                                                                  
                memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
                                
@@ -3177,12 +3673,12 @@ static void avm2_ensure_buffer_stack (void)
                int grow_size = 8 /* arbitrary grow size */;
 
                num_to_alloc = (yy_buffer_stack_max) + grow_size;
-               (yy_buffer_stack) = (struct yy_buffer_state**)avm2_realloc
+               (yy_buffer_stack) = (struct yy_buffer_state**)as3_realloc
                                                                ((yy_buffer_stack),
                                                                num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
-                       YY_FATAL_ERROR( "out of dynamic memory in avm2_ensure_buffer_stack()" );
+                       YY_FATAL_ERROR( "out of dynamic memory in as3_ensure_buffer_stack()" );
 
                /* zero only the new slots.*/
                memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
@@ -3196,7 +3692,7 @@ static void avm2_ensure_buffer_stack (void)
  * 
  * @return the newly allocated buffer state object. 
  */
-YY_BUFFER_STATE avm2__scan_buffer  (char * base, yy_size_t  size )
+YY_BUFFER_STATE as3__scan_buffer  (char * base, yy_size_t  size )
 {
        YY_BUFFER_STATE b;
     
@@ -3206,9 +3702,9 @@ YY_BUFFER_STATE avm2__scan_buffer  (char * base, yy_size_t  size )
                /* They forgot to leave room for the EOB's. */
                return 0;
 
-       b = (YY_BUFFER_STATE) avm2_alloc(sizeof( struct yy_buffer_state )  );
+       b = (YY_BUFFER_STATE) as3_alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
-               YY_FATAL_ERROR( "out of dynamic memory in avm2__scan_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in as3__scan_buffer()" );
 
        b->yy_buf_size = size - 2;      /* "- 2" to take care of EOB's */
        b->yy_buf_pos = b->yy_ch_buf = base;
@@ -3220,33 +3716,33 @@ YY_BUFFER_STATE avm2__scan_buffer  (char * base, yy_size_t  size )
        b->yy_fill_buffer = 0;
        b->yy_buffer_status = YY_BUFFER_NEW;
 
-       avm2__switch_to_buffer(b  );
+       as3__switch_to_buffer(b  );
 
        return b;
 }
 
-/** Setup the input buffer state to scan a string. The next call to avm2_lex() will
+/** Setup the input buffer state to scan a string. The next call to as3_lex() will
  * scan from a @e copy of @a str.
  * @param yystr a NUL-terminated string to scan
  * 
  * @return the newly allocated buffer state object.
  * @note If you want to scan bytes that may contain NUL values, then use
- *       avm2__scan_bytes() instead.
+ *       as3__scan_bytes() instead.
  */
-YY_BUFFER_STATE avm2__scan_string (yyconst char * yystr )
+YY_BUFFER_STATE as3__scan_string (yyconst char * yystr )
 {
     
-       return avm2__scan_bytes(yystr,strlen(yystr) );
+       return as3__scan_bytes(yystr,strlen(yystr) );
 }
 
-/** Setup the input buffer state to scan the given bytes. The next call to avm2_lex() will
+/** Setup the input buffer state to scan the given bytes. The next call to as3_lex() will
  * scan from a @e copy of @a bytes.
  * @param bytes the byte buffer to scan
  * @param len the number of bytes in the buffer pointed to by @a bytes.
  * 
  * @return the newly allocated buffer state object.
  */
-YY_BUFFER_STATE avm2__scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
+YY_BUFFER_STATE as3__scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
 {
        YY_BUFFER_STATE b;
        char *buf;
@@ -3255,18 +3751,18 @@ YY_BUFFER_STATE avm2__scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
     
        /* Get memory for full buffer, including space for trailing EOB's. */
        n = _yybytes_len + 2;
-       buf = (char *) avm2_alloc(n  );
+       buf = (char *) as3_alloc(n  );
        if ( ! buf )
-               YY_FATAL_ERROR( "out of dynamic memory in avm2__scan_bytes()" );
+               YY_FATAL_ERROR( "out of dynamic memory in as3__scan_bytes()" );
 
        for ( i = 0; i < _yybytes_len; ++i )
                buf[i] = yybytes[i];
 
        buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
 
-       b = avm2__scan_buffer(buf,n );
+       b = as3__scan_buffer(buf,n );
        if ( ! b )
-               YY_FATAL_ERROR( "bad buffer in avm2__scan_bytes()" );
+               YY_FATAL_ERROR( "bad buffer in as3__scan_bytes()" );
 
        /* It's okay to grow etc. this buffer, and we should throw it
         * away when we're done.
@@ -3292,14 +3788,14 @@ static void yy_fatal_error (yyconst char* msg )
 #define yyless(n) \
        do \
                { \
-               /* Undo effects of setting up avm2_text. */ \
+               /* Undo effects of setting up as3_text. */ \
         int yyless_macro_arg = (n); \
         YY_LESS_LINENO(yyless_macro_arg);\
-               avm2_text[avm2_leng] = (yy_hold_char); \
-               (yy_c_buf_p) = avm2_text + yyless_macro_arg; \
+               as3_text[as3_leng] = (yy_hold_char); \
+               (yy_c_buf_p) = as3_text + yyless_macro_arg; \
                (yy_hold_char) = *(yy_c_buf_p); \
                *(yy_c_buf_p) = '\0'; \
-               avm2_leng = yyless_macro_arg; \
+               as3_leng = yyless_macro_arg; \
                } \
        while ( 0 )
 
@@ -3308,85 +3804,85 @@ static void yy_fatal_error (yyconst char* msg )
 /** Get the current line number.
  * 
  */
-int avm2_get_lineno  (void)
+int as3_get_lineno  (void)
 {
         
-    return avm2_lineno;
+    return as3_lineno;
 }
 
 /** Get the input stream.
  * 
  */
-FILE *avm2_get_in  (void)
+FILE *as3_get_in  (void)
 {
-        return avm2_in;
+        return as3_in;
 }
 
 /** Get the output stream.
  * 
  */
-FILE *avm2_get_out  (void)
+FILE *as3_get_out  (void)
 {
-        return avm2_out;
+        return as3_out;
 }
 
 /** Get the length of the current token.
  * 
  */
-int avm2_get_leng  (void)
+int as3_get_leng  (void)
 {
-        return avm2_leng;
+        return as3_leng;
 }
 
 /** Get the current token.
  * 
  */
 
-char *avm2_get_text  (void)
+char *as3_get_text  (void)
 {
-        return avm2_text;
+        return as3_text;
 }
 
 /** Set the current line number.
  * @param line_number
  * 
  */
-void avm2_set_lineno (int  line_number )
+void as3_set_lineno (int  line_number )
 {
     
-    avm2_lineno = line_number;
+    as3_lineno = line_number;
 }
 
 /** Set the input stream. This does not discard the current
  * input buffer.
  * @param in_str A readable stream.
  * 
- * @see avm2__switch_to_buffer
+ * @see as3__switch_to_buffer
  */
-void avm2_set_in (FILE *  in_str )
+void as3_set_in (FILE *  in_str )
 {
-        avm2_in = in_str ;
+        as3_in = in_str ;
 }
 
-void avm2_set_out (FILE *  out_str )
+void as3_set_out (FILE *  out_str )
 {
-        avm2_out = out_str ;
+        as3_out = out_str ;
 }
 
-int avm2_get_debug  (void)
+int as3_get_debug  (void)
 {
-        return avm2__flex_debug;
+        return as3__flex_debug;
 }
 
-void avm2_set_debug (int  bdebug )
+void as3_set_debug (int  bdebug )
 {
-        avm2__flex_debug = bdebug ;
+        as3__flex_debug = bdebug ;
 }
 
 static int yy_init_globals (void)
 {
         /* Initialization is the same as for the non-reentrant scanner.
-     * This function is called from avm2_lex_destroy(), so don't allocate here.
+     * This function is called from as3_lex_destroy(), so don't allocate here.
      */
 
     (yy_buffer_stack) = 0;
@@ -3398,36 +3894,36 @@ static int yy_init_globals (void)
 
 /* Defined in main.c */
 #ifdef YY_STDINIT
-    avm2_in = stdin;
-    avm2_out = stdout;
+    as3_in = stdin;
+    as3_out = stdout;
 #else
-    avm2_in = (FILE *) 0;
-    avm2_out = (FILE *) 0;
+    as3_in = (FILE *) 0;
+    as3_out = (FILE *) 0;
 #endif
 
     /* For future reference: Set errno on error, since we are called by
-     * avm2_lex_init()
+     * as3_lex_init()
      */
     return 0;
 }
 
-/* avm2_lex_destroy is for both reentrant and non-reentrant scanners. */
-int avm2_lex_destroy  (void)
+/* as3_lex_destroy is for both reentrant and non-reentrant scanners. */
+int as3_lex_destroy  (void)
 {
     
     /* Pop the buffer stack, destroying each element. */
        while(YY_CURRENT_BUFFER){
-               avm2__delete_buffer(YY_CURRENT_BUFFER  );
+               as3__delete_buffer(YY_CURRENT_BUFFER  );
                YY_CURRENT_BUFFER_LVALUE = NULL;
-               avm2_pop_buffer_state();
+               as3_pop_buffer_state();
        }
 
        /* Destroy the stack itself. */
-       avm2_free((yy_buffer_stack) );
+       as3_free((yy_buffer_stack) );
        (yy_buffer_stack) = NULL;
 
     /* Reset the globals. This is important in a non-reentrant scanner so the next time
-     * avm2_lex() is called, initialization will occur. */
+     * as3_lex() is called, initialization will occur. */
     yy_init_globals( );
 
     return 0;
@@ -3457,12 +3953,12 @@ static int yy_flex_strlen (yyconst char * s )
 }
 #endif
 
-void *avm2_alloc (yy_size_t  size )
+void *as3_alloc (yy_size_t  size )
 {
        return (void *) malloc( size );
 }
 
-void *avm2_realloc  (void * ptr, yy_size_t  size )
+void *as3_realloc  (void * ptr, yy_size_t  size )
 {
        /* The cast to (char *) in the following accommodates both
         * implementations that use char* generic pointers, and those
@@ -3474,31 +3970,68 @@ void *avm2_realloc  (void * ptr, yy_size_t  size )
        return (void *) realloc( (char *) ptr, size );
 }
 
-void avm2_free (void * ptr )
+void as3_free (void * ptr )
 {
-       free( (char *) ptr );   /* see avm2_realloc() for (char *) cast */
+       free( (char *) ptr );   /* see as3_realloc() for (char *) cast */
 }
 
 #define YYTABLES_NAME "yytables"
 
-#line 659 "tokenizer.lex"
+#line 707 "tokenizer.lex"
 
 
 
-int avm2_wrap()
+int as3_wrap()
 {
     return 1;
 }
 
+static int tokenerror()
+{
+    char c1=as3_text[0];
+    char buf[128];
+    buf[0] = as3_text[0];
+    int t;
+    for(t=1;t<128;t++) {
+        char c = buf[t]=input();
+        if(c=='\n' || c==EOF)  {
+            buf[t] = 0;
+            break;
+        }
+    }
+    if(c1>='0' && c1<='9')
+        syntaxerror("syntax error: %s (identifiers must not start with a digit)");
+    else
+        syntaxerror("syntax error [%d]: %s", (yy_start-1)/2, buf);
+    printf("\n");
+    exit(1);
+    yyterminate();
+}
+
+
 static char mbuf[256];
 char*token2string(enum yytokentype nr, YYSTYPE v)
 {
-    if(nr==T_STRING)     return "<string>";
+    if(nr==T_STRING) {
+        char*s = malloc(v.str.len+10);
+        strcpy(s, "<string>");
+        memcpy(s+8, v.str.str, v.str.len);
+        sprintf(s+8+v.str.len, " (%d bytes)", v.str.len);
+        return s;
+    }
+    else if(nr==T_REGEXP) {
+        char*s = malloc(strlen(v.regexp.pattern)+10);
+        sprintf(s, "<regexp>%s", v.regexp.pattern);
+        return s;
+    }
+    else if(nr==T_IDENTIFIER) {
+        char*s = malloc(strlen(v.id)+10);
+        sprintf(s, "<ID>%s", v.id);
+        return s;
+    }
     else if(nr==T_INT)     return "<int>";
     else if(nr==T_UINT)     return "<uint>";
-    else if(nr==T_BYTE)     return "<byte>";
     else if(nr==T_FLOAT)     return "<float>";
-    else if(nr==T_REGEXP)     return "REGEXP";
     else if(nr==T_EOF)        return "***END***";
     else if(nr==T_GE)         return ">=";
     else if(nr==T_LE)         return "<=";
@@ -3537,16 +4070,37 @@ char*token2string(enum yytokentype nr, YYSTYPE v)
     else if(nr==KW_VAR)        return "var";
     else if(nr==KW_IS)         return "is";
     else if(nr==KW_AS)         return "as";
-    else if(nr==T_IDENTIFIER)  return "ID";
     else {
         sprintf(mbuf, "%d", nr);
         return mbuf;
     }
 }
 
+void tokenizer_begin_xml()
+{
+    dbg("begin reading xml");
+    BEGIN(XML);
+}
+void tokenizer_begin_xmltext()
+{
+    dbg("begin reading xml text");
+    BEGIN(XMLTEXT);
+}
+void tokenizer_end_xmltext()
+{
+    dbg("end reading xml text");
+    BEGIN(XML);
+}
+void tokenizer_end_xml()
+{
+    dbg("end reading xml");
+    BEGIN(DEFAULT);
+}
+
 void initialize_scanner()
 {
     BEGIN(BEGINNING);
 }
 
 
+