root/src/actioncompiler/lex.swf5.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. lexBufferInput
  2. unescape
  3. swf5ParseInit
  4. read_int
  5. do_unput5
  6. yy_get_next_buffer
  7. yy_get_previous_state
  8. yy_try_NUL_trans
  9. yyunput
  10. yyinput
  11. swf5restart
  12. swf5_switch_to_buffer
  13. swf5_load_buffer_state
  14. swf5_create_buffer
  15. swf5_delete_buffer
  16. swf5_init_buffer
  17. swf5_flush_buffer
  18. swf5push_buffer_state
  19. swf5pop_buffer_state
  20. swf5ensure_buffer_stack
  21. swf5_scan_buffer
  22. swf5_scan_string
  23. swf5_scan_bytes
  24. yy_push_state
  25. yy_pop_state
  26. yy_top_state
  27. yy_fatal_error
  28. swf5get_lineno
  29. swf5get_in
  30. swf5get_out
  31. swf5get_leng
  32. swf5get_text
  33. swf5set_lineno
  34. swf5set_in
  35. swf5set_out
  36. swf5get_debug
  37. swf5set_debug
  38. yy_init_globals
  39. swf5lex_destroy
  40. yy_flex_strncpy
  41. yy_flex_strlen
  42. swf5alloc
  43. swf5realloc
  44. swf5free
  45. getinput
  46. swf5wrap
  47. countline
  48. LineNumber
  49. ColumnNumber
  50. LineText
  51. comment
  52. comment1
  53. count
  54. printprog
  55. warning
  56. swf5error


#line 3 "lex.swf5.c"

#define  YY_INT_ALIGNED short int

/* A lexical scanner generated by flex */

#define yy_create_buffer swf5_create_buffer
#define yy_delete_buffer swf5_delete_buffer
#define yy_flex_debug swf5_flex_debug
#define yy_init_buffer swf5_init_buffer
#define yy_flush_buffer swf5_flush_buffer
#define yy_load_buffer_state swf5_load_buffer_state
#define yy_switch_to_buffer swf5_switch_to_buffer
#define yyin swf5in
#define yyleng swf5leng
#define yylex swf5lex
#define yylineno swf5lineno
#define yyout swf5out
#define yyrestart swf5restart
#define yytext swf5text
#define yywrap swf5wrap
#define yyalloc swf5alloc
#define yyrealloc swf5realloc
#define yyfree swf5free

#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif

/* First, we deal with  platform-specific or compiler-specific issues. */

/* begin standard C headers. */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>

/* end standard C headers. */

/* flex integer type definitions */

#ifndef FLEXINT_H
#define FLEXINT_H

/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */

#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L

/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
 * if you want the limit (max/min) macros for int types. 
 */
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif

#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t; 
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;

