added rollbacking functionality to trier (for namespaces)
[swftools.git] / lib / as3 / tokenizer.yy.c
index 3e02c8e..86a1539 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 111
+#define YY_END_OF_BUFFER 112
 /* This struct is not used in this scanner,
    but its presence is necessary. */
 struct yy_trans_info
@@ -388,726 +388,921 @@ 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[512] =
     {   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,  112,  110,   16,   16,
+      108,  110,  108,  108,  108,  110,  108,  109,  107,  108,
+      108,   55,  108,  110,  110,  110,   57,  108,  108,  108,
+      106,  107,  108,  106,  106,  106,  106,  106,  106,  106,
+      106,  106,  106,  106,  106,  106,  106,  106,  106,  106,
+       14,  108,  107,  110,  106,  108,  108,   55,  108,  110,
+      110,  110,   13,   32,    0,    6,    0,  106,   44,   30,
+        0,    0,   45,   39,   40,   38,   42,   54,    0,    3,
+        0,   43,   19,   19,    0,    0,    0,    0,   56,    0,
+       50,   37,   35,   36,   52,    0,  106,    0,   41,  105,
+
+      106,  106,  106,  106,  106,   27,  106,  106,  106,  106,
+      106,  106,  106,  106,  106,  104,  106,  103,  102,  106,
+      106,  106,  106,  106,  106,  106,  106,  106,  106,  106,
+      106,  106,  106,  106,  106,  106,  106,  106,  106,  106,
+       46,   31,    0,  103,    0,    0,    0,    0,    0,    3,
+        8,   43,    0,   11,   11,    0,    0,    0,   33,  106,
+       53,   20,    0,    0,    0,    0,    0,    1,    0,    0,
+        0,    0,    0,    0,   48,   34,   47,   51,    0,    0,
+        0,    0,    0,  106,  106,  106,  106,  106,  106,  106,
+      106,  106,  106,  106,  106,  106,   26,  106,   98,  106,
+
+      106,  106,  106,  106,   97,  106,  106,  106,  106,  106,
+      106,  106,   99,  106,  106,  106,  106,  106,  101,  106,
+      106,   96,  100,  106,  106,  106,   15,  106,    0,   11,
+       11,    0,    0,   12,    8,    0,    0,    0,    8,    0,
+        8,    8,    0,    0,    0,    0,    0,    0,    0,    2,
+        0,   18,    0,   17,   17,    0,    0,   49,    0,    0,
+        0,    0,  106,   94,  106,  106,  106,  106,  106,  106,
+      106,   89,   93,  106,  106,  106,  106,  106,  106,  106,
+      106,  106,  106,   92,  106,  106,  106,  106,  106,  106,
+      106,  106,  106,  106,   91,  106,  106,   90,  106,   95,
+
+      106,   12,    0,    0,    0,    0,    8,    0,    8,    0,
+        0,    2,    0,    8,    8,   10,    0,    9,    9,    0,
+        2,   21,    0,   23,    0,    0,    0,   87,   84,   82,
+       83,  106,  106,  106,  106,  106,   86,   85,  106,  106,
+      106,  106,  106,  106,  106,  106,  106,  106,  106,  106,
+      106,  106,   88,  106,   81,  106,  106,   28,  106,   10,
+        0,    9,    9,    0,    0,    2,    0,    8,    8,    0,
+       22,    0,    0,  106,  106,   74,  106,  106,  106,  106,
+      106,   79,  106,  106,  106,  106,   77,  106,  106,  106,
+      106,   76,   75,   78,   29,   80,  106,  106,    8,    0,
+
+        0,    0,  106,   69,   72,   73,   68,  106,  106,  106,
+      106,  106,  106,  106,   70,   71,  106,  106,  106,    8,
+        0,    0,   24,   64,   67,  106,  106,  106,   66,  106,
+       65,  106,  106,    0,    0,   25,  106,  106,   60,   61,
+       62,   63,    0,    0,    0,    0,    0,    0,   59,   58,
+        0,    5,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    5,    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,    7,    0,   23,    5,   23,   23,    0,    0,
+        0,    7,    0,   22,    5,   22,   22,    0,    0,    0,
+
+        0,    0,   24,    5,   24,   24,   25,    5,   25,   25,
+        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,   28,   28,   28,
+       28,   28,   28,   31,   28,   28,   28,   28,   28,   28,
+       32,   33,   34,   35,   36,    8,   37,   38,   39,   40,
+
+       41,   42,   43,   44,   45,   28,   46,   47,   48,   49,
+       50,   51,   28,   52,   53,   54,   55,   56,   57,   58,
+       59,   28,   60,   61,   62,   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,   63,    8,    8,    8,
+       64,    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,   65,    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[66] =
     {   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,    4,    4,    4,    7,    7,    7,    7,
+        7,    4,    8,    4,    4,    9,    7,    7,    7,    7,
+       10,    7,    7,    7,    7,    7,    7,    7,    7,    7,
+        7,    7,    7,    7,    7,    7,    7,   11,    7,    4,
+        4,    4,    4,    4,    4
     } ;
 
-static yyconst flex_int16_t yy_base[495] =
+static yyconst flex_int16_t yy_base[545] =
     {   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,  530,   50,   57,   64,   71,  572, 2984, 2984, 2984,
+      545,   87,    0,  543,  556,   85, 2984, 2984,  539,   79,
+       81,   87,   96,  104,  109,  114,  526,  113,  521,   74,
+      137, 2984,  516,  154,  166,  176,  145,   96,  138,  150,
+      161,  165,  180,  182,  194,  201,  202,  210,  114,  225,
+     2984,   87, 2984,  470,  229,  265,  271,  277,  285,  285,
+      291,  299, 2984,  505,  116, 2984,  525,    0, 2984, 2984,
+      132,  523, 2984, 2984, 2984, 2984, 2984,  507,  294,  326,
+      110, 2984, 2984,  303,  332,  316,  501,  465, 2984,  481,
+      483, 2984,  476, 2984,  127,  356,  126,  360, 2984,  203,
+
+      330,  331,  319,  339,  345,  346,  354,  360,  361,  368,
+      369,  383,  384,  388,  392,  403,  404,  410,  411,  419,
+      415,  431,  433,  438,  439,  453,  445,  457,  459,  465,
+      473,  477,  484,  485,  500,  501,  507,  508,  515,  519,
+     2984, 2984,  434,  524,  326,  561,  566,  569,  261,  593,
+      624,  289,  390, 2984,  579,  666,  406,  475, 2984,    0,
+     2984, 2984,  602,  628,  689,  468,  218, 2984,  593,  601,
+      724,  789,  439,  420, 2984, 2984, 2984,  399,  853,  362,
+      344,  318,  330,  588,  599,  600,  648,  652,  663,  822,
+      672,  823,  824,  838,  831,  839,  840,  855,  854,  861,
+
+      862,  876,  877,  883,  882,  884,  888,  899,  900,  904,
+      905,  916,  920,  922,  927,  928,  936,  943,  942,  944,
+      958,  950,  951,  966,  965,  967, 2984,  972, 1003, 2984,
+     1006,  423,  354, 2984,    0, 1030, 1035, 1054,  351, 1063,
+        0, 1078, 1020, 1031, 1137, 1202,  175, 1073, 1267,  336,
+     1272, 2984,    0, 2984,    0,  290,  309, 2984,    0,  282,
+      288,  286, 1033, 1034, 1048, 1242, 1243, 1054, 1251, 1257,
+     1262, 1053, 1266, 1268, 1282, 1277, 1283, 1284, 1289, 1298,
+     1303, 1307, 1309, 1314, 1321, 1325, 1329, 1333, 1340, 1341,
+     1347, 1349, 1361, 1365, 1366, 1367, 1381, 1382, 1383, 1388,
+
+     1389, 2984, 1420, 1425, 1466, 1531,    0, 1594, 1627, 1692,
+     1697,  283, 1702, 1735,    0, 2984,    0, 2984,    0, 1597,
+     2984, 2984,  274, 2984,    0,  230,  227, 1406, 1412, 1413,
+     1567, 1571, 1672, 1673, 1681, 1764, 1765, 1766, 1772, 1773,
+     1781, 1787, 1796, 1802, 1807, 1813, 1818, 1819, 1825, 1837,
+     1830, 1844, 1845, 1849, 1851, 1860, 1866, 1867, 1868, 2984,
+        0, 2984,    0, 1918, 1923,    0, 1928,    0,    0,  237,
+     2984,  228,  223, 1898, 1912, 1907, 1913, 1918, 1927, 1932,
+     1943, 1938, 1944, 1950, 1952, 1958, 1959, 1964, 1966, 1978,
+     1973, 1984, 1985, 1989, 1993, 2000, 2004, 2005,  226,  216,
+
+      184,    0, 2019, 2011, 2012, 2020, 2026, 2028, 2034, 2045,
+     2050, 2043, 2057, 2061, 2062, 2066, 2073, 2078, 2127,  182,
+      164,    0, 2984, 2087, 2089, 2096, 2098, 2110, 2105, 2112,
+     2119, 2121, 2133, 2182,  140, 2984, 2128, 2151, 2145, 2153,
+     2159, 2160,  654,  464, 2210, 2214,  113,   94, 2183, 2184,
+      712, 1620, 1803, 2221,  472, 2233,  100,  172, 2237, 2243,
+     2256, 2248, 2261, 2270, 2275, 2280, 2288, 2292, 2296, 2300,
+      190, 2304, 2343,   98, 2347, 2352, 2356, 2360, 2393, 2371,
+     2375, 2379, 2984,  199, 2364, 2383, 2387, 2427, 2458, 2431,
+     2439,   62,  239, 2435, 2443, 2447, 2492, 2496, 2500, 2504,
+
+     2548, 2613, 2508, 2512, 2522, 2526, 2534, 2540, 2573, 2582,
+     2984, 2678, 2683, 2694, 2705, 2715, 2726, 2737, 2743, 2754,
+     2764, 2775, 2782, 2793, 2804, 2814, 2821, 2832, 2843, 2849,
+     2854, 2865, 2876, 2887, 2892, 2903, 2908, 2913, 2918, 2929,
+     2939, 2950, 2961, 2972
     } ;
 
-static yyconst flex_int16_t yy_def[495] =
+static yyconst flex_int16_t yy_def[545] =
     {   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
-
+      511,    1,    1,    1,    1,    1,  511,  511,  511,  511,
+      511,  512,  513,  511,  511,  514,  511,  511,  511,  511,
+      511,  511,  511,  515,  515,  515,  511,  511,  511,  511,
+      516,  511,  511,  516,  516,  516,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+      511,  511,  511,  511,   36,  511,  511,  511,  517,  518,
+      518,  518,  511,  511,  512,  511,  512,  519,  511,  511,
+      514,  514,  511,  511,  511,  511,  511,  511,  520,  521,
+      522,  511,  511,  520,  515,  511,  523,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,   36,  511,  511,   36,
+
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+      511,  511,  511,   36,  511,  524,  524,  525,  517,  526,
+      522,  517,  517,  511,  525,  518,  511,  527,  511,  519,
+      511,  511,  521,  521,  528,  511,  522,  511,  520,  520,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,  511,   36,  529,  511,
+      529,  511,  530,  511,  531,  526,  526,  532,  531,  526,
+      151,  517,  525,  525,  511,  511,  533,  521,  528,  511,
+      521,  511,  171,  511,  171,  511,  511,  511,  534,  511,
+      511,  511,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+
+       36,  511,  529,  529,  511,  511,  531,  535,  511,  526,
+      532,  531,  526,  511,  242,  511,  245,  511,  245,  521,
+      511,  511,  511,  511,  536,  511,  511,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,  511,
+      305,  511,  305,  526,  526,  531,  526,  309,  314,  511,
+      511,  511,  511,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,  242,  511,
+
+      511,  537,   36,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,   36,   36,   36,   36,   36,   36,  309,
+      511,  538,  511,   36,   36,   36,   36,   36,   36,   36,
+       36,   36,   36,  539,  540,  511,   36,   36,   36,   36,
+       36,   36,  541,  542,  543,  541,  540,  540,   36,   36,
+      511,  511,  541,  541,  542,  511,  542,  544,  544,  543,
+      543,  541,  543,  511,  511,  541,  541,  541,  541,  541,
+      540,  511,  511,  544,  511,  511,  541,  544,  541,  541,
+      541,  541,  511,  540,  511,  511,  541,  541,  541,  541,
+      541,  540,  540,  511,  511,  541,  541,  541,  541,  541,
+
+      541,  541,  511,  511,  541,  541,  511,  511,  541,  541,
+        0,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511
     } ;
 
-static yyconst flex_int16_t yy_nxt[2240] =
+static yyconst flex_int16_t yy_nxt[3050] =
     {   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
+        8,    9,   10,    9,    9,   11,   12,    8,   13,   14,
+       15,   16,   17,   18,   19,   20,   21,   22,   23,   24,
+       25,   26,   27,   28,   29,   30,   31,   31,   31,   31,
+       31,   17,    8,   32,   33,   31,   34,   35,   36,   37,
+       38,   39,   40,   31,   41,   31,   31,   31,   42,   43,
+       44,   45,   46,   47,   48,   49,   50,   31,   31,   51,
+       52,   53,    8,    8,   54,   56,   57,   58,   59,   60,
+       61,   62,   56,   57,   58,   59,   60,   61,   62,   56,
+       57,   58,   59,   60,   61,   62,   56,   57,   58,   59,
+       60,   61,   62,   66,   74,  448,   66,   76,   94,   95,
+
+      458,   55,  455,   75,   78,   77,   79,   79,   79,   63,
+       80,  141,  168,  168,   81,   55,   63,   72,   90,   67,
+       82,   84,   66,   85,   85,   85,   84,  471,   85,   85,
+       85,   84,  108,   85,   85,   85,   91,   92,   96,   96,
+       96,   96,  109,   66,   86,   97,  448,  142,   67,   86,
+      137,  177,  178,  110,   86,   96,   96,   96,   96,   98,
+       97,   87,   97,  138,   72,   88,  511,   96,   96,   96,
+       96,  511,   97,  448,  111,   97,   98,   96,   96,   96,
+       96,   97,  112,  456,   97,  105,   97,  113,   98,  320,
+      115,   97,  114,  321,  106,  435,   97,   97,   98,   97,
+
+      166,  120,  116,  107,  474,  121,  100,   97,  117,  118,
+       97,   97,  102,  119,   97,  483,   97,  101,  124,  122,
+      168,  168,  103,  484,  492,  104,   97,  422,   97,   97,
+       97,   97,  493,  125,  127,  123,  126,   97,   97,   97,
+       97,  128,  421,   97,  420,  132,   97,   97,   97,   97,
+       97,   97,   97,  133,  129,  130,   97,  131,  135,   97,
+      134,   97,  136,  402,  492,   97,  401,  400,  139,  140,
+      116,   97,  471,  373,   97,   97,  117,  144,   97,  235,
+       74,  119,  145,  372,  146,  147,  147,   76,  145,   75,
+      146,  147,  147,  153,   78,   77,  148,  148,  148,  150,
+
+      370,  251,  155,  151,  156,  156,  156,  235,  155,  152,
+      156,  156,  156,   79,   79,   79,  155,  153,  156,  156,
+      156,  153,  169,  169,  169,  157,  163,  163,  163,  163,
+      327,  157,  326,  325,   86,  170,  170,  170,  323,  157,
+      165,  322,  158,   86,  166,  229,  229,  229,  511,   84,
+       88,   85,   85,   85,  251,  187,  511,   96,   96,   96,
+       96,  179,  179,  179,  179,   97,   97,   97,   97,  251,
+      184,  305,   86,  262,  261,   97,   97,   97,   98,   97,
+       97,   97,   97,  185,  186,   97,  189,  188,   97,  511,
+       97,  190,   97,  260,   97,   97,   97,   97,  192,  180,
+
+       97,  181,  191,   97,   97,   97,   97,   97,  242,   97,
+       97,  259,  182,  193,   97,  195,  183,   97,   97,   97,
+       97,  194,  153,  258,   97,  244,  244,  244,   97,   97,
+       97,  196,   97,   97,   97,  197,  198,   97,   97,   97,
+       97,   97,  304,  304,  304,  199,   97,   97,  257,   97,
+       97,   97,   97,   97,  200,   97,   97,   97,  256,   97,
+       97,   97,  201,  202,   97,   97,  203,   97,   97,   97,
+      456,  205,  204,  207,   97,   97,  208,  206,  456,   97,
+       97,   97,   97,  209,   97,   97,  251,   97,  210,   97,
+      211,   97,  245,   97,   97,  214,  457,  227,  212,   97,
+
+      176,   97,   97,   97,  457,   97,   97,  175,   97,   97,
+      213,   97,  174,   97,   97,  215,  173,  216,  171,   97,
+       97,   97,   97,   97,  161,   71,   97,   65,  217,  159,
+       97,   97,  143,   97,   97,  220,   97,   97,  218,  221,
+       99,  222,  219,   97,   97,   93,   97,   97,   89,   97,
+       97,   97,  224,   97,   97,   97,   97,   97,  223,  225,
+       97,   97,  228,   73,   97,   97,   70,   69,   97,   64,
+       97,  511,  226,   97,   55,  511,  201,  202,  231,  511,
+      147,  147,  147,  231,  511,  147,  147,  147,  148,  148,
+      148,  511,  511,  236,  236,  163,  236,  511,  243,  243,
+
+      243,  232,  163,  163,  163,  163,  232,  238,  511,  157,
+      511,  239,  169,  169,  169,  511,  247,  511,  233,  157,
+      170,  170,  170,  511,  263,  240,  168,  168,  163,  163,
+      163,  163,  511,   86,   97,   97,   97,   97,  265,  264,
+      511,  511,  247,  511,  511,   97,   97,  511,   97,   97,
+      241,  241,  241,  241,  241,  451,  452,  451,  453,  511,
+      241,  241,  241,  241,  241,  241,  241,  241,  241,  241,
+      241,  241,  241,  241,  241,  241,  241,  241,  241,  241,
+      241,  241,  241,  155,   97,  156,  156,  156,   97,  248,
+      248,  248,  248,  511,   97,  511,  511,   97,   97,  269,
+
+      266,   97,  511,  249,  267,  268,  157,  250,  271,   97,
+      511,  511,   97,  451,  452,  451,  451,  511,   97,  511,
+      511,   97,  511,  511,  252,  252,  252,  252,  252,  252,
+      252,  252,  252,  252,  252,  252,  252,  252,  252,  252,
+      252,  252,  252,  253,  253,  253,  252,  252,  252,  252,
+      253,  253,  253,  253,  253,  252,  511,  252,  252,  511,
+      253,  253,  253,  253,  253,  253,  253,  253,  253,  253,
+      253,  253,  253,  253,  253,  253,  253,  253,  253,  253,
+      253,  253,  253,  252,  252,  252,  252,  252,  252,  254,
+      254,  254,  254,  254,  254,  254,  254,  254,  254,  254,
+
+      254,  254,  254,  254,  254,  254,  255,  254,  172,  172,
+      172,  254,  254,  254,  254,  172,  172,  172,  172,  172,
+      254,  511,  254,  254,  511,  172,  172,  172,  172,  172,
+      172,  172,  172,  172,  172,  172,  172,  172,  172,  172,
+      172,  172,  172,  172,  172,  172,  172,  172,  254,  254,
+      254,  254,  254,  254,  179,  179,  179,  179,   97,   97,
+       97,  511,  270,  511,  273,  511,  272,   97,   97,   97,
+       97,   97,   97,   97,   97,  276,   97,   97,  274,  511,
+       97,  511,  511,  275,   97,   97,   97,   97,   97,   97,
+       97,   97,  180,  277,  181,  511,  511,   97,   97,  511,
+
+       97,   97,  511,   97,   97,  182,  511,  278,   97,  183,
+      279,   97,   97,   97,  511,  280,  281,  282,   97,   97,
+       97,  511,   97,   97,   97,   97,   97,  283,   97,   97,
+      284,   97,   97,   97,   97,   97,   97,   97,  511,  285,
+       97,   97,  511,  511,  286,   97,   97,  511,   97,   97,
+       97,  289,   97,   97,   97,  287,   97,  288,   97,  511,
+      511,  511,   97,   97,   97,   97,   97,  292,   97,   97,
+      290,   97,   97,   97,   97,  291,   97,   97,   97,   97,
+       97,  293,   97,  295,  296,  294,   97,   97,   97,   97,
+       97,   97,   97,   97,   97,  511,   97,   97,  297,   97,
+
+       97,   97,   97,   97,   97,  298,  511,   97,   97,  511,
+      300,  299,   97,   97,   97,   97,   97,  511,  301,  511,
+      511,   97,  229,  229,  229,  303,  303,  303,  511,  511,
+      236,  236,  163,  236,  511,  236,  236,  163,  236,  243,
+      243,  243,  511,  232,  308,  511,  232,  511,  309,  308,
+      244,  244,  244,  309,  310,  310,  248,  310,  511,  511,
+      157,  511,  240,  236,  236,  163,  236,  240,  311,   97,
+       97,  511,  312,  163,  163,  163,  163,  308,  328,   97,
+       97,  314,   97,   97,   97,  511,  313,  247,  511,   97,
+       97,  329,  511,  511,   97,  240,  235,   97,  332,   97,
+
+       97,  511,   97,   97,  315,  315,  315,  315,  315,  511,
+      153,  511,  511,  511,  315,  315,  315,  315,  315,  315,
+      315,  315,  315,  315,  315,  315,  315,  315,  315,  315,
+      315,  315,  315,  315,  315,  315,  315,  316,  316,  316,
+      316,  316,  316,  316,  316,  316,  316,  316,  316,  316,
+      316,  316,  316,  316,  316,  316,  317,  317,  317,  316,
+      316,  316,  316,  317,  317,  317,  317,  317,  316,  511,
+      316,  316,  511,  317,  317,  317,  317,  317,  317,  317,
+      317,  317,  317,  317,  317,  317,  317,  317,  317,  317,
+      317,  317,  317,  317,  317,  317,  316,  316,  316,  316,
+
+      316,  316,  318,  318,  318,  318,  318,  318,  318,  318,
+      318,  318,  318,  318,  318,  318,  318,  318,  318,  319,
+      318,  246,  246,  246,  318,  318,  318,  318,  246,  246,
+      246,  246,  246,  318,  511,  318,  318,  511,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  318,  318,  318,  318,  318,  318,  248,  248,  248,
+      248,  511,  163,  163,  163,  163,  511,  511,   97,   97,
+      511,  249,  511,  511,  511,  250,  247,   97,   97,   97,
+      166,   97,   97,   97,  330,  511,  331,   97,   97,  511,
+
+       97,  511,   97,   97,   97,  333,   97,  511,   97,  335,
+      334,   97,   97,   97,   97,   97,  336,   97,   97,   97,
+       97,  511,  337,  338,  340,   97,   97,  511,   97,   97,
+       97,   97,   97,   97,  342,   97,  339,  511,   97,   97,
+      341,  511,  511,   97,   97,   97,  511,   97,  511,   97,
+       97,  511,   97,   97,  343,   97,   97,   97,   97,  344,
+       97,  347,  511,   97,  345,  348,  511,   97,  511,   97,
+       97,   97,  346,  349,   97,   97,   97,   97,   97,   97,
+      511,  511,   97,   97,  350,   97,   97,   97,  511,   97,
+       97,  352,  351,   97,  511,   97,   97,   97,   97,  354,
+
+      353,   97,   97,   97,  511,  511,  511,   97,  511,  511,
+       97,   97,   97,   97,   97,   97,  356,   97,   97,   97,
+      511,  355,  357,  358,   97,   97,  511,   97,   97,   97,
+       97,   97,   97,  511,   97,   97,  511,   97,   97,  303,
+      303,  303,   97,  359,  304,  304,  304,  511,   97,   97,
+      511,  511,   97,  511,  511,   97,  511,  511,   97,   97,
+      232,   97,   97,  511,  511,  511,  360,  360,  360,  360,
+      360,  360,  360,  360,  360,  360,  360,  360,  360,  360,
+      360,  360,  360,  360,  360,  361,  361,  361,  360,  360,
+      360,  360,  361,  361,  361,  361,  361,  360,  511,  360,
+
+      360,  511,  361,  361,  361,  361,  361,  361,  361,  361,
+      361,  361,  361,  361,  361,  361,  361,  361,  361,  361,
+      361,  361,  361,  361,  361,  360,  360,  360,  360,  360,
+      360,  362,  362,  362,  362,  362,  362,  362,  362,  362,
+      362,  362,  362,  362,  362,  362,  362,  362,  363,  362,
+      306,  306,  306,  362,  362,  362,  362,  306,  306,  306,
+      306,  306,  362,  511,  362,  362,  511,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      362,  362,  362,  362,  362,  362,  251,  163,  163,  163,
+
+      163,  511,  511,   97,  511,  511,  511,   97,  365,  511,
+      511,  247,  366,   97,  511,  250,   97,   97,  511,  374,
+       97,  451,  452,  451,  451,  511,  367,  163,  163,  163,
+      163,  164,  164,  164,  164,  164,  164,  164,  164,  164,
+      164,  247,  164,  164,  164,  164,  164,  164,  164,  164,
+      164,  164,  164,  368,  368,  368,  368,  368,  164,  164,
+      164,  164,  164,  368,  368,  368,  368,  368,  368,  368,
+      368,  368,  368,  368,  368,  368,  368,  368,  368,  368,
+      368,  368,  368,  368,  368,  368,  164,  164,  164,  164,
+      164,  164,  236,  236,  163,  236,  511,  310,  310,  248,
+
+      310,  511,  236,  236,  163,  236,  308,  511,   97,   97,
+      309,  311,  511,  376,  511,  312,  308,   97,  375,   97,
+      314,   97,   97,  511,  240,  377,  511,   97,  511,  313,
+       97,  511,  511,  511,  240,  236,  236,  163,  236,  237,
+      237,  237,  237,  237,  237,  237,  237,  237,  237,  308,
+      237,  237,  237,  309,  237,  237,  237,  237,  237,  237,
+      237,  369,  369,  369,  369,  369,  237,  240,  237,  237,
+      237,  369,  369,  369,  369,  369,  369,  369,  369,  369,
+      369,  369,  369,  369,  369,  369,  369,  369,  369,  369,
+      369,  369,  369,  369,  237,  237,  237,  237,  237,  237,
+
+       97,   97,   97,  378,  451,  452,  451,  453,   97,   97,
+       97,   97,  379,   97,   97,   97,  380,   97,   97,   97,
+      381,   97,   97,   97,  511,  511,  511,   97,  511,  511,
+       97,  511,   97,   97,  382,  383,   97,  384,   97,  511,
+      511,  511,   97,   97,  385,   97,  511,  387,   97,   97,
+      511,   97,  386,   97,   97,   97,   97,  388,  511,   97,
+      389,   97,   97,  391,   97,   97,   97,   97,   97,  511,
+      511,   97,  390,   97,   97,  392,   97,  511,  393,   97,
+       97,   97,  394,   97,  511,   97,   97,   97,  511,  511,
+       97,   97,  395,   97,   97,   97,   97,   97,   97,  511,
+
+       97,  396,   97,   97,   97,  511,   97,  398,  511,   97,
+      397,  511,   97,   97,   97,   97,   97,   97,  236,  236,
+      163,  236,  511,  236,  236,  163,  236,  511,  236,  236,
+      163,  236,  308,  511,   97,  511,  239,  308,  511,  511,
+      511,  312,  308,   97,   97,  511,  399,   97,   97,   97,
+      240,  405,  403,   97,   97,  240,   97,  511,   97,   97,
+      240,   97,   97,   97,   97,  404,  511,   97,   97,  511,
+      406,  511,  511,   97,   97,  511,   97,  511,   97,   97,
+       97,  408,  410,  409,   97,  407,  411,   97,  412,   97,
+       97,  511,   97,   97,  413,   97,   97,  511,   97,   97,
+
+       97,   97,   97,  414,   97,   97,  415,   97,   97,   97,
+       97,  511,   97,   97,   97,   97,  511,  511,  416,   97,
+       97,   97,   97,  511,   97,   97,  417,   97,  511,   97,
+       97,   97,  511,   97,   97,   97,   97,  511,   97,   97,
+       97,   97,   97,  511,  511,  419,   97,   97,   97,   97,
+       97,   97,  418,   97,   97,   97,   97,   97,   97,  424,
+       97,   97,   97,  511,   97,   97,   97,  511,   97,   97,
+       97,  511,   97,  511,   97,   97,  425,   97,  511,   97,
+       97,   97,  426,   97,  511,  427,   97,  511,  428,  429,
+      511,   97,   97,   97,   97,  430,   97,   97,   97,   97,
+
+      511,  431,   97,   97,  511,  511,   97,   97,   97,   97,
+       97,   97,   97,  432,   97,   97,  511,  511,  433,   97,
+      511,  511,   97,   97,   97,   97,  511,   97,  434,  434,
+      434,  434,   97,   97,   97,   97,   97,  511,   97,  511,
+      511,   97,   97,  511,   97,   97,   97,  438,   97,  437,
+      439,   97,  440,  511,   97,   97,   97,   97,   97,   97,
+      441,   97,  511,   97,   97,   97,  511,   97,   97,   97,
+       97,  511,  442,   97,   97,  511,   97,   97,  511,   97,
+      449,   97,   97,  434,  434,  434,  434,   97,  444,   97,
+      511,   97,  450,  445,   97,   97,   97,   97,  511,   97,
+
+       97,  511,   97,  511,  446,   97,   97,  511,   97,   97,
+      458,  459,  452,  459,  460,  464,  465,  464,  466,   97,
+       97,  462,  451,  452,  451,  453,  511,  511,  511,   97,
+       97,  511,   97,   97,  472,  473,  472,  472,  459,  452,
+      459,  459,  463,  458,  459,  452,  459,  460,  456,  475,
+      476,  475,  477,  467,  462,  468,  458,  459,  452,  459,
+      460,  458,  459,  478,  459,  460,  469,  462,  511,  474,
+      470,  464,  465,  464,  464,  463,  464,  465,  464,  464,
+      511,  464,  465,  464,  466,  511,  511,  511,  463,  451,
+      452,  451,  453,  451,  452,  451,  453,  451,  452,  451,
+
+      453,  451,  452,  451,  453,  472,  473,  472,  472,  180,
+      511,  181,  511,  511,  180,  511,  181,  511,  511,  467,
+      511,  468,  182,  511,  511,  511,  183,  182,  511,  511,
+      511,  183,  469,  511,  511,  511,  470,  479,  511,  511,
+      511,  480,  511,  482,  472,  473,  472,  472,  475,  476,
+      475,  475,  481,  475,  476,  475,  475,  475,  476,  475,
+      477,  459,  452,  459,  459,  451,  452,  451,  451,  511,
+      511,  456,  451,  452,  451,  453,  451,  452,  451,  453,
+      451,  452,  451,  453,  451,  452,  451,  451,  451,  452,
+      451,  453,  474,  324,  485,  486,  485,  487,  488,  488,
+
+      488,  488,  488,  488,  488,  488,  488,  488,  488,  488,
+      488,  488,  511,  511,  511,  488,  488,  488,  488,  490,
+      511,  511,  489,  491,  488,  511,  488,  488,  451,  452,
+      451,  453,  451,  452,  451,  453,  451,  452,  451,  451,
+      451,  452,  451,  453,  451,  452,  451,  451,  451,  452,
+      451,  453,  488,  488,  488,  488,  488,  488,  371,  494,
+      495,  494,  496,  497,  497,  497,  497,  497,  497,  497,
+      497,  497,  497,  497,  497,  497,  497,  511,  511,  511,
+      497,  497,  497,  497,  498,  499,  511,  511,  511,  497,
+      511,  497,  497,  451,  452,  451,  453,  451,  452,  451,
+
+      453,  451,  452,  451,  453,  451,  452,  451,  453,  451,
+      452,  451,  451,  451,  452,  451,  451,  497,  497,  497,
+      497,  497,  497,  451,  452,  451,  453,  451,  452,  451,
+      453,  511,  511,  511,  500,  451,  452,  451,  451,  511,
+      501,  451,  452,  451,  451,  511,  511,  502,  423,  503,
+      504,  503,  505,  506,  506,  506,  506,  506,  506,  506,
+      506,  506,  506,  506,  506,  506,  506,  511,  511,  511,
+      506,  506,  506,  506,  451,  452,  451,  453,  511,  506,
+      511,  506,  506,  451,  452,  451,  453,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+
+      511,  511,  511,  511,  511,  511,  511,  506,  506,  506,
+      506,  506,  506,  436,  507,  508,  507,  509,  510,  510,
+      510,  510,  510,  510,  510,  510,  510,  510,  510,  510,
+      510,  510,  511,  511,  511,  510,  510,  510,  510,  511,
+      511,  511,  511,  511,  510,  511,  510,  510,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  510,  510,  510,  510,  510,  510,   65,   65,
+      511,   65,   65,   65,   65,   65,   65,   65,   65,   68,
+      511,   68,   68,   68,   71,   71,  511,   71,   71,   71,
+
+       71,   71,   71,   71,   71,   83,   83,   83,   83,   83,
+       83,  511,  511,  511,   83,   83,   97,   97,  511,  511,
+       97,   97,   97,   97,   97,   97,  149,  149,  511,  149,
+      149,  149,  149,  149,  149,  149,  149,  154,  154,  154,
+      154,  154,  154,  511,  511,  511,  154,  154,  160,  160,
+      160,  160,  160,  160,  162,  162,  162,  162,  162,  162,
+      511,  511,  511,  162,  164,  164,  164,  164,  164,  164,
+      164,  164,  164,  164,  164,  167,  167,  167,  167,  167,
+      167,  167,  167,  167,  167,  167,  172,  172,  172,  511,
+      511,  172,  172,  230,  230,  230,  230,  230,  230,  511,
+
+      511,  511,  230,  230,  234,  234,  234,  234,  234,  234,
+      511,  511,  511,  234,  237,  237,  237,  237,  237,  237,
+      237,  237,  237,  237,  237,  246,  246,  246,  511,  511,
+      246,  246,  163,  163,  163,  163,  163,  163,  163,  163,
+      163,  163,  163,  302,  302,  302,  302,  302,  302,  511,
+      511,  511,  302,  306,  306,  306,  511,  511,  306,  306,
+      307,  511,  511,  307,  307,  236,  236,  236,  236,  236,
+      236,  236,  236,  236,  236,  236,  251,  251,  251,  251,
+      251,  251,  251,  251,  251,  251,  251,  324,  324,  324,
+      324,  324,  364,  364,  364,  364,  364,  364,  364,  364,
+
+      364,  364,  364,  371,  371,  371,  371,  371,  423,  423,
+      423,  423,  423,  436,  436,  436,  436,  436,  443,  443,
+      443,  443,  443,  443,  443,  443,  443,  443,  443,  447,
+      447,  447,  447,  447,  447,  447,  447,  447,  447,  447,
+      454,  454,  454,  454,  454,  454,  454,  454,  454,  454,
+      455,  455,  511,  455,  455,  455,  455,  455,  455,  455,
+      455,  461,  461,  461,  461,  461,  461,  461,  461,  461,
+      461,  461,  458,  458,  511,  458,  458,  458,  458,  458,
+      458,  458,  458,    7,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511
     } ;
 
-static yyconst flex_int16_t yy_chk[2240] =
+static yyconst flex_int16_t yy_chk[3050] =
     {   0,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    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,
-      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,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        6,    6,    6,   12,   20,  492,   16,   21,   30,   30,
+
+      474,    4,  457,   20,   22,   21,   22,   22,   22,    3,
+       23,   52,   81,   81,   23,    6,    4,   16,   28,   12,
+       23,   24,   65,   24,   24,   24,   25,  448,   25,   25,
+       25,   26,   38,   26,   26,   26,   28,   28,   31,   31,
+       31,   31,   38,   71,   24,   38,  447,   52,   65,   25,
+       49,   95,   95,   38,   26,   34,   34,   34,   34,   31,
+       49,   24,   97,   49,   71,   26,   25,   35,   35,   35,
+       35,   26,   97,  435,   39,   97,   34,   36,   36,   36,
+       36,   37,   39,  458,   39,   37,   40,   39,   35,  247,
+       40,   37,   39,  247,   37,  421,   40,   41,   36,   40,
+
+      420,   42,   41,   37,  458,   42,   34,   41,   41,   41,
+       41,   42,   36,   41,   42,  471,   43,   35,   44,   42,
+      167,  167,   36,  471,  484,   36,   43,  401,   44,   43,
+       45,   44,  484,   44,   45,   43,   44,   46,   47,  100,
+       45,   46,  400,   45,  399,   47,   48,   46,   47,  100,
+       46,   47,  100,   47,   46,   46,   48,   46,   48,   48,
+       47,   50,   48,  373,  493,   55,  372,  370,   50,   50,
+       55,   50,  493,  327,   50,   55,   55,   55,   55,  149,
+       56,   55,   56,  326,   56,   56,   56,   57,   57,   56,
+       57,   57,   57,  149,   58,   57,   58,   58,   58,   59,
+
+      323,  312,   60,   59,   60,   60,   60,  152,   61,   59,
+       61,   61,   61,   79,   79,   79,   62,   59,   62,   62,
+       62,  152,   84,   84,   84,   60,   80,   80,   80,   80,
+      262,   61,  261,  260,   79,   86,   86,   86,  257,   62,
+       80,  256,   60,   84,   80,  145,  145,  145,   61,   85,
+       62,   85,   85,   85,  250,  103,   62,   96,   96,   96,
+       96,   98,   98,   98,   98,  103,  101,  102,  103,  239,
+      101,  233,   85,  183,  182,  104,  101,  102,   96,  101,
+      102,  105,  106,  102,  102,  104,  105,  104,  104,   85,
+      107,  105,  106,  181,  105,  106,  108,  109,  108,   98,
+
+      107,   98,  107,  107,  110,  111,  108,  109,  153,  108,
+      109,  180,   98,  109,  110,  111,   98,  110,  111,  112,
+      113,  110,  153,  178,  114,  157,  157,  157,  115,  112,
+      113,  112,  112,  113,  114,  113,  114,  114,  115,  116,
+      117,  115,  232,  232,  232,  115,  118,  119,  174,  116,
+      117,  121,  116,  117,  117,  120,  118,  119,  173,  118,
+      119,  121,  118,  118,  121,  120,  120,  122,  120,  123,
+      444,  121,  120,  123,  124,  125,  124,  122,  455,  123,
+      122,  127,  123,  125,  124,  125,  166,  124,  125,  126,
+      126,  127,  158,  128,  127,  129,  444,  143,  127,  126,
+
+       93,  130,  126,  128,  455,  129,  128,   91,  129,  131,
+      128,  130,   90,  132,  130,  130,   88,  131,   87,  131,
+      133,  134,  131,  132,   78,   72,  132,   67,  132,   64,
+      133,  134,   54,  133,  134,  134,  135,  136,  133,  135,
+       33,  136,  133,  137,  138,   29,  135,  136,   27,  135,
+      136,  139,  138,  137,  138,  140,  137,  138,  137,  139,
+      144,  139,  144,   19,  139,  140,   15,   14,  140,   11,
+      144,    7,  140,  144,    2,    0,  144,  144,  146,    0,
+      146,  146,  146,  147,    0,  147,  147,  147,  148,  148,
+      148,    0,    0,  150,  150,  150,  150,    0,  155,  155,
+
+      155,  146,  163,  163,  163,  163,  147,  150,    0,  148,
+        0,  150,  169,  169,  169,    0,  163,    0,  146,  155,
+      170,  170,  170,  147,  184,  150,  151,  151,  164,  164,
+      164,  164,    0,  169,  184,  185,  186,  184,  186,  185,
+        0,  170,  164,    0,    0,  185,  186,    0,  185,  186,
+      151,  151,  151,  151,  151,  443,  443,  443,  443,    0,
+      151,  151,  151,  151,  151,  151,  151,  151,  151,  151,
+      151,  151,  151,  151,  151,  151,  151,  151,  151,  151,
+      151,  151,  151,  156,  187,  156,  156,  156,  188,  165,
+      165,  165,  165,    0,  187,    0,    0,  187,  188,  189,
+
+      187,  188,    0,  165,  188,  188,  156,  165,  191,  189,
+        0,    0,  189,  451,  451,  451,  451,    0,  191,    0,
+        0,  191,    0,  156,  171,  171,  171,  171,  171,  171,
+      171,  171,  171,  171,  171,  171,  171,  171,  171,  171,
+      171,  171,  171,  171,  171,  171,  171,  171,  171,  171,
+      171,  171,  171,  171,  171,  171,    0,  171,  171,    0,
+      171,  171,  171,  171,  171,  171,  171,  171,  171,  171,
+      171,  171,  171,  171,  171,  171,  171,  171,  171,  171,
+      171,  171,  171,  171,  171,  171,  171,  171,  171,  172,
+      172,  172,  172,  172,  172,  172,  172,  172,  172,  172,
+
+      172,  172,  172,  172,  172,  172,  172,  172,  172,  172,
+      172,  172,  172,  172,  172,  172,  172,  172,  172,  172,
+      172,    0,  172,  172,    0,  172,  172,  172,  172,  172,
+      172,  172,  172,  172,  172,  172,  172,  172,  172,  172,
+      172,  172,  172,  172,  172,  172,  172,  172,  172,  172,
+      172,  172,  172,  172,  179,  179,  179,  179,  190,  192,
+      193,    0,  190,    0,  193,    0,  192,  195,  190,  192,
+      193,  190,  192,  193,  194,  196,  197,  195,  194,    0,
+      195,    0,    0,  195,  194,  196,  197,  194,  196,  197,
+      199,  198,  179,  198,  179,    0,    0,  200,  201,    0,
+
+      199,  198,    0,  199,  198,  179,    0,  200,  201,  179,
+      200,  201,  202,  203,    0,  201,  202,  203,  205,  204,
+      206,    0,  202,  203,  207,  202,  203,  204,  205,  204,
+      206,  205,  204,  206,  207,  208,  209,  207,    0,  207,
+      210,  211,    0,    0,  208,  208,  209,    0,  208,  209,
+      210,  211,  212,  210,  211,  209,  213,  210,  214,    0,
+        0,    0,  212,  215,  216,  212,  213,  215,  214,  213,
+      212,  214,  217,  215,  216,  214,  215,  216,  219,  218,
+      220,  216,  217,  218,  220,  217,  222,  223,  219,  218,
+      220,  219,  218,  220,  221,    0,  222,  223,  221,  222,
+
+      223,  225,  224,  226,  221,  224,    0,  221,  228,    0,
+      226,  225,  224,  226,  225,  224,  226,    0,  228,    0,
+        0,  228,  229,  229,  229,  231,  231,  231,    0,    0,
+      236,  236,  236,  236,    0,  237,  237,  237,  237,  243,
+      243,  243,    0,  229,  236,    0,  231,    0,  236,  237,
+      244,  244,  244,  237,  238,  238,  238,  238,    0,    0,
+      243,    0,  236,  240,  240,  240,  240,  237,  238,  263,
+      264,  244,  238,  248,  248,  248,  248,  240,  263,  263,
+      264,  240,  263,  264,  265,    0,  238,  248,    0,  272,
+      268,  265,    0,    0,  265,  240,  242,  265,  268,  272,
+
+      268,    0,  272,  268,  242,  242,  242,  242,  242,    0,
+      242,    0,    0,    0,  242,  242,  242,  242,  242,  242,
+      242,  242,  242,  242,  242,  242,  242,  242,  242,  242,
+      242,  242,  242,  242,  242,  242,  242,  245,  245,  245,
+      245,  245,  245,  245,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  245,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  245,  245,  245,  245,  245,  245,    0,
+      245,  245,    0,  245,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  245,  245,  245,  245,  245,  245,  245,
+      245,  245,  245,  245,  245,  245,  245,  245,  245,  245,
+
+      245,  245,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  246,  246,  246,    0,  246,  246,    0,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  246,  246,  246,
+      246,  246,  246,  246,  246,  246,  246,  249,  249,  249,
+      249,    0,  251,  251,  251,  251,    0,    0,  266,  267,
+        0,  249,    0,    0,    0,  249,  251,  269,  266,  267,
+      251,  266,  267,  270,  266,    0,  267,  269,  271,    0,
+
+      269,    0,  273,  270,  274,  269,  270,    0,  271,  271,
+      270,  271,  273,  276,  274,  273,  274,  274,  275,  277,
+      278,    0,  275,  276,  278,  279,  276,    0,  275,  277,
+      278,  275,  277,  278,  280,  279,  277,    0,  279,  281,
+      279,    0,    0,  282,  280,  283,    0,  280,    0,  281,
+      284,    0,  281,  282,  281,  283,  282,  285,  283,  282,
+      284,  286,    0,  284,  283,  287,    0,  285,    0,  288,
+      285,  286,  285,  288,  286,  287,  289,  290,  287,  288,
+        0,    0,  288,  291,  289,  292,  289,  290,    0,  289,
+      290,  291,  290,  291,    0,  292,  291,  293,  292,  293,
+
+      292,  294,  295,  296,    0,    0,    0,  293,    0,    0,
+      293,  294,  295,  296,  294,  295,  296,  297,  298,  299,
+        0,  294,  297,  299,  300,  301,    0,  297,  298,  299,
+      297,  298,  299,    0,  300,  301,    0,  300,  301,  303,
+      303,  303,  328,  301,  304,  304,  304,    0,  329,  330,
+        0,    0,  328,    0,    0,  328,    0,    0,  329,  330,
+      303,  329,  330,    0,    0,  304,  305,  305,  305,  305,
+      305,  305,  305,  305,  305,  305,  305,  305,  305,  305,
+      305,  305,  305,  305,  305,  305,  305,  305,  305,  305,
+      305,  305,  305,  305,  305,  305,  305,  305,    0,  305,
+
+      305,    0,  305,  305,  305,  305,  305,  305,  305,  305,
+      305,  305,  305,  305,  305,  305,  305,  305,  305,  305,
+      305,  305,  305,  305,  305,  305,  305,  305,  305,  305,
+      305,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      306,  306,  306,    0,  306,  306,    0,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  306,  306,  306,  306,
+      306,  306,  306,  306,  306,  306,  308,  320,  320,  320,
+
+      320,    0,    0,  331,    0,    0,    0,  332,  308,    0,
+        0,  320,  308,  331,    0,  320,  331,  332,    0,  332,
+      332,  452,  452,  452,  452,    0,  308,  309,  309,  309,
+      309,  309,  309,  309,  309,  309,  309,  309,  309,  309,
+      309,  309,  309,  309,  309,  309,  309,  309,  309,  309,
+      309,  309,  309,  309,  309,  309,  309,  309,  309,  309,
+      309,  309,  309,  309,  309,  309,  309,  309,  309,  309,
+      309,  309,  309,  309,  309,  309,  309,  309,  309,  309,
+      309,  309,  309,  309,  309,  309,  309,  309,  309,  309,
+      309,  309,  310,  310,  310,  310,    0,  311,  311,  311,
+
+      311,    0,  313,  313,  313,  313,  310,    0,  333,  334,
+      310,  311,    0,  334,    0,  311,  313,  335,  333,  334,
+      313,  333,  334,    0,  310,  335,    0,  335,    0,  311,
+      335,    0,    0,    0,  313,  314,  314,  314,  314,  314,
+      314,  314,  314,  314,  314,  314,  314,  314,  314,  314,
+      314,  314,  314,  314,  314,  314,  314,  314,  314,  314,
+      314,  314,  314,  314,  314,  314,  314,  314,  314,  314,
+      314,  314,  314,  314,  314,  314,  314,  314,  314,  314,
+      314,  314,  314,  314,  314,  314,  314,  314,  314,  314,
+      314,  314,  314,  314,  314,  314,  314,  314,  314,  314,
+
+      336,  337,  338,  336,  453,  453,  453,  453,  339,  340,
+      336,  337,  338,  336,  337,  338,  339,  341,  339,  340,
+      340,  339,  340,  342,    0,    0,    0,  341,    0,    0,
+      341,    0,  343,  342,  341,  342,  342,  343,  344,    0,
+        0,    0,  343,  345,  343,  343,    0,  345,  344,  346,
+        0,  344,  344,  345,  347,  348,  345,  346,    0,  346,
+      347,  349,  346,  349,  347,  348,  351,  347,  348,    0,
+        0,  349,  348,  350,  349,  350,  351,    0,  351,  351,
+      352,  353,  352,  350,    0,  354,  350,  355,    0,    0,
+      352,  353,  354,  352,  353,  354,  356,  355,  354,    0,
+
+      355,  356,  357,  358,  359,    0,  356,  359,    0,  356,
+      357,    0,  357,  358,  359,  357,  358,  359,  364,  364,
+      364,  364,    0,  365,  365,  365,  365,    0,  367,  367,
+      367,  367,  364,    0,  374,    0,  364,  365,    0,    0,
+        0,  365,  367,  376,  374,    0,  367,  374,  375,  377,
+      364,  377,  374,  376,  378,  365,  376,    0,  375,  377,
+      367,  375,  377,  379,  378,  375,    0,  378,  380,    0,
+      378,    0,    0,  379,  382,    0,  379,    0,  380,  381,
+      383,  380,  383,  381,  382,  379,  384,  382,  385,  381,
+      383,    0,  381,  383,  386,  387,  384,    0,  385,  384,
+
+      388,  385,  389,  388,  386,  387,  389,  386,  387,  391,
+      388,    0,  389,  388,  390,  389,    0,    0,  390,  391,
+      392,  393,  391,    0,  390,  394,  391,  390,    0,  395,
+      392,  393,    0,  392,  393,  394,  396,    0,  394,  395,
+      397,  398,  395,    0,    0,  398,  396,  404,  405,  396,
+      397,  398,  397,  397,  398,  403,  406,  404,  405,  403,
+      404,  405,  407,    0,  408,  403,  406,    0,  403,  406,
+      409,    0,  407,    0,  408,  407,  408,  408,    0,  412,
+      409,  410,  409,  409,    0,  410,  411,    0,  411,  412,
+        0,  410,  412,  413,  410,  413,  411,  414,  415,  411,
+
+        0,  414,  416,  413,    0,    0,  413,  414,  415,  417,
+      414,  415,  416,  417,  418,  416,    0,    0,  418,  417,
+        0,    0,  417,  424,  418,  425,    0,  418,  419,  419,
+      419,  419,  426,  424,  427,  425,  424,    0,  425,    0,
+        0,  429,  426,    0,  427,  426,  428,  427,  430,  426,
+      428,  429,  430,    0,  429,  431,  428,  432,  430,  428,
+      432,  430,    0,  419,  437,  431,    0,  432,  431,  433,
+      432,    0,  433,  419,  437,    0,  419,  437,    0,  433,
+      437,  439,  433,  434,  434,  434,  434,  438,  434,  440,
+        0,  439,  438,  434,  439,  441,  442,  438,    0,  440,
+
+      438,    0,  440,    0,  434,  441,  442,    0,  441,  442,
+      445,  445,  445,  445,  445,  446,  446,  446,  446,  449,
+      450,  445,  454,  454,  454,  454,    0,    0,    0,  449,
+      450,    0,  449,  450,  456,  456,  456,  456,  459,  459,
+      459,  459,  445,  460,  460,  460,  460,  460,  459,  462,
+      462,  462,  462,  446,  460,  446,  461,  461,  461,  461,
+      461,  463,  463,  463,  463,  463,  446,  461,    0,  459,
+      446,  464,  464,  464,  464,  460,  465,  465,  465,  465,
+        0,  466,  466,  466,  466,    0,    0,    0,  461,  467,
+      467,  467,  467,  468,  468,  468,  468,  469,  469,  469,
+
+      469,  470,  470,  470,  470,  472,  472,  472,  472,  464,
+        0,  464,    0,    0,  465,    0,  465,    0,    0,  466,
+        0,  466,  464,    0,    0,    0,  464,  465,    0,    0,
+        0,  465,  466,    0,    0,    0,  466,  467,    0,    0,
+        0,  468,    0,  470,  473,  473,  473,  473,  475,  475,
+      475,  475,  469,  476,  476,  476,  476,  477,  477,  477,
+      477,  478,  478,  478,  478,  485,  485,  485,  485,    0,
+        0,  478,  480,  480,  480,  480,  481,  481,  481,  481,
+      482,  482,  482,  482,  486,  486,  486,  486,  487,  487,
+      487,  487,  478,  479,  479,  479,  479,  479,  479,  479,
+
+      479,  479,  479,  479,  479,  479,  479,  479,  479,  479,
+      479,  479,    0,    0,    0,  479,  479,  479,  479,  481,
+        0,    0,  480,  482,  479,    0,  479,  479,  488,  488,
+      488,  488,  490,  490,  490,  490,  494,  494,  494,  494,
+      491,  491,  491,  491,  495,  495,  495,  495,  496,  496,
+      496,  496,  479,  479,  479,  479,  479,  479,  489,  489,
+      489,  489,  489,  489,  489,  489,  489,  489,  489,  489,
+      489,  489,  489,  489,  489,  489,  489,    0,    0,    0,
+      489,  489,  489,  489,  490,  491,    0,    0,    0,  489,
+        0,  489,  489,  497,  497,  497,  497,  498,  498,  498,
+
+      498,  499,  499,  499,  499,  500,  500,  500,  500,  503,
+      503,  503,  503,  504,  504,  504,  504,  489,  489,  489,
+      489,  489,  489,  505,  505,  505,  505,  506,  506,  506,
+      506,    0,    0,    0,  498,  507,  507,  507,  507,    0,
+      499,  508,  508,  508,  508,    0,    0,  500,  501,  501,
+      501,  501,  501,  501,  501,  501,  501,  501,  501,  501,
+      501,  501,  501,  501,  501,  501,  501,    0,    0,    0,
+      501,  501,  501,  501,  509,  509,  509,  509,    0,  501,
+        0,  501,  501,  510,  510,  510,  510,    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,
 
+        0,    0,    0,    0,    0,    0,    0,  501,  501,  501,
+      501,  501,  501,  502,  502,  502,  502,  502,  502,  502,
+      502,  502,  502,  502,  502,  502,  502,  502,  502,  502,
+      502,  502,    0,    0,    0,  502,  502,  502,  502,    0,
+        0,    0,    0,    0,  502,    0,  502,  502,    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,    0,    0,    0,    0,
+        0,    0,  502,  502,  502,  502,  502,  502,  512,  512,
+        0,  512,  512,  512,  512,  512,  512,  512,  512,  513,
+        0,  513,  513,  513,  514,  514,    0,  514,  514,  514,
+
+      514,  514,  514,  514,  514,  515,  515,  515,  515,  515,
+      515,    0,    0,    0,  515,  515,  516,  516,    0,    0,
+      516,  516,  516,  516,  516,  516,  517,  517,    0,  517,
+      517,  517,  517,  517,  517,  517,  517,  518,  518,  518,
+      518,  518,  518,    0,    0,    0,  518,  518,  519,  519,
+      519,  519,  519,  519,  520,  520,  520,  520,  520,  520,
+        0,    0,    0,  520,  521,  521,  521,  521,  521,  521,
+      521,  521,  521,  521,  521,  522,  522,  522,  522,  522,
+      522,  522,  522,  522,  522,  522,  523,  523,  523,    0,
+        0,  523,  523,  524,  524,  524,  524,  524,  524,    0,
+
+        0,    0,  524,  524,  525,  525,  525,  525,  525,  525,
+        0,    0,    0,  525,  526,  526,  526,  526,  526,  526,
+      526,  526,  526,  526,  526,  527,  527,  527,    0,    0,
+      527,  527,  528,  528,  528,  528,  528,  528,  528,  528,
+      528,  528,  528,  529,  529,  529,  529,  529,  529,    0,
+        0,    0,  529,  530,  530,  530,    0,    0,  530,  530,
+      531,    0,    0,  531,  531,  532,  532,  532,  532,  532,
+      532,  532,  532,  532,  532,  532,  533,  533,  533,  533,
+      533,  533,  533,  533,  533,  533,  533,  534,  534,  534,
+      534,  534,  535,  535,  535,  535,  535,  535,  535,  535,
+
+      535,  535,  535,  536,  536,  536,  536,  536,  537,  537,
+      537,  537,  537,  538,  538,  538,  538,  538,  539,  539,
+      539,  539,  539,  539,  539,  539,  539,  539,  539,  540,
+      540,  540,  540,  540,  540,  540,  540,  540,  540,  540,
+      541,  541,  541,  541,  541,  541,  541,  541,  541,  541,
+      542,  542,    0,  542,  542,  542,  542,  542,  542,  542,
+      542,  543,  543,  543,  543,  543,  543,  543,  543,  543,
+      543,  543,  544,  544,    0,  544,  544,  544,  544,  544,
+      544,  544,  544,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511,  511,
+      511,  511,  511,  511,  511,  511,  511,  511,  511
     } ;
 
 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 +1311,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
 
@@ -1152,8 +1347,9 @@ char *avm2_text;
 #include "files.h"
 
 int as3_pass = 0;
-
 int as3_verbosity = 1;
+unsigned int as3_tokencount = 0;
+
 void as3_error(const char*format, ...)
 {
     char buf[1024];
@@ -1214,12 +1410,45 @@ 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;
+}
+
+#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,13 +1471,14 @@ 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 ) );
+    as3__switch_to_buffer(as3__create_buffer(as3_in,YY_BUF_SIZE ) );
     //BEGIN(INITIAL); keep context
 }
 
