3580 lines
104 KiB
C
3580 lines
104 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 198
|
|
#define YY_END_OF_BUFFER 199
|
|
/* 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[1038] =
|
|
{ 0,
|
|
0, 0, 0, 0, 199, 197, 193, 192, 197, 197,
|
|
197, 197, 197, 197, 196, 182, 190, 197, 191, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 197, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
193, 197, 196, 2, 197, 193, 197, 197, 196, 182,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 193, 197, 193, 192, 186, 0, 183, 184,
|
|
0, 0, 180, 196, 179, 181, 182, 196, 188, 187,
|
|
|
|
185, 189, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 39, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
55, 196, 196, 0, 0, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 153, 196, 196, 193, 0, 0, 3, 196,
|
|
2, 2, 0, 193, 0, 180, 196, 179, 182, 196,
|
|
196, 196, 196, 39, 196, 196, 196, 196, 196, 196,
|
|
193, 0, 2, 0, 0, 195, 0, 195, 177, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 54, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 0, 196, 103, 196, 83,
|
|
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 79, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 81,
|
|
196, 196, 196, 196, 138, 196, 196, 196, 196, 127,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 16, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 125, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
|
|
80, 196, 196, 196, 196, 196, 196, 196, 196, 194,
|
|
196, 196, 196, 58, 196, 196, 196, 22, 196, 40,
|
|
196, 41, 196, 196, 196, 196, 49, 196, 196, 196,
|
|
196, 56, 6, 196, 196, 196, 53, 196, 196, 196,
|
|
36, 196, 196, 196, 196, 42, 196, 35, 196, 196,
|
|
196, 196, 196, 21, 196, 0, 178, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 159,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
154, 157, 113, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 69, 196, 196, 196, 196,
|
|
|
|
196, 196, 196, 196, 120, 196, 196, 67, 196, 196,
|
|
196, 196, 160, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 118, 196, 196, 196, 106, 196, 196, 196,
|
|
196, 196, 196, 196, 65, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 156, 196, 196, 196, 196, 196, 115,
|
|
15, 0, 196, 196, 196, 196, 196, 28, 196, 59,
|
|
196, 196, 196, 196, 196, 13, 196, 196, 196, 50,
|
|
196, 196, 7, 196, 196, 196, 196, 5, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 30, 196, 196,
|
|
|
|
196, 196, 196, 119, 152, 196, 196, 196, 146, 196,
|
|
196, 161, 196, 196, 196, 196, 196, 140, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 155, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 11, 196, 196, 196, 196, 196,
|
|
196, 196, 112, 196, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 124, 196, 12, 196, 196,
|
|
196, 196, 196, 196, 196, 82, 114, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 128, 196, 196, 196, 196,
|
|
|
|
33, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
29, 196, 196, 196, 196, 196, 196, 17, 31, 196,
|
|
27, 196, 196, 196, 196, 57, 196, 196, 196, 196,
|
|
145, 96, 196, 196, 126, 110, 86, 196, 122, 72,
|
|
107, 196, 196, 196, 196, 164, 196, 196, 87, 196,
|
|
93, 129, 196, 74, 196, 196, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 134, 196, 196,
|
|
108, 196, 196, 196, 196, 196, 196, 196, 196, 196,
|
|
109, 167, 196, 196, 16, 196, 196, 196, 196, 77,
|
|
196, 116, 196, 196, 196, 196, 196, 111, 196, 196,
|
|
|
|
196, 151, 172, 196, 196, 78, 196, 196, 196, 196,
|
|
196, 196, 196, 196, 1, 57, 196, 196, 196, 60,
|
|
196, 196, 196, 196, 196, 196, 196, 4, 196, 19,
|
|
196, 196, 196, 196, 196, 62, 43, 196, 46, 26,
|
|
196, 162, 98, 196, 196, 196, 196, 196, 73, 158,
|
|
196, 196, 97, 196, 196, 196, 92, 196, 196, 196,
|
|
196, 144, 196, 196, 196, 196, 135, 196, 196, 196,
|
|
196, 196, 20, 63, 139, 137, 196, 196, 196, 196,
|
|
196, 196, 196, 117, 196, 131, 95, 196, 150, 196,
|
|
196, 196, 196, 196, 100, 47, 89, 196, 196, 196,
|
|
|
|
196, 196, 196, 45, 196, 196, 34, 61, 14, 8,
|
|
25, 196, 196, 196, 196, 196, 23, 196, 168, 196,
|
|
196, 196, 101, 176, 196, 66, 196, 75, 196, 196,
|
|
196, 196, 196, 196, 196, 196, 196, 196, 196, 149,
|
|
9, 196, 196, 196, 196, 143, 196, 85, 68, 196,
|
|
71, 196, 196, 196, 196, 175, 163, 130, 133, 196,
|
|
105, 18, 196, 51, 196, 196, 196, 196, 196, 196,
|
|
94, 141, 196, 196, 70, 173, 121, 196, 166, 196,
|
|
174, 91, 132, 84, 147, 148, 170, 196, 196, 99,
|
|
171, 90, 196, 64, 196, 10, 136, 24, 52, 196,
|
|
|
|
196, 196, 196, 196, 76, 88, 123, 104, 196, 165,
|
|
102, 196, 196, 196, 196, 196, 196, 196, 196, 37,
|
|
38, 196, 196, 196, 142, 169, 196, 196, 196, 196,
|
|
196, 196, 196, 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,
|
|
6, 6, 6, 5, 6, 6, 5, 5, 6, 6,
|
|
5, 6, 6, 6, 1, 2, 1, 6, 6, 6,
|
|
6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
|
|
6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
|
|
6, 5, 6, 6
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_base[1045] =
|
|
{ 0,
|
|
0, 73, 102, 77, 1235, 1236, 75, 1236, 1231, 1216,
|
|
1225, 0, 1185, 1215, 1214, 78, 66, 1211, 1210, 1196,
|
|
1189, 57, 63, 59, 64, 101, 0, 63, 79, 119,
|
|
94, 1204, 1190, 122, 123, 121, 1203, 104, 105, 100,
|
|
124, 90, 129, 137, 1155, 84, 117, 1157, 139, 150,
|
|
151, 151, 156, 1150, 163, 168, 166, 56, 1165, 1164,
|
|
232, 1213, 216, 1236, 1212, 242, 248, 251, 264, 196,
|
|
155, 167, 208, 228, 241, 1199, 249, 242, 195, 277,
|
|
284, 223, 319, 334, 257, 1236, 1236, 1206, 1236, 0,
|
|
1201, 1200, 1195, 0, 1194, 1236, 298, 1193, 1236, 1236,
|
|
|
|
1236, 1236, 1169, 263, 1169, 264, 1181, 1171, 1184, 1165,
|
|
1176, 1173, 1180, 270, 1166, 1164, 1166, 1176, 0, 1167,
|
|
1171, 1152, 1158, 1146, 1152, 1156, 1155, 1155, 280, 1157,
|
|
292, 1152, 301, 1150, 1143, 1149, 1161, 1159, 1151, 259,
|
|
0, 1158, 1146, 203, 304, 272, 1102, 1124, 1113, 1119,
|
|
1122, 288, 1102, 1106, 1102, 1105, 1104, 1116, 1098, 1100,
|
|
308, 1096, 1090, 1087, 1092, 1091, 1097, 1101, 1092, 1094,
|
|
1092, 1092, 234, 281, 296, 299, 1098, 1080, 1083, 1091,
|
|
1076, 81, 315, 1095, 324, 26, 1083, 1082, 1082, 1073,
|
|
330, 1083, 1087, 1073, 1089, 1084, 1087, 281, 333, 1080,
|
|
|
|
1082, 1078, 1070, 342, 323, 321, 1062, 1061, 1063, 1064,
|
|
345, 350, 0, 1061, 332, 407, 1123, 1122, 1236, 363,
|
|
1236, 1236, 1121, 411, 415, 416, 1108, 0, 412, 390,
|
|
396, 404, 415, 1107, 337, 410, 420, 417, 423, 424,
|
|
0, 0, 1236, 1118, 0, 1236, 1109, 1108, 1103, 1098,
|
|
1084, 1096, 1091, 1075, 1076, 1092, 1074, 1068, 1085, 1071,
|
|
1068, 1080, 0, 1072, 1082, 1071, 1079, 1060, 1061, 1076,
|
|
1074, 1062, 1072, 1057, 1070, 1055, 1068, 1071, 1041, 1065,
|
|
1057, 1048, 1063, 1057, 1053, 1051, 1057, 1051, 1052, 1042,
|
|
1039, 1053, 1039, 1040, 1043, 326, 1017, 0, 1022, 0,
|
|
|
|
1007, 1016, 1006, 1008, 999, 1003, 1001, 995, 1003, 380,
|
|
1010, 992, 996, 1007, 990, 996, 991, 1000, 987, 985,
|
|
989, 0, 982, 981, 991, 981, 994, 978, 995, 380,
|
|
990, 979, 389, 992, 969, 985, 986, 980, 968, 0,
|
|
983, 977, 980, 970, 0, 963, 964, 972, 975, 0,
|
|
968, 973, 962, 974, 964, 969, 968, 376, 967, 951,
|
|
958, 954, 955, 394, 947, 961, 960, 950, 962, 959,
|
|
948, 946, 950, 954, 390, 936, 947, 947, 951, 932,
|
|
949, 933, 936, 944, 930, 394, 938, 926, 944, 930,
|
|
925, 0, 926, 936, 919, 930, 923, 928, 916, 915,
|
|
|
|
0, 452, 446, 445, 951, 438, 447, 451, 452, 1236,
|
|
945, 959, 950, 0, 959, 950, 937, 0, 955, 0,
|
|
955, 0, 936, 934, 933, 947, 0, 946, 920, 944,
|
|
936, 0, 924, 945, 927, 924, 0, 927, 447, 939,
|
|
0, 940, 925, 924, 937, 933, 930, 0, 917, 919,
|
|
930, 916, 930, 0, 921, 465, 1236, 885, 880, 879,
|
|
891, 888, 889, 874, 888, 887, 875, 884, 883, 0,
|
|
882, 881, 866, 872, 878, 873, 869, 859, 866, 873,
|
|
0, 0, 0, 861, 875, 870, 869, 861, 418, 867,
|
|
862, 866, 860, 863, 848, 0, 901, 859, 838, 854,
|
|
|
|
846, 842, 853, 854, 0, 853, 837, 0, 851, 854,
|
|
840, 843, 0, 417, 833, 831, 825, 831, 839, 832,
|
|
845, 830, 0, 836, 831, 839, 0, 829, 835, 838,
|
|
818, 836, 413, 835, 0, 823, 812, 813, 817, 826,
|
|
810, 824, 828, 824, 806, 811, 803, 819, 814, 803,
|
|
806, 818, 802, 0, 799, 804, 806, 417, 805, 0,
|
|
1236, 858, 460, 841, 464, 465, 468, 0, 833, 0,
|
|
831, 835, 826, 819, 814, 0, 834, 825, 813, 0,
|
|
819, 813, 0, 829, 822, 827, 822, 0, 817, 824,
|
|
804, 811, 809, 807, 817, 804, 806, 0, 802, 808,
|
|
|
|
800, 805, 807, 0, 0, 777, 765, 775, 0, 774,
|
|
773, 0, 764, 762, 771, 762, 755, 0, 767, 767,
|
|
763, 764, 749, 766, 762, 746, 742, 435, 0, 758,
|
|
758, 756, 742, 745, 752, 752, 731, 750, 428, 742,
|
|
738, 740, 736, 741, 728, 744, 740, 741, 741, 724,
|
|
724, 737, 723, 735, 0, 734, 722, 736, 729, 717,
|
|
718, 732, 0, 727, 711, 705, 723, 712, 718, 714,
|
|
716, 711, 705, 721, 716, 0, 705, 0, 698, 698,
|
|
697, 696, 696, 709, 709, 436, 0, 707, 706, 701,
|
|
704, 689, 695, 692, 696, 0, 701, 717, 476, 477,
|
|
|
|
0, 718, 716, 710, 720, 719, 718, 711, 707, 723,
|
|
0, 711, 717, 709, 699, 691, 74, 0, 0, 110,
|
|
0, 207, 230, 474, 467, 0, 467, 472, 462, 457,
|
|
0, 0, 455, 456, 0, 0, 0, 449, 0, 0,
|
|
0, 448, 450, 460, 440, 0, 462, 463, 0, 451,
|
|
0, 0, 467, 0, 464, 463, 459, 473, 471, 471,
|
|
468, 463, 465, 475, 466, 480, 471, 0, 475, 481,
|
|
0, 465, 467, 485, 480, 468, 473, 487, 481, 480,
|
|
0, 0, 483, 480, 0, 471, 477, 483, 480, 0,
|
|
487, 505, 496, 486, 501, 488, 494, 0, 490, 500,
|
|
|
|
501, 0, 0, 502, 506, 0, 509, 500, 511, 511,
|
|
512, 513, 499, 519, 0, 554, 555, 548, 536, 0,
|
|
551, 542, 543, 544, 534, 544, 550, 0, 553, 0,
|
|
556, 545, 562, 536, 549, 0, 0, 548, 0, 0,
|
|
527, 0, 0, 535, 536, 537, 539, 539, 0, 0,
|
|
530, 526, 0, 535, 528, 531, 0, 545, 545, 538,
|
|
534, 0, 543, 544, 556, 543, 0, 541, 555, 541,
|
|
558, 558, 0, 0, 0, 0, 555, 550, 561, 555,
|
|
563, 544, 565, 1236, 566, 0, 0, 568, 0, 572,
|
|
559, 568, 564, 552, 0, 0, 0, 574, 575, 576,
|
|
|
|
576, 570, 595, 0, 607, 608, 0, 0, 0, 0,
|
|
0, 590, 616, 595, 604, 600, 0, 591, 0, 588,
|
|
589, 580, 0, 0, 580, 0, 584, 0, 593, 578,
|
|
591, 582, 600, 583, 598, 586, 591, 601, 589, 0,
|
|
0, 596, 602, 592, 607, 0, 608, 0, 0, 609,
|
|
0, 598, 601, 608, 605, 0, 0, 0, 0, 614,
|
|
0, 0, 644, 0, 645, 649, 651, 635, 649, 637,
|
|
0, 0, 606, 621, 0, 0, 0, 608, 0, 617,
|
|
0, 0, 0, 0, 0, 0, 0, 616, 611, 0,
|
|
0, 0, 613, 0, 613, 0, 0, 0, 0, 652,
|
|
|
|
653, 648, 649, 663, 0, 0, 0, 0, 634, 0,
|
|
0, 635, 666, 660, 664, 656, 668, 642, 643, 0,
|
|
0, 674, 678, 671, 0, 0, 666, 673, 668, 666,
|
|
671, 672, 668, 0, 0, 0, 1236, 705, 707, 713,
|
|
716, 722, 727, 732
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_def[1045] =
|
|
{ 0,
|
|
1037, 1, 1, 3, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1038, 1039, 1040, 1037, 1041, 1041, 1037, 1037, 1037, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1037, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1037, 1042, 1041, 1037, 1037, 1043, 1043, 1043, 1041, 69,
|
|
69, 69, 69, 1041, 69, 69, 69, 69, 69, 69,
|
|
69, 69, 1043, 1042, 1037, 1037, 1037, 1038, 1037, 1039,
|
|
1037, 1044, 1037, 1041, 1041, 1037, 1041, 1041, 1037, 1037,
|
|
|
|
1037, 1037, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1037, 1037, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1037, 1042, 1042, 1037, 1041,
|
|
1037, 1037, 1037, 83, 83, 83, 69, 69, 69, 69,
|
|
69, 1041, 69, 69, 69, 69, 69, 69, 69, 69,
|
|
83, 84, 1037, 1042, 84, 1037, 1037, 1037, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1037, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 69, 69, 1041, 69, 69, 69, 69, 1037,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1037, 1037, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1037, 1037, 69, 1041, 69, 69, 69, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 69, 69,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 69, 69, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1037, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
|
|
1041, 1041, 1041, 1041, 1041, 1041, 0, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_nxt[1311] =
|
|
{ 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, 105, 85, 61, 61, 85,
|
|
62, 83, 99, 100, 84, 107, 119, 96, 110, 106,
|
|
111, 355, 97, 113, 120, 108, 114, 121, 109, 356,
|
|
|
|
112, 122, 115, 63, 64, 65, 66, 63, 144, 67,
|
|
832, 123, 128, 68, 69, 67, 70, 212, 145, 213,
|
|
71, 72, 73, 116, 74, 75, 129, 76, 77, 98,
|
|
76, 78, 175, 117, 346, 79, 118, 124, 80, 81,
|
|
132, 125, 82, 140, 133, 126, 176, 67, 135, 136,
|
|
347, 127, 163, 141, 134, 164, 142, 833, 165, 152,
|
|
137, 138, 153, 139, 146, 154, 147, 177, 155, 227,
|
|
148, 149, 156, 76, 150, 151, 157, 166, 178, 158,
|
|
159, 227, 179, 160, 230, 170, 161, 181, 167, 171,
|
|
168, 182, 162, 172, 169, 183, 173, 185, 186, 189,
|
|
|
|
192, 184, 104, 190, 194, 96, 187, 144, 195, 227,
|
|
229, 198, 188, 191, 193, 199, 203, 145, 209, 200,
|
|
204, 196, 227, 205, 201, 202, 231, 131, 210, 834,
|
|
206, 211, 207, 216, 220, 208, 216, 227, 125, 217,
|
|
106, 240, 126, 85, 222, 223, 224, 98, 127, 1037,
|
|
222, 223, 1037, 222, 223, 227, 227, 110, 85, 232,
|
|
235, 85, 835, 227, 122, 226, 222, 223, 225, 112,
|
|
233, 225, 234, 114, 123, 225, 227, 225, 228, 115,
|
|
120, 251, 227, 227, 227, 252, 331, 227, 292, 227,
|
|
227, 227, 227, 227, 293, 254, 332, 227, 227, 255,
|
|
|
|
227, 227, 236, 237, 227, 263, 140, 96, 264, 225,
|
|
278, 279, 97, 296, 238, 138, 141, 239, 145, 142,
|
|
216, 222, 223, 241, 281, 284, 242, 282, 297, 333,
|
|
456, 298, 373, 334, 285, 227, 243, 244, 245, 299,
|
|
305, 245, 374, 335, 306, 245, 245, 245, 245, 98,
|
|
307, 227, 245, 245, 245, 336, 316, 245, 270, 245,
|
|
245, 337, 245, 245, 338, 339, 340, 245, 317, 318,
|
|
245, 245, 457, 319, 245, 348, 349, 352, 361, 245,
|
|
387, 362, 350, 375, 353, 385, 354, 376, 386, 388,
|
|
363, 364, 382, 393, 383, 365, 402, 366, 400, 401,
|
|
|
|
395, 384, 377, 396, 227, 245, 273, 397, 216, 398,
|
|
227, 216, 85, 394, 217, 224, 1037, 1037, 225, 225,
|
|
225, 96, 225, 225, 227, 405, 229, 403, 260, 227,
|
|
226, 227, 404, 406, 227, 407, 469, 227, 227, 489,
|
|
493, 470, 516, 517, 522, 534, 523, 490, 287, 408,
|
|
546, 288, 227, 409, 561, 562, 547, 535, 494, 227,
|
|
227, 227, 423, 98, 563, 227, 227, 414, 589, 456,
|
|
631, 653, 671, 565, 227, 672, 654, 695, 227, 227,
|
|
590, 567, 227, 632, 696, 699, 749, 760, 566, 804,
|
|
227, 227, 805, 761, 700, 568, 836, 837, 750, 598,
|
|
|
|
817, 816, 838, 839, 840, 841, 842, 843, 844, 845,
|
|
846, 457, 847, 848, 849, 850, 851, 852, 853, 854,
|
|
855, 856, 857, 858, 859, 860, 861, 862, 863, 864,
|
|
865, 866, 867, 868, 869, 870, 871, 872, 873, 874,
|
|
875, 876, 877, 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, 227, 227,
|
|
903, 904, 905, 906, 907, 908, 909, 910, 911, 912,
|
|
913, 914, 915, 916, 917, 918, 919, 920, 921, 922,
|
|
923, 924, 925, 926, 927, 928, 929, 840, 930, 931,
|
|
|
|
932, 933, 934, 935, 936, 937, 938, 939, 940, 941,
|
|
942, 943, 944, 945, 946, 947, 948, 949, 950, 951,
|
|
952, 953, 954, 955, 956, 957, 958, 959, 960, 961,
|
|
962, 963, 964, 965, 966, 967, 968, 969, 970, 971,
|
|
972, 973, 974, 975, 976, 977, 978, 979, 980, 981,
|
|
982, 983, 984, 985, 986, 987, 988, 989, 990, 991,
|
|
992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001,
|
|
1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011,
|
|
1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021,
|
|
1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031,
|
|
|
|
1032, 1033, 1034, 1035, 1036, 88, 88, 88, 88, 88,
|
|
88, 90, 90, 91, 91, 831, 91, 91, 91, 94,
|
|
94, 94, 218, 218, 218, 218, 218, 218, 225, 225,
|
|
225, 225, 247, 247, 830, 247, 247, 247, 829, 828,
|
|
827, 826, 825, 824, 823, 822, 821, 820, 819, 818,
|
|
815, 814, 813, 812, 811, 810, 809, 808, 807, 806,
|
|
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, 772, 771, 770, 769, 768, 767, 766, 765, 764,
|
|
|
|
763, 762, 759, 758, 757, 756, 755, 754, 753, 752,
|
|
751, 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, 712, 711, 710,
|
|
709, 708, 707, 706, 705, 704, 703, 702, 701, 698,
|
|
561, 697, 694, 693, 692, 691, 690, 689, 688, 687,
|
|
686, 685, 684, 683, 682, 681, 680, 679, 678, 677,
|
|
676, 675, 674, 673, 670, 669, 668, 667, 666, 665,
|
|
664, 663, 662, 661, 660, 659, 658, 657, 656, 655,
|
|
|
|
652, 651, 650, 649, 648, 647, 646, 645, 644, 643,
|
|
642, 641, 640, 639, 638, 637, 636, 635, 634, 633,
|
|
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, 602, 601,
|
|
600, 599, 598, 597, 596, 595, 594, 593, 592, 591,
|
|
588, 587, 586, 585, 584, 583, 582, 581, 580, 579,
|
|
578, 577, 576, 575, 574, 573, 572, 571, 570, 569,
|
|
568, 564, 560, 559, 558, 557, 556, 555, 554, 553,
|
|
552, 551, 550, 549, 548, 545, 544, 543, 542, 541,
|
|
|
|
540, 539, 538, 537, 536, 533, 532, 531, 530, 529,
|
|
528, 527, 526, 525, 524, 521, 520, 519, 518, 437,
|
|
515, 514, 513, 512, 511, 510, 509, 508, 507, 506,
|
|
505, 504, 503, 502, 501, 500, 499, 498, 497, 496,
|
|
495, 492, 491, 488, 487, 486, 485, 484, 483, 482,
|
|
481, 480, 479, 478, 477, 476, 475, 474, 473, 472,
|
|
471, 468, 467, 466, 465, 464, 463, 462, 461, 460,
|
|
459, 458, 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, 420, 419, 418,
|
|
417, 416, 415, 414, 413, 412, 411, 249, 410, 410,
|
|
243, 227, 227, 222, 219, 219, 399, 392, 391, 390,
|
|
389, 381, 380, 379, 378, 372, 371, 370, 369, 368,
|
|
367, 360, 359, 358, 357, 351, 345, 344, 343, 342,
|
|
341, 330, 329, 328, 327, 326, 325, 324, 323, 322,
|
|
321, 320, 315, 314, 313, 312, 311, 310, 309, 308,
|
|
304, 303, 302, 301, 300, 295, 294, 291, 290, 289,
|
|
288, 287, 286, 283, 280, 277, 276, 275, 274, 273,
|
|
272, 271, 270, 269, 268, 267, 266, 265, 262, 261,
|
|
|
|
260, 259, 258, 257, 256, 253, 250, 249, 95, 93,
|
|
248, 246, 89, 227, 221, 219, 215, 214, 197, 180,
|
|
174, 143, 131, 130, 104, 103, 102, 101, 95, 93,
|
|
92, 89, 87, 86, 1037, 5, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_chk[1311] =
|
|
{ 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, 186, 16, 25, 28, 23, 25, 29, 23, 186,
|
|
|
|
24, 29, 25, 2, 3, 3, 3, 4, 38, 3,
|
|
717, 29, 31, 3, 3, 3, 3, 58, 38, 58,
|
|
3, 3, 3, 26, 3, 3, 31, 3, 3, 16,
|
|
3, 3, 46, 26, 182, 3, 26, 30, 3, 3,
|
|
34, 30, 3, 36, 34, 30, 46, 3, 35, 35,
|
|
182, 30, 42, 36, 34, 42, 36, 720, 42, 40,
|
|
35, 35, 40, 35, 39, 40, 39, 47, 40, 71,
|
|
39, 39, 41, 3, 39, 39, 41, 43, 47, 41,
|
|
41, 72, 47, 41, 71, 44, 41, 49, 43, 44,
|
|
43, 49, 41, 44, 43, 49, 44, 50, 50, 51,
|
|
|
|
52, 49, 72, 51, 53, 70, 50, 144, 53, 79,
|
|
70, 55, 50, 51, 52, 55, 56, 144, 57, 55,
|
|
56, 53, 73, 56, 55, 55, 73, 79, 57, 722,
|
|
56, 57, 56, 61, 63, 56, 61, 82, 63, 61,
|
|
73, 82, 63, 66, 66, 66, 66, 70, 63, 67,
|
|
67, 67, 68, 68, 68, 75, 78, 74, 85, 74,
|
|
78, 85, 723, 77, 78, 68, 69, 69, 69, 74,
|
|
75, 69, 77, 75, 78, 69, 69, 69, 69, 75,
|
|
77, 104, 69, 69, 69, 104, 173, 69, 140, 69,
|
|
69, 80, 69, 69, 140, 106, 173, 69, 81, 106,
|
|
|
|
69, 69, 80, 80, 69, 114, 81, 97, 114, 69,
|
|
129, 129, 97, 145, 80, 80, 81, 80, 145, 81,
|
|
83, 83, 83, 83, 131, 133, 83, 131, 146, 174,
|
|
296, 146, 198, 174, 133, 69, 84, 84, 84, 146,
|
|
152, 84, 198, 174, 152, 84, 84, 84, 84, 97,
|
|
152, 235, 84, 84, 84, 175, 161, 84, 235, 84,
|
|
84, 175, 84, 84, 176, 176, 176, 84, 161, 161,
|
|
84, 84, 296, 161, 84, 183, 183, 185, 191, 84,
|
|
206, 191, 183, 199, 185, 205, 185, 199, 205, 206,
|
|
191, 191, 204, 211, 204, 191, 220, 191, 215, 215,
|
|
|
|
212, 204, 199, 212, 230, 84, 220, 212, 216, 212,
|
|
231, 216, 224, 211, 216, 224, 225, 226, 224, 225,
|
|
226, 229, 225, 226, 236, 232, 229, 230, 232, 233,
|
|
226, 238, 231, 233, 237, 238, 310, 239, 240, 330,
|
|
333, 310, 358, 358, 364, 375, 364, 330, 236, 239,
|
|
386, 237, 406, 240, 402, 402, 386, 375, 333, 404,
|
|
403, 407, 406, 229, 403, 408, 409, 404, 439, 456,
|
|
489, 514, 533, 407, 563, 533, 514, 558, 565, 566,
|
|
439, 409, 567, 489, 558, 566, 628, 639, 408, 686,
|
|
699, 700, 686, 639, 567, 563, 724, 725, 628, 565,
|
|
|
|
700, 699, 727, 728, 729, 730, 733, 734, 738, 742,
|
|
743, 456, 744, 745, 747, 748, 750, 753, 755, 756,
|
|
757, 758, 759, 760, 761, 762, 763, 764, 765, 766,
|
|
767, 769, 770, 772, 773, 774, 775, 776, 777, 778,
|
|
779, 780, 783, 784, 786, 787, 788, 789, 791, 792,
|
|
793, 794, 795, 796, 797, 799, 800, 801, 804, 805,
|
|
807, 808, 809, 810, 811, 812, 813, 814, 816, 817,
|
|
818, 819, 821, 822, 823, 824, 825, 826, 827, 829,
|
|
831, 832, 833, 834, 835, 838, 841, 844, 845, 846,
|
|
847, 848, 851, 852, 854, 855, 856, 817, 858, 859,
|
|
|
|
860, 861, 863, 864, 865, 866, 868, 869, 870, 871,
|
|
872, 877, 878, 879, 880, 881, 882, 883, 885, 888,
|
|
890, 891, 892, 893, 894, 898, 899, 900, 901, 902,
|
|
903, 905, 906, 912, 913, 914, 915, 916, 918, 920,
|
|
921, 922, 925, 927, 929, 930, 931, 932, 933, 934,
|
|
935, 936, 937, 938, 939, 942, 943, 944, 945, 947,
|
|
950, 952, 953, 954, 955, 960, 963, 965, 966, 967,
|
|
968, 969, 970, 973, 974, 978, 980, 988, 989, 993,
|
|
995, 1000, 1001, 1002, 1003, 1004, 1009, 1012, 1013, 1014,
|
|
1015, 1016, 1017, 1018, 1019, 1022, 1023, 1024, 1027, 1028,
|
|
|
|
1029, 1030, 1031, 1032, 1033, 1038, 1038, 1038, 1038, 1038,
|
|
1038, 1039, 1039, 1040, 1040, 716, 1040, 1040, 1040, 1041,
|
|
1041, 1041, 1042, 1042, 1042, 1042, 1042, 1042, 1043, 1043,
|
|
1043, 1043, 1044, 1044, 715, 1044, 1044, 1044, 714, 713,
|
|
712, 710, 709, 708, 707, 706, 705, 704, 703, 702,
|
|
698, 697, 695, 694, 693, 692, 691, 690, 689, 688,
|
|
685, 684, 683, 682, 681, 680, 679, 677, 675, 674,
|
|
673, 672, 671, 670, 669, 668, 667, 666, 665, 664,
|
|
662, 661, 660, 659, 658, 657, 656, 654, 653, 652,
|
|
651, 650, 649, 648, 647, 646, 645, 644, 643, 642,
|
|
|
|
641, 640, 638, 637, 636, 635, 634, 633, 632, 631,
|
|
630, 627, 626, 625, 624, 623, 622, 621, 620, 619,
|
|
617, 616, 615, 614, 613, 611, 610, 608, 607, 606,
|
|
603, 602, 601, 600, 599, 597, 596, 595, 594, 593,
|
|
592, 591, 590, 589, 587, 586, 585, 584, 582, 581,
|
|
579, 578, 577, 575, 574, 573, 572, 571, 569, 564,
|
|
562, 559, 557, 556, 555, 553, 552, 551, 550, 549,
|
|
548, 547, 546, 545, 544, 543, 542, 541, 540, 539,
|
|
538, 537, 536, 534, 532, 531, 530, 529, 528, 526,
|
|
525, 524, 522, 521, 520, 519, 518, 517, 516, 515,
|
|
|
|
512, 511, 510, 509, 507, 506, 504, 503, 502, 501,
|
|
500, 499, 498, 497, 495, 494, 493, 492, 491, 490,
|
|
488, 487, 486, 485, 484, 480, 479, 478, 477, 476,
|
|
475, 474, 473, 472, 471, 469, 468, 467, 466, 465,
|
|
464, 463, 462, 461, 460, 459, 458, 455, 453, 452,
|
|
451, 450, 449, 447, 446, 445, 444, 443, 442, 440,
|
|
438, 436, 435, 434, 433, 431, 430, 429, 428, 426,
|
|
425, 424, 423, 421, 419, 417, 416, 415, 413, 412,
|
|
411, 405, 400, 399, 398, 397, 396, 395, 394, 393,
|
|
391, 390, 389, 388, 387, 385, 384, 383, 382, 381,
|
|
|
|
380, 379, 378, 377, 376, 374, 373, 372, 371, 370,
|
|
369, 368, 367, 366, 365, 363, 362, 361, 360, 359,
|
|
357, 356, 355, 354, 353, 352, 351, 349, 348, 347,
|
|
346, 344, 343, 342, 341, 339, 338, 337, 336, 335,
|
|
334, 332, 331, 329, 328, 327, 326, 325, 324, 323,
|
|
321, 320, 319, 318, 317, 316, 315, 314, 313, 312,
|
|
311, 309, 308, 307, 306, 305, 304, 303, 302, 301,
|
|
299, 297, 295, 294, 293, 292, 291, 290, 289, 288,
|
|
287, 286, 285, 284, 283, 282, 281, 280, 279, 278,
|
|
277, 276, 275, 274, 273, 272, 271, 270, 269, 268,
|
|
|
|
267, 266, 265, 264, 262, 261, 260, 259, 258, 257,
|
|
256, 255, 254, 253, 252, 251, 250, 249, 248, 247,
|
|
244, 234, 227, 223, 218, 217, 214, 210, 209, 208,
|
|
207, 203, 202, 201, 200, 197, 196, 195, 194, 193,
|
|
192, 190, 189, 188, 187, 184, 181, 180, 179, 178,
|
|
177, 172, 171, 170, 169, 168, 167, 166, 165, 164,
|
|
163, 162, 160, 159, 158, 157, 156, 155, 154, 153,
|
|
151, 150, 149, 148, 147, 143, 142, 139, 138, 137,
|
|
136, 135, 134, 132, 130, 128, 127, 126, 125, 124,
|
|
123, 122, 121, 120, 118, 117, 116, 115, 113, 112,
|
|
|
|
111, 110, 109, 108, 107, 105, 103, 98, 95, 93,
|
|
92, 91, 88, 76, 65, 62, 60, 59, 54, 48,
|
|
45, 37, 33, 32, 21, 20, 19, 18, 15, 14,
|
|
13, 11, 10, 9, 5, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
|
|
|
|
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037
|
|
} ;
|
|
|
|
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: 1428240296 2015/04/05 13:24:56 $ $NHDT-Branch: master $:$NHDT-Revision: 1.13 $ */
|
|
/* 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 1193 "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 105 "lev_comp.l"
|
|
|
|
#line 1413 "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 >= 1038 )
|
|
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] != 1236 );
|
|
|
|
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 106 "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 115 "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 126 "lev_comp.l"
|
|
{ savetoken(yytext); newline(); }
|
|
YY_BREAK
|
|
case 4:
|
|
YY_RULE_SETUP
|
|
#line 127 "lev_comp.l"
|
|
ST_RET(MESSAGE_ID);
|
|
YY_BREAK
|
|
case 5:
|
|
YY_RULE_SETUP
|
|
#line 128 "lev_comp.l"
|
|
ST_RET(NOMAP_ID);
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 129 "lev_comp.l"
|
|
ST_RET(MAZE_ID);
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 130 "lev_comp.l"
|
|
ST_RET(LEVEL_ID);
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 131 "lev_comp.l"
|
|
ST_RET(LEV_INIT_ID);
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 132 "lev_comp.l"
|
|
ST_RET(MAZE_GRID_ID);
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 133 "lev_comp.l"
|
|
ST_RET(SOLID_FILL_ID);
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 134 "lev_comp.l"
|
|
ST_RET(MINES_ID);
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 135 "lev_comp.l"
|
|
ST_RET(ROGUELEV_ID);
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 136 "lev_comp.l"
|
|
ST_RET(FLAGS_ID);
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 137 "lev_comp.l"
|
|
ST_RET(GEOMETRY_ID);
|
|
YY_BREAK
|
|
case 15:
|
|
/* rule 15 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 138 "lev_comp.l"
|
|
{ savetoken(yytext); BEGIN(MAPC); newline(); }
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 139 "lev_comp.l"
|
|
ST_RET(object_ID);
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 140 "lev_comp.l"
|
|
ST_RET(OBJECT_ID);
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 141 "lev_comp.l"
|
|
ST_RET(COBJECT_ID);
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 142 "lev_comp.l"
|
|
ST_RET(MONSTER_ID);
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 143 "lev_comp.l"
|
|
ST_RET(monster_ID);
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 144 "lev_comp.l"
|
|
ST_RET(TRAP_ID);
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 145 "lev_comp.l"
|
|
ST_RET(DOOR_ID);
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 146 "lev_comp.l"
|
|
ST_RET(ROOMDOOR_ID);
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 147 "lev_comp.l"
|
|
ST_RET(DRAWBRIDGE_ID);
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 148 "lev_comp.l"
|
|
ST_RET(MAZEWALK_ID);
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 149 "lev_comp.l"
|
|
ST_RET(WALLIFY_ID);
|
|
YY_BREAK
|
|
case 27:
|
|
YY_RULE_SETUP
|
|
#line 150 "lev_comp.l"
|
|
ST_RET(REGION_ID);
|
|
YY_BREAK
|
|
case 28:
|
|
YY_RULE_SETUP
|
|
#line 151 "lev_comp.l"
|
|
ST_RET(ALTAR_ID);
|
|
YY_BREAK
|
|
case 29:
|
|
YY_RULE_SETUP
|
|
#line 152 "lev_comp.l"
|
|
ST_RET(LADDER_ID);
|
|
YY_BREAK
|
|
case 30:
|
|
YY_RULE_SETUP
|
|
#line 153 "lev_comp.l"
|
|
ST_RET(STAIR_ID);
|
|
YY_BREAK
|
|
case 31:
|
|
YY_RULE_SETUP
|
|
#line 154 "lev_comp.l"
|
|
ST_RET(PORTAL_ID);
|
|
YY_BREAK
|
|
case 32:
|
|
YY_RULE_SETUP
|
|
#line 155 "lev_comp.l"
|
|
ST_RET(TELEPRT_ID);
|
|
YY_BREAK
|
|
case 33:
|
|
YY_RULE_SETUP
|
|
#line 156 "lev_comp.l"
|
|
ST_RET(BRANCH_ID);
|
|
YY_BREAK
|
|
case 34:
|
|
YY_RULE_SETUP
|
|
#line 157 "lev_comp.l"
|
|
ST_RET(FOUNTAIN_ID);
|
|
YY_BREAK
|
|
case 35:
|
|
YY_RULE_SETUP
|
|
#line 158 "lev_comp.l"
|
|
ST_RET(SINK_ID);
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 159 "lev_comp.l"
|
|
ST_RET(POOL_ID);
|
|
YY_BREAK
|
|
case 37:
|
|
YY_RULE_SETUP
|
|
#line 160 "lev_comp.l"
|
|
ST_RET(NON_DIGGABLE_ID);
|
|
YY_BREAK
|
|
case 38:
|
|
YY_RULE_SETUP
|
|
#line 161 "lev_comp.l"
|
|
ST_RET(NON_PASSWALL_ID);
|
|
YY_BREAK
|
|
case 39:
|
|
YY_RULE_SETUP
|
|
#line 162 "lev_comp.l"
|
|
ST_RET(IF_ID);
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 163 "lev_comp.l"
|
|
ST_RET(ELSE_ID);
|
|
YY_BREAK
|
|
case 41:
|
|
YY_RULE_SETUP
|
|
#line 164 "lev_comp.l"
|
|
ST_RET(EXIT_ID);
|
|
YY_BREAK
|
|
case 42:
|
|
YY_RULE_SETUP
|
|
#line 165 "lev_comp.l"
|
|
ST_RET(ROOM_ID);
|
|
YY_BREAK
|
|
case 43:
|
|
YY_RULE_SETUP
|
|
#line 166 "lev_comp.l"
|
|
ST_RET(SUBROOM_ID);
|
|
YY_BREAK
|
|
case 44:
|
|
YY_RULE_SETUP
|
|
#line 167 "lev_comp.l"
|
|
ST_RET(RAND_CORRIDOR_ID);
|
|
YY_BREAK
|
|
case 45:
|
|
YY_RULE_SETUP
|
|
#line 168 "lev_comp.l"
|
|
ST_RET(CORRIDOR_ID);
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 169 "lev_comp.l"
|
|
ST_RET(TERRAIN_ID);
|
|
YY_BREAK
|
|
case 47:
|
|
YY_RULE_SETUP
|
|
#line 170 "lev_comp.l"
|
|
ST_RET(terrain_ID);
|
|
YY_BREAK
|
|
case 48:
|
|
YY_RULE_SETUP
|
|
#line 171 "lev_comp.l"
|
|
ST_RET(REPLACE_TERRAIN_ID);
|
|
YY_BREAK
|
|
case 49:
|
|
YY_RULE_SETUP
|
|
#line 172 "lev_comp.l"
|
|
ST_RET(GOLD_ID);
|
|
YY_BREAK
|
|
case 50:
|
|
YY_RULE_SETUP
|
|
#line 173 "lev_comp.l"
|
|
ST_RET(GRAVE_ID);
|
|
YY_BREAK
|
|
case 51:
|
|
YY_RULE_SETUP
|
|
#line 174 "lev_comp.l"
|
|
ST_RET(ENGRAVING_ID);
|
|
YY_BREAK
|
|
case 52:
|
|
YY_RULE_SETUP
|
|
#line 175 "lev_comp.l"
|
|
ST_RET(MINERALIZE_ID);
|
|
YY_BREAK
|
|
case 53:
|
|
YY_RULE_SETUP
|
|
#line 176 "lev_comp.l"
|
|
ST_RET(NAME_ID);
|
|
YY_BREAK
|
|
case 54:
|
|
YY_RULE_SETUP
|
|
#line 177 "lev_comp.l"
|
|
ST_RET(FOR_ID);
|
|
YY_BREAK
|
|
case 55:
|
|
YY_RULE_SETUP
|
|
#line 178 "lev_comp.l"
|
|
ST_RET(TO_ID);
|
|
YY_BREAK
|
|
case 56:
|
|
YY_RULE_SETUP
|
|
#line 179 "lev_comp.l"
|
|
ST_RET(LOOP_ID);
|
|
YY_BREAK
|
|
case 57:
|
|
YY_RULE_SETUP
|
|
#line 180 "lev_comp.l"
|
|
ST_RET(SWITCH_ID);
|
|
YY_BREAK
|
|
case 58:
|
|
YY_RULE_SETUP
|
|
#line 181 "lev_comp.l"
|
|
ST_RET(CASE_ID);
|
|
YY_BREAK
|
|
case 59:
|
|
YY_RULE_SETUP
|
|
#line 182 "lev_comp.l"
|
|
ST_RET(BREAK_ID);
|
|
YY_BREAK
|
|
case 60:
|
|
YY_RULE_SETUP
|
|
#line 183 "lev_comp.l"
|
|
ST_RET(DEFAULT_ID);
|
|
YY_BREAK
|
|
case 61:
|
|
YY_RULE_SETUP
|
|
#line 184 "lev_comp.l"
|
|
ST_RET(FUNCTION_ID);
|
|
YY_BREAK
|
|
case 62:
|
|
YY_RULE_SETUP
|
|
#line 185 "lev_comp.l"
|
|
ST_RET(SHUFFLE_ID);
|
|
YY_BREAK
|
|
case 63:
|
|
YY_RULE_SETUP
|
|
#line 186 "lev_comp.l"
|
|
ST_RET(MONTYPE_ID);
|
|
YY_BREAK
|
|
case 64:
|
|
YY_RULE_SETUP
|
|
#line 187 "lev_comp.l"
|
|
ST_RET(selection_ID);
|
|
YY_BREAK
|
|
case 65:
|
|
YY_RULE_SETUP
|
|
#line 188 "lev_comp.l"
|
|
ST_RET(rect_ID);
|
|
YY_BREAK
|
|
case 66:
|
|
YY_RULE_SETUP
|
|
#line 189 "lev_comp.l"
|
|
ST_RET(fillrect_ID);
|
|
YY_BREAK
|
|
case 67:
|
|
YY_RULE_SETUP
|
|
#line 190 "lev_comp.l"
|
|
ST_RET(line_ID);
|
|
YY_BREAK
|
|
case 68:
|
|
YY_RULE_SETUP
|
|
#line 191 "lev_comp.l"
|
|
ST_RET(randline_ID);
|
|
YY_BREAK
|
|
case 69:
|
|
YY_RULE_SETUP
|
|
#line 192 "lev_comp.l"
|
|
ST_RET(grow_ID);
|
|
YY_BREAK
|
|
case 70:
|
|
YY_RULE_SETUP
|
|
#line 193 "lev_comp.l"
|
|
ST_RET(flood_ID);
|
|
YY_BREAK
|
|
case 71:
|
|
YY_RULE_SETUP
|
|
#line 194 "lev_comp.l"
|
|
ST_RET(rndcoord_ID);
|
|
YY_BREAK
|
|
case 72:
|
|
YY_RULE_SETUP
|
|
#line 195 "lev_comp.l"
|
|
ST_RET(circle_ID);
|
|
YY_BREAK
|
|
case 73:
|
|
YY_RULE_SETUP
|
|
#line 196 "lev_comp.l"
|
|
ST_RET(ellipse_ID);
|
|
YY_BREAK
|
|
case 74:
|
|
YY_RULE_SETUP
|
|
#line 197 "lev_comp.l"
|
|
ST_RET(filter_ID);
|
|
YY_BREAK
|
|
case 75:
|
|
YY_RULE_SETUP
|
|
#line 198 "lev_comp.l"
|
|
ST_RET(gradient_ID);
|
|
YY_BREAK
|
|
case 76:
|
|
YY_RULE_SETUP
|
|
#line 199 "lev_comp.l"
|
|
ST_RET(complement_ID);
|
|
YY_BREAK
|
|
case 77:
|
|
YY_RULE_SETUP
|
|
#line 200 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SEL_GRADIENT_RADIAL; return GRADIENT_TYPE; }
|
|
YY_BREAK
|
|
case 78:
|
|
YY_RULE_SETUP
|
|
#line 201 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SEL_GRADIENT_SQUARE; return GRADIENT_TYPE; }
|
|
YY_BREAK
|
|
case 79:
|
|
YY_RULE_SETUP
|
|
#line 202 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=DRY; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 80:
|
|
YY_RULE_SETUP
|
|
#line 203 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=WET; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 81:
|
|
YY_RULE_SETUP
|
|
#line 204 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=HOT; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 82:
|
|
YY_RULE_SETUP
|
|
#line 205 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SOLID; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 83:
|
|
YY_RULE_SETUP
|
|
#line 206 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ANY_LOC; return HUMIDITY_TYPE; }
|
|
YY_BREAK
|
|
case 84:
|
|
YY_RULE_SETUP
|
|
#line 207 "lev_comp.l"
|
|
ST_RET(LEV);
|
|
YY_BREAK
|
|
case 85:
|
|
YY_RULE_SETUP
|
|
#line 208 "lev_comp.l"
|
|
ST_RET(QUANTITY_ID);
|
|
YY_BREAK
|
|
case 86:
|
|
YY_RULE_SETUP
|
|
#line 209 "lev_comp.l"
|
|
ST_RET(BURIED_ID);
|
|
YY_BREAK
|
|
case 87:
|
|
YY_RULE_SETUP
|
|
#line 210 "lev_comp.l"
|
|
ST_RET(ERODED_ID);
|
|
YY_BREAK
|
|
case 88:
|
|
YY_RULE_SETUP
|
|
#line 211 "lev_comp.l"
|
|
ST_RET(ERODEPROOF_ID);
|
|
YY_BREAK
|
|
case 89:
|
|
YY_RULE_SETUP
|
|
#line 212 "lev_comp.l"
|
|
ST_RET(TRAPPED_ID);
|
|
YY_BREAK
|
|
case 90:
|
|
YY_RULE_SETUP
|
|
#line 213 "lev_comp.l"
|
|
ST_RET(RECHARGED_ID);
|
|
YY_BREAK
|
|
case 91:
|
|
YY_RULE_SETUP
|
|
#line 214 "lev_comp.l"
|
|
ST_RET(INVIS_ID);
|
|
YY_BREAK
|
|
case 92:
|
|
YY_RULE_SETUP
|
|
#line 215 "lev_comp.l"
|
|
ST_RET(GREASED_ID);
|
|
YY_BREAK
|
|
case 93:
|
|
YY_RULE_SETUP
|
|
#line 216 "lev_comp.l"
|
|
ST_RET(FEMALE_ID);
|
|
YY_BREAK
|
|
case 94:
|
|
YY_RULE_SETUP
|
|
#line 217 "lev_comp.l"
|
|
ST_RET(CANCELLED_ID);
|
|
YY_BREAK
|
|
case 95:
|
|
YY_RULE_SETUP
|
|
#line 218 "lev_comp.l"
|
|
ST_RET(REVIVED_ID);
|
|
YY_BREAK
|
|
case 96:
|
|
YY_RULE_SETUP
|
|
#line 219 "lev_comp.l"
|
|
ST_RET(AVENGE_ID);
|
|
YY_BREAK
|
|
case 97:
|
|
YY_RULE_SETUP
|
|
#line 220 "lev_comp.l"
|
|
ST_RET(FLEEING_ID);
|
|
YY_BREAK
|
|
case 98:
|
|
YY_RULE_SETUP
|
|
#line 221 "lev_comp.l"
|
|
ST_RET(BLINDED_ID);
|
|
YY_BREAK
|
|
case 99:
|
|
YY_RULE_SETUP
|
|
#line 222 "lev_comp.l"
|
|
ST_RET(PARALYZED_ID);
|
|
YY_BREAK
|
|
case 100:
|
|
YY_RULE_SETUP
|
|
#line 223 "lev_comp.l"
|
|
ST_RET(STUNNED_ID);
|
|
YY_BREAK
|
|
case 101:
|
|
YY_RULE_SETUP
|
|
#line 224 "lev_comp.l"
|
|
ST_RET(CONFUSED_ID);
|
|
YY_BREAK
|
|
case 102:
|
|
YY_RULE_SETUP
|
|
#line 225 "lev_comp.l"
|
|
ST_RET(SEENTRAPS_ID);
|
|
YY_BREAK
|
|
case 103:
|
|
YY_RULE_SETUP
|
|
#line 226 "lev_comp.l"
|
|
ST_RET(ALL_ID);
|
|
YY_BREAK
|
|
case 104:
|
|
YY_RULE_SETUP
|
|
#line 227 "lev_comp.l"
|
|
ST_RETF((yylval.i=1), HORIZ_OR_VERT);
|
|
YY_BREAK
|
|
case 105:
|
|
YY_RULE_SETUP
|
|
#line 228 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return HORIZ_OR_VERT; }
|
|
YY_BREAK
|
|
case 106:
|
|
YY_RULE_SETUP
|
|
#line 229 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_ISOPEN; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 107:
|
|
YY_RULE_SETUP
|
|
#line 230 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_CLOSED; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 108:
|
|
YY_RULE_SETUP
|
|
#line 231 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_LOCKED; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 109:
|
|
YY_RULE_SETUP
|
|
#line 232 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_NODOOR; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 110:
|
|
YY_RULE_SETUP
|
|
#line 233 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_BROKEN; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 111:
|
|
YY_RULE_SETUP
|
|
#line 234 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=D_SECRET; return DOOR_STATE; }
|
|
YY_BREAK
|
|
case 112:
|
|
YY_RULE_SETUP
|
|
#line 235 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_NORTH; return DIRECTION; }
|
|
YY_BREAK
|
|
case 113:
|
|
YY_RULE_SETUP
|
|
#line 236 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_EAST; return DIRECTION; }
|
|
YY_BREAK
|
|
case 114:
|
|
YY_RULE_SETUP
|
|
#line 237 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_SOUTH; return DIRECTION; }
|
|
YY_BREAK
|
|
case 115:
|
|
YY_RULE_SETUP
|
|
#line 238 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=W_WEST; return DIRECTION; }
|
|
YY_BREAK
|
|
case 116:
|
|
YY_RULE_SETUP
|
|
#line 239 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = -1; return RANDOM_TYPE; }
|
|
YY_BREAK
|
|
case 117:
|
|
YY_RULE_SETUP
|
|
#line 240 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = -1; return RANDOM_TYPE_BRACKET; }
|
|
YY_BREAK
|
|
case 118:
|
|
YY_RULE_SETUP
|
|
#line 241 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = -2; return NONE; }
|
|
YY_BREAK
|
|
case 119:
|
|
YY_RULE_SETUP
|
|
#line 242 "lev_comp.l"
|
|
ST_RET(A_REGISTER);
|
|
YY_BREAK
|
|
case 120:
|
|
YY_RULE_SETUP
|
|
#line 243 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 121:
|
|
YY_RULE_SETUP
|
|
#line 244 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 122:
|
|
YY_RULE_SETUP
|
|
#line 245 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=3; return CENTER; }
|
|
YY_BREAK
|
|
case 123:
|
|
YY_RULE_SETUP
|
|
#line 246 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=4; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 124:
|
|
YY_RULE_SETUP
|
|
#line 247 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=5; return LEFT_OR_RIGHT; }
|
|
YY_BREAK
|
|
case 125:
|
|
YY_RULE_SETUP
|
|
#line 248 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return TOP_OR_BOT; }
|
|
YY_BREAK
|
|
case 126:
|
|
YY_RULE_SETUP
|
|
#line 249 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=5; return TOP_OR_BOT; }
|
|
YY_BREAK
|
|
case 127:
|
|
YY_RULE_SETUP
|
|
#line 250 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return LIGHT_STATE; }
|
|
YY_BREAK
|
|
case 128:
|
|
YY_RULE_SETUP
|
|
#line 251 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return LIGHT_STATE; }
|
|
YY_BREAK
|
|
case 129:
|
|
YY_RULE_SETUP
|
|
#line 252 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return FILLING; }
|
|
YY_BREAK
|
|
case 130:
|
|
YY_RULE_SETUP
|
|
#line 253 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return FILLING; }
|
|
YY_BREAK
|
|
case 131:
|
|
YY_RULE_SETUP
|
|
#line 254 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return IRREGULAR; }
|
|
YY_BREAK
|
|
case 132:
|
|
YY_RULE_SETUP
|
|
#line 255 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return IRREGULAR; }
|
|
YY_BREAK
|
|
case 133:
|
|
YY_RULE_SETUP
|
|
#line 256 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return JOINED; }
|
|
YY_BREAK
|
|
case 134:
|
|
YY_RULE_SETUP
|
|
#line 257 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return JOINED; }
|
|
YY_BREAK
|
|
case 135:
|
|
YY_RULE_SETUP
|
|
#line 258 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return LIMITED; }
|
|
YY_BREAK
|
|
case 136:
|
|
YY_RULE_SETUP
|
|
#line 259 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return LIMITED; }
|
|
YY_BREAK
|
|
case 137:
|
|
YY_RULE_SETUP
|
|
#line 260 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_NONE; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 138:
|
|
YY_RULE_SETUP
|
|
#line 261 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_LAWFUL; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 139:
|
|
YY_RULE_SETUP
|
|
#line 262 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_NEUTRAL; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 140:
|
|
YY_RULE_SETUP
|
|
#line 263 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_CHAOTIC; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 141:
|
|
YY_RULE_SETUP
|
|
#line 264 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_SPLEV_CO; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 142:
|
|
YY_RULE_SETUP
|
|
#line 265 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= AM_SPLEV_NONCO; return ALIGNMENT; }
|
|
YY_BREAK
|
|
case 143:
|
|
YY_RULE_SETUP
|
|
#line 266 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return MON_ATTITUDE; }
|
|
YY_BREAK
|
|
case 144:
|
|
YY_RULE_SETUP
|
|
#line 267 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return MON_ATTITUDE; }
|
|
YY_BREAK
|
|
case 145:
|
|
YY_RULE_SETUP
|
|
#line 268 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return MON_ALERTNESS; }
|
|
YY_BREAK
|
|
case 146:
|
|
YY_RULE_SETUP
|
|
#line 269 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return MON_ALERTNESS; }
|
|
YY_BREAK
|
|
case 147:
|
|
YY_RULE_SETUP
|
|
#line 270 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= M_AP_FURNITURE; return MON_APPEARANCE; }
|
|
YY_BREAK
|
|
case 148:
|
|
YY_RULE_SETUP
|
|
#line 271 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= M_AP_MONSTER; return MON_APPEARANCE; }
|
|
YY_BREAK
|
|
case 149:
|
|
YY_RULE_SETUP
|
|
#line 272 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i= M_AP_OBJECT; return MON_APPEARANCE; }
|
|
YY_BREAK
|
|
case 150:
|
|
YY_RULE_SETUP
|
|
#line 273 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return ALTAR_TYPE; }
|
|
YY_BREAK
|
|
case 151:
|
|
YY_RULE_SETUP
|
|
#line 274 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return ALTAR_TYPE; }
|
|
YY_BREAK
|
|
case 152:
|
|
YY_RULE_SETUP
|
|
#line 275 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return ALTAR_TYPE; }
|
|
YY_BREAK
|
|
case 153:
|
|
YY_RULE_SETUP
|
|
#line 276 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return UP_OR_DOWN; }
|
|
YY_BREAK
|
|
case 154:
|
|
YY_RULE_SETUP
|
|
#line 277 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return UP_OR_DOWN; }
|
|
YY_BREAK
|
|
case 155:
|
|
YY_RULE_SETUP
|
|
#line 278 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=0; return BOOLEAN; }
|
|
YY_BREAK
|
|
case 156:
|
|
YY_RULE_SETUP
|
|
#line 279 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return BOOLEAN; }
|
|
YY_BREAK
|
|
case 157:
|
|
YY_RULE_SETUP
|
|
#line 280 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=DUST; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 158:
|
|
YY_RULE_SETUP
|
|
#line 281 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ENGRAVE; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 159:
|
|
YY_RULE_SETUP
|
|
#line 282 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=BURN; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 160:
|
|
YY_RULE_SETUP
|
|
#line 283 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=MARK; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 161:
|
|
YY_RULE_SETUP
|
|
#line 284 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ENGR_BLOOD; return ENGRAVING_TYPE; }
|
|
YY_BREAK
|
|
case 162:
|
|
YY_RULE_SETUP
|
|
#line 285 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=1; return CURSE_TYPE; }
|
|
YY_BREAK
|
|
case 163:
|
|
YY_RULE_SETUP
|
|
#line 286 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=2; return CURSE_TYPE; }
|
|
YY_BREAK
|
|
case 164:
|
|
YY_RULE_SETUP
|
|
#line 287 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=3; return CURSE_TYPE; }
|
|
YY_BREAK
|
|
case 165:
|
|
YY_RULE_SETUP
|
|
#line 288 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=NOTELEPORT; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 166:
|
|
YY_RULE_SETUP
|
|
#line 289 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=HARDFLOOR; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 167:
|
|
YY_RULE_SETUP
|
|
#line 290 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=NOMMAP; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 168:
|
|
YY_RULE_SETUP
|
|
#line 291 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ARBOREAL; return FLAG_TYPE; } /* KMH */
|
|
YY_BREAK
|
|
case 169:
|
|
YY_RULE_SETUP
|
|
#line 292 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SHORTSIGHTED; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 170:
|
|
YY_RULE_SETUP
|
|
#line 293 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=MAZELEVEL; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 171:
|
|
YY_RULE_SETUP
|
|
#line 294 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=PREMAPPED; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 172:
|
|
YY_RULE_SETUP
|
|
#line 295 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SHROUD; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 173:
|
|
YY_RULE_SETUP
|
|
#line 296 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=GRAVEYARD; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 174:
|
|
YY_RULE_SETUP
|
|
#line 297 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=ICEDPOOLS; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 175:
|
|
YY_RULE_SETUP
|
|
#line 298 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=SOLIDIFY; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 176:
|
|
YY_RULE_SETUP
|
|
#line 299 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=CORRMAZE; return FLAG_TYPE; }
|
|
YY_BREAK
|
|
case 177:
|
|
YY_RULE_SETUP
|
|
#line 300 "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 178:
|
|
YY_RULE_SETUP
|
|
#line 310 "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 179:
|
|
YY_RULE_SETUP
|
|
#line 314 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=atoi(yytext); return MINUS_INTEGER; }
|
|
YY_BREAK
|
|
case 180:
|
|
YY_RULE_SETUP
|
|
#line 315 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=atoi(yytext); return PLUS_INTEGER; }
|
|
YY_BREAK
|
|
case 181:
|
|
YY_RULE_SETUP
|
|
#line 316 "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 182:
|
|
YY_RULE_SETUP
|
|
#line 320 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i=atoi(yytext); return INTEGER; }
|
|
YY_BREAK
|
|
case 183:
|
|
/* rule 183 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 321 "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 184:
|
|
YY_RULE_SETUP
|
|
#line 326 "lev_comp.l"
|
|
{ savetoken(yytext); return handle_varstring_check(); }
|
|
YY_BREAK
|
|
case 185:
|
|
YY_RULE_SETUP
|
|
#line 327 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 186:
|
|
YY_RULE_SETUP
|
|
#line 328 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JNE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 187:
|
|
YY_RULE_SETUP
|
|
#line 329 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JNE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 188:
|
|
YY_RULE_SETUP
|
|
#line 330 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JLE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 189:
|
|
YY_RULE_SETUP
|
|
#line 331 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JGE; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 190:
|
|
YY_RULE_SETUP
|
|
#line 332 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JL; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 191:
|
|
YY_RULE_SETUP
|
|
#line 333 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = SPO_JG; return COMPARE_TYPE; }
|
|
YY_BREAK
|
|
case 192:
|
|
/* rule 192 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 334 "lev_comp.l"
|
|
{ newline(); }
|
|
YY_BREAK
|
|
case 193:
|
|
YY_RULE_SETUP
|
|
#line 335 "lev_comp.l"
|
|
{ advancepos(yytext); }
|
|
YY_BREAK
|
|
case 194:
|
|
YY_RULE_SETUP
|
|
#line 336 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = yytext[2]; return CHAR; }
|
|
YY_BREAK
|
|
case 195:
|
|
YY_RULE_SETUP
|
|
#line 337 "lev_comp.l"
|
|
{ savetoken(yytext); yylval.i = yytext[1]; return CHAR; }
|
|
YY_BREAK
|
|
case 196:
|
|
YY_RULE_SETUP
|
|
#line 338 "lev_comp.l"
|
|
ST_RET(UNKNOWN_TYPE);
|
|
YY_BREAK
|
|
case 197:
|
|
YY_RULE_SETUP
|
|
#line 339 "lev_comp.l"
|
|
{ savetoken(yytext); return yytext[0]; }
|
|
YY_BREAK
|
|
case 198:
|
|
YY_RULE_SETUP
|
|
#line 340 "lev_comp.l"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 2503 "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 >= 1038 )
|
|
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 >= 1038 )
|
|
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 == 1037);
|
|
|
|
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 339 "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*/
|
|
|