/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN               (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN              (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN              (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX               (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX              (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX              (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX              (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX             (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX             (4294967295U)
#endif

#endif /* ! C99 */

#endif /* ! FLEXINT_H */

#ifdef __cplusplus

/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST

#else   /* ! __cplusplus */

/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)

#define YY_USE_CONST

#endif  /* defined (__STDC__) */
#endif  /* ! __cplusplus */

#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif

/* Returned upon end-of-file. */
#define YY_NULL 0

/* Promotes a possibly negative, possibly signed char to an unsigned
 * integer for use as an array index.  If the signed char is negative,
 * we want to instead treat it as an 8-bit unsigned char, hence the
 * double cast.
 */
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)

/* Enter a start condition.  This macro really ought to take a parameter,
 * but we do it the disgusting crufty way forced on us by the ()-less
 * definition of BEGIN.
 */
#define BEGIN (yy_start) = 1 + 2 *

/* Translate the current start state into a value that can be later handed
 * to BEGIN to return to the state.  The YYSTATE alias is for lex
 * compatibility.
 */
#define YY_START (((yy_start) - 1) / 2)
#define YYSTATE YY_START

/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)

/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE swf5restart(swf5in  )

#define YY_END_OF_BUFFER_CHAR 0

/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k.
 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
 * Ditto for the __ia64__ case accordingly.
 */
#define YY_BUF_SIZE 32768
#else
#define YY_BUF_SIZE 16384
#endif /* __ia64__ */
#endif

/* The state buf must be large enough to hold one state per character in the main buffer.
 */
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif

extern int swf5leng;

extern FILE *swf5in, *swf5out;

#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2

    #define YY_LESS_LINENO(n)
    
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
        do \
                { \
                /* Undo effects of setting up swf5text. */ \
        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 swf5text again */ \
                } \
        while ( 0 )

#define unput(c) yyunput( c, (yytext_ptr)  )

#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif

#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
        {
        FILE *yy_input_file;

        char *yy_ch_buf;                /* input buffer */
        char *yy_buf_pos;               /* current position in input buffer */

        /* Size of input buffer in bytes, not including room for EOB
         * characters.
         */
        yy_size_t yy_buf_size;

        /* Number of characters read into yy_ch_buf, not including EOB
         * characters.
         */
        int yy_n_chars;

        /* Whether we "own" the buffer - i.e., we know we created it,
         * and can realloc() it to grow it, and should free() it to
         * delete it.
         */
        int yy_is_our_buffer;

        /* Whether this is an "interactive" input source; if so, and
         * if we're using stdio for input, then we want to use getc()
         * instead of fread(), to make sure we stop fetching input after
         * each newline.
         */
        int yy_is_interactive;

        /* Whether we're considered to be at the beginning of a line.
         * If so, '^' rules will be active on the next match, otherwise
         * not.
         */
        int yy_at_bol;

    int yy_bs_lineno; /**< The line count. */
    int yy_bs_column; /**< The column count. */
    
        /* Whether to try to fill the input buffer when we reach the
         * end of it.
         */
        int yy_fill_buffer;

        int yy_buffer_status;

#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
        /* When an EOF's been seen but there's still some text to process
         * then we mark the buffer as YY_EOF_PENDING, to indicate that we
         * shouldn't try reading from the input source any more.  We might
         * still have a bunch of tokens to match, though, because of
         * possible backing-up.
         *
         * When we actually see the EOF, we change the status to "new"
         * (via swf5restart()), so that the user can continue scanning by
         * just pointing swf5in at a new input file.
         */
#define YY_BUFFER_EOF_PENDING 2

        };
#endif /* !YY_STRUCT_YY_BUFFER_STATE */

/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */

/* We provide macros for accessing buffer states in case in the
 * future we want to put the buffer states in a more general
 * "scanner state".
 *
 * Returns the top of the stack, or NULL.
 */
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
                          ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
                          : NULL)

/* Same as previous macro, but useful when we know that the buffer stack is not
 * NULL or when we need an lvalue. For internal use only.
 */
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]

/* yy_hold_char holds the character lost when swf5text is formed. */
static char yy_hold_char;
static int yy_n_chars;          /* number of characters read into yy_ch_buf */
int swf5leng;

/* 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 swf5wrap()'s to do buffer switches
 * instead of setting up a fresh swf5in.  A bit of a hack ...
 */
static int yy_did_buffer_switch_on_eof;

void swf5restart (FILE *input_file  );
void swf5_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
YY_BUFFER_STATE swf5_create_buffer (FILE *file,int size  );
void swf5_delete_buffer (YY_BUFFER_STATE b  );
void swf5_flush_buffer (YY_BUFFER_STATE b  );
void swf5push_buffer_state (YY_BUFFER_STATE new_buffer  );
void swf5pop_buffer_state (void );

static void swf5ensure_buffer_stack (void );
static void swf5_load_buffer_state (void );
static void swf5_init_buffer (YY_BUFFER_STATE b,FILE *file  );

#define YY_FLUSH_BUFFER swf5_flush_buffer(YY_CURRENT_BUFFER )

YY_BUFFER_STATE swf5_scan_buffer (char *base,yy_size_t size  );
YY_BUFFER_STATE swf5_scan_string (yyconst char *yy_str  );
YY_BUFFER_STATE swf5_scan_bytes (yyconst char *bytes,int len  );

void *swf5alloc (yy_size_t  );
void *swf5realloc (void *,yy_size_t  );
void swf5free (void *  );

#define yy_new_buffer swf5_create_buffer

#define yy_set_interactive(is_interactive) \
        { \
        if ( ! YY_CURRENT_BUFFER ){ \
        swf5ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
            swf5_create_buffer(swf5in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
        }

#define yy_set_bol(at_bol) \
        { \
        if ( ! YY_CURRENT_BUFFER ){\
        swf5ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
            swf5_create_buffer(swf5in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
        }

#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

/* Begin user sect3 */

typedef unsigned char YY_CHAR;

FILE *swf5in = (FILE *) 0, *swf5out = (FILE *) 0;

typedef int yy_state_type;

extern int swf5lineno;

int swf5lineno = 1;

extern char *swf5text;
#define yytext_ptr swf5text

static yy_state_type yy_get_previous_state (void );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
static int yy_get_next_buffer (void );
static void yy_fatal_error (yyconst char msg[]  );

/* Done after the current pattern has been matched and before the
 * corresponding action - sets up swf5text.
 */
#define YY_DO_BEFORE_ACTION \
        (yytext_ptr) = yy_bp; \
        swf5leng = (size_t) (yy_cp - yy_bp); \
        (yy_hold_char) = *yy_cp; \
        *yy_cp = '\0'; \
        (yy_c_buf_p) = yy_cp;

#define YY_NUM_RULES 224
#define YY_END_OF_BUFFER 225
/* This struct is not used in this scanner,
   but its presence is necessary. */
struct yy_trans_info
        {
        flex_int32_t yy_verify;
        flex_int32_t yy_nxt;
        };
static yyconst flex_int16_t yy_accept[1029] =
    {   0,
        5,    5,    5,    5,    5,    5,    5,    5,  225,  223,
      177,  222,  223,  210,  223,  170,  209,  204,  223,  211,
      212,  207,  202,  217,  203,  218,  208,    3,    3,  220,
      200,  198,  201,  199,  219,  170,  213,  214,  206,  170,
      170,  170,  170,  215,  205,  216,  221,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  210,  201,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  222,  183,    0,  173,  171,    0,  170,

      184,  190,    0,  174,  172,    0,  186,  178,  188,  179,
      189,  175,  176,  187,    4,    2,    3,    0,    0,  192,
      180,  182,  181,  193,    0,    5,  170,  170,  170,  170,
      170,  191,  185,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  106,  170,  170,    0,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      183,  182,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,   73,   74,  170,  170,  170,
      170,  170,  170,  170,   22,  170,  170,  170,  170,  170,

      170,  170,  170,   20,   19,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,   19,  170,  170,
      170,    4,    0,    5,    1,  195,  196,  194,  170,  170,
      170,  170,  170,  109,  105,  170,  170,  170,  116,  170,
      170,   96,  156,  170,  170,  170,  170,  155,  170,  115,
      170,  170,  170,  170,  170,  170,  170,  170,  170,   95,
      135,  170,   98,  170,  170,  166,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  107,
       42,   41,  170,  170,  170,  170,  170,  170,  170,  170,

      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,   30,  170,  170,  170,  170,   50,  170,  170,
      170,  170,  170,  170,  170,  170,   18,  170,  170,  170,
      170,   48,  170,  170,   24,  170,   49,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,   37,   23,  170,  170,  170,    0,
        4,  197,  170,    8,    6,  170,  170,  170,  170,  165,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  154,   99,

      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,   97,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,   88,  170,  170,  170,  170,  170,  170,  170,   59,
       16,  170,  170,  170,  170,  170,  170,  170,   14,   31,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
       55,  170,  170,  170,  170,  170,  170,  170,  170,  170,
       56,  170,  170,  170,   28,  170,  170,  170,  170,   29,
        7,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,

      170,  150,  170,  149,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      167,  170,  170,  170,  170,  170,  170,  170,  170,   86,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,   11,   38,   34,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,   39,  170,   33,   21,   10,  170,
      151,  170,  170,  168,  130,  170,  170,  113,  170,  170,

      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      108,  170,  110,  170,  170,  170,  170,  127,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,   79,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
       81,  170,  170,  170,  170,   46,  170,  170,   25,  170,
      170,  170,  170,  170,   51,  170,  170,   45,  170,  170,
      170,  170,  170,   35,   43,  170,   27,  170,  170,  170,
      170,  170,   47,   15,  170,  170,  170,  170,  170,  170,
      170,  169,  170,  170,  157,  170,  170,  170,  170,  170,

      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,   82,  170,  170,  170,  170,
       84,  170,  170,   93,   75,   94,   76,  170,   17,  170,
       40,  170,  170,  170,   52,  170,  170,  170,  170,  170,
      170,   36,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
      170,  170,  170,  170,  111,  170,  170,  147,  170,  129,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,

      170,  170,  170,  170,  170,  145,  136,  170,  170,  128,
      170,  158,  159,  170,  170,  170,  170,  170,  170,   92,
      170,  170,  170,   80,   12,  170,   13,  170,   44,  170,
      170,  170,  170,  170,  170,  170,  170,  170,  170,  170,
       70,  170,  170,  170,    9,  170,  170,  170,  170,  170,
      117,  170,  121,  170,  170,  170,  120,  170,  170,  134,
      170,  114,  170,  104,  103,  131,  170,  170,  122,  170,
      170,  170,  170,  123,  170,  144,  170,  170,  138,  170,
      126,  170,  170,  170,  170,  170,   83,  170,  170,  170,
      170,  170,  170,  170,   64,  170,   53,   54,  170,  170,

       62,   69,  170,  170,  170,  170,  170,  170,  102,  170,
      118,  164,  170,  170,  163,  119,  133,  170,  170,  170,
      170,  170,  170,  170,  170,  124,  170,  170,  160,  170,
      170,   90,  170,  170,  170,  170,  170,  170,  170,  170,
       32,  170,  170,  170,  170,   58,   26,  170,  170,  170,
      170,  170,  139,  141,  148,  112,  132,  170,  140,  100,
      170,  142,  125,  170,  170,  170,   87,  170,  170,  170,
      170,  170,   72,   60,   61,  170,  170,  170,   71,  170,
      152,  153,  101,  170,  170,  170,  137,  170,  170,  170,
       89,  170,   78,  170,   66,  170,  170,  170,  170,  170,

      143,  170,   77,   85,   91,  170,   63,  170,   57,  170,
      170,  146,  170,  170,  170,  170,  162,  170,  170,   68,
      170,  170,   65,  170,  170,  161,   67,    0
    } ;

static yyconst flex_int32_t yy_ec[256] =
    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
        2,    2,    4,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    2,    5,    6,    1,    7,    8,    9,   10,   11,
       12,   13,   14,   15,   16,   17,   18,   19,   20,   21,
       22,   22,   22,   22,   22,   23,   23,   24,   25,   26,
       27,   28,   29,    1,   30,   31,   32,   33,   34,   35,
        7,    7,    7,    7,    7,   36,   37,   38,   39,   40,
       41,   42,   43,   44,   45,   46,    7,    7,    7,    7,
       47,   48,   49,   50,   51,    1,   52,   53,   54,   55,

       56,   57,   58,   59,   60,   61,   62,   63,   64,   65,
       66,   67,   68,   69,   70,   71,   72,   73,   74,   75,
       76,    7,   77,   78,   79,   80,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,

        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1
    } ;

static yyconst flex_int32_t yy_meta[81] =
    {   0,
        1,    1,    1,    1,    1,    1,    2,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    3,    3,
        3,    3,    3,    1,    1,    1,    1,    1,    1,    3,
        3,    3,    3,    3,    3,    2,    2,    2,    2,    2,
        2,    2,    2,    2,    2,    2,    1,    1,    1,    1,
        2,    3,    3,    3,    3,    3,    3,    2,    2,    2,
        2,    2,    2,    2,    2,    2,    2,    2,    2,    2,
        2,    2,    2,    2,    2,    2,    1,    1,    1,    1
    } ;

static yyconst flex_int16_t yy_base[1033] =
    {   0,
        0,    0,   29,    0,  100,    0,   52,   74, 1231, 1232,
     1232, 1232, 1227, 1202,   85,    0, 1232,   81,  128, 1232,
     1232, 1201,   87, 1232,   93, 1232,  159,  161,  168, 1232,
     1232,  109, 1200,  119, 1232,  178, 1232, 1232, 1232, 1174,
     1153,   73, 1159, 1232,   70, 1232, 1232,   61, 1154, 1170,
      147,  190,   98, 1165,   97,  149,   58,  160,  145,  155,
      140,  166,  176, 1168, 1153, 1191, 1190,  214, 1146, 1146,
      187,  175,  240,  239,  164,  178,  167,  103, 1145,  209,
      192,  221,  248, 1161,  215,  246,  201,  237,  162,  232,
     1156, 1137,  256, 1232, 1232,  313,  315, 1232, 1207,    0,

     1232, 1232,  317,  319, 1232, 1206, 1232, 1232, 1232, 1232,
     1232, 1232, 1232, 1232,  314,  321,  330,  352,    0, 1181,
     1232, 1232, 1232,  269,  337,  359, 1144, 1143, 1133, 1137,
     1148, 1232, 1232, 1147, 1146, 1148,  260,  291, 1126, 1131,
      321, 1125, 1125, 1141, 1123, 1126,  210, 1122, 1133,  329,
     1135, 1126, 1114, 1116, 1131,    0,  261, 1115,  368, 1120,
     1112, 1122,  332, 1128, 1128, 1110,  332,  177, 1109, 1108,
     1149, 1148, 1111, 1101, 1103,  334,  220, 1119, 1098, 1103,
     1102,  127, 1098, 1106, 1105,  340,  341, 1100, 1107,  343,
     1093, 1109, 1095,  352,    0, 1092, 1088, 1105, 1091, 1086,

     1089, 1082, 1081,    0,  337, 1086, 1098,  342, 1094, 1096,
      250, 1094, 1081,  275, 1074,  360, 1091, 1083, 1073,  325,
     1083,  366, 1071, 1079, 1067,  349, 1072, 1066, 1061, 1074,
     1062,  402,  425,  408,    0, 1232, 1232, 1105, 1061, 1067,
     1073, 1072, 1071,    0,    0, 1061, 1062, 1053,    0, 1067,
     1062, 1058,    0, 1056, 1067, 1062, 1051,  370, 1053,    0,
     1044, 1044, 1053, 1053, 1055, 1041, 1037, 1036, 1036,  397,
        0,  399,    0, 1035, 1046,  445, 1038,  405, 1046, 1033,
     1034, 1040,  362, 1032, 1040, 1025, 1025, 1041, 1038,    0,
     1232, 1232, 1026, 1023, 1025, 1036, 1037, 1028, 1029, 1022,

     1033, 1013, 1011, 1013, 1010, 1017, 1009, 1023, 1011, 1022,
     1009, 1020,    0, 1021, 1009, 1015, 1016,    0,  999,  381,
     1016, 1011, 1003, 1009, 1001, 1011,    0, 1008,  435,  995,
      989,    0, 1001, 1003,    0,  986,    0,  980,  982,  981,
      990,  997,  985,  978,  410,  980,  981,  977,  975,  987,
      974,  977,  984,  987,    0,    0,  977,  980,  967,  462,
      467, 1232,  981,    0,    0,  330,  979,  981,  413,    0,
      963,  978,  972,  975,  967,  964,  964,  971,  957,  973,
      968,  405,  952,  968,  952,  955,  964,  965,  954,  956,
      960,  946,  957,  956,  958,  955,  941,  952,    0,    0,

      934,  950,  936,  948,  951,  950,  930,  929,  944,  933,
      926,  927,    0,  939,  930,  924,  936,  923,  931,  920,
      921,  915,  922,  927,  925,  927,  919,  929,  915,  921,
      926,    0,  917,  905,  903,  922,  901,  920,  909,    0,
        0,  911,  899,  916,  907,  894,  894,  904,    0,    0,
      900,  891,  892,  900,  431,  929,  906,  886,  455,  921,
        0,  920,  902,  893,  886,  878,  881,  880,  896,  876,
      460,  875,  891,  888,    0,  869,  879,  885,  884,    0,
        0,  882,  878,  878,  864,  879,  878,  877,  878,  862,
      860,  874,  864,  863,  860,  856,  860,  854,  869,  862,

      868,    0,  861,    0,  848,  851,  849,  860,  842,  843,
      841,  850,  855,  837,  838,  851,  842,  839,  846,  834,
      833,  428,  846,  831,  841,  829,  845,  825,  842,  834,
        0,  821,  840,  835,  819,  819,  832,  828,  818,    0,
      825,  813,  828,  826,  818,  827,  820,  808,  814,  806,
      812,    0,    0,    0,  803,  808,  809,  815,  816,  806,
      808,  801,  802,  458,  800,  799,  804,  796,  809,  791,
      790,  787,  803,  792,  799,  789,  787,  783,  818,  781,
      783,  779,  788,  775,    0,  789,    0,    0,    0,  779,
      444,  778,  771,  820,    0,  788,  787,    0,  768,  785,

      783,  768,  774,  777,  763,  770,  778,  766,  757,  756,
        0,  763,    0,  773,  754,  764,  766,    0,  769,  750,
      755,  765,  750,  756,  757,  754,  757,  752,  742,  758,
      439,  749,  754,  740,  750,  740,  752,    0,  738,  750,
      732,  730,  728,  726,  726,  736,  742,  723,  736,  729,
        0,  735,  734,  733,  732,    0,  715,  715,    0,  733,
      708,  717,  715,  725,  760,  724,  724,    0,  704,  707,
      723,  722,  717,    0,    0,  735,    0,  704,  712,  700,
      716,  695,    0,    0,  726,  724,  708,  700,  705,  707,
      701,    0,  688,  687,    0,  692,  700,  699,  702,  688,

      700,  695,  685,  446,  690,  679,  671,  683,  674,  678,
      689,  679,  670,  674,  683,  682,  667,  680,  683,  677,
      675,   61,  193,  258,  306,  375,  385,  407,  430,  447,
      443,  437,  440,  454,  448,    0,  461,  438,  449,  444,
        0,  448,  462,    0,    0,    0,    0,  463,    0,  449,
        0,  457,  467,  455,    0,  485,  470,  467,  469,  466,
      467,    0,  466,  477,  478,  483,  478,  472,  486,  467,
      485,  467,  471,  472,  478,  489,  490,  492,  479,  480,
      497,  480,  476,  499,    0,  489,  486,    0,  496,    0,
      487,  499,  504,  489,  491,  503,  490,  495,  496,  495,

      496,  515,  498,  511,  513,    0,    0,  507,  515,    0,
      503,    0,    0,  505,  519,  520,  525,  514,  518,    0,
      517,  526,  532,    0,    0,  529,    0,  517,    0,  524,
      517,  550,  534,  539,  536,  537,  521,  526,  525,  539,
        0,  543,  528,  548,    0,  549,  533,  543,  549,  541,
      585,  586,    0,  537,  546,  540,    0,  540,  557,    0,
      548,    0,  562,    0,    0,    0,  563,  557,    0,  547,
      563,  564,  558,    0,  551,    0,  565,  554,    0,  566,
        0,  557,  571,  557,  577,  570,    0,  560,  568,  596,
      563,  583,  570,  580,  600,  586,    0,    0,  580,  570,

        0,    0,  572,  584,  581,  569,  574,  581,    0,  582,
        0,    0,  573,  594,    0,    0,    0,  593,  587,  588,
      598,  579,  587,  582,  602,  638,  589,  590,    0,  610,
      592,    0,  609,  594,  606,  611,  602,  593,  594,  604,
        0,  600,  610,  618,  599,    0,    0,  616,  607,  622,
      614,  607,    0,    0,    0,    0,    0,  627,    0,    0,
      615,    0,    0,  624,  625,  621,    0,  630,  611,  624,
      619,  617,    0,    0,    0,  627,  636,  661,    0,  623,
        0,    0,    0,  635,  633,  628,    0,  646,  643,  645,
        0,  645,    0,  642,    0,  633,  641,  629,  650,  647,

        0,  643,    0,    0,    0,  653,  672,  651,    0,  658,
      646,    0,  682,  643,  649,  654,    0,  655,  655,    0,
      660,  661,    0,  655,  656,    0,    0, 1232,  723,  725,
      728,  729
    } ;

static yyconst flex_int16_t yy_def[1033] =
    {   0,
     1028,    1,    1,    3,    1,    5,    5,    5, 1028, 1028,
     1028, 1028, 1028, 1028, 1029, 1030, 1028, 1028, 1031, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1030, 1028, 1028, 1028, 1030,
     1030, 1030, 1030, 1028, 1028, 1028, 1028, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1028, 1028, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1028, 1028, 1029, 1029, 1028, 1029, 1030,

     1028, 1028, 1031, 1031, 1028, 1031, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1032, 1028,
     1028, 1028, 1028, 1028, 1028, 1030, 1030, 1030, 1030, 1030,
     1030, 1028, 1028, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1028, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1028, 1028, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1028, 1028, 1028, 1032, 1028, 1028, 1028, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1028, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1028, 1028, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1028,
     1028, 1028, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,

     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030,
     1030, 1030, 1030, 1030, 1030, 1030, 1030,    0, 1028, 1028,
     1028, 1028
    } ;

static yyconst flex_int16_t yy_nxt[1313] =
    {   0,
       10,   11,   12,   13,   14,   15,   16,   17,   18,   19,
       20,   21,   22,   23,   24,   25,   26,   27,   28,   29,
       29,   29,   29,   30,   31,   32,   33,   34,   35,   16,
       16,   16,   16,   36,   16,   16,   16,   16,   16,   16,
       16,   16,   16,   16,   16,   16,   37,   10,   38,   39,
       16,   16,   16,   16,   16,   36,   40,   16,   16,   16,
       16,   16,   16,   16,   41,   16,   16,   16,   16,   16,
       42,   43,   16,   16,   16,   16,   44,   45,   46,   47,
       48,   49,   50,   51,   52,   53,   54,   97,   55,  101,
       98,   56,   57,   58,   59,   60,  132,   61,   62,   63,

      108,   64,   16,   65,   66,   86,   87,  102,  110,   16,
      150,   88,  805,  109,   16,  134,   89,   16,   90,  111,
       91,   92,   93,  151,   16,  135,   67,   86,   87,  152,
      104,   16,   99,   88,  120,  121,   16,  105,   89,   16,
       90,  129,   91,   92,   93,  123,  124,  133,  130,  127,
       68,   69,   70,   71,   72,   73,   74,   75,  208,   76,
      146,  147,   77,  159,   78,   79,   80,  144,   81,   82,
       83,  112,   84,   85,  128,  106,  113,  115,  304,  116,
      116,  116,  116,  117,  115,  114,  117,  117,  117,  117,
      117,  125,  305,  125,  118,  160,  126,  126,  126,  126,

      126,  118,  138,  125,  148,  125,  139,  155,  126,  126,
      126,  126,  126,  156,  149,  153,  118,  229,  140,  202,
      157,  161,  206,  118,  162,  154,  158,  166,  288,  203,
      194,  128,  207,  128,  204,  119,  163,  164,  190,  165,
      195,  167,  205,  213,  168,  191,  196,  214,  241,  192,
      806,  130,  193,  125,  141,  125,  194,  142,  126,  126,
      126,  126,  126,  260,  143,  173,  195,  174,  175,  261,
      176,  210,  177,  224,  225,  298,  215,  211,  178,  299,
      212,  179,  180,  181,  182,  183,  184,  185,  186,  187,
      127,  216,  217,  204,  218,  237,  238,  226,  199,  219,

      230,  228,  197,  212,  200,  339,  220,  219,  192,  340,
      201,  227,  198,  221,  220,   97,  222,   97,   98,  104,
       98,  104,  247,  130,  222,  807,  105,  273,  105,  248,
      274,  130,  232,  232,  232,  232,  232,  115,  343,  116,
      116,  116,  116,  117,  249,  344,  115,  233,  117,  117,
      117,  117,  117,  250,  118,  234,  234,  234,  234,  234,
       99,  808,   99,  118,  106,  125,  106,  125,  482,  233,
      234,  234,  234,  234,  234,  253,  118,  126,  126,  126,
      126,  126,  264,  280,  351,  118,  276,  276,  276,  276,
      276,  265,  254,  352,  266,  482,  286,  281,  267,  296,

      282,  287,  297,  309,  311,  315,  331,  332,  321,  310,
      312,  346,  316,  317,  322,  335,  336,  354,  316,  317,
      232,  232,  232,  232,  232,  347,  234,  234,  234,  234,
      234,  411,  412,  378,  444,  233,  379,  241,  360,  809,
      360,  355,  380,  361,  361,  361,  361,  361,  391,  468,
      396,  445,  392,  469,  397,  810,  498,  233,  811,  393,
      394,  398,  395,  276,  276,  276,  276,  276,  402,  485,
      499,  403,  564,  404,  453,  405,  486,  406,  454,  455,
      361,  361,  361,  361,  361,  361,  361,  361,  361,  361,
      627,  568,  580,  665,  724,  688,  628,  786,  812,  564,

      569,  725,  581,  689,  813,  814,  455,  815,  816,  817,
      818,  787,  819,  820,  821,  822,  823,  824,  825,  826,
      665,  827,  828,  829,  830,  832,  833,  831,  834,  835,
      836,  837,  838,  839,  840,  841,  842,  843,  844,  845,
      846,  847,  848,  849,  850,  851,  852,  853,  854,  855,
      856,  857,  858,  859,  860,  861,  862,  863,  864,  865,
      866,  867,  868,  869,  870,  871,  872,  873,  874,  875,
      876,  877,  879,  880,  881,  882,  878,  883,  884,  885,
      886,  887,  888,  889,  890,  891,  892,  893,  894,  895,
      896,  897,  898,  899,  900,  901,  902,  903,  904,  905,

      906,  907,  908,  909,  910,  911,  912,  913,  914,  915,
      916,  917,  918,  919,  920,  894,  921,  922,  923,  924,
      925,  926,  927,  928,  929,  930,  931,  932,  933,  934,
      935,  936,  937,  938,  939,  940,  941,  942,  943,  944,
      945,  946,  947,  948,  949,  950,  951,  952,  953,  954,
      955,  956,  957,  958,  959,  960,  961,  962,  963,  964,
      965,  966,  967,  968,  969,  970,  971,  972,  973,  974,
      975,  976,  977,  978,  979,  980,  981,  982,  983,  984,
      985,  986,  987,  988,  989,  990,  991,  992,  993,  994,
      995,  996,  997,  998,  999, 1000, 1001, 1002, 1003, 1004,

     1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014,
     1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024,
     1025, 1026, 1027,   96,   96,   96,  100,  100,  103,  103,
      103,  235,  804,  803,  802,  801,  800,  799,  798,  797,
      796,  795,  794,  793,  792,  791,  790,  789,  788,  785,
      784,  783,  782,  781,  780,  779,  778,  777,  776,  775,
      774,  773,  772,  771,  770,  769,  768,  767,  766,  765,
      764,  763,  762,  761,  760,  759,  758,  757,  756,  755,
      754,  753,  752,  751,  750,  749,  748,  747,  746,  745,
      744,  743,  742,  741,  740,  739,  738,  737,  736,  735,

      734,  733,  732,  731,  730,  729,  728,  727,  726,  723,
      722,  721,  720,  719,  718,  717,  716,  715,  714,  713,
      712,  711,  710,  709,  708,  707,  706,  705,  704,  703,
      702,  701,  700,  699,  698,  697,  696,  695,  694,  693,
      692,  691,  690,  687,  686,  685,  684,  683,  682,  681,
      680,  679,  678,  677,  676,  675,  674,  673,  672,  671,
      670,  669,  668,  667,  666,  664,  663,  662,  661,  660,
      659,  658,  657,  656,  655,  654,  653,  652,  651,  650,
      649,  648,  647,  646,  645,  644,  643,  642,  641,  640,
      639,  638,  637,  636,  635,  634,  633,  632,  631,  630,

      629,  626,  625,  624,  623,  622,  621,  620,  619,  618,
      617,  616,  615,  614,  613,  612,  611,  610,  609,  608,
      607,  606,  605,  604,  603,  602,  601,  600,  599,  598,
      597,  596,  595,  594,  593,  592,  591,  590,  589,  588,
      587,  586,  585,  584,  583,  582,  579,  578,  577,  576,
      575,  574,  573,  572,  571,  570,  567,  566,  565,  563,
      562,  561,  560,  559,  558,  557,  556,  555,  554,  553,
      552,  551,  550,  549,  548,  547,  546,  545,  544,  543,
      542,  541,  540,  539,  538,  537,  536,  535,  534,  533,
      532,  531,  530,  529,  528,  527,  526,  525,  524,  523,

      522,  521,  520,  519,  518,  517,  516,  515,  514,  513,
      512,  511,  510,  509,  508,  507,  506,  505,  504,  503,
      502,  501,  500,  497,  496,  495,  494,  493,  492,  491,
      490,  489,  488,  487,  484,  483,  481,  445,  480,  479,
      478,  477,  476,  475,  474,  473,  472,  471,  470,  467,
      466,  465,  464,  463,  462,  461,  460,  459,  458,  457,
      456,  452,  451,  450,  449,  448,  447,  446,  443,  442,
      441,  440,  439,  438,  437,  436,  435,  434,  433,  432,
      431,  430,  429,  428,  427,  426,  425,  424,  423,  422,
      421,  420,  419,  418,  417,  416,  415,  414,  413,  410,

      409,  408,  407,  401,  400,  399,  390,  389,  388,  387,
      386,  385,  384,  383,  382,  381,  377,  376,  375,  374,
      373,  372,  371,  370,  369,  368,  367,  366,  365,  364,
      363,  362,  344,  340,  335,  331,  359,  358,  357,  356,
      353,  350,  349,  348,  345,  342,  341,  338,  337,  334,
      333,  330,  329,  328,  327,  326,  325,  324,  323,  320,
      319,  318,  314,  313,  308,  307,  306,  303,  302,  301,
      300,  295,  294,  293,  292,  291,  290,  289,  285,  284,
      283,  279,  278,  277,  275,  272,  271,  270,  269,  268,
      263,  262,  259,  258,  257,  256,  255,  252,  251,  246,

      245,  244,  243,  242,  241,  240,  239,  236, 1028, 1028,
      218,  231,  223,  209,  189,  188,  172,  171,  170,  169,
      145,  137,  136,  131,  128,  127,  122,  107,   95,   94,
     1028,    9, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,

     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028
    } ;

static yyconst flex_int16_t yy_chk[1313] =
    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        3,    3,    3,    3,    3,    3,    3,   15,    3,   18,
       15,    3,    3,    3,    3,    3,   45,    3,    3,    3,

       23,    3,    7,    3,    5,    7,    7,   18,   25,    7,
       57,    7,  722,   23,    7,   48,    7,    7,    7,   25,
        7,    7,    7,   57,    8,   48,    5,    8,    8,   57,
       19,    8,   15,    8,   32,   32,    8,   19,    8,    8,
        8,   42,    8,    8,    8,   34,   34,   45,   42,   53,
        5,    5,    5,    5,    5,    5,    5,    5,   78,    5,
       55,   55,    5,   61,    5,    5,    5,   53,    5,    5,
        5,   27,    5,    5,   78,   19,   27,   28,  182,   28,
       28,   28,   28,   28,   29,   27,   29,   29,   29,   29,
       29,   36,  182,   36,   28,   61,   36,   36,   36,   36,

       36,   29,   51,   52,   56,   52,   51,   59,   52,   52,
       52,   52,   52,   59,   56,   58,   28,   89,   51,   75,
       60,   62,   77,   29,   62,   58,   60,   63,  168,   75,
       72,   58,   77,   89,   76,   28,   62,   62,   71,   62,
       72,   63,   76,   81,   63,   71,   72,   81,  168,   71,
      723,   63,   71,   73,   52,   73,   87,   52,   73,   73,
       73,   73,   73,  147,   52,   68,   87,   68,   68,  147,
       68,   80,   68,   85,   85,  177,   82,   80,   68,  177,
       80,   68,   68,   68,   68,   68,   68,   68,   68,   68,
       74,   82,   82,   88,   82,  124,  124,   86,   74,   83,

       90,   88,   73,   90,   74,  211,   83,   93,   86,  211,
       74,   86,   73,   83,   93,   96,   83,   97,   96,  103,
       97,  104,  137,   83,   93,  724,  103,  157,  104,  137,
      157,   93,  115,  115,  115,  115,  115,  116,  214,  116,
      116,  116,  116,  116,  138,  214,  117,  115,  117,  117,
      117,  117,  117,  138,  116,  125,  125,  125,  125,  125,
       96,  725,   97,  117,  103,  118,  104,  118,  366,  115,
      118,  118,  118,  118,  118,  141,  116,  126,  126,  126,
      126,  126,  150,  163,  220,  117,  159,  159,  159,  159,
      159,  150,  141,  220,  150,  366,  167,  163,  150,  176,

      163,  167,  176,  186,  187,  190,  205,  205,  194,  186,
      187,  216,  190,  190,  194,  208,  208,  222,  226,  226,
      232,  232,  232,  232,  232,  216,  234,  234,  234,  234,
      234,  283,  283,  258,  320,  232,  258,  222,  233,  726,
      233,  222,  258,  233,  233,  233,  233,  233,  270,  345,
      272,  320,  270,  345,  272,  727,  382,  232,  728,  270,
      270,  272,  270,  276,  276,  276,  276,  276,  278,  369,
      382,  278,  455,  278,  329,  278,  369,  278,  329,  329,
      360,  360,  360,  360,  360,  361,  361,  361,  361,  361,
      522,  459,  471,  564,  631,  591,  522,  704,  729,  455,

      459,  631,  471,  591,  730,  731,  329,  732,  733,  734,
      735,  704,  737,  738,  739,  740,  742,  743,  748,  750,
      564,  752,  753,  754,  756,  757,  758,  756,  759,  760,
      761,  763,  764,  765,  766,  767,  768,  769,  770,  771,
      772,  773,  774,  775,  776,  777,  778,  779,  780,  781,
      782,  783,  784,  786,  787,  789,  791,  792,  793,  794,
      795,  796,  797,  798,  799,  800,  801,  802,  803,  804,
      805,  808,  809,  811,  814,  815,  808,  816,  817,  818,
      819,  821,  822,  823,  826,  828,  830,  831,  832,  833,
      834,  835,  836,  837,  838,  839,  840,  842,  843,  844,

      846,  847,  848,  849,  850,  851,  852,  854,  855,  856,
      858,  859,  861,  863,  867,  832,  868,  870,  871,  872,
      873,  875,  877,  878,  880,  882,  883,  884,  885,  886,
      888,  889,  890,  891,  892,  893,  894,  895,  896,  899,
      900,  903,  904,  905,  906,  907,  908,  910,  913,  914,
      918,  919,  920,  921,  922,  923,  924,  925,  926,  927,
      928,  930,  931,  933,  934,  935,  936,  937,  938,  939,
      940,  942,  943,  944,  945,  948,  949,  950,  951,  952,
      958,  961,  964,  965,  966,  968,  969,  970,  971,  972,
      976,  977,  978,  980,  984,  985,  986,  988,  989,  990,

      992,  994,  996,  997,  998,  999, 1000, 1002, 1006, 1007,
     1008, 1010, 1011, 1013, 1014, 1015, 1016, 1018, 1019, 1021,
     1022, 1024, 1025, 1029, 1029, 1029, 1030, 1030, 1031, 1031,
     1031, 1032,  721,  720,  719,  718,  717,  716,  715,  714,
      713,  712,  711,  710,  709,  708,  707,  706,  705,  703,
      702,  701,  700,  699,  698,  697,  696,  694,  693,  691,
      690,  689,  688,  687,  686,  685,  682,  681,  680,  679,
      678,  676,  673,  672,  671,  670,  669,  667,  666,  665,
      664,  663,  662,  661,  660,  658,  657,  655,  654,  653,
      652,  650,  649,  648,  647,  646,  645,  644,  643,  642,

      641,  640,  639,  637,  636,  635,  634,  633,  632,  630,
      629,  628,  627,  626,  625,  624,  623,  622,  621,  620,
      619,  617,  616,  615,  614,  612,  610,  609,  608,  607,
      606,  605,  604,  603,  602,  601,  600,  599,  597,  596,
      594,  593,  592,  590,  586,  584,  583,  582,  581,  580,
      579,  578,  577,  576,  575,  574,  573,  572,  571,  570,
      569,  568,  567,  566,  565,  563,  562,  561,  560,  559,
      558,  557,  556,  555,  551,  550,  549,  548,  547,  546,
      545,  544,  543,  542,  541,  539,  538,  537,  536,  535,
      534,  533,  532,  530,  529,  528,  527,  526,  525,  524,

      523,  521,  520,  519,  518,  517,  516,  515,  514,  513,
      512,  511,  510,  509,  508,  507,  506,  505,  503,  501,
      500,  499,  498,  497,  496,  495,  494,  493,  492,  491,
      490,  489,  488,  487,  486,  485,  484,  483,  482,  479,
      478,  477,  476,  474,  473,  472,  470,  469,  468,  467,
      466,  465,  464,  463,  462,  460,  458,  457,  456,  454,
      453,  452,  451,  448,  447,  446,  445,  444,  443,  442,
      439,  438,  437,  436,  435,  434,  433,  431,  430,  429,
      428,  427,  426,  425,  424,  423,  422,  421,  420,  419,
      418,  417,  416,  415,  414,  412,  411,  410,  409,  408,

      407,  406,  405,  404,  403,  402,  401,  398,  397,  396,
      395,  394,  393,  392,  391,  390,  389,  388,  387,  386,
      385,  384,  383,  381,  380,  379,  378,  377,  376,  375,
      374,  373,  372,  371,  368,  367,  363,  359,  358,  357,
      354,  353,  352,  351,  350,  349,  348,  347,  346,  344,
      343,  342,  341,  340,  339,  338,  336,  334,  333,  331,
      330,  328,  326,  325,  324,  323,  322,  321,  319,  317,
      316,  315,  314,  312,  311,  310,  309,  308,  307,  306,
      305,  304,  303,  302,  301,  300,  299,  298,  297,  296,
      295,  294,  293,  289,  288,  287,  286,  285,  284,  282,

      281,  280,  279,  277,  275,  274,  269,  268,  267,  266,
      265,  264,  263,  262,  261,  259,  257,  256,  255,  254,
      252,  251,  250,  248,  247,  246,  243,  242,  241,  240,
      239,  238,  231,  230,  229,  228,  227,  225,  224,  223,
      221,  219,  218,  217,  215,  213,  212,  210,  209,  207,
      206,  203,  202,  201,  200,  199,  198,  197,  196,  193,
      192,  191,  189,  188,  185,  184,  183,  181,  180,  179,
      178,  175,  174,  173,  172,  171,  170,  169,  166,  165,
      164,  162,  161,  160,  158,  155,  154,  153,  152,  151,
      149,  148,  146,  145,  144,  143,  142,  140,  139,  136,

      135,  134,  131,  130,  129,  128,  127,  120,  106,   99,
       92,   91,   84,   79,   70,   69,   67,   66,   65,   64,
       54,   50,   49,   43,   41,   40,   33,   22,   14,   13,
        9, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,

     1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028,
     1028, 1028
    } ;

static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;

extern int swf5_flex_debug;
int swf5_flex_debug = 0;

/* The intent behind this definition is that it'll catch
 * any uses of REJECT which flex missed.
 */
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
char *swf5text;
#line 1 "./swf5compiler.flex"
#line 2 "./swf5compiler.flex"

#include <math.h>
#include <string.h>
#include <stdlib.h>

#include "compile.h"
#include "actiontypes.h"
#include "blocks/error.h"
#include "swf5compiler.tab.h" /* defines token types */

static int swf5debug;

static const char *lexBuffer = NULL;
static int lexBufferLen = 0;

static int  sLineNumber = 0, realLine = 0;
static char msgbufs[2][1024] = { {0}, {0} }, *msgline = {0};
static int  column = 0, realColumn = 0, lastToken = 0;

static void comment();
static void comment1();
static void count();
static void countline();
static void warning(char *msg);
static int yy_first_time = 1;
static int yy_new_state;

#define YY_INPUT(buf,result,max_size) result=lexBufferInput(buf, max_size)
#define YY_NO_UNISTD_H
#define YY_USE_PROTOS

/* thanks to the prolific and brilliant Raff: */
static int lexBufferInput(char *buf, int max_size)
{
  int l = lexBufferLen > max_size ? max_size : lexBufferLen;

  if (lexBufferLen <= 0)
    return YY_NULL;

  memcpy(buf, lexBuffer, l);
  lexBuffer += l;
  lexBufferLen -= l;
  return l;
}

static void unescape(char *buf)
{
  char *r, *w;

  r=buf; // read
  w=buf; // write
  while (*r)
  {
        if ( *r == '\\' )
        {
                r++;
                switch(*r)
                {
                        case 'b' : *w = '\b'; break;
                        case 'f' : *w = '\f'; break;
                        case 'n' : *w = '\n'; break;
                        case 'r' : *w = '\r'; break;
                        case 't' : *w = '\t'; break;
                        case 'x' :
                        case 'u' : fprintf(stderr,"unsupported escape sequence\n");
                                break;
                        default : *w = *r; break;
                }
                w++;
                r++;
        }
        else
        {
                *w++ = *r++;
        }
  }
  *w='\0';
}

void swf5ParseInit(const char *script, int debug, int version)
{
  swf5restart(NULL);

  swf5debug = debug;

  lexBuffer = script;
  lexBufferLen = strlen(script);
  sLineNumber = 0;
  column = 0;
  msgline = msgbufs[0];
  swfVersion = version;
}

int read_int (const char *text, YYSTYPE *num)
{
  unsigned long i;

  i = strtoul (text, NULL, 0);
  if (i > 0x7FFFFFFF) {
    /* note: this catches ERANGE, too */
    num->doubleVal = atof(swf5text);
    return DOUBLE;
  }
  num->intVal = i;
  return INTEGER;
}




#line 118 "./swf5compiler.flex"
 // forward declaration needed by the following function
#ifndef YY_PROTO
#ifdef YY_USE_PROTOS
#define YY_PROTO(proto) proto
#else
#define YY_PROTO(proto) ()
#endif
#endif
 static void yyunput YY_PROTO(( int c, char *buf_ptr ));

 void do_unput5(const char c) { unput(c); }
#line 1233 "lex.swf5.c"

#define INITIAL 0
#define STATE_ASM 1
#define STATE_LEGACY 2
#define STATE_PURE 3

#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
 * down here because we want the user's section 1 to have been scanned first.
 * The user has a chance to override it with an option.
 */
#include <unistd.h>
#endif

#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif

static int yy_init_globals (void );

/* Accessor methods to globals.
   These are made visible to non-reentrant scanners for convenience. */

int swf5lex_destroy (void );

int swf5get_debug (void );

void swf5set_debug (int debug_flag  );

YY_EXTRA_TYPE swf5get_extra (void );

void swf5set_extra (YY_EXTRA_TYPE user_defined  );

FILE *swf5get_in (void );

void swf5set_in  (FILE * in_str  );

FILE *swf5get_out (void );

void swf5set_out  (FILE * out_str  );

int swf5get_leng (void );

char *swf5get_text (void );

int swf5get_lineno (void );

void swf5set_lineno (int line_number  );

/* Macros after this point can all be overridden by user definitions in
 * section 1.
 */

#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int swf5wrap (void );
#else
extern int swf5wrap (void );
#endif
#endif

    static void yyunput (int c,char *buf_ptr  );
    
#ifndef yytext_ptr
static void yy_flex_strncpy (char *,yyconst char *,int );
#endif

#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * );
#endif

#ifndef YY_NO_INPUT

#ifdef __cplusplus
static int yyinput (void );
#else
static int input (void );
#endif

#endif

        static int yy_start_stack_ptr = 0;
        static int yy_start_stack_depth = 0;
        static int *yy_start_stack = NULL;
    
    static void yy_push_state (int new_state );
    
    static void yy_pop_state (void );
    
    static int yy_top_state (void );
    
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif

/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
 * we now use fwrite().
 */
#define ECHO do { if (fwrite( swf5text, swf5leng, 1, swf5out )) {} } while (0)
#endif

/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
 * is returned in "result".
 */
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
        if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
                { \
                int c = '*'; \
                size_t n; \
                for ( n = 0; n < max_size && \
                             (c = getc( swf5in )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
                if ( c == EOF && ferror( swf5in ) ) \
                        YY_FATAL_ERROR( "input in flex scanner failed" ); \
                result = n; \
                } \
        else \
                { \
                errno=0; \
                while ( (result = fread(buf, 1, max_size, swf5in))==0 && ferror(swf5in)) \
                        { \
                        if( errno != EINTR) \
                                { \
                                YY_FATAL_ERROR( "input in flex scanner failed" ); \
                                break; \
                                } \
                        errno=0; \
                        clearerr(swf5in); \
                        } \
                }\
\

#endif

/* No semi-colon after return; correct usage is to write "yyterminate();" -
 * we don't want an extra ';' after the "return" because that will cause
 * some compilers to complain about unreachable statements.
 */
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif

/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif

/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif

/* end tables serialization structures and prototypes */

/* Default declaration of generated scanner - a define so the user can
 * easily add parameters.
 */
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1

extern int swf5lex (void);

#define YY_DECL int swf5lex (void)
#endif /* !YY_DECL */

/* Code executed at the beginning of each rule, after swf5text and swf5leng
 * have been set up.
 */
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif

/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK break;
#endif

#define YY_RULE_SETUP \
        YY_USER_ACTION

/** The main scanner function which does all the work.
 */
YY_DECL
{
        register yy_state_type yy_current_state;
        register char *yy_cp, *yy_bp;
        register int yy_act;
    
#line 137 "./swf5compiler.flex"



if (yy_first_time) {
        /* start in legacy state */
        yy_push_state(STATE_LEGACY);
        yy_first_time = 0;
        
        /* suppress unused warning for static declared function */
        yy_top_state();
}


#line 1447 "lex.swf5.c"

        if ( !(yy_init) )
                {
                (yy_init) = 1;

#ifdef YY_USER_INIT
                YY_USER_INIT;
#endif

                if ( ! (yy_start) )
                        (yy_start) = 1; /* first start state */

                if ( ! swf5in )
                        swf5in = stdin;

                if ( ! swf5out )
                        swf5out = stdout;

                if ( ! YY_CURRENT_BUFFER ) {
                        swf5ensure_buffer_stack ();
                        YY_CURRENT_BUFFER_LVALUE =
                                swf5_create_buffer(swf5in,YY_BUF_SIZE );
                }

                swf5_load_buffer_state( );
                }

        while ( 1 )             /* loops until end-of-file is reached */
                {
                yy_cp = (yy_c_buf_p);

                /* Support of swf5text. */
                *yy_cp = (yy_hold_char);

                /* yy_bp points to the position in yy_ch_buf of the start of
                 * the current run.
                 */
                yy_bp = yy_cp;

                yy_current_state = (yy_start);
yy_match:
                do
                        {
                        register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
                        if ( yy_accept[yy_current_state] )
                                {
                                (yy_last_accepting_state) = yy_current_state;
                                (yy_last_accepting_cpos) = yy_cp;
                                }
                        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                                {
                                yy_current_state = (int) yy_def[yy_current_state];
                                if ( yy_current_state >= 1029 )
                                        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 != 1028 );
                yy_cp = (yy_last_accepting_cpos);
                yy_current_state = (yy_last_accepting_state);

yy_find_action:
                yy_act = yy_accept[yy_current_state];

                YY_DO_BEFORE_ACTION;

do_action:      /* This label is used only to access EOF actions. */

                switch ( yy_act )
        { /* beginning of action switch */
                        case 0: /* must back up */
                        /* undo the effects of YY_DO_BEFORE_ACTION */
                        *yy_cp = (yy_hold_char);
                        yy_cp = (yy_last_accepting_cpos);
                        yy_current_state = (yy_last_accepting_state);
                        goto yy_find_action;

case 1:
YY_RULE_SETUP
#line 151 "./swf5compiler.flex"
{ count(); return read_int (swf5text, &swf5lval); }
        YY_BREAK
case 2:
YY_RULE_SETUP
#line 152 "./swf5compiler.flex"
{ count(); return read_int (swf5text, &swf5lval); }
        YY_BREAK
case 3:
YY_RULE_SETUP
#line 153 "./swf5compiler.flex"
{ count(); return read_int (swf5text, &swf5lval); }
        YY_BREAK
case 4:
YY_RULE_SETUP
#line 154 "./swf5compiler.flex"
{ count(); swf5lval.doubleVal = atof(swf5text);
                                return DOUBLE; }
        YY_BREAK
case 5:
YY_RULE_SETUP
#line 156 "./swf5compiler.flex"
{ count(); swf5lval.doubleVal = atof(swf5text);
                                return DOUBLE;  }
        YY_BREAK
case 6:
YY_RULE_SETUP
#line 158 "./swf5compiler.flex"
{ count();swf5lval.intVal = 1;
                                return BOOLEAN; }
        YY_BREAK
case 7:
YY_RULE_SETUP
#line 160 "./swf5compiler.flex"
{ count(); swf5lval.intVal = 0;
                                return BOOLEAN; }
        YY_BREAK
case 8:
YY_RULE_SETUP
#line 162 "./swf5compiler.flex"
{ count();      return NULLVAL;         }
        YY_BREAK
case 9:
YY_RULE_SETUP
#line 163 "./swf5compiler.flex"
{ count();      return UNDEFINED;       }
        YY_BREAK
case 10:
YY_RULE_SETUP
#line 164 "./swf5compiler.flex"
{ count();      return TYPEOF; }
        YY_BREAK


case 11:
YY_RULE_SETUP
#line 168 "./swf5compiler.flex"
{ count();      return BREAK;           }
        YY_BREAK
case 12:
YY_RULE_SETUP
#line 169 "./swf5compiler.flex"
{ count();      return CONTINUE;        }
        YY_BREAK
case 13:
YY_RULE_SETUP
#line 170 "./swf5compiler.flex"
{ count();      return FUNCTION;        }
        YY_BREAK
case 14:
YY_RULE_SETUP
#line 171 "./swf5compiler.flex"
{ count();      return ELSE;            }
        YY_BREAK
case 15:
YY_RULE_SETUP
#line 172 "./swf5compiler.flex"
{ count();      return SWITCH;          }
        YY_BREAK
case 16:
YY_RULE_SETUP
#line 173 "./swf5compiler.flex"
{ count();      return CASE;            }
        YY_BREAK
case 17:
YY_RULE_SETUP
#line 174 "./swf5compiler.flex"
{ count();      return DEFAULT;         }
        YY_BREAK
case 18:
YY_RULE_SETUP
#line 175 "./swf5compiler.flex"
{ count();      return FOR;             }
        YY_BREAK
case 19:
YY_RULE_SETUP
#line 176 "./swf5compiler.flex"
{ count();      return IN;              }
        YY_BREAK
case 20:
YY_RULE_SETUP
#line 177 "./swf5compiler.flex"
{ count();      return IF;              }
        YY_BREAK
case 21:
YY_RULE_SETUP
#line 178 "./swf5compiler.flex"
{ count();      return WHILE;           }
        YY_BREAK
case 22:
YY_RULE_SETUP
#line 179 "./swf5compiler.flex"
{ count();      return DO;              }
        YY_BREAK
case 23:
YY_RULE_SETUP
#line 180 "./swf5compiler.flex"
{ count();      return VAR;             }
        YY_BREAK
case 24:
YY_RULE_SETUP
#line 181 "./swf5compiler.flex"
{ count();      return NEW;             }
        YY_BREAK
case 25:
YY_RULE_SETUP
#line 182 "./swf5compiler.flex"
{ count();      return DELETE;          }
        YY_BREAK
case 26:
YY_RULE_SETUP
#line 183 "./swf5compiler.flex"
{ count();      return TARGETPATH;      }
        YY_BREAK
case 27:
YY_RULE_SETUP
#line 184 "./swf5compiler.flex"
{ count();      return RETURN;          }
        YY_BREAK
case 28:
YY_RULE_SETUP
#line 185 "./swf5compiler.flex"
{ count();      return THIS;            }
        YY_BREAK
case 29:
YY_RULE_SETUP
#line 186 "./swf5compiler.flex"
{ count();
                          /* do not lex legacy functions in with-blocks */
                          yy_push_state(STATE_PURE);
                          yy_new_state = 1;     
                          return WITH;          
                        }
        YY_BREAK
/* switch state to ASM */
case 30:
YY_RULE_SETUP
#line 194 "./swf5compiler.flex"
{ count();      
                                yy_push_state(STATE_ASM); 
                                yy_new_state = 1;       
                                return ASM;
                        }
        YY_BREAK
case 31:
YY_RULE_SETUP
#line 200 "./swf5compiler.flex"
{ count();      return EVAL;            }
        YY_BREAK
case 32:
YY_RULE_SETUP
#line 201 "./swf5compiler.flex"
{ count();      return INSTANCEOF; }
        YY_BREAK
case 33:
YY_RULE_SETUP
#line 202 "./swf5compiler.flex"
{ count();      return TRACE;   }
        YY_BREAK
case 34:
YY_RULE_SETUP
#line 203 "./swf5compiler.flex"
{ count();      return CLASS; }
        YY_BREAK
case 35:
YY_RULE_SETUP
#line 204 "./swf5compiler.flex"
{ count();      return PUBLIC; }
        YY_BREAK
case 36:
YY_RULE_SETUP
#line 205 "./swf5compiler.flex"
{ count();      return PRIVATE; }
        YY_BREAK
/* SWF >= 6: lex always as reserved word complain later */
case 37:
YY_RULE_SETUP
#line 208 "./swf5compiler.flex"
{ count();      return TRY; }
        YY_BREAK
case 38:
YY_RULE_SETUP
#line 209 "./swf5compiler.flex"
{ count();      return CATCH; }
        YY_BREAK
case 39:
YY_RULE_SETUP
#line 210 "./swf5compiler.flex"
{ count();      return THROW; }
        YY_BREAK
case 40:
YY_RULE_SETUP
#line 211 "./swf5compiler.flex"
{ count();      return FINALLY; }
        YY_BREAK
case 41:
YY_RULE_SETUP
#line 212 "./swf5compiler.flex"
{ count();      return EEQ; }
        YY_BREAK
case 42:
YY_RULE_SETUP
#line 213 "./swf5compiler.flex"
{ count();      return NEE; }
        YY_BREAK

/* legacy functions */
/* in some blocks legacy function names should not be lexed (e.g. with) */

case 43:
YY_RULE_SETUP
#line 219 "./swf5compiler.flex"
{ count();      return RANDOM;  }
        YY_BREAK
case 44:
YY_RULE_SETUP
#line 220 "./swf5compiler.flex"
{ count();      return GETTIMER;        }
        YY_BREAK
case 45:
YY_RULE_SETUP
#line 221 "./swf5compiler.flex"
{ count();      return LENGTH;  }
        YY_BREAK
case 46:
YY_RULE_SETUP
#line 222 "./swf5compiler.flex"
{ count();      return CONCAT;  }
        YY_BREAK
case 47:
YY_RULE_SETUP
#line 223 "./swf5compiler.flex"
{ count();      return SUBSTR;  }
        YY_BREAK
case 48:
YY_RULE_SETUP
#line 224 "./swf5compiler.flex"
{ count();      return INT;     }
        YY_BREAK
case 49:
YY_RULE_SETUP
#line 225 "./swf5compiler.flex"
{ count();      return ORD;     }
        YY_BREAK
case 50:
YY_RULE_SETUP
#line 226 "./swf5compiler.flex"
{ count();      return CHR;     }
        YY_BREAK
case 51:
YY_RULE_SETUP
#line 227 "./swf5compiler.flex"
{ count();      return GETURL;  }
        YY_BREAK
case 52:
YY_RULE_SETUP
#line 228 "./swf5compiler.flex"
{ count();      return GETURL1; }
        YY_BREAK
case 53:
YY_RULE_SETUP
#line 229 "./swf5compiler.flex"
{ count();      return NEXTFRAME;       }
        YY_BREAK
case 54:
YY_RULE_SETUP
#line 230 "./swf5compiler.flex"
{ count();      return PREVFRAME;       }
        YY_BREAK
case 55:
YY_RULE_SETUP
#line 231 "./swf5compiler.flex"
{ count();      return PLAY;            }
        YY_BREAK
case 56:
YY_RULE_SETUP
#line 232 "./swf5compiler.flex"
{ count();      return STOP;            }
        YY_BREAK
case 57:
YY_RULE_SETUP
#line 233 "./swf5compiler.flex"
{ count();      return TOGGLEQUALITY;   }
        YY_BREAK
case 58:
YY_RULE_SETUP
#line 234 "./swf5compiler.flex"
{ count();      return STOPSOUNDS;      }
        YY_BREAK
case 59:
YY_RULE_SETUP
#line 235 "./swf5compiler.flex"
{ count();      return CALLFRAME;       }
        YY_BREAK
case 60:
YY_RULE_SETUP
#line 236 "./swf5compiler.flex"
{ count();      return GOTOANDPLAY;     }
        YY_BREAK
case 61:
YY_RULE_SETUP
#line 237 "./swf5compiler.flex"
{ count();      return GOTOANDSTOP;     }
        YY_BREAK
case 62:
YY_RULE_SETUP
#line 238 "./swf5compiler.flex"
{ count();      return SETTARGET;       }
        YY_BREAK
case 63:
YY_RULE_SETUP
#line 239 "./swf5compiler.flex"
{ count();      return LOADVARIABLES;   }
        YY_BREAK
case 64:
YY_RULE_SETUP
#line 240 "./swf5compiler.flex"
{ count();      return LOADMOVIE;       }
        YY_BREAK
case 65:
YY_RULE_SETUP
#line 241 "./swf5compiler.flex"
{ count();      return LOADVARIABLESNUM;        }
        YY_BREAK
case 66:
YY_RULE_SETUP
#line 242 "./swf5compiler.flex"
{ count();      return LOADMOVIENUM;    }
        YY_BREAK
case 67:
YY_RULE_SETUP
#line 243 "./swf5compiler.flex"
{ count();      return DUPLICATEMOVIECLIP; }
        YY_BREAK
case 68:
YY_RULE_SETUP
#line 244 "./swf5compiler.flex"
{ count();      return REMOVEMOVIECLIP; }
        YY_BREAK
case 69:
YY_RULE_SETUP
#line 245 "./swf5compiler.flex"
{ count();      return STARTDRAG;       }
        YY_BREAK
case 70:
YY_RULE_SETUP
#line 246 "./swf5compiler.flex"
{ count();      return STOPDRAG;        }
        YY_BREAK
case 71:
YY_RULE_SETUP
#line 247 "./swf5compiler.flex"
{ count();      return SETPROPERTY;     }
        YY_BREAK
case 72:
YY_RULE_SETUP
#line 248 "./swf5compiler.flex"
{ count();      return GETPROPERTY;     }
        YY_BREAK
/* properties (legacy) */
case 73:
YY_RULE_SETUP
#line 251 "./swf5compiler.flex"
{ count();      return _P_X; }
        YY_BREAK
case 74:
YY_RULE_SETUP
#line 252 "./swf5compiler.flex"
{ count();      return _P_Y; }
        YY_BREAK
case 75:
YY_RULE_SETUP
#line 253 "./swf5compiler.flex"
{ count();      return _P_XSCALE; }
        YY_BREAK
case 76:
YY_RULE_SETUP
#line 254 "./swf5compiler.flex"
{ count();      return _P_YSCALE; }
        YY_BREAK
case 77:
YY_RULE_SETUP
#line 255 "./swf5compiler.flex"
{ count();      return _P_CURRENTFRAME; }
        YY_BREAK
case 78:
YY_RULE_SETUP
#line 256 "./swf5compiler.flex"
{ count();      return _P_TOTALFRAMES; }
        YY_BREAK
case 79:
YY_RULE_SETUP
#line 257 "./swf5compiler.flex"
{ count();      return _P_ALPHA; }
        YY_BREAK
case 80:
YY_RULE_SETUP
#line 258 "./swf5compiler.flex"
{ count();      return _P_VISIBLE; }
        YY_BREAK
case 81:
YY_RULE_SETUP
#line 259 "./swf5compiler.flex"
{ count();      return _P_WIDTH; }
        YY_BREAK
case 82:
YY_RULE_SETUP
#line 260 "./swf5compiler.flex"
{ count();      return _P_HEIGHT; }
        YY_BREAK
case 83:
YY_RULE_SETUP
#line 261 "./swf5compiler.flex"
{ count();      return _P_ROTATION; }
        YY_BREAK
case 84:
YY_RULE_SETUP
#line 262 "./swf5compiler.flex"
{ count();      return _P_TARGET; }
        YY_BREAK
case 85:
YY_RULE_SETUP
#line 263 "./swf5compiler.flex"
{ count();      return _P_FRAMESLOADED; }
        YY_BREAK
case 86:
YY_RULE_SETUP
#line 264 "./swf5compiler.flex"
{ count();      return _P_NAME; }
        YY_BREAK
case 87:
YY_RULE_SETUP
#line 265 "./swf5compiler.flex"
{ count();      return _P_DROPTARGET; }
        YY_BREAK
case 88:
YY_RULE_SETUP
#line 266 "./swf5compiler.flex"
{ count();      return _P_URL; }
        YY_BREAK
case 89:
YY_RULE_SETUP
#line 267 "./swf5compiler.flex"
{ count();      return _P_HIGHQUALITY; }
        YY_BREAK
case 90:
YY_RULE_SETUP
#line 268 "./swf5compiler.flex"
{ count();      return _P_FOCUSRECT; }
        YY_BREAK
case 91:
YY_RULE_SETUP
#line 269 "./swf5compiler.flex"
{ count();      return _P_SOUNDBUFTIME; }
        YY_BREAK
case 92:
YY_RULE_SETUP
#line 270 "./swf5compiler.flex"
{ count();      return _P_QUALITY; }
        YY_BREAK
case 93:
YY_RULE_SETUP
#line 271 "./swf5compiler.flex"
{ count();      return _P_XMOUSE; }
        YY_BREAK
case 94:
YY_RULE_SETUP
#line 272 "./swf5compiler.flex"
{ count();      return _P_YMOUSE; }
        YY_BREAK

/* assembler ops */

case 95:
YY_RULE_SETUP
#line 277 "./swf5compiler.flex"
{ count();      return NEW;             }
        YY_BREAK
case 96:
YY_RULE_SETUP
#line 278 "./swf5compiler.flex"
{ count();      return DUP; }
        YY_BREAK
case 97:
YY_RULE_SETUP
#line 279 "./swf5compiler.flex"
{ count();      return SWAP; }
        YY_BREAK
case 98:
YY_RULE_SETUP
#line 280 "./swf5compiler.flex"
{ count();      return POP; }
        YY_BREAK
case 99:
YY_RULE_SETUP
#line 281 "./swf5compiler.flex"
{ count();      return PUSH; }
        YY_BREAK
case 100:
YY_RULE_SETUP
#line 282 "./swf5compiler.flex"
{ count();      return SETREGISTER; }
        YY_BREAK
case 101:
YY_RULE_SETUP
#line 283 "./swf5compiler.flex"
{ count();      return CALLFUNCTION; }
        YY_BREAK
case 102:
YY_RULE_SETUP
#line 284 "./swf5compiler.flex"
{ count();      return CALLMETHOD; }
        YY_BREAK
case 103:
YY_RULE_SETUP
#line 285 "./swf5compiler.flex"
{ count();      return NEWOBJECT; }
        YY_BREAK
case 104:
YY_RULE_SETUP
#line 286 "./swf5compiler.flex"
{ count();      return NEWMETHOD; }
        YY_BREAK
case 105:
YY_RULE_SETUP
#line 287 "./swf5compiler.flex"
{ count();      return AND; }
        YY_BREAK
case 106:
YY_RULE_SETUP
#line 288 "./swf5compiler.flex"
{ count();      return OR; }
        YY_BREAK
case 107:
YY_RULE_SETUP
#line 289 "./swf5compiler.flex"
{ count();      return XOR; }
        YY_BREAK
case 108:
YY_RULE_SETUP
#line 290 "./swf5compiler.flex"
{ count();      return MODULO; }
        YY_BREAK
case 109:
YY_RULE_SETUP
#line 291 "./swf5compiler.flex"
{ count();      return ADD; }
        YY_BREAK
case 110:
YY_RULE_SETUP
#line 292 "./swf5compiler.flex"
{ count();      return ADD; }
        YY_BREAK
case 111:
YY_RULE_SETUP
#line 293 "./swf5compiler.flex"
{ count();      return LESSTHAN; }
        YY_BREAK
case 112:
YY_RULE_SETUP
#line 294 "./swf5compiler.flex"
{ count();      return LESSTHAN; }
        YY_BREAK
case 113:
YY_RULE_SETUP
#line 295 "./swf5compiler.flex"
{ count();      return EQUALS; }
        YY_BREAK
case 114:
YY_RULE_SETUP
#line 296 "./swf5compiler.flex"
{ count();      return EQUALS; }
        YY_BREAK
case 115:
YY_RULE_SETUP
#line 297 "./swf5compiler.flex"
{ count();      return INC; }
        YY_BREAK
case 116:
YY_RULE_SETUP
#line 298 "./swf5compiler.flex"
{ count();      return DEC; }
        YY_BREAK
case 117:
YY_RULE_SETUP
#line 299 "./swf5compiler.flex"
{ count();      return ENUMERATE; }
        YY_BREAK
case 118:
YY_RULE_SETUP
#line 300 "./swf5compiler.flex"
{ count();      return ENUMERATE2; }
        YY_BREAK
case 119:
YY_RULE_SETUP
#line 301 "./swf5compiler.flex"
{ count();      return INITOBJECT; }
        YY_BREAK
case 120:
YY_RULE_SETUP
#line 302 "./swf5compiler.flex"
{ count();      return INITARRAY; }
        YY_BREAK
case 121:
YY_RULE_SETUP
#line 303 "./swf5compiler.flex"
{ count();      return GETMEMBER; }
        YY_BREAK
case 122:
YY_RULE_SETUP
#line 304 "./swf5compiler.flex"
{ count();      return SETMEMBER; }
        YY_BREAK
case 123:
YY_RULE_SETUP
#line 305 "./swf5compiler.flex"
{ count();      return SHIFTLEFT; }
        YY_BREAK
case 124:
YY_RULE_SETUP
#line 306 "./swf5compiler.flex"
{ count();      return SHIFTRIGHT; }
        YY_BREAK
case 125:
YY_RULE_SETUP
#line 307 "./swf5compiler.flex"
{ count();      return SHIFTRIGHT2; }
        YY_BREAK
case 126:
YY_RULE_SETUP
#line 308 "./swf5compiler.flex"
{ count();      return VAREQUALS; }
        YY_BREAK
case 127:
YY_RULE_SETUP
#line 309 "./swf5compiler.flex"
{ count();      return OLDADD; }
        YY_BREAK
case 128:
YY_RULE_SETUP
#line 310 "./swf5compiler.flex"
{ count();      return SUBTRACT; }
        YY_BREAK
case 129:
YY_RULE_SETUP
#line 311 "./swf5compiler.flex"
{ count();      return MULTIPLY; }
        YY_BREAK
case 130:
YY_RULE_SETUP
#line 312 "./swf5compiler.flex"
{ count();      return DIVIDE; }
        YY_BREAK
case 131:
YY_RULE_SETUP
#line 313 "./swf5compiler.flex"
{ count();      return OLDEQUALS; }
        YY_BREAK
case 132:
YY_RULE_SETUP
#line 314 "./swf5compiler.flex"
{ count();      return OLDLESSTHAN; }
        YY_BREAK
case 133:
YY_RULE_SETUP
#line 315 "./swf5compiler.flex"
{ count();      return LOGICALAND; }
        YY_BREAK
case 134:
YY_RULE_SETUP
#line 316 "./swf5compiler.flex"
{ count();      return LOGICALOR; }
        YY_BREAK
case 135:
YY_RULE_SETUP
#line 317 "./swf5compiler.flex"
{ count();      return NOT; }
        YY_BREAK
case 136:
YY_RULE_SETUP
#line 318 "./swf5compiler.flex"
{ count();      return STRINGEQ; }
        YY_BREAK
case 137:
YY_RULE_SETUP
#line 319 "./swf5compiler.flex"
{ count();      return STRINGLENGTH; }
        YY_BREAK
case 138:
YY_RULE_SETUP
#line 320 "./swf5compiler.flex"
{ count();      return SUBSTRING; }
        YY_BREAK
case 139:
YY_RULE_SETUP
#line 321 "./swf5compiler.flex"
{ count();      return GETPROPERTY; }
        YY_BREAK
case 140:
YY_RULE_SETUP
#line 322 "./swf5compiler.flex"
{ count();      return SETPROPERTY; }
        YY_BREAK
case 141:
YY_RULE_SETUP
#line 323 "./swf5compiler.flex"
{ count();      return GETVARIABLE; }
        YY_BREAK
case 142:
YY_RULE_SETUP
#line 324 "./swf5compiler.flex"
{ count();      return SETVARIABLE; }
        YY_BREAK
case 143:
YY_RULE_SETUP
#line 325 "./swf5compiler.flex"
{ count();      return SETTARGETEXPRESSION; }
        YY_BREAK
case 144:
YY_RULE_SETUP
#line 326 "./swf5compiler.flex"
{ count();      return STARTDRAG; }
        YY_BREAK
case 145:
YY_RULE_SETUP
#line 327 "./swf5compiler.flex"
{ count();      return STOPDRAG; }
        YY_BREAK
case 146:
YY_RULE_SETUP
#line 328 "./swf5compiler.flex"
{ count();      return STRINGLESSTHAN; }
        YY_BREAK
case 147:
YY_RULE_SETUP
#line 329 "./swf5compiler.flex"
{ count();      return MBLENGTH; }
        YY_BREAK
case 148:
YY_RULE_SETUP
#line 330 "./swf5compiler.flex"
{ count();      return MBSUBSTRING; }
        YY_BREAK
case 149:
YY_RULE_SETUP
#line 331 "./swf5compiler.flex"
{ count();      return MBORD; }
        YY_BREAK
case 150:
YY_RULE_SETUP
#line 332 "./swf5compiler.flex"
{ count();      return MBCHR; }
        YY_BREAK
case 151:
YY_RULE_SETUP
#line 333 "./swf5compiler.flex"
{ count();      return BRANCHALWAYS; }
        YY_BREAK
case 152:
YY_RULE_SETUP
#line 334 "./swf5compiler.flex"
{ count();      return BRANCHALWAYS; }
        YY_BREAK
case 153:
YY_RULE_SETUP
#line 335 "./swf5compiler.flex"
{ count();      return BRANCHIFTRUE; }
        YY_BREAK
case 154:
YY_RULE_SETUP
#line 336 "./swf5compiler.flex"
{ count();      return POST; }
        YY_BREAK
case 155:
YY_RULE_SETUP
#line 337 "./swf5compiler.flex"
{ count();      return GET; }
        YY_BREAK
case 156:
YY_RULE_SETUP
#line 338 "./swf5compiler.flex"
{ count();      return END;             }
        YY_BREAK
case 157:
YY_RULE_SETUP
#line 339 "./swf5compiler.flex"
{ count();      return EXTENDS;         }
        YY_BREAK
case 158:
YY_RULE_SETUP
#line 340 "./swf5compiler.flex"
{ count();      return TONUMBER;        }
        YY_BREAK
case 159:
YY_RULE_SETUP
#line 341 "./swf5compiler.flex"
{ count();      return TOSTRING;        }
        YY_BREAK
case 160:
YY_RULE_SETUP
#line 342 "./swf5compiler.flex"
{ count();      return TARGETPATH;      }
        YY_BREAK
case 161:
YY_RULE_SETUP
#line 343 "./swf5compiler.flex"
{ count();      return DUPLICATEMOVIECLIP; }
        YY_BREAK
case 162:
YY_RULE_SETUP
#line 344 "./swf5compiler.flex"
{ count();      return REMOVEMOVIECLIP; }
        YY_BREAK
case 163:
YY_RULE_SETUP
#line 345 "./swf5compiler.flex"
{ count();      return IMPLEMENTS;      }
        YY_BREAK
case 164:
YY_RULE_SETUP
#line 346 "./swf5compiler.flex"
{ count();      return FSCOMMAND2;      }
        YY_BREAK
case 165:
YY_RULE_SETUP
#line 347 "./swf5compiler.flex"
{ count();      return CAST;            }
        YY_BREAK
case 166:
YY_RULE_SETUP
#line 348 "./swf5compiler.flex"
{ count(); swf5lval.str = strdup(swf5text+2);
                                return REGISTER; }
        YY_BREAK
case 167:
YY_RULE_SETUP
#line 350 "./swf5compiler.flex"
{ count();      return TRACE;   }
        YY_BREAK
case 168:
YY_RULE_SETUP
#line 351 "./swf5compiler.flex"
{ count();      return DELETE;          }
        YY_BREAK
case 169:
YY_RULE_SETUP
#line 352 "./swf5compiler.flex"
{ count();      return DELETE2;         }
        YY_BREAK

/* rules action in any state */

case 170:
YY_RULE_SETUP
#line 357 "./swf5compiler.flex"
{ count();      swf5lval.str = strdup(swf5text);
                                        return IDENTIFIER;      }
        YY_BREAK
case 171:
/* rule 171 can match eol */
YY_RULE_SETUP
#line 360 "./swf5compiler.flex"
{ count();      swf5lval.str = strdup(swf5text+1);
                                        swf5lval.str[strlen(swf5lval.str)-1]=0;
                                        unescape(swf5lval.str);
                                        return STRING;          }
        YY_BREAK
case 172:
/* rule 172 can match eol */
YY_RULE_SETUP
#line 365 "./swf5compiler.flex"
{ count();      swf5lval.str = strdup(swf5text+1);
                                        swf5lval.str[strlen(swf5lval.str)-1]=0;
                                        unescape(swf5lval.str);
                                        return STRING;          }
        YY_BREAK
case 173:
/* rule 173 can match eol */
*yy_cp = (yy_hold_char); /* undo effects of setting up swf5text */
(yy_c_buf_p) = yy_cp -= 1;
YY_DO_BEFORE_ACTION; /* set up swf5text again */
YY_RULE_SETUP
#line 370 "./swf5compiler.flex"
{ count();      swf5lval.str = NULL;
                                        warning("Unterminated string!");
                                        return BROKENSTRING;            }
        YY_BREAK
case 174:
/* rule 174 can match eol */
*yy_cp = (yy_hold_char); /* undo effects of setting up swf5text */
(yy_c_buf_p) = yy_cp -= 1;
YY_DO_BEFORE_ACTION; /* set up swf5text again */
YY_RULE_SETUP
#line 374 "./swf5compiler.flex"
{ count();      swf5lval.str = NULL;
                                        warning("Unterminated string!");
                                        return BROKENSTRING;            }
        YY_BREAK
case 175:
YY_RULE_SETUP
#line 378 "./swf5compiler.flex"
{ count();      comment();              }
        YY_BREAK
case 176:
YY_RULE_SETUP
#line 379 "./swf5compiler.flex"
{ count();      comment1();             }
        YY_BREAK
case 177:
YY_RULE_SETUP
#line 380 "./swf5compiler.flex"
{ count(); }
        YY_BREAK
case 178:
YY_RULE_SETUP
#line 382 "./swf5compiler.flex"
{ count();      return INCR; }
        YY_BREAK
case 179:
YY_RULE_SETUP
#line 383 "./swf5compiler.flex"
{ count();      return DECR; }
        YY_BREAK
case 180:
YY_RULE_SETUP
#line 384 "./swf5compiler.flex"
{ count();      return LE; }
        YY_BREAK
case 181:
YY_RULE_SETUP
#line 385 "./swf5compiler.flex"
{ count();      return GE; }
        YY_BREAK
case 182:
YY_RULE_SETUP
#line 386 "./swf5compiler.flex"
{ count();      return EQ; }
        YY_BREAK
case 183:
YY_RULE_SETUP
#line 387 "./swf5compiler.flex"
{ count();      return NE; }
        YY_BREAK
case 184:
YY_RULE_SETUP
#line 388 "./swf5compiler.flex"
{ count();      return LAN; }
        YY_BREAK
case 185:
YY_RULE_SETUP
#line 389 "./swf5compiler.flex"
{ count();      return LOR; }
        YY_BREAK
case 186:
YY_RULE_SETUP
#line 390 "./swf5compiler.flex"
{ count();      return MEQ; }
        YY_BREAK
case 187:
YY_RULE_SETUP
#line 391 "./swf5compiler.flex"
{ count();      return DEQ; }
        YY_BREAK
case 188:
YY_RULE_SETUP
#line 392 "./swf5compiler.flex"
{ count();      return IEQ; }
        YY_BREAK
case 189:
YY_RULE_SETUP
#line 393 "./swf5compiler.flex"
{ count();      return SEQ; }
        YY_BREAK
case 190:
YY_RULE_SETUP
#line 394 "./swf5compiler.flex"
{ count();      return AEQ; }
        YY_BREAK
case 191:
YY_RULE_SETUP
#line 395 "./swf5compiler.flex"
{ count();      return OEQ; }
        YY_BREAK
case 192:
YY_RULE_SETUP
#line 396 "./swf5compiler.flex"
{ count();      return SHL; }
        YY_BREAK
case 193:
YY_RULE_SETUP
#line 397 "./swf5compiler.flex"
{ count();      return SHR; }
        YY_BREAK
case 194:
YY_RULE_SETUP
#line 398 "./swf5compiler.flex"
{ count();      return SHR2; }
        YY_BREAK
case 195:
YY_RULE_SETUP
#line 399 "./swf5compiler.flex"
{ count();      return SHLEQ; }
        YY_BREAK
case 196:
YY_RULE_SETUP
#line 400 "./swf5compiler.flex"
{ count();      return SHREQ; }
        YY_BREAK
case 197:
YY_RULE_SETUP
#line 401 "./swf5compiler.flex"
{ count();      return SHR2EQ; }
        YY_BREAK
case 198:
YY_RULE_SETUP
#line 403 "./swf5compiler.flex"
{ count();      return '<'; }
        YY_BREAK
case 199:
YY_RULE_SETUP
#line 404 "./swf5compiler.flex"
{ count();      return '>'; }
        YY_BREAK
case 200:
YY_RULE_SETUP
#line 405 "./swf5compiler.flex"
{ count();      return ';'; }
        YY_BREAK
case 201:
YY_RULE_SETUP
#line 406 "./swf5compiler.flex"
{ count();      return '='; }
        YY_BREAK
case 202:
YY_RULE_SETUP
#line 407 "./swf5compiler.flex"
{ count();      return '+'; }
        YY_BREAK
case 203:
YY_RULE_SETUP
#line 408 "./swf5compiler.flex"
{ count();      return '-'; }
        YY_BREAK
case 204:
YY_RULE_SETUP
#line 409 "./swf5compiler.flex"
{ count();      return '&'; }
        YY_BREAK
case 205:
YY_RULE_SETUP
#line 410 "./swf5compiler.flex"
{ count();      return '|'; }
        YY_BREAK
case 206:
YY_RULE_SETUP
#line 411 "./swf5compiler.flex"
{ count();      return '^'; }
        YY_BREAK
case 207:
YY_RULE_SETUP
#line 412 "./swf5compiler.flex"
{ count();      return '*'; }
        YY_BREAK
case 208:
YY_RULE_SETUP
#line 413 "./swf5compiler.flex"
{ count();      return '/'; }
        YY_BREAK
case 209:
YY_RULE_SETUP
#line 414 "./swf5compiler.flex"
{ count();      return '%'; }
        YY_BREAK
case 210:
YY_RULE_SETUP
#line 415 "./swf5compiler.flex"
{ count();      return '!'; }
        YY_BREAK
case 211:
YY_RULE_SETUP
#line 416 "./swf5compiler.flex"
{ count();      return '('; }
        YY_BREAK
case 212:
YY_RULE_SETUP
#line 417 "./swf5compiler.flex"
{ count();      return ')'; }
        YY_BREAK
case 213:
YY_RULE_SETUP
#line 418 "./swf5compiler.flex"
{ count();      return '['; }
        YY_BREAK
case 214:
YY_RULE_SETUP
#line 419 "./swf5compiler.flex"
{ count();      return ']'; }
        YY_BREAK
case 215:
YY_RULE_SETUP
#line 421 "./swf5compiler.flex"
{ count();      
                          if(yy_new_state)
                          {
                                // if yy_new_state state was already pushed
                                // and will be poped by closing '}'
                                yy_new_state = 0;
                          }
                          else
                          {
                                // push current state on top of stack
                                // preserves state when closing '}' pops stack
                                yy_push_state(YY_START); 
                          }
                          return '{'; 
                        }
        YY_BREAK
case 216:
YY_RULE_SETUP
#line 437 "./swf5compiler.flex"
{ count();      
                          yy_pop_state(); 
                          return '}'; 
                        }
        YY_BREAK
case 217:
YY_RULE_SETUP
#line 442 "./swf5compiler.flex"
{ count();      return ','; }
        YY_BREAK
case 218:
YY_RULE_SETUP
#line 443 "./swf5compiler.flex"
{ count();      return '.'; }
        YY_BREAK
case 219:
YY_RULE_SETUP
#line 444 "./swf5compiler.flex"
{ count();      return '?'; }
        YY_BREAK
case 220:
YY_RULE_SETUP
#line 445 "./swf5compiler.flex"
{ count();      return ':'; }
        YY_BREAK
case 221:
YY_RULE_SETUP
#line 446 "./swf5compiler.flex"
{ count();      return '~'; }
        YY_BREAK
case 222:
/* rule 222 can match eol */
YY_RULE_SETUP
#line 448 "./swf5compiler.flex"
{ countline();  yyless(1);      }
        YY_BREAK
case 223:
YY_RULE_SETUP
#line 450 "./swf5compiler.flex"
SWF_error("Unrecognized character: %s\n", swf5text);
        YY_BREAK

case 224:
YY_RULE_SETUP
#line 453 "./swf5compiler.flex"
ECHO;
        YY_BREAK
#line 2715 "lex.swf5.c"
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(STATE_ASM):
case YY_STATE_EOF(STATE_LEGACY):
case YY_STATE_EOF(STATE_PURE):
        yyterminate();

        case YY_END_OF_BUFFER:
                {
                /* Amount of text matched not including the EOB char. */
                int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;

                /* Undo the effects of YY_DO_BEFORE_ACTION. */
                *yy_cp = (yy_hold_char);
                YY_RESTORE_YY_MORE_OFFSET

                if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
                        {
                        /* We're scanning a new file or input source.  It's
                         * possible that this happened because the user
                         * just pointed swf5in at a new source and called
                         * swf5lex().  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 = swf5in;
                        YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
                        }

                /* Note that here we test for yy_c_buf_p "<=" to the position
                 * of the first EOB in the buffer, since yy_c_buf_p will
                 * already have been incremented past the NUL character
                 * (since all states make transitions on EOB to the
                 * end-of-buffer state).  Contrast this with the test
                 * in input().
                 */
                if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
                        { /* This was really a NUL. */
                        yy_state_type yy_next_state;

                        (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;

                        yy_current_state = yy_get_previous_state(  );

                        /* Okay, we're now positioned to make the NUL
                         * transition.  We couldn't have
                         * yy_get_previous_state() go ahead and do it
                         * for us because it doesn't know how to deal
                         * with the possibility of jamming (and we don't
                         * want to build jamming into it because then it
                         * will run more slowly).
                         */

                        yy_next_state = yy_try_NUL_trans( yy_current_state );

                        yy_bp = (yytext_ptr) + YY_MORE_ADJ;

                        if ( yy_next_state )
                                {
                                /* Consume the NUL. */
                                yy_cp = ++(yy_c_buf_p);
                                yy_current_state = yy_next_state;
                                goto yy_match;
                                }

                        else
                                {
                                yy_cp = (yy_last_accepting_cpos);
                                yy_current_state = (yy_last_accepting_state);
                                goto yy_find_action;
                                }
                        }

                else switch ( yy_get_next_buffer(  ) )
                        {
                        case EOB_ACT_END_OF_FILE:
                                {
                                (yy_did_buffer_switch_on_eof) = 0;

                                if ( swf5wrap( ) )
                                        {
                                        /* Note: because we've taken care in
                                         * yy_get_next_buffer() to have set up
                                         * swf5text, 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
                                         * YY_NULL, it'll still work - another
                                         * YY_NULL will get returned.
                                         */
                                        (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;

                                        yy_act = YY_STATE_EOF(YY_START);
                                        goto do_action;
                                        }

                                else
                                        {
                                        if ( ! (yy_did_buffer_switch_on_eof) )
                                                YY_NEW_FILE;
                                        }
                                break;
                                }

                        case EOB_ACT_CONTINUE_SCAN:
                                (yy_c_buf_p) =
                                        (yytext_ptr) + yy_amount_of_matched_text;

                                yy_current_state = yy_get_previous_state(  );

                                yy_cp = (yy_c_buf_p);
                                yy_bp = (yytext_ptr) + YY_MORE_ADJ;
                                goto yy_match;

                        case EOB_ACT_LAST_MATCH:
                                (yy_c_buf_p) =
                                &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];

                                yy_current_state = yy_get_previous_state(  );

                                yy_cp = (yy_c_buf_p);
                                yy_bp = (yytext_ptr) + YY_MORE_ADJ;
                                goto yy_find_action;
                        }
                break;
                }

        default:
                YY_FATAL_ERROR(
                        "fatal flex scanner internal error--no action found" );
        } /* end of action switch */
                } /* end of scanning one token */
} /* end of swf5lex */

/* yy_get_next_buffer - try to read in a new buffer
 *
 * Returns a code representing an action:
 *      EOB_ACT_LAST_MATCH -
 *      EOB_ACT_CONTINUE_SCAN - continue scanning from current position
 *      EOB_ACT_END_OF_FILE - end of file
 */
static int yy_get_next_buffer (void)
{
        register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
        register char *source = (yytext_ptr);
        register int number_to_move, i;
        int ret_val;

        if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
                YY_FATAL_ERROR(
                "fatal flex scanner internal error--end of buffer missed" );

        if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
                { /* Don't try to fill the buffer, so this is an EOF. */
                if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
                        {
                        /* We matched a single character, the EOB, so
                         * treat this as a final EOF.
                         */
                        return EOB_ACT_END_OF_FILE;
                        }

                else
                        {
                        /* We matched some text prior to the EOB, first
                         * process it.
                         */
                        return EOB_ACT_LAST_MATCH;
                        }
                }

        /* Try to read more data. */

        /* First move last chars to start of buffer. */
        number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;

        for ( i = 0; i < number_to_move; ++i )
                *(dest++) = *(source++);

        if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
                /* don't do the read, it's not guaranteed to return an EOF,
                 * just force an EOF
                 */
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;

        else
                {
                        int num_to_read =
                        YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;

                while ( num_to_read <= 0 )
                        { /* Not enough room in the buffer - grow it. */

                        /* just a shorter name for the current buffer */
                        YY_BUFFER_STATE b = YY_CURRENT_BUFFER;

                        int yy_c_buf_p_offset =
                                (int) ((yy_c_buf_p) - b->yy_ch_buf);

                        if ( b->yy_is_our_buffer )
                                {
                                int new_size = b->yy_buf_size * 2;

                                if ( new_size <= 0 )
                                        b->yy_buf_size += b->yy_buf_size / 8;
                                else
                                        b->yy_buf_size *= 2;

                                b->yy_ch_buf = (char *)
                                        /* Include room in for 2 EOB chars. */
                                        swf5realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
                                }
                        else
                                /* Can't grow it, we don't own it. */
                                b->yy_ch_buf = 0;

                        if ( ! b->yy_ch_buf )
                                YY_FATAL_ERROR(
                                "fatal error - scanner input buffer overflow" );

                        (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];

                        num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
                                                number_to_move - 1;

                        }

                if ( num_to_read > YY_READ_BUF_SIZE )
                        num_to_read = YY_READ_BUF_SIZE;

                /* Read in more data. */
                YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
                        (yy_n_chars), (size_t) num_to_read );

                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
                }

        if ( (yy_n_chars) == 0 )
                {
                if ( number_to_move == YY_MORE_ADJ )
                        {
                        ret_val = EOB_ACT_END_OF_FILE;
                        swf5restart(swf5in  );
                        }

                else
                        {
                        ret_val = EOB_ACT_LAST_MATCH;
                        YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
                                YY_BUFFER_EOF_PENDING;
                        }
                }

        else
                ret_val = EOB_ACT_CONTINUE_SCAN;

        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 *) swf5realloc((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()" );
        }

        (yy_n_chars) += number_to_move;
        YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
        YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;

        (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];

        return ret_val;
}

/* yy_get_previous_state - get the state just before the EOB char was reached */

    static yy_state_type yy_get_previous_state (void)
{
        register yy_state_type yy_current_state;
        register char *yy_cp;
    
        yy_current_state = (yy_start);

        for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
                {
                register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
                if ( yy_accept[yy_current_state] )
                        {
                        (yy_last_accepting_state) = yy_current_state;
                        (yy_last_accepting_cpos) = yy_cp;
                        }
                while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                        {
                        yy_current_state = (int) yy_def[yy_current_state];
                        if ( yy_current_state >= 1029 )
                                yy_c = yy_meta[(unsigned int) yy_c];
                        }
                yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
                }

        return yy_current_state;
}

/* yy_try_NUL_trans - try to make a transition on the NUL character
 *
 * synopsis
 *      next_state = yy_try_NUL_trans( current_state );
 */
    static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
{
        register int yy_is_jam;
        register char *yy_cp = (yy_c_buf_p);

        register YY_CHAR yy_c = 1;
        if ( yy_accept[yy_current_state] )
                {
                (yy_last_accepting_state) = yy_current_state;
                (yy_last_accepting_cpos) = yy_cp;
                }
        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                {
                yy_current_state = (int) yy_def[yy_current_state];
                if ( yy_current_state >= 1029 )
                        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 == 1028);

        return yy_is_jam ? 0 : yy_current_state;
}

    static void yyunput (int c, register char * yy_bp )
{
        register char *yy_cp;
    
    yy_cp = (yy_c_buf_p);

        /* undo effects of setting up swf5text */
        *yy_cp = (yy_hold_char);

        if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
                { /* need to shift things up to make room */
                /* +2 for EOB chars. */
                register int number_to_move = (yy_n_chars) + 2;
                register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
                                        YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
                register char *source =
                                &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];

                while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
                        *--dest = *--source;

                yy_cp += (int) (dest - source);
                yy_bp += (int) (dest - source);
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
                        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;

                if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
                        YY_FATAL_ERROR( "flex scanner push-back overflow" );
                }

        *--yy_cp = (char) c;

        (yytext_ptr) = yy_bp;
        (yy_hold_char) = *yy_cp;
        (yy_c_buf_p) = yy_cp;
}

#ifndef YY_NO_INPUT
#ifdef __cplusplus
    static int yyinput (void)
#else
    static int input  (void)
#endif

{
        int c;
    
        *(yy_c_buf_p) = (yy_hold_char);

        if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
                {
                /* yy_c_buf_p now points to the character we want to return.
                 * If this occurs *before* the EOB characters, then it's a
                 * valid NUL; if not, then we've hit the end of the buffer.
                 */
                if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
                        /* This was really a NUL. */
                        *(yy_c_buf_p) = '\0';

                else
                        { /* need more input */
                        int offset = (yy_c_buf_p) - (yytext_ptr);
                        ++(yy_c_buf_p);

                        switch ( yy_get_next_buffer(  ) )
                                {
                                case EOB_ACT_LAST_MATCH:
                                        /* This happens because yy_g_n_b()
                                         * sees that we've accumulated a
                                         * token and flags that we need to
                                         * try matching the token before
                                         * proceeding.  But for input(),
                                         * there's no matching to consider.
                                         * So convert the EOB_ACT_LAST_MATCH
                                         * to EOB_ACT_END_OF_FILE.
                                         */

                                        /* Reset buffer status. */
                                        swf5restart(swf5in );

                                        /*FALLTHROUGH*/

                                case EOB_ACT_END_OF_FILE:
                                        {
                                        if ( swf5wrap( ) )
                                                return EOF;

                                        if ( ! (yy_did_buffer_switch_on_eof) )
                                                YY_NEW_FILE;
#ifdef __cplusplus
                                        return yyinput();
#else
                                        return input();
#endif
                                        }

                                case EOB_ACT_CONTINUE_SCAN:
                                        (yy_c_buf_p) = (yytext_ptr) + offset;
                                        break;
                                }
                        }
                }

        c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
        *(yy_c_buf_p) = '\0';   /* preserve swf5text */
        (yy_hold_char) = *++(yy_c_buf_p);

        return c;
}
#endif  /* ifndef YY_NO_INPUT */

/** Immediately switch to a different input stream.
 * @param input_file A readable stream.
 * 
 * @note This function does not reset the start condition to @c INITIAL .
 */
    void swf5restart  (FILE * input_file )
{
    
        if ( ! YY_CURRENT_BUFFER ){
        swf5ensure_buffer_stack ();
                YY_CURRENT_BUFFER_LVALUE =
            swf5_create_buffer(swf5in,YY_BUF_SIZE );
        }

        swf5_init_buffer(YY_CURRENT_BUFFER,input_file );
        swf5_load_buffer_state( );
}

/** Switch to a different input buffer.
 * @param new_buffer The new input buffer.
 * 
 */
    void swf5_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
{
    
        /* TODO. We should be able to replace this entire function body
         * with
         *              swf5pop_buffer_state();
         *              swf5push_buffer_state(new_buffer);
     */
        swf5ensure_buffer_stack ();
        if ( YY_CURRENT_BUFFER == new_buffer )
                return;

        if ( YY_CURRENT_BUFFER )
                {
                /* Flush out information for old buffer. */
                *(yy_c_buf_p) = (yy_hold_char);
                YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
                }

        YY_CURRENT_BUFFER_LVALUE = new_buffer;
        swf5_load_buffer_state( );

        /* We don't actually know whether we did this switch during
         * EOF (swf5wrap()) processing, but the only time this flag
         * is looked at is after swf5wrap() is called, so it's safe
         * to go ahead and always set it.
         */
        (yy_did_buffer_switch_on_eof) = 1;
}

static void swf5_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;
        swf5in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
        (yy_hold_char) = *(yy_c_buf_p);
}

/** Allocate and initialize an input buffer state.
 * @param file A readable stream.
 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
 * 
 * @return the allocated buffer state.
 */
    YY_BUFFER_STATE swf5_create_buffer  (FILE * file, int  size )
{
        YY_BUFFER_STATE b;
    
        b = (YY_BUFFER_STATE) swf5alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
                YY_FATAL_ERROR( "out of dynamic memory in swf5_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 *) swf5alloc(b->yy_buf_size + 2  );
        if ( ! b->yy_ch_buf )
                YY_FATAL_ERROR( "out of dynamic memory in swf5_create_buffer()" );

        b->yy_is_our_buffer = 1;

        swf5_init_buffer(b,file );

        return b;
}

/** Destroy the buffer.
 * @param b a buffer created with swf5_create_buffer()
 * 
 */
    void swf5_delete_buffer (YY_BUFFER_STATE  b )
{
    
        if ( ! b )
                return;

        if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
                YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;

        if ( b->yy_is_our_buffer )
                swf5free((void *) b->yy_ch_buf  );

        swf5free((void *) b  );
}

/* Initializes or reinitializes a buffer.
 * This function is sometimes called more than once on the same buffer,
 * such as during a swf5restart() or at EOF.
 */
    static void swf5_init_buffer  (YY_BUFFER_STATE  b, FILE * file )

{
        int oerrno = errno;
    
        swf5_flush_buffer(b );

        b->yy_input_file = file;
        b->yy_fill_buffer = 1;

    /* If b is the current buffer, then swf5_init_buffer was _probably_
     * called from swf5restart() or through yy_get_next_buffer.
     * In that case, we don't want to reset the lineno or column.
     */
    if (b != YY_CURRENT_BUFFER){
        b->yy_bs_lineno = 1;
        b->yy_bs_column = 0;
    }

        b->yy_is_interactive = 0;
    
        errno = oerrno;
}

/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
 * 
 */
    void swf5_flush_buffer (YY_BUFFER_STATE  b )
{
        if ( ! b )
                return;

        b->yy_n_chars = 0;

        /* We always need two end-of-buffer characters.  The first causes
         * a transition to the end-of-buffer state.  The second causes
         * a jam in that state.
         */
        b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
        b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;

        b->yy_buf_pos = &b->yy_ch_buf[0];

        b->yy_at_bol = 1;
        b->yy_buffer_status = YY_BUFFER_NEW;

        if ( b == YY_CURRENT_BUFFER )
                swf5_load_buffer_state( );
}

/** Pushes the new state onto the stack. The new state becomes
 *  the current state. This function will allocate the stack
 *  if necessary.
 *  @param new_buffer The new state.
 *  
 */
void swf5push_buffer_state (YY_BUFFER_STATE new_buffer )
{
        if (new_buffer == NULL)
                return;

        swf5ensure_buffer_stack();

        /* This block is copied from swf5_switch_to_buffer. */
        if ( YY_CURRENT_BUFFER )
                {
                /* Flush out information for old buffer. */
                *(yy_c_buf_p) = (yy_hold_char);
                YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
                }

        /* Only push if top exists. Otherwise, replace top. */
        if (YY_CURRENT_BUFFER)
                (yy_buffer_stack_top)++;
        YY_CURRENT_BUFFER_LVALUE = new_buffer;

        /* copied from swf5_switch_to_buffer. */
        swf5_load_buffer_state( );
        (yy_did_buffer_switch_on_eof) = 1;
}

/** Removes and deletes the top of the stack, if present.
 *  The next element becomes the new top.
 *  
 */
void swf5pop_buffer_state (void)
{
        if (!YY_CURRENT_BUFFER)
                return;

        swf5_delete_buffer(YY_CURRENT_BUFFER );
        YY_CURRENT_BUFFER_LVALUE = NULL;
        if ((yy_buffer_stack_top) > 0)
                --(yy_buffer_stack_top);

        if (YY_CURRENT_BUFFER) {
                swf5_load_buffer_state( );
                (yy_did_buffer_switch_on_eof) = 1;
        }
}

/* Allocates the stack if it does not exist.
 *  Guarantees space for at least one push.
 */
static void swf5ensure_buffer_stack (void)
{
        int num_to_alloc;
    
        if (!(yy_buffer_stack)) {

                /* First allocation is just for 2 elements, since we don't know if this
                 * scanner will even need a stack. We use 2 instead of 1 to avoid an
                 * immediate realloc on the next call.
         */
                num_to_alloc = 1;
                (yy_buffer_stack) = (struct yy_buffer_state**)swf5alloc
                                                                (num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
                        YY_FATAL_ERROR( "out of dynamic memory in swf5ensure_buffer_stack()" );
                                                                  
                memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
                                
                (yy_buffer_stack_max) = num_to_alloc;
                (yy_buffer_stack_top) = 0;
                return;
        }

        if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){

                /* Increase the buffer to prepare for a possible push. */
                int grow_size = 8 /* arbitrary grow size */;

                num_to_alloc = (yy_buffer_stack_max) + grow_size;
                (yy_buffer_stack) = (struct yy_buffer_state**)swf5realloc
                                                                ((yy_buffer_stack),
                                                                num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
                        YY_FATAL_ERROR( "out of dynamic memory in swf5ensure_buffer_stack()" );

                /* zero only the new slots.*/
                memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
                (yy_buffer_stack_max) = num_to_alloc;
        }
}

/** Setup the input buffer state to scan directly from a user-specified character buffer.
 * @param base the character buffer
 * @param size the size in bytes of the character buffer
 * 
 * @return the newly allocated buffer state object. 
 */
YY_BUFFER_STATE swf5_scan_buffer  (char * base, yy_size_t  size )
{
        YY_BUFFER_STATE b;
    
        if ( size < 2 ||
             base[size-2] != YY_END_OF_BUFFER_CHAR ||
             base[size-1] != YY_END_OF_BUFFER_CHAR )
                /* They forgot to leave room for the EOB's. */
                return 0;

        b = (YY_BUFFER_STATE) swf5alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
                YY_FATAL_ERROR( "out of dynamic memory in swf5_scan_buffer()" );

        b->yy_buf_size = size - 2;      /* "- 2" to take care of EOB's */
        b->yy_buf_pos = b->yy_ch_buf = base;
        b->yy_is_our_buffer = 0;
        b->yy_input_file = 0;
        b->yy_n_chars = b->yy_buf_size;
        b->yy_is_interactive = 0;
        b->yy_at_bol = 1;
        b->yy_fill_buffer = 0;
        b->yy_buffer_status = YY_BUFFER_NEW;

        swf5_switch_to_buffer(b  );

        return b;
}

/** Setup the input buffer state to scan a string. The next call to swf5lex() 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
 *       swf5_scan_bytes() instead.
 */
YY_BUFFER_STATE swf5_scan_string (yyconst char * yystr )
{
    
        return swf5_scan_bytes(yystr,strlen(yystr) );
}

/** Setup the input buffer state to scan the given bytes. The next call to swf5lex() will
 * scan from a @e copy of @a bytes.
 * @param yybytes the byte buffer to scan
 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
 * 
 * @return the newly allocated buffer state object.
 */
YY_BUFFER_STATE swf5_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
{
        YY_BUFFER_STATE b;
        char *buf;
        yy_size_t n;
        int i;
    
        /* Get memory for full buffer, including space for trailing EOB's. */
        n = _yybytes_len + 2;
        buf = (char *) swf5alloc(n  );
        if ( ! buf )
                YY_FATAL_ERROR( "out of dynamic memory in swf5_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 = swf5_scan_buffer(buf,n );
        if ( ! b )
                YY_FATAL_ERROR( "bad buffer in swf5_scan_bytes()" );

        /* It's okay to grow etc. this buffer, and we should throw it
         * away when we're done.
         */
        b->yy_is_our_buffer = 1;

        return b;
}

    static void yy_push_state (int  new_state )
{
        if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) )
                {
                yy_size_t new_size;

                (yy_start_stack_depth) += YY_START_STACK_INCR;
                new_size = (yy_start_stack_depth) * sizeof( int );

                if ( ! (yy_start_stack) )
                        (yy_start_stack) = (int *) swf5alloc(new_size  );

                else
                        (yy_start_stack) = (int *) swf5realloc((void *) (yy_start_stack),new_size  );

                if ( ! (yy_start_stack) )
                        YY_FATAL_ERROR( "out of memory expanding start-condition stack" );
                }

        (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START;

        BEGIN(new_state);
}

    static void yy_pop_state  (void)
{
        if ( --(yy_start_stack_ptr) < 0 )
                YY_FATAL_ERROR( "start-condition stack underflow" );

        BEGIN((yy_start_stack)[(yy_start_stack_ptr)]);
}

    static int yy_top_state  (void)
{
        return (yy_start_stack)[(yy_start_stack_ptr) - 1];
}

#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif

static void yy_fatal_error (yyconst char* msg )
{
        (void) fprintf( stderr, "%s\n", msg );
        exit( YY_EXIT_FAILURE );
}

/* Redefine yyless() so it works in section 3 code. */

#undef yyless
#define yyless(n) \
        do \
                { \
                /* Undo effects of setting up swf5text. */ \
        int yyless_macro_arg = (n); \
        YY_LESS_LINENO(yyless_macro_arg);\
                swf5text[swf5leng] = (yy_hold_char); \
                (yy_c_buf_p) = swf5text + yyless_macro_arg; \
                (yy_hold_char) = *(yy_c_buf_p); \
                *(yy_c_buf_p) = '\0'; \
                swf5leng = yyless_macro_arg; \
                } \
        while ( 0 )

/* Accessor  methods (get/set functions) to struct members. */

/** Get the current line number.
 * 
 */
int swf5get_lineno  (void)
{
        
    return swf5lineno;
}

/** Get the input stream.
 * 
 */
FILE *swf5get_in  (void)
{
        return swf5in;
}

/** Get the output stream.
 * 
 */
FILE *swf5get_out  (void)
{
        return swf5out;
}

/** Get the length of the current token.
 * 
 */
int swf5get_leng  (void)
{
        return swf5leng;
}

/** Get the current token.
 * 
 */

char *swf5get_text  (void)
{
        return swf5text;
}

/** Set the current line number.
 * @param line_number
 * 
 */
void swf5set_lineno (int  line_number )
{
    
    swf5lineno = line_number;
}

/** Set the input stream. This does not discard the current
 * input buffer.
 * @param in_str A readable stream.
 * 
 * @see swf5_switch_to_buffer
 */
void swf5set_in (FILE *  in_str )
{
        swf5in = in_str ;
}

void swf5set_out (FILE *  out_str )
{
        swf5out = out_str ;
}

int swf5get_debug  (void)
{
        return swf5_flex_debug;
}

void swf5set_debug (int  bdebug )
{
        swf5_flex_debug = bdebug ;
}

static int yy_init_globals (void)
{
        /* Initialization is the same as for the non-reentrant scanner.
     * This function is called from swf5lex_destroy(), so don't allocate here.
     */

    (yy_buffer_stack) = 0;
    (yy_buffer_stack_top) = 0;
    (yy_buffer_stack_max) = 0;
    (yy_c_buf_p) = (char *) 0;
    (yy_init) = 0;
    (yy_start) = 0;

    (yy_start_stack_ptr) = 0;
    (yy_start_stack_depth) = 0;
    (yy_start_stack) =  NULL;

/* Defined in main.c */
#ifdef YY_STDINIT
    swf5in = stdin;
    swf5out = stdout;
#else
    swf5in = (FILE *) 0;
    swf5out = (FILE *) 0;
#endif

    /* For future reference: Set errno on error, since we are called by
     * swf5lex_init()
     */
    return 0;
}

/* swf5lex_destroy is for both reentrant and non-reentrant scanners. */
int swf5lex_destroy  (void)
{
    
    /* Pop the buffer stack, destroying each element. */
        while(YY_CURRENT_BUFFER){
                swf5_delete_buffer(YY_CURRENT_BUFFER  );
                YY_CURRENT_BUFFER_LVALUE = NULL;
                swf5pop_buffer_state();
        }

        /* Destroy the stack itself. */
        swf5free((yy_buffer_stack) );
        (yy_buffer_stack) = NULL;

    /* Destroy the start condition stack. */
        swf5free((yy_start_stack)  );
        (yy_start_stack) = NULL;

    /* Reset the globals. This is important in a non-reentrant scanner so the next time
     * swf5lex() is called, initialization will occur. */
    yy_init_globals( );

    return 0;
}

/*
 * Internal utility routines.
 */

#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
{
        register int i;
        for ( i = 0; i < n; ++i )
                s1[i] = s2[i];
}
#endif

#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s )
{
        register int n;
        for ( n = 0; s[n]; ++n )
                ;

        return n;
}
#endif

void *swf5alloc (yy_size_t  size )
{
        return (void *) malloc( size );
}

void *swf5realloc  (void * ptr, yy_size_t  size )
{
        /* The cast to (char *) in the following accommodates both
         * implementations that use char* generic pointers, and those
         * that use void* generic pointers.  It works with the latter
         * because both ANSI C and C++ allow castless assignment from
         * any pointer type to void*, and deal with argument conversions
         * as though doing an assignment.
         */
        return (void *) realloc( (char *) ptr, size );
}

void swf5free (void * ptr )
{
        free( (char *) ptr );   /* see swf5realloc() for (char *) cast */
}

#define YYTABLES_NAME "yytables"

#line 453 "./swf5compiler.flex"


static int getinput() {
#ifdef __cplusplus
                                        return yyinput();
#else
                                        return input();
#endif
}

int swf5wrap()
{
  return 1;
}

static void countline()
{
  ++sLineNumber;
  column = 0;
  msgline = msgbufs[sLineNumber & 1];
}

static int LineNumber(void)
{
   return realLine + 1;
}

static int ColumnNumber(void)
{
   return realColumn;
}

static char *LineText(void)
{
  return msgbufs[realLine & 1];
}

static void comment()
{
   // Handle block comments

   int c, c1;

loop:
   // We have the start of a comment so look skip everything up to the
   // end of the comment character
   while ((c = getinput()) != '*' && c != EOF)
   {
      if(column < 1023)
         msgline[column] = c;

      ++column;

      // keep the line number in synch
      if (c == '\n')
      {
         // start the output (matches the algorithim in the lexx above)
         countline();
      }

      if (swf5debug) putchar(c);
   }

   // is this the end of comment character
   if ((c1 = getinput()) != '/' && c != EOF)
   {
      // false start as this was no end of comment
      do_unput5(c1);
      goto loop;
   }

   // write out the start of the end of comment
   if (c != EOF)
      if (swf5debug) putchar(c);

   // write out the end of the end of comment
   if (c1 != EOF) 
      if (swf5debug) putchar(c1);
}

static void comment1()
{
   // Handle comment of type 1 (ie '//')

   int c;

   // this is a line comment
   while ((c = getinput()) != '\n' && c != EOF)
   {
      if (swf5debug) putchar(c);

      if(column < 1023)
         msgline[column] = c;

      ++column;
   };

   // keep the line number in synch
   if (c == '\n')
   {
      if (swf5debug) putchar(c);

      countline();
   }
}

static void count(void)
{
   int n;

   if(swf5debug) printf("%s", swf5text);
   if(realLine != sLineNumber)
   {
     if(column > 0 || realLine + 1 < sLineNumber)
     {
       realColumn = 0;
       realLine = sLineNumber;
     }
   }
   realColumn += lastToken;
   lastToken = 0;
   for(n=0; n<swf5leng; ++n, ++column, ++lastToken)
   {
     if(column < 1023)
       msgline[column] = swf5text[n];
   }
   if(column < 1023)
     msgline[column] = 0;
   else
     msgline[1023] = 0;
}

static void printprog()
{
  if(sLineNumber)
    SWF_warn("\n%s", msgbufs[(sLineNumber-1)&1]);

  if(column < 1023)
    msgline[column] = 0;

  SWF_warn("\n%s", msgline);
}

static void warning(char *msg)
{
   // print a warning message
   printprog();
   SWF_warn("\n%*s", ColumnNumber(), "^");
   SWF_warn("\nLine %4.4d:  Reason: '%s' \n", LineNumber(), msg);
}

void swf5error(char *msg)
{
  // report a error
  if(strlen(swf5text))
  {
    SWF_error("\n%s\n%*s\nLine %i:  Reason: '%s'\n",
              LineText(), ColumnNumber(), "^", LineNumber(), msg);
  }
  else
  {
    SWF_error("\nLine %d: Reason: 'Unexpected EOF found while looking for input.'\n", LineNumber());
  }
}


/* [<][>][^][v][top][bottom][index][help] */