@@ -1344,8 +1574,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 +1601,13 @@ 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 handleString(char*s, int len)
 {
     if(s[0]=='"') {
@@ -1375,26 +1619,16 @@ 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;
 }
 
@@ -1402,17 +1636,17 @@ static inline int m(int 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;
+    a3_lval.number_int = v;
     if(v>-128)
         return T_BYTE;
     else if(v>=-32768)
@@ -1422,7 +1656,7 @@ static inline int setint(int v)
 }
 static inline int setuint(unsigned int v)
 {
-    avm2_lval.number_uint = v;
+    a3_lval.number_uint = v;
     if(v<128)
         return T_BYTE;
     else if(v<32768)
@@ -1432,47 +1666,47 @@ static inline int setuint(unsigned int v)
 }
 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);
+    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);
     }
@@ -1480,13 +1714,13 @@ static inline int handleint()
 
 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 +1739,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,7 +1751,7 @@ 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'))
@@ -1525,12 +1759,12 @@ static inline int handlehex()
     }
     if(l && v>1073741824) {
         char*s = nrbuf();
-        as3_warning("signed integer overflow: %s (converted to Number)", s);
+        as3_softwarning("signed integer overflow: %s (converted to Number)", s);
         return setfloat(v);
     }
     if(!l && v>2147483647) {
         char*s = nrbuf();
-        as3_warning("unsigned integer overflow: %s (converted to Number)", s);
+        as3_softwarning("unsigned integer overflow: %s (converted to Number)", s);
         return setfloat(v);
     }
 
