3590 lines
105 KiB
C
3590 lines
105 KiB
C
|
|
#line 3 "lex.yy.c"
|
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
/* A lexical scanner generated by flex */
|
|
|
|
#define FLEX_SCANNER
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
|
#define YY_FLEX_MINOR_VERSION 5
|
|
#define YY_FLEX_SUBMINOR_VERSION 39
|
|
#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 yyrestart(yyin )
|
|
|
|
#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
|
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
typedef size_t yy_size_t;
|
|
#endif
|
|
|
|
extern yy_size_t yyleng;
|
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
#define YY_LESS_LINENO(n)
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
|
#define yyless(n) \
|
|
do \
|
|
{ \
|
|
/* Undo effects of setting up yytext. */ \
|
|
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 yytext again */ \
|
|
} \
|
|
while ( 0 )
|
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
|
|
|
#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.
|
|
*/
|
|
yy_size_t 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 yyrestart()), so that the user can continue scanning by
|
|
* just pointing yyin 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 yytext is formed. */
|
|
static char yy_hold_char;
|
|
static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
yy_size_t yyleng;
|
|
|
|
/* 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 yywrap()'s to do buffer switches
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
*/
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
void yyrestart (FILE *input_file );
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
|
void yy_delete_buffer (YY_BUFFER_STATE b );
|
|
void yy_flush_buffer (YY_BUFFER_STATE b );
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
void yypop_buffer_state (void );
|
|
|
|
static void yyensure_buffer_stack (void );
|
|
static void yy_load_buffer_state (void );
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
|
|
|
void *yyalloc (yy_size_t );
|
|
void *yyrealloc (void *,yy_size_t );
|
|
void yyfree (void * );
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
yyensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
|
}
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
yyensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
yy_create_buffer(yyin,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 *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
|
|
|
typedef int yy_state_type;
|
|
|
|
extern int yylineno;
|
|
|
|
int yylineno = 1;
|
|
|
|
extern char *yytext;
|
|
#define yytext_ptr yytext
|
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
static int yy_get_next_buffer (void );
|
|
static void yy_fatal_error (yyconst char msg[] );
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
* corresponding action - sets up yytext.
|
|
*/
|
|
#define YY_DO_BEFORE_ACTION \
|
|
(yytext_ptr) = yy_bp; \
|
|
yyleng = (size_t) (yy_cp - yy_bp); \
|
|
(yy_hold_char) = *yy_cp; \
|
|
*yy_cp = '\0'; \
|
|
(yy_c_buf_p) = yy_cp;
|
|
|
|
#define YY_NUM_RULES 197
|
|
#define YY_END_OF_BUFFER 198
|
|
/* 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[1049] =
|
|
{ 0,
|
|
0, 0, 0, 0, 198, 196, 192, 191, 196, 196,
|
|
196, 196, 196, 196, 195, 181, 189, 196, 190, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 196, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
192, 196, 195, 2, 196, 192, 196, 196, 195, 181,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 192, 196, 195, 192, 191, 185,
|
|
0, 182, 183, 0, 0, 179, 195, 178, 180, 181,
|
|
|
|
195, 187, 186, 184, 188, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 39, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 55, 195, 195, 0, 0, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 153, 195, 195, 192, 0,
|
|
0, 3, 195, 2, 2, 0, 192, 0, 179, 195,
|
|
178, 181, 195, 195, 195, 195, 195, 39, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 192, 0, 2,
|
|
0, 0, 195, 194, 0, 194, 176, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
54, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
|
|
195, 195, 195, 0, 195, 103, 195, 83, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 79, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 81, 195, 195, 195,
|
|
195, 138, 195, 195, 195, 195, 127, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 16, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 125, 195,
|
|
|
|
195, 195, 195, 195, 195, 195, 195, 80, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 193,
|
|
195, 195, 195, 58, 195, 195, 195, 22, 195, 40,
|
|
195, 41, 195, 195, 195, 195, 49, 195, 195, 195,
|
|
195, 56, 6, 195, 195, 195, 53, 195, 195, 195,
|
|
36, 195, 195, 195, 195, 42, 195, 35, 195, 195,
|
|
195, 195, 195, 21, 195, 0, 177, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 159,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 154,
|
|
157, 113, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
|
|
195, 195, 195, 195, 69, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 120, 195, 195, 67, 195, 195, 195,
|
|
195, 160, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 118, 195, 195, 195, 106, 195, 195, 195, 195,
|
|
195, 195, 195, 65, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 156, 195, 195, 195, 195, 195, 115, 15,
|
|
0, 195, 195, 195, 195, 195, 195, 2, 0, 28,
|
|
195, 59, 195, 195, 195, 195, 195, 13, 195, 195,
|
|
195, 50, 195, 195, 7, 195, 195, 195, 195, 5,
|
|
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 30,
|
|
195, 195, 195, 195, 195, 119, 152, 195, 195, 195,
|
|
146, 195, 195, 161, 195, 195, 195, 195, 195, 140,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 155,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 11, 195, 195, 195, 195,
|
|
195, 195, 195, 112, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 124, 195, 12, 195,
|
|
195, 195, 195, 195, 195, 195, 82, 114, 195, 195,
|
|
|
|
195, 195, 195, 195, 195, 195, 128, 195, 195, 195,
|
|
195, 195, 33, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 195, 29, 195, 195, 195, 195, 195, 195, 17,
|
|
31, 195, 27, 195, 195, 195, 195, 57, 195, 195,
|
|
195, 195, 145, 96, 195, 195, 126, 110, 86, 195,
|
|
122, 72, 107, 195, 195, 195, 164, 195, 195, 87,
|
|
195, 93, 129, 195, 74, 195, 195, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 134, 195,
|
|
195, 108, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
195, 109, 167, 195, 195, 16, 195, 195, 195, 195,
|
|
|
|
77, 195, 116, 195, 195, 195, 195, 195, 111, 195,
|
|
195, 195, 151, 172, 195, 195, 78, 195, 195, 195,
|
|
195, 195, 195, 195, 195, 1, 195, 57, 195, 195,
|
|
195, 60, 195, 195, 195, 195, 195, 195, 195, 4,
|
|
195, 19, 195, 195, 195, 195, 195, 62, 43, 195,
|
|
46, 26, 195, 162, 98, 195, 195, 195, 195, 73,
|
|
158, 195, 195, 97, 195, 195, 195, 92, 195, 195,
|
|
195, 195, 144, 195, 195, 195, 195, 135, 195, 195,
|
|
195, 195, 195, 20, 63, 139, 137, 195, 195, 195,
|
|
195, 195, 195, 195, 117, 195, 131, 95, 195, 150,
|
|
|
|
195, 195, 195, 195, 195, 100, 47, 89, 195, 195,
|
|
195, 195, 195, 26, 195, 45, 195, 195, 34, 61,
|
|
14, 8, 25, 195, 195, 195, 195, 195, 23, 195,
|
|
168, 195, 195, 195, 101, 195, 66, 195, 75, 195,
|
|
195, 195, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
149, 9, 195, 195, 195, 195, 143, 195, 85, 68,
|
|
195, 71, 195, 195, 195, 195, 175, 163, 130, 133,
|
|
195, 105, 18, 195, 51, 195, 195, 195, 195, 195,
|
|
195, 94, 141, 195, 195, 70, 173, 121, 195, 166,
|
|
195, 174, 91, 132, 84, 147, 148, 170, 195, 195,
|
|
|
|
99, 171, 90, 195, 64, 195, 10, 136, 24, 52,
|
|
195, 195, 195, 195, 195, 76, 88, 123, 104, 195,
|
|
165, 102, 195, 195, 195, 195, 195, 195, 195, 195,
|
|
37, 38, 195, 195, 195, 142, 169, 195, 195, 195,
|
|
195, 195, 195, 195, 48, 32, 44, 0
|
|
} ;
|
|
|
|
static yyconst flex_int32_t yy_ec[256] =
|
|
{ 0,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 5, 6, 7, 8, 9, 10, 1, 11, 1,
|
|
1, 1, 12, 1, 13, 14, 1, 15, 15, 15,
|
|
15, 15, 15, 15, 15, 15, 15, 1, 1, 16,
|
|
17, 18, 1, 1, 19, 20, 21, 22, 23, 24,
|
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
|
35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
|
|
45, 46, 47, 1, 48, 1, 49, 50, 51, 52,
|
|
|
|
53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
|
|
63, 64, 65, 66, 67, 68, 69, 70, 71, 72,
|
|
73, 74, 14, 14, 14, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 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[75] =
|
|
{ 0,
|
|
1, 2, 3, 2, 2, 1, 1, 2, 1, 1,
|
|
1, 2, 4, 2, 4, 1, 1, 1, 5, 5,
|
|
5, 6, 6, 5, 6, 5, 5, 6, 5, 5,
|
|
5, 6, 6, 5, 6, 6, 5, 5, 5, 6,
|
|
5, 6, 5, 6, 1, 2, 1, 6, 6, 6,
|
|
6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
|
|
6, 6, 6, 6, 6, 6, 6, 5, 6, 6,
|
|
6, 5, 6, 6
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_base[1056] =
|
|
{ 0,
|
|
0, 73, 102, 77, 1287, 1288, 75, 1288, 1283, 1268,
|
|
1277, 0, 1237, 1267, 1266, 78, 66, 1263, 1262, 1248,
|
|
1241, 57, 63, 59, 64, 101, 0, 63, 79, 119,
|
|
94, 1256, 1242, 128, 127, 126, 1255, 104, 109, 118,
|
|
133, 94, 139, 151, 1207, 95, 132, 1209, 157, 164,
|
|
154, 100, 166, 1202, 173, 175, 176, 56, 1217, 1216,
|
|
239, 1265, 226, 1288, 1264, 252, 248, 258, 271, 157,
|
|
162, 120, 248, 216, 274, 1251, 201, 249, 296, 140,
|
|
306, 301, 176, 265, 346, 352, 369, 232, 1288, 1288,
|
|
1258, 1288, 0, 1253, 1252, 1247, 0, 1246, 1288, 278,
|
|
|
|
1245, 1288, 1288, 1288, 1288, 1221, 246, 1221, 234, 1233,
|
|
1223, 1236, 1217, 1228, 1225, 1232, 260, 1218, 1216, 1218,
|
|
1228, 0, 1219, 1223, 1204, 1210, 1198, 1204, 1208, 1207,
|
|
1207, 246, 1209, 270, 1204, 301, 1202, 1195, 1201, 1213,
|
|
1211, 1203, 306, 0, 1210, 1198, 347, 208, 301, 1154,
|
|
1176, 1165, 1171, 1174, 317, 1154, 1158, 1154, 1157, 1156,
|
|
1168, 1150, 1152, 338, 1148, 1142, 1139, 1144, 1143, 1149,
|
|
1153, 1144, 1146, 1144, 1144, 300, 348, 280, 337, 1150,
|
|
1132, 1135, 1143, 1128, 217, 345, 1147, 314, 26, 1135,
|
|
1134, 1134, 1125, 360, 1135, 1139, 1125, 1141, 1136, 1139,
|
|
|
|
356, 359, 1132, 1134, 1130, 1122, 372, 259, 325, 1114,
|
|
1113, 1115, 1116, 366, 376, 0, 1113, 349, 435, 1175,
|
|
1174, 1288, 397, 1288, 1288, 1173, 442, 446, 449, 1160,
|
|
0, 423, 404, 424, 316, 439, 440, 1159, 305, 441,
|
|
442, 444, 445, 447, 448, 170, 450, 484, 0, 1288,
|
|
1170, 0, 456, 1288, 1161, 1160, 1155, 1150, 1136, 1148,
|
|
1143, 1127, 1128, 1144, 1126, 1120, 1137, 1123, 1120, 1132,
|
|
0, 1124, 1134, 1123, 1131, 1112, 1113, 1128, 1126, 1114,
|
|
1124, 1109, 1122, 1107, 1120, 1123, 1093, 1117, 1109, 1100,
|
|
1115, 1109, 1105, 1103, 1109, 1103, 1104, 1094, 1091, 1105,
|
|
|
|
1091, 1092, 1095, 462, 1069, 0, 1074, 0, 1059, 1068,
|
|
1058, 1060, 1051, 1055, 1053, 1047, 1055, 416, 1062, 1044,
|
|
1048, 1059, 1042, 1048, 1043, 1052, 1038, 1042, 0, 1035,
|
|
1034, 1044, 1034, 1047, 1031, 1048, 416, 1043, 1032, 427,
|
|
1045, 1022, 1038, 1039, 1033, 1021, 0, 1036, 1030, 1033,
|
|
1023, 0, 1016, 1017, 1025, 1028, 0, 1021, 1026, 1015,
|
|
1027, 1017, 1022, 1021, 402, 1020, 1004, 1011, 1007, 1008,
|
|
440, 1000, 1014, 1013, 1003, 1015, 1012, 1001, 999, 1003,
|
|
1007, 426, 989, 1000, 1000, 1004, 985, 1002, 986, 989,
|
|
997, 983, 438, 991, 979, 997, 983, 978, 0, 979,
|
|
|
|
989, 972, 983, 976, 981, 969, 968, 0, 495, 487,
|
|
481, 1004, 488, 490, 492, 493, 495, 496, 512, 1288,
|
|
998, 1012, 1003, 0, 1012, 1003, 990, 0, 1008, 0,
|
|
1008, 0, 989, 987, 986, 1000, 0, 999, 973, 997,
|
|
989, 0, 977, 998, 980, 977, 0, 980, 490, 992,
|
|
0, 993, 978, 977, 990, 986, 983, 0, 970, 972,
|
|
983, 969, 983, 0, 974, 476, 1288, 938, 933, 932,
|
|
944, 941, 942, 927, 941, 940, 928, 937, 936, 0,
|
|
935, 934, 919, 925, 931, 926, 922, 912, 927, 0,
|
|
0, 0, 915, 929, 924, 923, 915, 464, 921, 916,
|
|
|
|
920, 914, 917, 902, 0, 955, 913, 892, 908, 900,
|
|
896, 907, 908, 0, 907, 891, 0, 905, 908, 894,
|
|
897, 0, 465, 887, 885, 879, 885, 893, 886, 899,
|
|
884, 0, 890, 885, 893, 0, 883, 889, 892, 872,
|
|
890, 458, 889, 0, 877, 866, 867, 871, 880, 864,
|
|
878, 882, 878, 860, 865, 857, 873, 868, 857, 860,
|
|
872, 856, 0, 853, 858, 860, 467, 859, 0, 1288,
|
|
912, 507, 895, 516, 517, 521, 519, 1288, 910, 0,
|
|
886, 0, 884, 888, 879, 872, 867, 0, 887, 878,
|
|
866, 0, 872, 866, 0, 882, 875, 880, 875, 0,
|
|
|
|
870, 877, 857, 864, 862, 860, 870, 857, 859, 0,
|
|
855, 861, 853, 858, 860, 0, 0, 830, 818, 828,
|
|
0, 827, 826, 0, 817, 815, 824, 815, 808, 0,
|
|
820, 820, 816, 817, 802, 816, 800, 796, 485, 0,
|
|
812, 812, 810, 796, 799, 806, 806, 785, 804, 478,
|
|
796, 792, 794, 790, 795, 782, 798, 794, 795, 795,
|
|
778, 778, 791, 777, 789, 0, 788, 776, 790, 783,
|
|
771, 772, 786, 0, 781, 765, 759, 777, 766, 772,
|
|
768, 770, 765, 759, 775, 770, 0, 759, 0, 752,
|
|
752, 751, 750, 750, 763, 763, 491, 0, 761, 760,
|
|
|
|
755, 758, 743, 749, 746, 750, 0, 755, 771, 524,
|
|
526, 532, 0, 772, 770, 764, 774, 773, 772, 765,
|
|
761, 777, 0, 765, 771, 763, 756, 766, 750, 0,
|
|
0, 720, 0, 88, 261, 336, 519, 0, 515, 523,
|
|
514, 509, 0, 0, 507, 508, 0, 0, 0, 501,
|
|
0, 0, 0, 500, 502, 511, 0, 512, 513, 0,
|
|
501, 0, 0, 517, 0, 514, 513, 509, 523, 521,
|
|
521, 518, 513, 515, 525, 516, 530, 521, 0, 525,
|
|
531, 0, 515, 517, 535, 530, 518, 523, 537, 531,
|
|
530, 0, 0, 533, 530, 0, 521, 527, 533, 530,
|
|
|
|
0, 537, 555, 546, 536, 551, 538, 544, 0, 540,
|
|
550, 551, 0, 0, 552, 556, 0, 559, 550, 561,
|
|
561, 562, 563, 549, 569, 0, 604, 605, 606, 599,
|
|
587, 0, 602, 593, 594, 596, 586, 596, 602, 0,
|
|
605, 0, 608, 597, 614, 588, 601, 0, 0, 600,
|
|
0, 0, 579, 0, 0, 587, 588, 589, 591, 0,
|
|
0, 581, 577, 0, 586, 579, 582, 0, 596, 596,
|
|
589, 585, 0, 594, 595, 607, 594, 0, 592, 606,
|
|
592, 609, 609, 0, 0, 0, 0, 606, 601, 612,
|
|
606, 614, 595, 616, 1288, 617, 0, 0, 619, 0,
|
|
|
|
623, 610, 619, 615, 603, 0, 0, 0, 625, 626,
|
|
627, 627, 621, 667, 647, 0, 659, 660, 0, 0,
|
|
0, 0, 0, 642, 668, 647, 656, 652, 0, 643,
|
|
0, 640, 641, 632, 0, 632, 0, 636, 0, 645,
|
|
630, 643, 634, 652, 635, 650, 638, 643, 653, 641,
|
|
0, 0, 648, 654, 644, 659, 0, 660, 0, 0,
|
|
661, 0, 650, 653, 660, 657, 0, 0, 0, 0,
|
|
666, 0, 0, 696, 0, 697, 701, 703, 687, 701,
|
|
689, 0, 0, 658, 673, 0, 0, 0, 660, 0,
|
|
669, 0, 0, 0, 0, 0, 0, 0, 668, 663,
|
|
|
|
0, 0, 0, 665, 0, 665, 0, 0, 0, 0,
|
|
704, 705, 700, 701, 715, 0, 0, 0, 0, 686,
|
|
0, 0, 687, 718, 712, 716, 708, 720, 694, 695,
|
|
0, 0, 726, 730, 723, 0, 0, 718, 725, 720,
|
|
718, 723, 724, 720, 0, 0, 0, 1288, 757, 759,
|
|
765, 768, 774, 779, 784
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_def[1056] =
|
|
{ 0,
|
|
1048, 1, 1, 3, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1049, 1050, 1051, 1048, 1052, 1052, 1048, 1048, 1048, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1048, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1048, 1053, 1052, 1048, 1048, 1054, 1054, 1054, 1052, 69,
|
|
69, 69, 69, 1052, 69, 69, 69, 69, 69, 69,
|
|
69, 69, 69, 69, 1054, 1053, 69, 1048, 1048, 1048,
|
|
1049, 1048, 1050, 1048, 1055, 1048, 1052, 1052, 1048, 1052,
|
|
|
|
1052, 1048, 1048, 1048, 1048, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1048, 1048, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1048, 1053,
|
|
1053, 1048, 1052, 1048, 1048, 1048, 1054, 1054, 1054, 69,
|
|
69, 69, 69, 69, 1052, 69, 69, 69, 69, 69,
|
|
69, 69, 69, 69, 69, 69, 69, 1054, 86, 1048,
|
|
1053, 86, 69, 1048, 1048, 1048, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1048, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 69,
|
|
69, 1052, 69, 69, 69, 69, 69, 69, 69, 1048,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1048, 1048, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1048,
|
|
1048, 69, 1052, 69, 69, 69, 69, 1048, 1048, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 69,
|
|
69, 69, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 69, 69, 69, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1048, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 69, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
|
|
1052, 1052, 1052, 1052, 1052, 1052, 1052, 0, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_nxt[1363] =
|
|
{ 0,
|
|
6, 7, 8, 9, 7, 10, 11, 6, 12, 6,
|
|
13, 14, 15, 6, 16, 17, 18, 19, 20, 21,
|
|
22, 23, 24, 25, 26, 27, 28, 27, 27, 29,
|
|
30, 31, 32, 33, 27, 34, 35, 36, 27, 27,
|
|
37, 27, 27, 27, 38, 6, 6, 27, 39, 40,
|
|
41, 42, 43, 44, 45, 46, 47, 48, 27, 49,
|
|
50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
|
60, 27, 27, 27, 61, 108, 88, 61, 61, 88,
|
|
62, 85, 102, 103, 86, 110, 122, 99, 113, 109,
|
|
114, 362, 100, 116, 123, 111, 117, 124, 112, 363,
|
|
|
|
115, 125, 118, 63, 64, 65, 66, 87, 147, 67,
|
|
846, 126, 131, 68, 69, 67, 70, 215, 148, 216,
|
|
71, 72, 73, 119, 74, 75, 132, 76, 77, 101,
|
|
76, 78, 79, 120, 230, 80, 121, 127, 81, 82,
|
|
76, 128, 83, 178, 76, 129, 135, 67, 143, 195,
|
|
136, 130, 138, 139, 230, 107, 166, 179, 144, 167,
|
|
137, 145, 168, 196, 140, 141, 99, 142, 149, 84,
|
|
150, 232, 134, 76, 151, 152, 230, 155, 153, 154,
|
|
156, 159, 180, 157, 230, 160, 158, 169, 161, 162,
|
|
230, 233, 163, 181, 247, 164, 417, 182, 170, 173,
|
|
|
|
171, 165, 192, 174, 172, 184, 193, 175, 101, 185,
|
|
176, 188, 189, 186, 197, 230, 194, 304, 198, 187,
|
|
190, 201, 148, 206, 238, 202, 191, 207, 212, 203,
|
|
208, 199, 123, 88, 204, 205, 88, 209, 213, 210,
|
|
219, 214, 211, 219, 223, 113, 220, 235, 128, 1048,
|
|
225, 226, 129, 88, 225, 226, 227, 115, 130, 1048,
|
|
225, 226, 230, 230, 259, 262, 234, 239, 260, 263,
|
|
353, 125, 229, 225, 226, 228, 286, 287, 228, 230,
|
|
109, 126, 228, 230, 228, 231, 354, 99, 230, 230,
|
|
230, 230, 100, 847, 230, 271, 230, 230, 272, 230,
|
|
|
|
230, 230, 289, 236, 230, 290, 117, 230, 230, 230,
|
|
230, 230, 237, 230, 240, 230, 228, 212, 128, 230,
|
|
230, 392, 241, 143, 393, 292, 278, 213, 130, 101,
|
|
214, 242, 243, 144, 293, 300, 145, 412, 230, 343,
|
|
268, 301, 230, 244, 245, 344, 246, 219, 225, 226,
|
|
248, 147, 338, 249, 250, 251, 252, 305, 848, 252,
|
|
306, 148, 339, 252, 252, 252, 252, 359, 307, 313,
|
|
252, 252, 252, 314, 360, 252, 361, 252, 252, 315,
|
|
252, 252, 252, 230, 394, 252, 324, 253, 252, 252,
|
|
252, 128, 252, 395, 252, 241, 340, 252, 325, 326,
|
|
|
|
341, 130, 345, 346, 347, 355, 356, 380, 368, 382,
|
|
342, 369, 357, 383, 400, 407, 408, 381, 230, 252,
|
|
370, 371, 389, 252, 390, 372, 402, 373, 384, 403,
|
|
409, 391, 99, 404, 401, 405, 219, 232, 230, 219,
|
|
281, 410, 220, 88, 225, 226, 227, 1048, 225, 226,
|
|
1048, 225, 226, 230, 230, 230, 230, 413, 230, 230,
|
|
411, 230, 230, 229, 230, 415, 466, 416, 525, 526,
|
|
230, 273, 479, 283, 101, 498, 296, 480, 502, 418,
|
|
466, 543, 414, 499, 281, 219, 225, 226, 248, 419,
|
|
531, 249, 532, 544, 555, 230, 503, 570, 571, 281,
|
|
|
|
556, 230, 230, 424, 230, 572, 230, 230, 467, 230,
|
|
230, 601, 433, 574, 578, 579, 642, 682, 575, 664,
|
|
683, 230, 467, 602, 665, 577, 230, 706, 460, 643,
|
|
230, 230, 576, 230, 707, 230, 760, 771, 230, 710,
|
|
230, 711, 580, 772, 815, 712, 230, 816, 761, 849,
|
|
850, 828, 610, 827, 851, 829, 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, 878, 879, 880, 881, 882, 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, 230, 230,
|
|
230, 915, 916, 917, 918, 919, 848, 920, 921, 922,
|
|
923, 924, 925, 926, 927, 928, 929, 930, 931, 932,
|
|
933, 934, 935, 936, 937, 938, 939, 940, 914, 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, 230, 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, 1028, 1029, 1030,
|
|
1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040,
|
|
1041, 1042, 1043, 1044, 1045, 1046, 1047, 91, 91, 91,
|
|
91, 91, 91, 93, 93, 94, 94, 845, 94, 94,
|
|
94, 97, 97, 97, 221, 221, 221, 221, 221, 221,
|
|
228, 228, 228, 228, 255, 255, 844, 255, 255, 255,
|
|
843, 842, 841, 840, 839, 838, 837, 836, 835, 834,
|
|
|
|
833, 832, 831, 830, 826, 825, 824, 823, 822, 821,
|
|
820, 819, 818, 817, 814, 813, 812, 811, 810, 809,
|
|
808, 807, 806, 805, 804, 803, 802, 801, 800, 799,
|
|
798, 797, 796, 795, 794, 793, 792, 791, 790, 789,
|
|
788, 787, 786, 785, 784, 783, 782, 781, 780, 779,
|
|
778, 777, 776, 775, 774, 773, 770, 769, 768, 767,
|
|
766, 765, 764, 763, 762, 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, 725,
|
|
|
|
724, 723, 722, 721, 720, 719, 718, 717, 716, 715,
|
|
714, 713, 578, 709, 570, 708, 705, 704, 703, 702,
|
|
701, 700, 699, 698, 697, 696, 695, 694, 693, 692,
|
|
691, 690, 689, 688, 687, 686, 685, 684, 681, 680,
|
|
679, 678, 677, 676, 675, 674, 673, 672, 671, 670,
|
|
669, 668, 667, 666, 663, 662, 661, 660, 659, 658,
|
|
657, 656, 655, 654, 653, 652, 651, 650, 649, 648,
|
|
647, 646, 645, 644, 641, 640, 639, 638, 637, 636,
|
|
635, 634, 633, 632, 631, 630, 629, 628, 627, 626,
|
|
625, 624, 623, 622, 621, 620, 619, 618, 617, 616,
|
|
|
|
615, 614, 613, 612, 611, 610, 609, 608, 607, 606,
|
|
605, 604, 603, 600, 599, 598, 597, 596, 595, 594,
|
|
593, 592, 591, 590, 589, 588, 587, 586, 585, 584,
|
|
583, 582, 581, 580, 573, 569, 568, 567, 566, 565,
|
|
564, 563, 562, 561, 560, 559, 558, 557, 554, 553,
|
|
552, 551, 550, 549, 548, 547, 546, 545, 542, 541,
|
|
540, 539, 538, 537, 536, 535, 534, 533, 530, 529,
|
|
528, 527, 447, 524, 523, 522, 521, 520, 519, 518,
|
|
517, 516, 515, 514, 513, 512, 511, 510, 509, 508,
|
|
507, 506, 505, 504, 501, 500, 497, 496, 495, 494,
|
|
|
|
493, 492, 491, 490, 489, 488, 487, 486, 485, 484,
|
|
483, 482, 481, 478, 477, 476, 475, 474, 473, 472,
|
|
471, 470, 469, 468, 465, 464, 463, 462, 461, 460,
|
|
459, 458, 457, 456, 455, 454, 453, 452, 451, 450,
|
|
449, 448, 447, 446, 445, 444, 443, 442, 441, 440,
|
|
439, 438, 437, 436, 435, 434, 433, 432, 431, 430,
|
|
429, 428, 427, 426, 425, 424, 423, 422, 421, 257,
|
|
420, 420, 250, 230, 230, 225, 222, 222, 406, 399,
|
|
398, 397, 396, 388, 387, 386, 385, 379, 378, 377,
|
|
376, 375, 374, 367, 366, 365, 364, 358, 352, 351,
|
|
|
|
350, 349, 348, 337, 336, 335, 334, 333, 332, 331,
|
|
330, 329, 328, 327, 323, 322, 321, 320, 319, 318,
|
|
317, 316, 312, 311, 310, 309, 308, 303, 302, 299,
|
|
298, 297, 296, 295, 294, 291, 288, 285, 284, 283,
|
|
282, 281, 280, 279, 278, 277, 276, 275, 274, 273,
|
|
270, 269, 268, 267, 266, 265, 264, 261, 258, 257,
|
|
98, 96, 256, 254, 92, 230, 224, 222, 218, 217,
|
|
200, 183, 177, 146, 134, 133, 107, 106, 105, 104,
|
|
98, 96, 95, 92, 90, 89, 1048, 5, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_chk[1363] =
|
|
{ 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, 2, 22, 7, 2, 4, 7,
|
|
2, 4, 17, 17, 4, 23, 28, 16, 24, 22,
|
|
24, 189, 16, 25, 28, 23, 25, 29, 23, 189,
|
|
|
|
24, 29, 25, 2, 3, 3, 3, 4, 38, 3,
|
|
734, 29, 31, 3, 3, 3, 3, 58, 38, 58,
|
|
3, 3, 3, 26, 3, 3, 31, 3, 3, 16,
|
|
3, 3, 3, 26, 72, 3, 26, 30, 3, 3,
|
|
3, 30, 3, 46, 3, 30, 34, 3, 36, 52,
|
|
34, 30, 35, 35, 80, 72, 42, 46, 36, 42,
|
|
34, 36, 42, 52, 35, 35, 70, 35, 39, 3,
|
|
39, 70, 80, 3, 39, 39, 71, 40, 39, 39,
|
|
40, 41, 47, 40, 246, 41, 40, 43, 41, 41,
|
|
83, 71, 41, 47, 83, 41, 246, 47, 43, 44,
|
|
|
|
43, 41, 51, 44, 43, 49, 51, 44, 70, 49,
|
|
44, 50, 50, 49, 53, 77, 51, 148, 53, 49,
|
|
50, 55, 148, 56, 77, 55, 50, 56, 57, 55,
|
|
56, 53, 77, 88, 55, 55, 88, 56, 57, 56,
|
|
61, 57, 56, 61, 63, 74, 61, 74, 63, 67,
|
|
67, 67, 63, 66, 66, 66, 66, 74, 63, 68,
|
|
68, 68, 73, 78, 107, 109, 73, 78, 107, 109,
|
|
185, 78, 68, 69, 69, 69, 132, 132, 69, 84,
|
|
73, 78, 69, 69, 69, 69, 185, 100, 75, 69,
|
|
69, 69, 100, 735, 69, 117, 69, 69, 117, 69,
|
|
|
|
69, 69, 134, 75, 69, 134, 75, 69, 69, 69,
|
|
79, 69, 75, 69, 79, 82, 69, 84, 79, 239,
|
|
81, 208, 79, 82, 208, 136, 239, 84, 79, 100,
|
|
84, 81, 81, 82, 136, 143, 82, 235, 69, 178,
|
|
235, 143, 69, 81, 81, 178, 81, 85, 85, 85,
|
|
85, 147, 176, 85, 86, 86, 86, 149, 736, 86,
|
|
149, 147, 176, 86, 86, 86, 86, 188, 149, 155,
|
|
86, 86, 86, 155, 188, 86, 188, 86, 86, 155,
|
|
86, 86, 86, 87, 209, 86, 164, 87, 86, 86,
|
|
86, 87, 86, 209, 86, 87, 177, 86, 164, 164,
|
|
|
|
177, 87, 179, 179, 179, 186, 186, 201, 194, 202,
|
|
177, 194, 186, 202, 214, 218, 218, 201, 233, 86,
|
|
194, 194, 207, 86, 207, 194, 215, 194, 202, 215,
|
|
223, 207, 232, 215, 214, 215, 219, 232, 234, 219,
|
|
223, 233, 219, 227, 227, 227, 227, 228, 228, 228,
|
|
229, 229, 229, 236, 237, 240, 241, 236, 242, 243,
|
|
234, 244, 245, 229, 247, 244, 304, 245, 365, 365,
|
|
253, 237, 318, 241, 232, 337, 243, 318, 340, 247,
|
|
466, 382, 242, 337, 240, 248, 248, 248, 248, 253,
|
|
371, 248, 371, 382, 393, 411, 340, 409, 409, 253,
|
|
|
|
393, 410, 413, 411, 414, 410, 415, 416, 304, 417,
|
|
418, 449, 413, 414, 419, 419, 498, 542, 415, 523,
|
|
542, 572, 466, 449, 523, 418, 419, 567, 416, 498,
|
|
574, 575, 417, 577, 567, 576, 639, 650, 710, 574,
|
|
711, 576, 572, 650, 697, 577, 712, 697, 639, 737,
|
|
739, 711, 575, 710, 740, 712, 741, 742, 745, 746,
|
|
750, 754, 755, 756, 758, 759, 761, 764, 766, 767,
|
|
768, 769, 770, 771, 772, 773, 774, 775, 776, 777,
|
|
778, 780, 781, 783, 784, 785, 786, 787, 788, 789,
|
|
790, 791, 794, 795, 797, 798, 799, 800, 802, 803,
|
|
|
|
804, 805, 806, 807, 808, 810, 811, 812, 815, 816,
|
|
818, 819, 820, 821, 822, 823, 824, 825, 827, 828,
|
|
829, 830, 831, 833, 834, 835, 827, 836, 837, 838,
|
|
839, 841, 843, 844, 845, 846, 847, 850, 853, 856,
|
|
857, 858, 859, 862, 863, 865, 866, 867, 829, 869,
|
|
870, 871, 872, 874, 875, 876, 877, 879, 880, 881,
|
|
882, 883, 888, 889, 890, 891, 892, 893, 894, 896,
|
|
899, 901, 902, 903, 904, 905, 909, 910, 911, 912,
|
|
913, 914, 915, 917, 918, 924, 925, 926, 927, 928,
|
|
930, 932, 933, 934, 936, 938, 940, 941, 942, 943,
|
|
|
|
944, 945, 946, 947, 948, 949, 950, 953, 954, 955,
|
|
956, 958, 961, 963, 964, 965, 966, 971, 974, 976,
|
|
977, 978, 979, 980, 981, 984, 985, 989, 991, 999,
|
|
1000, 1004, 1006, 1011, 1012, 1013, 1014, 1015, 1020, 1023,
|
|
1024, 1025, 1026, 1027, 1028, 1029, 1030, 1033, 1034, 1035,
|
|
1038, 1039, 1040, 1041, 1042, 1043, 1044, 1049, 1049, 1049,
|
|
1049, 1049, 1049, 1050, 1050, 1051, 1051, 732, 1051, 1051,
|
|
1051, 1052, 1052, 1052, 1053, 1053, 1053, 1053, 1053, 1053,
|
|
1054, 1054, 1054, 1054, 1055, 1055, 729, 1055, 1055, 1055,
|
|
728, 727, 726, 725, 724, 722, 721, 720, 719, 718,
|
|
|
|
717, 716, 715, 714, 709, 708, 706, 705, 704, 703,
|
|
702, 701, 700, 699, 696, 695, 694, 693, 692, 691,
|
|
690, 688, 686, 685, 684, 683, 682, 681, 680, 679,
|
|
678, 677, 676, 675, 673, 672, 671, 670, 669, 668,
|
|
667, 665, 664, 663, 662, 661, 660, 659, 658, 657,
|
|
656, 655, 654, 653, 652, 651, 649, 648, 647, 646,
|
|
645, 644, 643, 642, 641, 638, 637, 636, 635, 634,
|
|
633, 632, 631, 629, 628, 627, 626, 625, 623, 622,
|
|
620, 619, 618, 615, 614, 613, 612, 611, 609, 608,
|
|
607, 606, 605, 604, 603, 602, 601, 599, 598, 597,
|
|
|
|
596, 594, 593, 591, 590, 589, 587, 586, 585, 584,
|
|
583, 581, 579, 573, 571, 568, 566, 565, 564, 562,
|
|
561, 560, 559, 558, 557, 556, 555, 554, 553, 552,
|
|
551, 550, 549, 548, 547, 546, 545, 543, 541, 540,
|
|
539, 538, 537, 535, 534, 533, 531, 530, 529, 528,
|
|
527, 526, 525, 524, 521, 520, 519, 518, 516, 515,
|
|
513, 512, 511, 510, 509, 508, 507, 506, 504, 503,
|
|
502, 501, 500, 499, 497, 496, 495, 494, 493, 489,
|
|
488, 487, 486, 485, 484, 483, 482, 481, 479, 478,
|
|
477, 476, 475, 474, 473, 472, 471, 470, 469, 468,
|
|
|
|
465, 463, 462, 461, 460, 459, 457, 456, 455, 454,
|
|
453, 452, 450, 448, 446, 445, 444, 443, 441, 440,
|
|
439, 438, 436, 435, 434, 433, 431, 429, 427, 426,
|
|
425, 423, 422, 421, 412, 407, 406, 405, 404, 403,
|
|
402, 401, 400, 398, 397, 396, 395, 394, 392, 391,
|
|
390, 389, 388, 387, 386, 385, 384, 383, 381, 380,
|
|
379, 378, 377, 376, 375, 374, 373, 372, 370, 369,
|
|
368, 367, 366, 364, 363, 362, 361, 360, 359, 358,
|
|
356, 355, 354, 353, 351, 350, 349, 348, 346, 345,
|
|
344, 343, 342, 341, 339, 338, 336, 335, 334, 333,
|
|
|
|
332, 331, 330, 328, 327, 326, 325, 324, 323, 322,
|
|
321, 320, 319, 317, 316, 315, 314, 313, 312, 311,
|
|
310, 309, 307, 305, 303, 302, 301, 300, 299, 298,
|
|
297, 296, 295, 294, 293, 292, 291, 290, 289, 288,
|
|
287, 286, 285, 284, 283, 282, 281, 280, 279, 278,
|
|
277, 276, 275, 274, 273, 272, 270, 269, 268, 267,
|
|
266, 265, 264, 263, 262, 261, 260, 259, 258, 257,
|
|
256, 255, 251, 238, 230, 226, 221, 220, 217, 213,
|
|
212, 211, 210, 206, 205, 204, 203, 200, 199, 198,
|
|
197, 196, 195, 193, 192, 191, 190, 187, 184, 183,
|
|
|
|
182, 181, 180, 175, 174, 173, 172, 171, 170, 169,
|
|
168, 167, 166, 165, 163, 162, 161, 160, 159, 158,
|
|
157, 156, 154, 153, 152, 151, 150, 146, 145, 142,
|
|
141, 140, 139, 138, 137, 135, 133, 131, 130, 129,
|
|
128, 127, 126, 125, 124, 123, 121, 120, 119, 118,
|
|
116, 115, 114, 113, 112, 111, 110, 108, 106, 101,
|
|
98, 96, 95, 94, 91, 76, 65, 62, 60, 59,
|
|
54, 48, 45, 37, 33, 32, 21, 20, 19, 18,
|
|
15, 14, 13, 11, 10, 9, 5, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048,
|
|
1048, 1048
|
|
} ;
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
extern int yy_flex_debug;
|
|
int yy_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 *yytext;
|
|
#line 1 "lev_comp.l"
|
|
#line 2 "lev_comp.l"
|
|
/* NetHack 3.5 lev_comp.l $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
|
|
/* NetHack 3.5 lev_comp.l $Date: 2009/05/06 10:54:31 $ $Revision: 1.9 $ */
|
|
/* SCCS Id: @(#)lev_lex.c 3.5 2002/03/27 */
|
|
/* Copyright (c) 1989 by Jean-Christophe Collet */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
|
|
#define LEV_LEX_C
|
|
|
|
#include "hack.h"
|
|
#include "lev_comp.h"
|
|
#include "sp_lev.h"
|
|
|
|
/* Most of these don't exist in flex, yywrap is macro and
|
|
* yyunput is properly declared in flex.skel.
|
|
*/
|
|
#if !defined(FLEX_SCANNER) && !defined(FLEXHACK_SCANNER)
|
|
int FDECL(yyback, (int *,int));
|
|
int NDECL(yylook);
|
|
int NDECL(yyinput);
|
|
int NDECL(yywrap);
|
|
int NDECL(yylex);
|
|
/* Traditional lexes let yyunput() and yyoutput() default to int;
|
|
* newer ones may declare them as void since they don't return
|
|
* values. For even more fun, the lex supplied as part of the
|
|
* newer unbundled compiler for SunOS 4.x adds the void declarations
|
|
* (under __STDC__ or _cplusplus ifdefs -- otherwise they remain
|
|
* int) while the bundled lex and the one with the older unbundled
|
|
* compiler do not. To detect this, we need help from outside --
|
|
* sys/unix/Makefile.utl.
|
|
*
|
|
* Digital UNIX is difficult and still has int in spite of all
|
|
* other signs.
|
|
*/
|
|
# if defined(NeXT) || defined(SVR4) || defined(_AIX32)
|
|
# define VOIDYYPUT
|
|
# endif
|
|
# if !defined(VOIDYYPUT) && defined(POSIX_TYPES)
|
|
# if !defined(BOS) && !defined(HISX) && !defined(_M_UNIX) && !defined(VMS)
|
|
# define VOIDYYPUT
|
|
# endif
|
|
# endif
|
|
# if !defined(VOIDYYPUT) && defined(WEIRD_LEX)
|
|
# if defined(SUNOS4) && defined(__STDC__) && (WEIRD_LEX > 1)
|
|
# define VOIDYYPUT
|
|
# endif
|
|
# endif
|
|
# if defined(VOIDYYPUT) && defined(__osf__)
|
|
# undef VOIDYYPUT
|
|
# endif
|
|
# ifdef VOIDYYPUT
|
|
void FDECL(yyunput, (int));
|
|
void FDECL(yyoutput, (int));
|
|
# else
|
|
int FDECL(yyunput, (int));
|
|
int FDECL(yyoutput, (int));
|
|
# endif
|
|
#endif /* !FLEX_SCANNER && !FLEXHACK_SCANNER */
|
|
|
|
#ifdef FLEX_SCANNER
|
|
#define YY_MALLOC_DECL \
|
|
genericptr_t FDECL(malloc, (size_t)); \
|
|
genericptr_t FDECL(realloc, (genericptr_t,size_t));
|
|
#endif
|
|
|
|
void FDECL(init_yyin, (FILE *));
|
|
void FDECL(init_yyout, (FILE *));
|
|
|
|
long NDECL(handle_varstring_check);
|
|
long FDECL(corefunc_str_check, (char *, long));
|
|
|
|
extern void VDECL(lc_error, (const char *, ...));
|
|
extern struct lc_vardefs *FDECL(vardef_defined,(struct lc_vardefs *,char *, int));
|
|
|
|
extern struct lc_vardefs *variable_definitions;
|
|
|
|
extern long FDECL(method_defined, (char *, long, long *));
|
|
|
|
void FDECL(savetoken, (char *));
|
|
void NDECL(newline);
|
|
void FDECL(advancepos, (char *));
|
|
|
|
/*
|
|
* This doesn't always get put in lev_comp.h
|
|
* (esp. when using older versions of bison).
|
|
*/
|
|
extern YYSTYPE yylval;
|
|
|
|
int nh_line_number = 1;
|
|
int token_start_pos = 0;
|
|
char curr_token[512];
|
|
static char map[4096];
|
|
static int map_cnt = 0;
|
|
|
|
FILE *orig_yyin = NULL;
|
|
|
|
#define ST_RET(x) do { savetoken(yytext); return x; } while (0);
|
|
#define ST_RETF(y, x) do { savetoken(yytext); y; return x; } while (0);
|
|
|
|
|
|
#line 1207 "lex.yy.c"
|
|
|
|
#define INITIAL 0
|
|
#define MAPC 1
|
|
|
|
#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 yylex_destroy (void );
|
|
|
|
int yyget_debug (void );
|
|
|
|
void yyset_debug (int debug_flag );
|
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
FILE *yyget_in (void );
|
|
|
|
void yyset_in (FILE * in_str );
|
|
|
|
FILE *yyget_out (void );
|
|
|
|
void yyset_out (FILE * out_str );
|
|
|
|
yy_size_t yyget_leng (void );
|
|
|
|
char *yyget_text (void );
|
|
|
|
int yyget_lineno (void );
|
|
|
|
void yyset_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 yywrap (void );
|
|
#else
|
|
extern int yywrap (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
|
|
|
|
/* 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( yytext, yyleng, 1, yyout )) {} } 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( yyin )) != EOF && c != '\n'; ++n ) \
|
|
buf[n] = (char) c; \
|
|
if ( c == '\n' ) \
|
|
buf[n++] = (char) c; \
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
result = n; \
|
|
} \
|
|
else \
|
|
{ \
|
|
errno=0; \
|
|
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
|
{ \
|
|
if( errno != EINTR) \
|
|
{ \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
break; \
|
|
} \
|
|
errno=0; \
|
|
clearerr(yyin); \
|
|
} \
|
|
}\
|
|
\
|
|
|
|
#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 yylex (void);
|
|
|
|
#define YY_DECL int yylex (void)
|
|
#endif /* !YY_DECL */
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
* 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 \
|
|
if ( yyleng > 0 ) \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
|
|
(yytext[yyleng - 1] == '\n'); \
|
|
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;
|
|
|
|
if ( !(yy_init) )
|
|
{
|
|
(yy_init) = 1;
|
|
|
|
#ifdef YY_USER_INIT
|
|
YY_USER_INIT;
|
|
#endif
|
|
|
|
if ( ! (yy_start) )
|
|
(yy_start) = 1; /* first start state */
|
|
|
|
if ( ! yyin )
|
|
yyin = stdin;
|
|
|
|
if ( ! yyout )
|
|
yyout = stdout;
|
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
yyensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
}
|
|
|
|
yy_load_buffer_state( );
|
|
}
|
|
|
|
{
|
|
#line 104 "lev_comp.l"
|
|
|
|
#line 1427 "lex.yy.c"
|
|
|
|
while ( 1 ) /* loops until end-of-file is reached */
|
|
{
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
/* Support of yytext. */
|
|
*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_current_state += YY_AT_BOL();
|
|
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 >= 1049 )
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
}
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
|
++yy_cp;
|
|
}
|
|
while ( yy_base[yy_current_state] != 1288 );
|
|
|
|
yy_find_action:
|
|
yy_act = yy_accept[yy_current_state];
|
|
if ( yy_act == 0 )
|
|
{ /* have to back up */
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
yy_current_state = (yy_last_accepting_state);
|
|
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 105 "lev_comp.l"
|
|
{
|
|
savetoken(yytext);
|
|
BEGIN(INITIAL);
|
|
yylval.map = (char *) alloc(map_cnt + 1);
|
|
(void) strncpy(yylval.map, map, map_cnt);
|
|
yylval.map[map_cnt] = 0;
|
|
map_cnt = 0;
|
|
return MAP_ID;
|
|
}
|
|
YY_BREAK
|
|
case 2:
|
|
/* rule 2 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 114 "lev_comp.l"
|
|
{
|
|
int len = yyleng;
|
|
savetoken(yytext);
|
|
/* convert \r\n to \n */
|
|
if (len >= 2 && yytext[len - 2] == '\r') len -= 1;
|
|
(void) strncpy(map + map_cnt, yytext, len);
|
|
map_cnt += len;
|
|
map[map_cnt - 1] = '\n';
|
|
map[map_cnt] = '\0';
|
|
newline();
|
|
}
|
|
YY_BREAK
|
|
case 3:
|
|
/* rule 3 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 125 "lev_comp.l"
|
|
{ savetoken(yytext); newline(); }
|
|
YY_BREAK
|
|
case 4:
|
|
YY_RULE_SETUP
|
|
#line 126 "lev_comp.l"
|
|
ST_RET(MESSAGE_ID);
|
|
YY_BREAK
|
|
case 5:
|
|
YY_RULE_SETUP
|
|
#line 127 "lev_comp.l"
|
|
ST_RET(NOMAP_ID);
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 128 "lev_comp.l"
|
|
ST_RET(MAZE_ID);
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 129 "lev_comp.l"
|
|
ST_RET(LEVEL_ID);
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 130 "lev_comp.l"
|
|
ST_RET(LEV_INIT_ID);
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 131 "lev_comp.l"
|
|
ST_RET(MAZE_GRID_ID);
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 132 "lev_comp.l"
|
|
ST_RET(SOLID_FILL_ID);
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 133 "lev_comp.l"
|
|
ST_RET(MINES_ID);
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 134 "lev_comp.l"
|
|
ST_RET(ROGUELEV_ID);
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 135 "lev_comp.l"
|
|
ST_RET(FLAGS_ID);
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 136 "lev_comp.l"
|
|
ST_RET(GEOMETRY_ID);
|
|
YY_BREAK
|
|
case 15:
|
|
/* rule 15 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 137 "lev_comp.l"
|
|
{ savetoken(yytext); BEGIN(MAPC); newline(); }
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 138 "lev_comp.l"
|
|
ST_RET(object_ID);
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 139 "lev_comp.l"
|
|
ST_RET(OBJECT_ID);
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 140 "lev_comp.l"
|
|
ST_RET(COBJECT_ID);
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 141 "lev_comp.l"
|
|
ST_RET(MONSTER_ID);
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 142 "lev_comp.l"
|
|
ST_RET(monster_ID);
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 143 "lev_comp.l"
|
|
ST_RET(TRAP_ID);
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 144 "lev_comp.l"
|
|
ST_RET(DOOR_ID);
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 145 "lev_comp.l"
|
|
ST_RET(ROOMDOOR_ID);
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 146 "lev_comp.l"
|
|
ST_RET(DRAWBRIDGE_ID);
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 147 "lev_comp.l"
|
|
ST_RET(MAZEWALK_ID);
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 148 "lev_comp.l"
|
|
ST_RET(WALLIFY_ID);
|
|
YY_BREAK
|
|
case 27:
|
|
YY_RULE_SETUP
|
|
#line 149 "lev_comp.l"
|
|
ST_RET(REGION_ID);
|
|
YY_BREAK
|
|
case 28:
|
|
YY_RULE_SETUP
|
|
#line 150 "lev_comp.l"
|
|
ST_RET(ALTAR_ID);
|
|
YY_BREAK
|
|
case 29:
|
|
YY_RULE_SETUP
|
|
#line 151 "lev_comp.l"
|
|
ST_RET(LADDER_ID);
|
|
YY_BREAK
|
|
case 30:
|
|
YY_RULE_SETUP
|
|
#line 152 "lev_comp.l"
|
|
ST_RET(STAIR_ID);
|
|
YY_BREAK
|
|
case 31:
|
|
YY_RULE_SETUP
|
|
#line 153 "lev_comp.l"
|
|
ST_RET(PORTAL_ID);
|
|
YY_BREAK
|
|
case 32:
|
|
YY_RULE_SETUP
|
|
#line 154 "lev_comp.l"
|
|
ST_RET(TELEPRT_ID);
|
|
YY_BREAK
|
|
case 33:
|
|
YY_RULE_SETUP
|
|
#line 155 "lev_comp.l"
|
|
ST_RET(BRANCH_ID);
|
|
YY_BREAK
|
|
case 34:
|
|
YY_RULE_SETUP
|
|
#line 156 "lev_comp.l"
|
|
ST_RET(FOUNTAIN_ID);
|
|
YY_BREAK
|
|
case 35:
|
|
YY_RULE_SETUP
|
|
#line 157 "lev_comp.l"
|
|
ST_RET(SINK_ID);
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 158 "lev_comp.l"
|
|
ST_RET(POOL_ID);
|
|
YY_BREAK
|
|
case 37:
|
|
YY_RULE_SETUP
|
|
#line 159 "lev_comp.l"
|
|
ST_RET(NON_DIGGABLE_ID);
|
|
YY_BREAK
|
|
case 38:
|
|
YY_RULE_SETUP
|
|
#line 160 "lev_comp.l"
|
|
ST_RET(NON_PASSWALL_ID);
|
|
YY_BREAK
|
|
case 39:
|
|
YY_RULE_SETUP
|
|
#line 161 "lev_comp.l"
|
|
ST_RET(IF_ID);
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 162 "lev_comp.l"
|
|
ST_RET(ELSE_ID);
|
|
YY_BREAK
|
|
case 41:
|
|
YY_RULE_SETUP
|
|
#line 163 "lev_comp.l"
|
|
ST_RET(EXIT_ID);
|
|
YY_BREAK
|
|
case 42:
|
|
YY_RULE_SETUP
|
|
#line 164 "lev_comp.l"
|
|
ST_RET(ROOM_ID);
|
|
YY_BREAK
|
|
case 43:
|
|
YY_RULE_SETUP
|
|
#line 165 "lev_comp.l"
|
|
ST_RET(SUBROOM_ID);
|
|
YY_BREAK
|
|
case 44:
|
|
YY_RULE_SETUP
|
|
#line 166 "lev_comp.l"
|
|
ST_RET(RAND_CORRIDOR_ID);
|
|
YY_BREAK
|
|
case 45:
|
|
YY_RULE_SETUP
|
|
#line 167 "lev_comp.l"
|
|
ST_RET(CORRIDOR_ID);
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 168 "lev_comp.l"
|
|
ST_RET(TERRAIN_ID);
|
|
YY_BREAK
|
|
case 47:
|
|
YY_RULE_SETUP
|
|
#line 169 "lev_comp.l"
|
|
ST_RET(terrain_ID);
|
|
YY_BREAK
|
|
case 48:
|
|
YY_RULE_SETUP
|
|
#line 170 "lev_comp.l"
|
|
ST_RET(REPLACE_TERRAIN_ID);
|
|
YY_BREAK
|
|
case 49:
|
|
YY_RULE_SETUP
|
|
#line 171 "lev_comp.l"
|
|
ST_RET(GOLD_ID);
|
|
YY_BREAK
|
|
case 50:
|
|
YY_RULE_SETUP
|
|
#line 172 "lev_comp.l"
|
|
ST_RET(GRAVE_ID);
|
|
YY_BREAK
|
|
case 51:
|
|
YY_RULE_SETUP
|
|
#line 173 "lev_comp.l"
|
|
ST_RET(ENGRAVING_ID);
|
|
YY_BREAK
|
|
case 52:
|
|
YY_RULE_SETUP
|
|
#line 174 "lev_comp.l"
|
|
ST_RET(MINERALIZE_ID);
|
|
YY_BREAK
|
|
case 53:
|
|
YY_RULE_SETUP
|
|
#line 175 "lev_comp.l"
|
|
ST_RET(NAME_ID);
|
|
YY_BREAK
|
|
case 54:
|
|
YY_RULE_SETUP
|
|
#line 176 "lev_comp.l"
|
|
ST_RET(FOR_ID);
|
|
YY_BREAK
|
|
case 55:
|
|
YY_RULE_SETUP
|
|
#line 177 "lev_comp.l"
|
|
ST_RET(TO_ID);
|
|
YY_BREAK
|
|
case 56:
|
|
YY_RULE_SETUP
|
|
#line 178 "lev_comp.l"
|
|
ST_RET(LOOP_ID);
|
|
YY_BREAK
|
|
case 57:
|
|
YY_RULE_SETUP
|
|
#line 179 "lev_comp.l"
|
|
ST_RET(SWITCH_ID);
|
|
YY_BREAK
|
|
case 58:
|
|
YY_RULE_SETUP
|
|
#line 180 "lev_comp.l"
|
|
ST_RET(CASE_ID);
|
|
YY_BREAK
|
|
case 59:
|
|
YY_RULE_SETUP
|
|
#line 181 "lev_comp.l"
|
|
ST_RET(BREAK_ID);
|
|
YY_BREAK
|
|
case 60:
|
|
YY_RULE_SETUP
|
|
#line 182 "lev_comp.l"
|
|
ST_RET(DEFAULT_ID);
|
|
YY_BREAK
|
|
case 61:
|
|
YY_RULE_SETUP
|
|
#line 183 "lev_comp.l"
|
|
ST_RET(FUNCTION_ID);
|
|
YY_BREAK
|
|
case 62:
|
|
YY_RULE_SETUP
|
|
#line 184 "lev_comp.l"
|
|
ST_RET(SHUFFLE_ID);
|
|
YY_BREAK
|
|
case 63:
|
|
YY_RULE_SETUP
|
|
#line 185 "lev_comp.l"
|
|
ST_RET(MONTYPE_ID);
|
|
YY_BREAK
|
|
case 64:
|
|
YY_RULE_SETUP
|
|
#line 186 "lev_comp.l"
|
|
ST_RET(selection_ID);
|
|
YY_BREAK
|
|
case 65:
|
|
YY_RULE_SETUP
|
|
#line 187 "lev_comp.l"
|
|
ST_RET(rect_ID);
|
|
YY_BREAK
|
|
case 66:
|
|
YY_RULE_SETUP
|
|
#line 188 "lev_comp.l"
|
|
ST_RET(fillrect_ID);
|
|
YY_BREAK
|
|
case 67:
|
|
YY_RULE_SETUP
|
|
#line 189 "lev_comp.l"
|
|
ST_RET(line_ID);
|
|
YY_BREAK
|
|
case 68:
|
|
YY_RULE_SETUP
|
|
#line 190 "lev_comp.l"
|
|
ST_RET(randline_ID);
|
|
YY_BREAK
|
|
case 69:
|
|
YY_RULE_SETUP
|
|
#line 191 "lev_comp.l"
|
|
ST_RET(grow_ID);
|
|
YY_BREAK
|
|
case 70:
|
|
YY_RULE_SETUP
|
|
#line 192 "lev_comp.l"
|
|
ST_RET(flood_ID);
|
|
YY_BREAK
|
|
case 71:
|
|
YY_RULE_SETUP
|
|
#line 193 "lev_comp.l"
|
|
ST_RET(rndcoord_ID);
|
|
YY_BREAK
|
|
case 72:
|
|
YY_RULE_SETUP
|
|
#line 194 "lev_comp.l"
|
|
ST_RET(circle_ID);
|
|
YY_BREAK
|
|
case 73:
|
|
YY_RULE_SETUP
|
|
#line 195 "lev_comp.l"
|
|
ST_RET(ellipse_ID);
|
|
YY_BREAK
|
|
case 74:
|
|
YY_RULE_SETUP
|
|
#line 196 "lev_comp.l"
|
|
ST_RET(filter_ID);
|
|
YY_BREAK
|
|
case 75:
|
|
YY_RULE_SETUP
|
|
#line 197 "lev_comp.l"
|
|
ST_RET(gradient_ID);
|
|
YY_BREAK
|
|
case 76:
|
|
YY_RULE_SETUP
|
|
#line 198 "lev_comp.l"
|
|
ST_RET(complement_ID);
|
|
YY_BREAK
|
|
case 77:
|
|
YY_RULE_SETUP
|
|
#line 199 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SEL_GRADIENT_RADIAL; return GRADIENT_TYPE; }
|
|
YY_BREAK
|
|
case 78:
|
|
YY_RULE_SETUP
|
|
#line 200 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SEL_GRADIENT_SQUARE; return GRADIENT_TYPE; }
|
|
YY_BREAK
|
|
case 79:
|
|
YY_RULE_SETUP
|
|
#line 201 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=DRY; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 80:
|
|
YY_RULE_SETUP
|
|
#line 202 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=WET; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 81:
|
|
YY_RULE_SETUP
|
|
#line 203 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=HOT; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 82:
|
|
YY_RULE_SETUP
|
|
#line 204 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SOLID; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 83:
|
|
YY_RULE_SETUP
|
|
#line 205 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ANY_LOC; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 84:
|
|
YY_RULE_SETUP
|
|
#line 206 "lev_comp.l"
|
|
ST_RET(LEV);
|
|
YY_BREAK
|
|
case 85:
|
|
YY_RULE_SETUP
|
|
#line 207 "lev_comp.l"
|
|
ST_RET(QUANTITY_ID);
|
|
YY_BREAK
|
|
case 86:
|
|
YY_RULE_SETUP
|
|
#line 208 "lev_comp.l"
|
|
ST_RET(BURIED_ID);
|
|
YY_BREAK
|
|
case 87:
|
|
YY_RULE_SETUP
|
|
#line 209 "lev_comp.l"
|
|
ST_RET(ERODED_ID);
|
|
YY_BREAK
|
|
case 88:
|
|
YY_RULE_SETUP
|
|
#line 210 "lev_comp.l"
|
|
ST_RET(ERODEPROOF_ID);
|
|
YY_BREAK
|
|
case 89:
|
|
YY_RULE_SETUP
|
|
#line 211 "lev_comp.l"
|
|
ST_RET(TRAPPED_ID);
|
|
YY_BREAK
|
|
case 90:
|
|
YY_RULE_SETUP
|
|
#line 212 "lev_comp.l"
|
|
ST_RET(RECHARGED_ID);
|
|
YY_BREAK
|
|
case 91:
|
|
YY_RULE_SETUP
|
|
#line 213 "lev_comp.l"
|
|
ST_RET(INVIS_ID);
|
|
YY_BREAK
|
|
case 92:
|
|
YY_RULE_SETUP
|
|
#line 214 "lev_comp.l"
|
|
ST_RET(GREASED_ID);
|
|
YY_BREAK
|
|
case 93:
|
|
YY_RULE_SETUP
|
|
#line 215 "lev_comp.l"
|
|
ST_RET(FEMALE_ID);
|
|
YY_BREAK
|
|
case 94:
|
|
YY_RULE_SETUP
|
|
#line 216 "lev_comp.l"
|
|
ST_RET(CANCELLED_ID);
|
|
YY_BREAK
|
|
case 95:
|
|
YY_RULE_SETUP
|
|
#line 217 "lev_comp.l"
|
|
ST_RET(REVIVED_ID);
|
|
YY_BREAK
|
|
case 96:
|
|
YY_RULE_SETUP
|
|
#line 218 "lev_comp.l"
|
|
ST_RET(AVENGE_ID);
|
|
YY_BREAK
|
|
case 97:
|
|
YY_RULE_SETUP
|
|
#line 219 "lev_comp.l"
|
|
ST_RET(FLEEING_ID);
|
|
YY_BREAK
|
|
case 98:
|
|
YY_RULE_SETUP
|
|
#line 220 "lev_comp.l"
|
|
ST_RET(BLINDED_ID);
|
|
YY_BREAK
|
|
case 99:
|
|
YY_RULE_SETUP
|
|
#line 221 "lev_comp.l"
|
|
ST_RET(PARALYZED_ID);
|
|
YY_BREAK
|
|
case 100:
|
|
YY_RULE_SETUP
|
|
#line 222 "lev_comp.l"
|
|
ST_RET(STUNNED_ID);
|
|
YY_BREAK
|
|
case 101:
|
|
YY_RULE_SETUP
|
|
#line 223 "lev_comp.l"
|
|
ST_RET(CONFUSED_ID);
|
|
YY_BREAK
|
|
case 102:
|
|
YY_RULE_SETUP
|
|
#line 224 "lev_comp.l"
|
|
ST_RET(SEENTRAPS_ID);
|
|
YY_BREAK
|
|
case 103:
|
|
YY_RULE_SETUP
|
|
#line 225 "lev_comp.l"
|
|
ST_RET(ALL_ID);
|
|
YY_BREAK
|
|
case 104:
|
|
YY_RULE_SETUP
|
|
#line 226 "lev_comp.l"
|
|
ST_RETF((yylval.i=1), HORIZ_OR_VERT);
|
|
YY_BREAK
|
|
case 105:
|
|
YY_RULE_SETUP
|
|
#line 227 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return HORIZ_OR_VERT; }
|
|
YY_BREAK
|
|
case 106:
|
|
YY_RULE_SETUP
|
|
#line 228 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_ISOPEN; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 107:
|
|
YY_RULE_SETUP
|
|
#line 229 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_CLOSED; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 108:
|
|
YY_RULE_SETUP
|
|
#line 230 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_LOCKED; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 109:
|
|
YY_RULE_SETUP
|
|
#line 231 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_NODOOR; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 110:
|
|
YY_RULE_SETUP
|
|
#line 232 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_BROKEN; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 111:
|
|
YY_RULE_SETUP
|
|
#line 233 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_SECRET; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 112:
|
|
YY_RULE_SETUP
|
|
#line 234 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_NORTH; return DIRECTION; }
|
|
YY_BREAK
|
|
case 113:
|
|
YY_RULE_SETUP
|
|
#line 235 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_EAST; return DIRECTION; }
|
|
YY_BREAK
|
|
case 114:
|
|
YY_RULE_SETUP
|
|
#line 236 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_SOUTH; return DIRECTION; }
|
|
YY_BREAK
|
|
case 115:
|
|
YY_RULE_SETUP
|
|
#line 237 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_WEST; return DIRECTION; }
|
|
YY_BREAK
|
|
case 116:
|
|
YY_RULE_SETUP
|
|
#line 238 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = -1; return RANDOM_TYPE; }
|
|
YY_BREAK
|
|
case 117:
|
|
YY_RULE_SETUP
|
|
#line 239 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = -1; return RANDOM_TYPE_BRACKET; }
|
|
YY_BREAK
|
|
case 118:
|
|
YY_RULE_SETUP
|
|
#line 240 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = -2; return NONE; }
|
|
YY_BREAK
|
|
case 119:
|
|
YY_RULE_SETUP
|
|
#line 241 "lev_comp.l"
|
|
ST_RET(A_REGISTER);
|
|
YY_BREAK
|
|
case 120:
|
|
YY_RULE_SETUP
|
|
#line 242 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 121:
|
|
YY_RULE_SETUP
|
|
#line 243 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 122:
|
|
YY_RULE_SETUP
|
|
#line 244 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=3; return CENTER; }
|
|
YY_BREAK
|
|
case 123:
|
|
YY_RULE_SETUP
|
|
#line 245 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=4; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 124:
|
|
YY_RULE_SETUP
|
|
#line 246 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=5; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 125:
|
|
YY_RULE_SETUP
|
|
#line 247 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return TOP_OR_BOT; }
|
|
YY_BREAK
|
|
case 126:
|
|
YY_RULE_SETUP
|
|
#line 248 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=5; return TOP_OR_BOT; }
|
|
YY_BREAK
|
|
case 127:
|
|
YY_RULE_SETUP
|
|
#line 249 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return LIGHT_STATE; }
|
|
YY_BREAK
|
|
case 128:
|
|
YY_RULE_SETUP
|
|
#line 250 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return LIGHT_STATE; }
|
|
YY_BREAK
|
|
case 129:
|
|
YY_RULE_SETUP
|
|
#line 251 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return FILLING; }
|
|
YY_BREAK
|
|
case 130:
|
|
YY_RULE_SETUP
|
|
#line 252 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return FILLING; }
|
|
YY_BREAK
|
|
case 131:
|
|
YY_RULE_SETUP
|
|
#line 253 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return IRREGULAR; }
|
|
YY_BREAK
|
|
case 132:
|
|
YY_RULE_SETUP
|
|
#line 254 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return IRREGULAR; }
|
|
YY_BREAK
|
|
case 133:
|
|
YY_RULE_SETUP
|
|
#line 255 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return JOINED; }
|
|
YY_BREAK
|
|
case 134:
|
|
YY_RULE_SETUP
|
|
#line 256 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return JOINED; }
|
|
YY_BREAK
|
|
case 135:
|
|
YY_RULE_SETUP
|
|
#line 257 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return LIMITED; }
|
|
YY_BREAK
|
|
case 136:
|
|
YY_RULE_SETUP
|
|
#line 258 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return LIMITED; }
|
|
YY_BREAK
|
|
case 137:
|
|
YY_RULE_SETUP
|
|
#line 259 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_NONE; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 138:
|
|
YY_RULE_SETUP
|
|
#line 260 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_LAWFUL; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 139:
|
|
YY_RULE_SETUP
|
|
#line 261 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_NEUTRAL; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 140:
|
|
YY_RULE_SETUP
|
|
#line 262 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_CHAOTIC; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 141:
|
|
YY_RULE_SETUP
|
|
#line 263 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_SPLEV_CO; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 142:
|
|
YY_RULE_SETUP
|
|
#line 264 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_SPLEV_NONCO; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 143:
|
|
YY_RULE_SETUP
|
|
#line 265 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return MON_ATTITUDE; }
|
|
YY_BREAK
|
|
case 144:
|
|
YY_RULE_SETUP
|
|
#line 266 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return MON_ATTITUDE; }
|
|
YY_BREAK
|
|
case 145:
|
|
YY_RULE_SETUP
|
|
#line 267 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return MON_ALERTNESS; }
|
|
YY_BREAK
|
|
case 146:
|
|
YY_RULE_SETUP
|
|
#line 268 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return MON_ALERTNESS; }
|
|
YY_BREAK
|
|
case 147:
|
|
YY_RULE_SETUP
|
|
#line 269 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= M_AP_FURNITURE; return MON_APPEARANCE; }
|
|
YY_BREAK
|
|
case 148:
|
|
YY_RULE_SETUP
|
|
#line 270 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= M_AP_MONSTER; return MON_APPEARANCE; }
|
|
YY_BREAK
|
|
case 149:
|
|
YY_RULE_SETUP
|
|
#line 271 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= M_AP_OBJECT; return MON_APPEARANCE; }
|
|
YY_BREAK
|
|
case 150:
|
|
YY_RULE_SETUP
|
|
#line 272 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return ALTAR_TYPE; }
|
|
YY_BREAK
|
|
case 151:
|
|
YY_RULE_SETUP
|
|
#line 273 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return ALTAR_TYPE; }
|
|
YY_BREAK
|
|
case 152:
|
|
YY_RULE_SETUP
|
|
#line 274 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return ALTAR_TYPE; }
|
|
YY_BREAK
|
|
case 153:
|
|
YY_RULE_SETUP
|
|
#line 275 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return UP_OR_DOWN; }
|
|
YY_BREAK
|
|
case 154:
|
|
YY_RULE_SETUP
|
|
#line 276 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return UP_OR_DOWN; }
|
|
YY_BREAK
|
|
case 155:
|
|
YY_RULE_SETUP
|
|
#line 277 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return BOOLEAN; }
|
|
YY_BREAK
|
|
case 156:
|
|
YY_RULE_SETUP
|
|
#line 278 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return BOOLEAN; }
|
|
YY_BREAK
|
|
case 157:
|
|
YY_RULE_SETUP
|
|
#line 279 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=DUST; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 158:
|
|
YY_RULE_SETUP
|
|
#line 280 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ENGRAVE; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 159:
|
|
YY_RULE_SETUP
|
|
#line 281 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=BURN; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 160:
|
|
YY_RULE_SETUP
|
|
#line 282 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=MARK; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 161:
|
|
YY_RULE_SETUP
|
|
#line 283 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ENGR_BLOOD; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 162:
|
|
YY_RULE_SETUP
|
|
#line 284 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return CURSE_TYPE; }
|
|
YY_BREAK
|
|
case 163:
|
|
YY_RULE_SETUP
|
|
#line 285 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return CURSE_TYPE; }
|
|
YY_BREAK
|
|
case 164:
|
|
YY_RULE_SETUP
|
|
#line 286 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=3; return CURSE_TYPE; }
|
|
YY_BREAK
|
|
case 165:
|
|
YY_RULE_SETUP
|
|
#line 287 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=NOTELEPORT; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 166:
|
|
YY_RULE_SETUP
|
|
#line 288 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=HARDFLOOR; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 167:
|
|
YY_RULE_SETUP
|
|
#line 289 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=NOMMAP; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 168:
|
|
YY_RULE_SETUP
|
|
#line 290 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ARBOREAL; return FLAG_TYPE; } /* KMH */
|
|
YY_BREAK
|
|
case 169:
|
|
YY_RULE_SETUP
|
|
#line 291 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SHORTSIGHTED; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 170:
|
|
YY_RULE_SETUP
|
|
#line 292 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=MAZELEVEL; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 171:
|
|
YY_RULE_SETUP
|
|
#line 293 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=PREMAPPED; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 172:
|
|
YY_RULE_SETUP
|
|
#line 294 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SHROUD; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 173:
|
|
YY_RULE_SETUP
|
|
#line 295 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=GRAVEYARD; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 174:
|
|
YY_RULE_SETUP
|
|
#line 296 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ICEDPOOLS; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 175:
|
|
YY_RULE_SETUP
|
|
#line 297 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SOLIDIFY; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 176:
|
|
YY_RULE_SETUP
|
|
#line 298 "lev_comp.l"
|
|
{ char *p = strchr(yytext, 'd');
|
|
savetoken(yytext);
|
|
if (p) {
|
|
*p = '\0';
|
|
p++;
|
|
yylval.dice.num=atoi(yytext);
|
|
yylval.dice.die=atoi(p);
|
|
} else { yylval.dice.num = yylval.dice.die = 1; }
|
|
return DICE;
|
|
}
|
|
YY_BREAK
|
|
case 177:
|
|
YY_RULE_SETUP
|
|
#line 308 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = atoi(yytext + 1);
|
|
if (yylval.i < 0 || yylval.i > 100)
|
|
lc_error("Unexpected percentile '%li%%'", yylval.i);
|
|
return PERCENT; }
|
|
YY_BREAK
|
|
case 178:
|
|
YY_RULE_SETUP
|
|
#line 312 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=atoi(yytext); return MINUS_INTEGER; }
|
|
YY_BREAK
|
|
case 179:
|
|
YY_RULE_SETUP
|
|
#line 313 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=atoi(yytext); return PLUS_INTEGER; }
|
|
YY_BREAK
|
|
case 180:
|
|
YY_RULE_SETUP
|
|
#line 314 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = atoi(yytext);
|
|
if (yylval.i < 0 || yylval.i > 100)
|
|
lc_error("Unexpected percentile '%li%%'", yylval.i);
|
|
return SPERCENT; }
|
|
YY_BREAK
|
|
case 181:
|
|
YY_RULE_SETUP
|
|
#line 318 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=atoi(yytext); return INTEGER; }
|
|
YY_BREAK
|
|
case 182:
|
|
/* rule 182 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 319 "lev_comp.l"
|
|
{ savetoken(yytext);
|
|
yytext[yyleng-1] = 0; /* Discard the trailing \" */
|
|
yylval.map = (char *) alloc(strlen(yytext+1)+1);
|
|
Strcpy(yylval.map, yytext+1); /* Discard the first \" */
|
|
return STRING; }
|
|
YY_BREAK
|
|
case 183:
|
|
YY_RULE_SETUP
|
|
#line 324 "lev_comp.l"
|
|
{ savetoken(yytext); return handle_varstring_check(); }
|
|
YY_BREAK
|
|
case 184:
|
|
YY_RULE_SETUP
|
|
#line 325 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 185:
|
|
YY_RULE_SETUP
|
|
#line 326 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JNE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 186:
|
|
YY_RULE_SETUP
|
|
#line 327 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JNE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 187:
|
|
YY_RULE_SETUP
|
|
#line 328 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JLE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 188:
|
|
YY_RULE_SETUP
|
|
#line 329 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JGE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 189:
|
|
YY_RULE_SETUP
|
|
#line 330 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JL; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 190:
|
|
YY_RULE_SETUP
|
|
#line 331 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JG; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 191:
|
|
/* rule 191 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 332 "lev_comp.l"
|
|
{ newline(); }
|
|
YY_BREAK
|
|
case 192:
|
|
YY_RULE_SETUP
|
|
#line 333 "lev_comp.l"
|
|
{ advancepos(yytext); }
|
|
YY_BREAK
|
|
case 193:
|
|
YY_RULE_SETUP
|
|
#line 334 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = yytext[2]; return CHAR; }
|
|
YY_BREAK
|
|
case 194:
|
|
YY_RULE_SETUP
|
|
#line 335 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = yytext[1]; return CHAR; }
|
|
YY_BREAK
|
|
case 195:
|
|
YY_RULE_SETUP
|
|
#line 336 "lev_comp.l"
|
|
ST_RET(UNKNOWN_TYPE);
|
|
YY_BREAK
|
|
case 196:
|
|
YY_RULE_SETUP
|
|
#line 337 "lev_comp.l"
|
|
{ savetoken(yytext); return yytext[0]; }
|
|
YY_BREAK
|
|
case 197:
|
|
YY_RULE_SETUP
|
|
#line 338 "lev_comp.l"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 2512 "lex.yy.c"
|
|
case YY_STATE_EOF(INITIAL):
|
|
case YY_STATE_EOF(MAPC):
|
|
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 yyin at a new source and called
|
|
* yylex(). 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 = yyin;
|
|
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_c_buf_p);
|
|
goto yy_find_action;
|
|
}
|
|
}
|
|
|
|
else switch ( yy_get_next_buffer( ) )
|
|
{
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
|
|
|
if ( yywrap( ) )
|
|
{
|
|
/* Note: because we've taken care in
|
|
* yy_get_next_buffer() to have set up
|
|
* yytext, 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 user's declarations */
|
|
} /* end of yylex */
|
|
|
|
/* 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
|
|
{
|
|
yy_size_t 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_LVALUE;
|
|
|
|
int yy_c_buf_p_offset =
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
{
|
|
yy_size_t 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. */
|
|
yyrealloc((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), 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;
|
|
yyrestart(yyin );
|
|
}
|
|
|
|
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 *) yyrealloc((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);
|
|
yy_current_state += YY_AT_BOL();
|
|
|
|
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 >= 1049 )
|
|
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 >= 1049 )
|
|
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 == 1048);
|
|
|
|
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 yytext */
|
|
*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 yy_size_t 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 */
|
|
yy_size_t 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. */
|
|
yyrestart(yyin );
|
|
|
|
/*FALLTHROUGH*/
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
if ( yywrap( ) )
|
|
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 yytext */
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
|
|
|
|
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 yyrestart (FILE * input_file )
|
|
{
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
yyensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
}
|
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
yy_load_buffer_state( );
|
|
}
|
|
|
|
/** Switch to a different input buffer.
|
|
* @param new_buffer The new input buffer.
|
|
*
|
|
*/
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
* with
|
|
* yypop_buffer_state();
|
|
* yypush_buffer_state(new_buffer);
|
|
*/
|
|
yyensure_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;
|
|
yy_load_buffer_state( );
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
* to go ahead and always set it.
|
|
*/
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
|
|
static void yy_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;
|
|
yyin = 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 yy_create_buffer (FILE * file, int size )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_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 *) yyalloc(b->yy_buf_size + 2 );
|
|
if ( ! b->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
yy_init_buffer(b,file );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Destroy the buffer.
|
|
* @param b a buffer created with yy_create_buffer()
|
|
*
|
|
*/
|
|
void yy_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 )
|
|
yyfree((void *) b->yy_ch_buf );
|
|
|
|
yyfree((void *) b );
|
|
}
|
|
|
|
/* Initializes or reinitializes a buffer.
|
|
* This function is sometimes called more than once on the same buffer,
|
|
* such as during a yyrestart() or at EOF.
|
|
*/
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
|
|
|
{
|
|
int oerrno = errno;
|
|
|
|
yy_flush_buffer(b );
|
|
|
|
b->yy_input_file = file;
|
|
b->yy_fill_buffer = 1;
|
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
* called from yyrestart() 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 = file ? (isatty( fileno(file) ) > 0) : 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 yy_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 )
|
|
yy_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 yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
if (new_buffer == NULL)
|
|
return;
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
/* This block is copied from yy_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 yy_switch_to_buffer. */
|
|
yy_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 yypop_buffer_state (void)
|
|
{
|
|
if (!YY_CURRENT_BUFFER)
|
|
return;
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
if ((yy_buffer_stack_top) > 0)
|
|
--(yy_buffer_stack_top);
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
yy_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 yyensure_buffer_stack (void)
|
|
{
|
|
yy_size_t 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**)yyalloc
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_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**)yyrealloc
|
|
((yy_buffer_stack),
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_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 yy_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) yyalloc(sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_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;
|
|
|
|
yy_switch_to_buffer(b );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() 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
|
|
* yy_scan_bytes() instead.
|
|
*/
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
|
{
|
|
|
|
return yy_scan_bytes(yystr,strlen(yystr) );
|
|
}
|
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() 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 yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
char *buf;
|
|
yy_size_t n;
|
|
yy_size_t i;
|
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
|
n = _yybytes_len + 2;
|
|
buf = (char *) yyalloc(n );
|
|
if ( ! buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_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 = yy_scan_buffer(buf,n );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "bad buffer in yy_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;
|
|
}
|
|
|
|
#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 yytext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
yytext[yyleng] = (yy_hold_char); \
|
|
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
*(yy_c_buf_p) = '\0'; \
|
|
yyleng = yyless_macro_arg; \
|
|
} \
|
|
while ( 0 )
|
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
|
|
|
/** Get the current line number.
|
|
*
|
|
*/
|
|
int yyget_lineno (void)
|
|
{
|
|
|
|
return yylineno;
|
|
}
|
|
|
|
/** Get the input stream.
|
|
*
|
|
*/
|
|
FILE *yyget_in (void)
|
|
{
|
|
return yyin;
|
|
}
|
|
|
|
/** Get the output stream.
|
|
*
|
|
*/
|
|
FILE *yyget_out (void)
|
|
{
|
|
return yyout;
|
|
}
|
|
|
|
/** Get the length of the current token.
|
|
*
|
|
*/
|
|
yy_size_t yyget_leng (void)
|
|
{
|
|
return yyleng;
|
|
}
|
|
|
|
/** Get the current token.
|
|
*
|
|
*/
|
|
|
|
char *yyget_text (void)
|
|
{
|
|
return yytext;
|
|
}
|
|
|
|
/** Set the current line number.
|
|
* @param line_number
|
|
*
|
|
*/
|
|
void yyset_lineno (int line_number )
|
|
{
|
|
|
|
yylineno = line_number;
|
|
}
|
|
|
|
/** Set the input stream. This does not discard the current
|
|
* input buffer.
|
|
* @param in_str A readable stream.
|
|
*
|
|
* @see yy_switch_to_buffer
|
|
*/
|
|
void yyset_in (FILE * in_str )
|
|
{
|
|
yyin = in_str ;
|
|
}
|
|
|
|
void yyset_out (FILE * out_str )
|
|
{
|
|
yyout = out_str ;
|
|
}
|
|
|
|
int yyget_debug (void)
|
|
{
|
|
return yy_flex_debug;
|
|
}
|
|
|
|
void yyset_debug (int bdebug )
|
|
{
|
|
yy_flex_debug = bdebug ;
|
|
}
|
|
|
|
static int yy_init_globals (void)
|
|
{
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
* This function is called from yylex_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;
|
|
|
|
/* Defined in main.c */
|
|
#ifdef YY_STDINIT
|
|
yyin = stdin;
|
|
yyout = stdout;
|
|
#else
|
|
yyin = (FILE *) 0;
|
|
yyout = (FILE *) 0;
|
|
#endif
|
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
* yylex_init()
|
|
*/
|
|
return 0;
|
|
}
|
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
int yylex_destroy (void)
|
|
{
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
while(YY_CURRENT_BUFFER){
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
yypop_buffer_state();
|
|
}
|
|
|
|
/* Destroy the stack itself. */
|
|
yyfree((yy_buffer_stack) );
|
|
(yy_buffer_stack) = NULL;
|
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
* yylex() 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 *yyalloc (yy_size_t size )
|
|
{
|
|
return (void *) malloc( size );
|
|
}
|
|
|
|
void *yyrealloc (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 yyfree (void * ptr )
|
|
{
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
|
}
|
|
|
|
#define YYTABLES_NAME "yytables"
|
|
|
|
#line 337 "lev_comp.l"
|
|
|
|
|
|
#ifdef AMIGA
|
|
long *alloc(n)
|
|
unsigned n;
|
|
{
|
|
return ((long *)malloc (n));
|
|
}
|
|
#endif
|
|
|
|
/* routine to switch to another input file; needed for flex */
|
|
void init_yyin( input_f )
|
|
FILE *input_f;
|
|
{
|
|
#if defined(FLEX_SCANNER) || defined(FLEXHACK_SCANNER)
|
|
if (yyin)
|
|
yyrestart(input_f);
|
|
else
|
|
#endif
|
|
yyin = input_f;
|
|
if (!orig_yyin) orig_yyin = yyin;
|
|
}
|
|
/* analogous routine (for completeness) */
|
|
void init_yyout( output_f )
|
|
FILE *output_f;
|
|
{
|
|
yyout = output_f;
|
|
}
|
|
|
|
long
|
|
handle_varstring_check()
|
|
{
|
|
struct lc_vardefs *vd;
|
|
yylval.map = (char *) alloc(strlen(yytext)+1);
|
|
Strcpy(yylval.map, yytext);
|
|
if ((vd = vardef_defined(variable_definitions, yytext, 1))) {
|
|
long l = vd->var_type;
|
|
long a = ((l & SPOVAR_ARRAY) == SPOVAR_ARRAY);
|
|
l = (l & ~SPOVAR_ARRAY);
|
|
if (l == SPOVAR_INT) return (a ? VARSTRING_INT_ARRAY : VARSTRING_INT);
|
|
if (l == SPOVAR_STRING) return (a ? VARSTRING_STRING_ARRAY : VARSTRING_STRING);
|
|
if (l == SPOVAR_VARIABLE) return (a ? VARSTRING_VAR_ARRAY : VARSTRING_VAR);
|
|
if (l == SPOVAR_COORD) return (a ? VARSTRING_COORD_ARRAY : VARSTRING_COORD);
|
|
if (l == SPOVAR_REGION) return (a ? VARSTRING_REGION_ARRAY : VARSTRING_REGION);
|
|
if (l == SPOVAR_MAPCHAR) return (a ? VARSTRING_MAPCHAR_ARRAY : VARSTRING_MAPCHAR);
|
|
if (l == SPOVAR_MONST) return (a ? VARSTRING_MONST_ARRAY : VARSTRING_MONST);
|
|
if (l == SPOVAR_OBJ) return (a ? VARSTRING_OBJ_ARRAY : VARSTRING_OBJ);
|
|
if (l == SPOVAR_SEL) return (a ? VARSTRING_SEL_ARRAY : VARSTRING_SEL);
|
|
}
|
|
return VARSTRING;
|
|
}
|
|
|
|
|
|
void
|
|
newline()
|
|
{
|
|
nh_line_number++;
|
|
token_start_pos = 0;
|
|
memset(curr_token, 0, 512);
|
|
}
|
|
|
|
void
|
|
savetoken(s)
|
|
char *s;
|
|
{
|
|
sprintf(curr_token, "%s", s);
|
|
advancepos(s);
|
|
}
|
|
|
|
void
|
|
advancepos(s)
|
|
char *s;
|
|
{
|
|
token_start_pos += strlen(s);
|
|
}
|
|
|
|
/*lev_comp.l*/
|
|
|