@@ -1550,16 +1784,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 +1802,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 +1817,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,9 +1828,36 @@ 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 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;
+}
+
+
 //Boolean                      {c();return m(KW_BOOLEAN);}
 //int                          {c();return m(KW_INT);}
 //uint                         {c();return m(KW_UINT);}
@@ -1604,8 +1865,7 @@ static inline void c() {
 
 
 
-
-#line 1609 "tokenizer.yy.c"
+#line 1869 "tokenizer.yy.c"
 
 #define INITIAL 0
 #define REGEXPOK 1
@@ -1628,31 +1888,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 +1920,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 +1956,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 +1969,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 +1988,7 @@ static int input (void );
                                break; \
                                } \
                        errno=0; \
-                       clearerr(avm2_in); \
+                       clearerr(as3_in); \
                        } \
                }\
 \
@@ -1761,12 +2021,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 +2039,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 +2052,11 @@ YY_DECL
        register char *yy_cp, *yy_bp;
        register int yy_act;
     
-#line 509 "tokenizer.lex"
+#line 575 "tokenizer.lex"
 
 
 
-#line 1800 "tokenizer.yy.c"
+#line 2060 "tokenizer.yy.c"
 
        if ( !(yy_init) )
                {
@@ -1809,26 +2069,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 +2110,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 >= 512 )
                                        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 != 511 );
                yy_cp = (yy_last_accepting_cpos);
                yy_current_state = (yy_last_accepting_state);
 
@@ -1879,560 +2139,619 @@ 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 578 "tokenizer.lex"
 {l(); /* single line comment */}
        YY_BREAK
 case 2:
 /* rule 2 can match eol */
 YY_RULE_SETUP
-#line 513 "tokenizer.lex"
+#line 579 "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 580 "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 582 "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 583 "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 584 "tokenizer.lex"
+{l(); BEGIN(INITIAL);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 585 "tokenizer.lex"
+{l(); BEGIN(INITIAL);handleCData(as3_text, as3_leng);return T_STRING;}
        YY_BREAK
+
 case 8:
 YY_RULE_SETUP
-#line 522 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehex();}
+#line 588 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handleregexp();} 
        YY_BREAK
 case 9:
+/* rule 9 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 523 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehexfloat();}
+#line 589 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handlehex();}
        YY_BREAK
 case 10:
+/* rule 10 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 524 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handleint();}
+#line 590 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handlehexfloat();}
        YY_BREAK
 case 11:
+/* rule 11 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 525 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlefloat();}
+#line 591 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handleint();}
        YY_BREAK
-
 case 12:
+/* rule 12 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 528 "tokenizer.lex"
-{/* utf 8 bom */}
+#line 592 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handlefloat();}
        YY_BREAK
+
 case 13:
-/* rule 13 can match eol */
 YY_RULE_SETUP
-#line 529 "tokenizer.lex"
-{l();}
+#line 595 "tokenizer.lex"
+{c(); BEGIN(REGEXPOK);return m(T_DICTSTART);}
        YY_BREAK
 case 14:
 YY_RULE_SETUP
-#line 531 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehex();}
+#line 596 "tokenizer.lex"
+{c(); BEGIN(INITIAL); return m('{');}
        YY_BREAK
 case 15:
 YY_RULE_SETUP
-#line 532 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlehexfloat();}
+#line 598 "tokenizer.lex"
+{/* utf 8 bom */}
        YY_BREAK
 case 16:
+/* rule 16 can match eol */
 YY_RULE_SETUP
-#line 533 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handleint();}
+#line 599 "tokenizer.lex"
+{l();}
        YY_BREAK
 case 17:
+/* rule 17 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 534 "tokenizer.lex"
-{c(); BEGIN(INITIAL);return handlefloat();}
+#line 601 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handlehex();}
        YY_BREAK
 case 18:
+/* rule 18 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 536 "tokenizer.lex"
-{/* for debugging: generates a tokenizer-level error */
-                              syntaxerror("3rr0r");}
+#line 602 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handlehexfloat();}
        YY_BREAK
 case 19:
 /* rule 19 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 539 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-3);return T_FOR;}
+#line 603 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handleint();}
        YY_BREAK
 case 20:
 /* rule 20 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 540 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-2);return T_DO;}
+#line 604 "tokenizer.lex"
+{c(); BEGIN(INITIAL);return handlefloat();}
        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 606 "tokenizer.lex"
+{/* for debugging: generates a tokenizer-level error */
+                              syntaxerror("3rr0r");}
        YY_BREAK
 case 22:
 /* rule 22 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 542 "tokenizer.lex"
-{l();handleLabel(avm2_text, avm2_leng-6);return T_SWITCH;}
+#line 609 "tokenizer.lex"
+{l();BEGIN(INITIAL);handleLabel(as3_text, as3_leng-3);return T_FOR;}
        YY_BREAK
 case 23:
+/* rule 23 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 543 "tokenizer.lex"
-{c();avm2_lval.id="";return T_FOR;}
+#line 610 "tokenizer.lex"
+{l();BEGIN(INITIAL);handleLabel(as3_text, as3_leng-2);return T_DO;}
        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 611 "tokenizer.lex"
+{l();BEGIN(INITIAL);handleLabel(as3_text, as3_leng-5);return T_WHILE;}
        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 612 "tokenizer.lex"
+{l();BEGIN(INITIAL);handleLabel(as3_text, as3_leng-6);return T_SWITCH;}
        YY_BREAK
 case 26:
 YY_RULE_SETUP
-#line 546 "tokenizer.lex"
-{c();avm2_lval.id="";return T_SWITCH;}
+#line 613 "tokenizer.lex"
+{c();BEGIN(INITIAL);a3_lval.id="";return T_FOR;}
        YY_BREAK
 case 27:
 YY_RULE_SETUP
-#line 548 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_ANDAND);}
+#line 614 "tokenizer.lex"
+{c();BEGIN(INITIAL);a3_lval.id="";return T_DO;}
        YY_BREAK
 case 28:
 YY_RULE_SETUP
-#line 549 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_OROR);}
+#line 615 "tokenizer.lex"
+{c();BEGIN(INITIAL);a3_lval.id="";return T_WHILE;}
        YY_BREAK
 case 29:
 YY_RULE_SETUP
-#line 550 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_NE);}
+#line 616 "tokenizer.lex"
+{c();BEGIN(INITIAL);a3_lval.id="";return T_SWITCH;}
        YY_BREAK
 case 30:
 YY_RULE_SETUP
-#line 551 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_NEE);}
+#line 618 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_ANDAND);}
        YY_BREAK
 case 31:
 YY_RULE_SETUP
-#line 552 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_EQEQEQ);}
+#line 619 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_OROR);}
        YY_BREAK
 case 32:
 YY_RULE_SETUP
-#line 553 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(T_EQEQ);}
+#line 620 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_NE);}
        YY_BREAK
 case 33:
 YY_RULE_SETUP
-#line 554 "tokenizer.lex"
-{c();return m(T_GE);}
+#line 621 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_NEE);}
        YY_BREAK
 case 34:
 YY_RULE_SETUP
-#line 555 "tokenizer.lex"
-{c();return m(T_LE);}
+#line 622 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_EQEQEQ);}
        YY_BREAK
 case 35:
 YY_RULE_SETUP
-#line 556 "tokenizer.lex"
-{c();BEGIN(INITIAL);return m(T_MINUSMINUS);}
+#line 623 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_EQEQ);}
        YY_BREAK
 case 36:
 YY_RULE_SETUP
-#line 557 "tokenizer.lex"
-{c();BEGIN(INITIAL);return m(T_PLUSPLUS);}
+#line 624 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_GE);}
        YY_BREAK
 case 37:
 YY_RULE_SETUP
-#line 558 "tokenizer.lex"
-{c();return m(T_PLUSBY);}
+#line 625 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_LE);}
        YY_BREAK
 case 38:
 YY_RULE_SETUP
-#line 559 "tokenizer.lex"
-{c();return m(T_MINUSBY);}
+#line 626 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(T_MINUSMINUS);}
        YY_BREAK
 case 39:
 YY_RULE_SETUP
-#line 560 "tokenizer.lex"
-{c();return m(T_DIVBY);}
+#line 627 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(T_PLUSPLUS);}
        YY_BREAK
 case 40:
 YY_RULE_SETUP
-#line 561 "tokenizer.lex"
-{c();return m(T_MODBY);}
+#line 628 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_PLUSBY);}
        YY_BREAK
 case 41:
 YY_RULE_SETUP
-#line 562 "tokenizer.lex"
-{c();return m(T_MULBY);}
+#line 629 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_XORBY);}
        YY_BREAK
 case 42:
 YY_RULE_SETUP
-#line 563 "tokenizer.lex"
-{c();return m(T_ORBY);}
+#line 630 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_MINUSBY);}
        YY_BREAK
 case 43:
 YY_RULE_SETUP
-#line 564 "tokenizer.lex"
-{c();return m(T_SHRBY);}
+#line 631 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_DIVBY);}
        YY_BREAK
 case 44:
 YY_RULE_SETUP
-#line 565 "tokenizer.lex"
-{c();return m(T_SHLBY);}
+#line 632 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_MODBY);}
        YY_BREAK
 case 45:
 YY_RULE_SETUP
-#line 566 "tokenizer.lex"
-{c();return m(T_USHRBY);}
+#line 633 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_MULBY);}
        YY_BREAK
 case 46:
 YY_RULE_SETUP
-#line 567 "tokenizer.lex"
-{c();return m(T_SHL);}
+#line 634 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_ORBY);}
        YY_BREAK
 case 47:
 YY_RULE_SETUP
-#line 568 "tokenizer.lex"
-{c();return m(T_USHR);}
+#line 635 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHRBY);}
        YY_BREAK
 case 48:
 YY_RULE_SETUP
-#line 569 "tokenizer.lex"
-{c();return m(T_SHR);}
+#line 636 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHLBY);}
        YY_BREAK
 case 49:
 YY_RULE_SETUP
-#line 570 "tokenizer.lex"
-{c();return m(T_DOTDOTDOT);}
+#line 637 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_USHRBY);}
        YY_BREAK
 case 50:
 YY_RULE_SETUP
-#line 571 "tokenizer.lex"
-{c();return m(T_DOTDOT);}
+#line 638 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHL);}
        YY_BREAK
 case 51:
 YY_RULE_SETUP
-#line 572 "tokenizer.lex"
-{c();return m('.');}
+#line 639 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_USHR);}
        YY_BREAK
 case 52:
 YY_RULE_SETUP
-#line 573 "tokenizer.lex"
-{c();return m(T_COLONCOLON);}
+#line 640 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_SHR);}
        YY_BREAK
 case 53:
 YY_RULE_SETUP
-#line 574 "tokenizer.lex"
-{c();return m(':');}
+#line 641 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_DOTDOTDOT);}
        YY_BREAK
 case 54:
 YY_RULE_SETUP
-#line 575 "tokenizer.lex"
-{c();return m(KW_INSTANCEOF);}
+#line 642 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_DOTDOT);}
        YY_BREAK
 case 55:
 YY_RULE_SETUP
-#line 576 "tokenizer.lex"
-{c();return m(KW_IMPLEMENTS);}
+#line 643 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m('.');}
        YY_BREAK
 case 56:
 YY_RULE_SETUP
-#line 577 "tokenizer.lex"
-{c();return m(KW_INTERFACE);}
+#line 644 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(T_COLONCOLON);}
        YY_BREAK
 case 57:
 YY_RULE_SETUP
-#line 578 "tokenizer.lex"
-{c();return m(KW_NAMESPACE);}
+#line 645 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(':');}
        YY_BREAK
 case 58:
 YY_RULE_SETUP
-#line 579 "tokenizer.lex"
-{c();return m(KW_PROTECTED);}
+#line 646 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_INSTANCEOF);}
        YY_BREAK
 case 59:
 YY_RULE_SETUP
-#line 580 "tokenizer.lex"
-{c();return m(KW_UNDEFINED);}
+#line 647 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IMPLEMENTS);}
        YY_BREAK
 case 60:
 YY_RULE_SETUP
-#line 581 "tokenizer.lex"
-{c();return m(KW_CONTINUE);}
+#line 648 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_INTERFACE);}
        YY_BREAK
 case 61:
 YY_RULE_SETUP
-#line 582 "tokenizer.lex"
-{c();return m(KW_OVERRIDE);}
+#line 649 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_NAMESPACE);}
        YY_BREAK
 case 62:
 YY_RULE_SETUP
-#line 583 "tokenizer.lex"
-{c();return m(KW_INTERNAL);}
+#line 650 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_PROTECTED);}
        YY_BREAK
 case 63:
 YY_RULE_SETUP
-#line 584 "tokenizer.lex"
-{c();return m(KW_FUNCTION);}
+#line 651 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_UNDEFINED);}
        YY_BREAK
 case 64:
 YY_RULE_SETUP
-#line 585 "tokenizer.lex"
-{c();return m(KW_FINALLY);}
+#line 652 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_CONTINUE);}
        YY_BREAK
 case 65:
 YY_RULE_SETUP
-#line 586 "tokenizer.lex"
-{c();return m(KW_DEFAULT);}
+#line 653 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_OVERRIDE);}
        YY_BREAK
 case 66:
 YY_RULE_SETUP
-#line 587 "tokenizer.lex"
-{c();return m(KW_PACKAGE);}
+#line 654 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_INTERNAL);}
        YY_BREAK
 case 67:
 YY_RULE_SETUP
-#line 588 "tokenizer.lex"
-{c();return m(KW_PRIVATE);}
+#line 655 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_FUNCTION);}
        YY_BREAK
 case 68:
 YY_RULE_SETUP
-#line 589 "tokenizer.lex"
-{c();return m(KW_DYNAMIC);}
+#line 656 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_FINALLY);}
        YY_BREAK
 case 69:
 YY_RULE_SETUP
-#line 590 "tokenizer.lex"
-{c();return m(KW_EXTENDS);}
+#line 657 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_DEFAULT);}
        YY_BREAK
 case 70:
 YY_RULE_SETUP
-#line 591 "tokenizer.lex"
-{c();return m(KW_DELETE);}
+#line 658 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_PACKAGE);}
        YY_BREAK
 case 71:
 YY_RULE_SETUP
-#line 592 "tokenizer.lex"
-{c();return m(KW_RETURN);}
+#line 659 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_PRIVATE);}
        YY_BREAK
 case 72:
 YY_RULE_SETUP
-#line 593 "tokenizer.lex"
-{c();return m(KW_PUBLIC);}
+#line 660 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_DYNAMIC);}
        YY_BREAK
 case 73:
 YY_RULE_SETUP
-#line 594 "tokenizer.lex"
-{c();return m(KW_NATIVE);}
+#line 661 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_EXTENDS);}
        YY_BREAK
 case 74:
 YY_RULE_SETUP
-#line 595 "tokenizer.lex"
-{c();return m(KW_STATIC);}
+#line 662 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_DELETE);}
        YY_BREAK
 case 75:
 YY_RULE_SETUP
-#line 596 "tokenizer.lex"
-{c();return m(KW_IMPORT);}
+#line 663 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_RETURN);}
        YY_BREAK
 case 76:
 YY_RULE_SETUP
-#line 597 "tokenizer.lex"
-{c();return m(KW_TYPEOF);}
+#line 664 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_PUBLIC);}
        YY_BREAK
 case 77:
 YY_RULE_SETUP
-#line 598 "tokenizer.lex"
-{c();return m(KW_THROW);}
+#line 665 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_NATIVE);}
        YY_BREAK
 case 78:
 YY_RULE_SETUP
-#line 599 "tokenizer.lex"
-{c();return m(KW_CLASS);}
+#line 666 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_STATIC);}
        YY_BREAK
 case 79:
 YY_RULE_SETUP
-#line 600 "tokenizer.lex"
-{c();return m(KW_CONST);}
+#line 667 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IMPORT);}
        YY_BREAK
 case 80:
 YY_RULE_SETUP
-#line 601 "tokenizer.lex"
-{c();return m(KW_CATCH);}
+#line 668 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_TYPEOF);}
        YY_BREAK
 case 81:
 YY_RULE_SETUP
-#line 602 "tokenizer.lex"
-{c();return m(KW_FINAL);}
+#line 669 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_THROW);}
        YY_BREAK
 case 82:
 YY_RULE_SETUP
-#line 603 "tokenizer.lex"
-{c();return m(KW_FALSE);}
+#line 670 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_CLASS);}
        YY_BREAK
 case 83:
 YY_RULE_SETUP
-#line 604 "tokenizer.lex"
-{c();return m(KW_BREAK);}
+#line 671 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_CONST);}
        YY_BREAK
 case 84:
 YY_RULE_SETUP
-#line 605 "tokenizer.lex"
-{c();return m(KW_SUPER);}
+#line 672 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_CATCH);}
        YY_BREAK
 case 85:
 YY_RULE_SETUP
-#line 606 "tokenizer.lex"
-{c();return m(KW_EACH);}
+#line 673 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_FINAL);}
        YY_BREAK
 case 86:
 YY_RULE_SETUP
-#line 607 "tokenizer.lex"
-{c();return m(KW_VOID);}
+#line 674 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_FALSE);}
        YY_BREAK
 case 87:
 YY_RULE_SETUP
-#line 608 "tokenizer.lex"
-{c();return m(KW_TRUE);}
+#line 675 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_BREAK);}
        YY_BREAK
 case 88:
 YY_RULE_SETUP
-#line 609 "tokenizer.lex"
-{c();return m(KW_NULL);}
+#line 676 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_SUPER);}
        YY_BREAK
 case 89:
 YY_RULE_SETUP
-#line 610 "tokenizer.lex"
-{c();return m(KW_ELSE);}
+#line 677 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_EACH);}
        YY_BREAK
 case 90:
 YY_RULE_SETUP
-#line 611 "tokenizer.lex"
-{c();return m(KW_CASE);}
+#line 678 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_VOID);}
        YY_BREAK
 case 91:
 YY_RULE_SETUP
-#line 612 "tokenizer.lex"
-{c();return m(KW_WITH);}
+#line 679 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_TRUE);}
        YY_BREAK
 case 92:
 YY_RULE_SETUP
-#line 613 "tokenizer.lex"
-{c();return m(KW_USE);}
+#line 680 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_NULL);}
        YY_BREAK
 case 93:
 YY_RULE_SETUP
-#line 614 "tokenizer.lex"
-{c();return m(KW_NEW);}
+#line 681 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_ELSE);}
        YY_BREAK
 case 94:
 YY_RULE_SETUP
-#line 615 "tokenizer.lex"
-{c();return m(KW_GET);}
+#line 682 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_CASE);}
        YY_BREAK
 case 95:
 YY_RULE_SETUP
-#line 616 "tokenizer.lex"
-{c();return m(KW_SET);}
+#line 683 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_WITH);}
        YY_BREAK
 case 96:
 YY_RULE_SETUP
-#line 617 "tokenizer.lex"
-{c();return m(KW_VAR);}
+#line 684 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_USE);}
        YY_BREAK
 case 97:
 YY_RULE_SETUP
-#line 618 "tokenizer.lex"
-{c();return m(KW_TRY);}
+#line 685 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_NEW);}
        YY_BREAK
 case 98:
 YY_RULE_SETUP
-#line 619 "tokenizer.lex"
-{c();return m(KW_IS) ;}
+#line 686 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_GET);}
        YY_BREAK
 case 99:
 YY_RULE_SETUP
-#line 620 "tokenizer.lex"
-{c();return m(KW_IN) ;}
+#line 687 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_SET);}
        YY_BREAK
 case 100:
 YY_RULE_SETUP
-#line 621 "tokenizer.lex"
-{c();return m(KW_IF) ;}
+#line 688 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_VAR);}
        YY_BREAK
 case 101:
 YY_RULE_SETUP
-#line 622 "tokenizer.lex"
-{c();return m(KW_AS);}
+#line 689 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_TRY);}
        YY_BREAK
 case 102:
 YY_RULE_SETUP
-#line 623 "tokenizer.lex"
-{c();BEGIN(INITIAL);return mkid(T_IDENTIFIER);}
+#line 690 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IS) ;}
        YY_BREAK
 case 103:
 YY_RULE_SETUP
-#line 625 "tokenizer.lex"
-{c();BEGIN(REGEXPOK);return m(avm2_text[0]);}
+#line 691 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_IN) ;}
        YY_BREAK
 case 104:
 YY_RULE_SETUP
-#line 626 "tokenizer.lex"
-{c();BEGIN(INITIAL);return m(avm2_text[0]);}
+#line 692 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(KW_IF) ;}
        YY_BREAK
 case 105:
 YY_RULE_SETUP
-#line 628 "tokenizer.lex"
-{char c1=avm2_text[0];
+#line 693 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(KW_AS);}
+       YY_BREAK
+case 106:
+YY_RULE_SETUP
+#line 694 "tokenizer.lex"
+{c();BEGIN(INITIAL);return handleIdentifier();}
+       YY_BREAK
+case 107:
+YY_RULE_SETUP
+#line 696 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(as3_text[0]);}
+       YY_BREAK
+case 108:
+YY_RULE_SETUP
+#line 697 "tokenizer.lex"
+{c();BEGIN(REGEXPOK);return m(as3_text[0]);}
+       YY_BREAK
+case 109:
+YY_RULE_SETUP
+#line 698 "tokenizer.lex"
+{c();BEGIN(INITIAL);return m(as3_text[0]);}
+       YY_BREAK
+case 110:
+YY_RULE_SETUP
+#line 700 "tokenizer.lex"
+{/* ERROR */
+                              char c1=as3_text[0];
                               char buf[128];
-                              buf[0] = avm2_text[0];
+                              buf[0] = as3_text[0];
                               int t;
                               for(t=1;t<128;t++) {
                                  char c = buf[t]=input();
@@ -2453,25 +2772,25 @@ YY_RULE_SETUP
 case YY_STATE_EOF(INITIAL):
 case YY_STATE_EOF(REGEXPOK):
 case YY_STATE_EOF(BEGINNING):
-#line 647 "tokenizer.lex"
+#line 720 "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 111:
 YY_RULE_SETUP
-#line 659 "tokenizer.lex"
+#line 732 "tokenizer.lex"
 ECHO;
        YY_BREAK
-#line 2475 "tokenizer.yy.c"
+#line 2794 "tokenizer.yy.c"
 
        case YY_END_OF_BUFFER:
                {
@@ -2486,15 +2805,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 +2867,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 +2920,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 +2998,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 +3030,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 +3047,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 +3082,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 >= 512 )
                                yy_c = yy_meta[(unsigned int) yy_c];
                        }
                yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
@@ -2791,11 +3110,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 >= 512 )
                        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 == 511);
 
        return yy_is_jam ? 0 : yy_current_state;
 }
@@ -2806,7 +3125,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 +3197,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 +3223,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 +3237,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 +3275,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 +3299,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 +3337,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 +3358,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 +3388,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 +3408,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 +3417,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 +3438,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 +3447,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 +3466,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 +3477,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 +3496,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 +3515,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 +3525,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 +3539,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 +3574,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 +3611,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 +3627,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 +3717,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 +3776,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,18 +3793,18 @@ 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 732 "tokenizer.lex"
 
 
 
-int avm2_wrap()
+int as3_wrap()
 {
     return 1;
 }
@@ -3493,12 +3812,27 @@ int avm2_wrap()
 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,7 +3871,6 @@ 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;
@@ -3550,3 +3883,4 @@ void initialize_scanner()
 }
 
 
+