mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
3237 lines
103 KiB
C
3237 lines
103 KiB
C
|
|
#line 3 "ncgenyy.c"
|
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
/* A lexical scanner generated by flex */
|
|
|
|
#define yy_create_buffer ncg_create_buffer
|
|
#define yy_delete_buffer ncg_delete_buffer
|
|
#define yy_flex_debug ncg_flex_debug
|
|
#define yy_init_buffer ncg_init_buffer
|
|
#define yy_flush_buffer ncg_flush_buffer
|
|
#define yy_load_buffer_state ncg_load_buffer_state
|
|
#define yy_switch_to_buffer ncg_switch_to_buffer
|
|
#define yyin ncgin
|
|
#define yyleng ncgleng
|
|
#define yylex ncglex
|
|
#define yylineno ncglineno
|
|
#define yyout ncgout
|
|
#define yyrestart ncgrestart
|
|
#define yytext ncgtext
|
|
#define yywrap ncgwrap
|
|
#define yyalloc ncgalloc
|
|
#define yyrealloc ncgrealloc
|
|
#define yyfree ncgfree
|
|
|
|
#define FLEX_SCANNER
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
|
#define YY_FLEX_MINOR_VERSION 5
|
|
#define YY_FLEX_SUBMINOR_VERSION 35
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
#define FLEX_BETA
|
|
#endif
|
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
/* begin standard C headers. */
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
|
|
/* end standard C headers. */
|
|
|
|
/* flex integer type definitions */
|
|
|
|
#ifndef FLEXINT_H
|
|
#define FLEXINT_H
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
* if you want the limit (max/min) macros for int types.
|
|
*/
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
#define __STDC_LIMIT_MACROS 1
|
|
#endif
|
|
|
|
#include <inttypes.h>
|
|
typedef int8_t flex_int8_t;
|
|
typedef uint8_t flex_uint8_t;
|
|
typedef int16_t flex_int16_t;
|
|
typedef uint16_t flex_uint16_t;
|
|
typedef int32_t flex_int32_t;
|
|
typedef uint32_t flex_uint32_t;
|
|
#else
|
|
typedef signed char flex_int8_t;
|
|
typedef short int flex_int16_t;
|
|
typedef int flex_int32_t;
|
|
typedef unsigned char flex_uint8_t;
|
|
typedef unsigned short int flex_uint16_t;
|
|
typedef unsigned int flex_uint32_t;
|
|
#endif /* ! C99 */
|
|
|
|
/* 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 /* ! 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 ncgrestart(ncgin )
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
/* Size of default input buffer. */
|
|
#ifndef YY_BUF_SIZE
|
|
#define YY_BUF_SIZE 16384
|
|
#endif
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
*/
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
|
#endif
|
|
|
|
extern int ncgleng;
|
|
|
|
extern FILE *ncgin, *ncgout;
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
#define YY_LESS_LINENO(n)
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
|
#define yyless(n) \
|
|
do \
|
|
{ \
|
|
/* Undo effects of setting up ncgtext. */ \
|
|
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 ncgtext again */ \
|
|
} \
|
|
while ( 0 )
|
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
typedef size_t yy_size_t;
|
|
#endif
|
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
|
struct yy_buffer_state
|
|
{
|
|
FILE *yy_input_file;
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
* characters.
|
|
*/
|
|
yy_size_t yy_buf_size;
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
* characters.
|
|
*/
|
|
int yy_n_chars;
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
* and can realloc() it to grow it, and should free() it to
|
|
* delete it.
|
|
*/
|
|
int yy_is_our_buffer;
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
* if we're using stdio for input, then we want to use getc()
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
* each newline.
|
|
*/
|
|
int yy_is_interactive;
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
* not.
|
|
*/
|
|
int yy_at_bol;
|
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
int yy_bs_column; /**< The column count. */
|
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
* end of it.
|
|
*/
|
|
int yy_fill_buffer;
|
|
|
|
int yy_buffer_status;
|
|
|
|
#define YY_BUFFER_NEW 0
|
|
#define YY_BUFFER_NORMAL 1
|
|
/* When an EOF's been seen but there's still some text to process
|
|
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
|
* shouldn't try reading from the input source any more. We might
|
|
* still have a bunch of tokens to match, though, because of
|
|
* possible backing-up.
|
|
*
|
|
* When we actually see the EOF, we change the status to "new"
|
|
* (via ncgrestart()), so that the user can continue scanning by
|
|
* just pointing ncgin 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 ncgtext is formed. */
|
|
static char yy_hold_char;
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
int ncgleng;
|
|
|
|
/* 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 ncgwrap()'s to do buffer switches
|
|
* instead of setting up a fresh ncgin. A bit of a hack ...
|
|
*/
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
void ncgrestart (FILE *input_file );
|
|
void ncg_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
YY_BUFFER_STATE ncg_create_buffer (FILE *file,int size );
|
|
void ncg_delete_buffer (YY_BUFFER_STATE b );
|
|
void ncg_flush_buffer (YY_BUFFER_STATE b );
|
|
void ncgpush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
void ncgpop_buffer_state (void );
|
|
|
|
static void ncgensure_buffer_stack (void );
|
|
static void ncg_load_buffer_state (void );
|
|
static void ncg_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
|
|
|
#define YY_FLUSH_BUFFER ncg_flush_buffer(YY_CURRENT_BUFFER )
|
|
|
|
YY_BUFFER_STATE ncg_scan_buffer (char *base,yy_size_t size );
|
|
YY_BUFFER_STATE ncg_scan_string (yyconst char *yy_str );
|
|
YY_BUFFER_STATE ncg_scan_bytes (yyconst char *bytes,int len );
|
|
|
|
void *ncgalloc (yy_size_t );
|
|
void *ncgrealloc (void *,yy_size_t );
|
|
void ncgfree (void * );
|
|
|
|
#define yy_new_buffer ncg_create_buffer
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
ncgensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
|
}
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
ncgensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
ncg_create_buffer(ncgin,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 *ncgin = (FILE *) 0, *ncgout = (FILE *) 0;
|
|
|
|
typedef int yy_state_type;
|
|
|
|
extern int ncglineno;
|
|
|
|
int ncglineno = 1;
|
|
|
|
extern char *ncgtext;
|
|
#define yytext_ptr ncgtext
|
|
|
|
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 ncgtext.
|
|
*/
|
|
#define YY_DO_BEFORE_ACTION \
|
|
(yytext_ptr) = yy_bp; \
|
|
ncgleng = (size_t) (yy_cp - yy_bp); \
|
|
(yy_hold_char) = *yy_cp; \
|
|
*yy_cp = '\0'; \
|
|
(yy_c_buf_p) = yy_cp;
|
|
|
|
#define YY_NUM_RULES 50
|
|
#define YY_END_OF_BUFFER 51
|
|
/* 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[384] =
|
|
{ 0,
|
|
0, 0, 47, 47, 0, 0, 51, 49, 1, 45,
|
|
49, 49, 49, 49, 39, 31, 35, 35, 34, 34,
|
|
34, 34, 34, 34, 34, 49, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 49, 49, 49, 47, 50, 33, 50, 1,
|
|
0, 3, 0, 0, 0, 39, 35, 0, 0, 39,
|
|
39, 0, 40, 46, 2, 31, 0, 0, 0, 0,
|
|
35, 36, 37, 0, 34, 0, 0, 0, 0, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 0, 0, 47, 0, 48, 33, 41, 0, 0,
|
|
0, 35, 0, 39, 0, 0, 39, 2, 31, 0,
|
|
0, 0, 0, 0, 0, 0, 37, 4, 0, 0,
|
|
34, 34, 34, 34, 34, 34, 30, 27, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 14, 34, 27,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 0, 44, 0, 0, 39, 0, 31, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 4, 38, 0, 34,
|
|
34, 28, 34, 34, 29, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 10, 9, 34, 34, 34,
|
|
34, 6, 34, 34, 34, 34, 14, 34, 34, 34,
|
|
8, 34, 34, 34, 34, 15, 34, 34, 34, 34,
|
|
0, 0, 28, 0, 31, 0, 0, 0, 0, 0,
|
|
0, 0, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 23, 34, 34,
|
|
34, 16, 34, 34, 34, 34, 12, 34, 34, 11,
|
|
34, 34, 15, 34, 34, 34, 42, 43, 0, 0,
|
|
|
|
0, 0, 34, 34, 34, 25, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 18, 24,
|
|
34, 7, 5, 20, 17, 34, 34, 13, 34, 0,
|
|
0, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
32, 34, 34, 34, 34, 34, 34, 34, 34, 0,
|
|
34, 26, 34, 34, 34, 34, 34, 34, 5, 34,
|
|
34, 34, 34, 26, 26, 19, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 22, 34,
|
|
21, 34, 0
|
|
} ;
|
|
|
|
static yyconst flex_int32_t yy_ec[256] =
|
|
{ 0,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
1, 2, 2, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 4, 5, 6, 5, 5, 5, 5, 7, 5,
|
|
5, 8, 9, 5, 10, 11, 12, 13, 14, 15,
|
|
16, 17, 14, 18, 14, 19, 19, 20, 5, 5,
|
|
5, 5, 5, 21, 22, 23, 24, 25, 26, 27,
|
|
28, 28, 29, 28, 28, 30, 31, 32, 28, 28,
|
|
28, 28, 33, 34, 35, 36, 28, 37, 28, 28,
|
|
5, 38, 5, 5, 39, 5, 40, 41, 42, 43,
|
|
|
|
44, 45, 46, 47, 48, 28, 49, 50, 51, 52,
|
|
53, 54, 55, 56, 57, 58, 59, 60, 28, 37,
|
|
61, 62, 63, 5, 5, 5, 1, 64, 64, 64,
|
|
64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
|
|
64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
|
|
64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
|
|
64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
|
|
64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
|
|
64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
|
|
64, 65, 65, 65, 65, 65, 65, 65, 65, 65,
|
|
|
|
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
|
|
65, 65, 65, 65, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 66, 66, 66, 66, 66, 66, 66,
|
|
66, 66, 66, 66, 66, 66, 66, 66, 66, 67,
|
|
67, 67, 67, 67, 67, 67, 67, 1, 1, 1,
|
|
1, 1, 1, 1, 1
|
|
} ;
|
|
|
|
static yyconst flex_int32_t yy_meta[68] =
|
|
{ 0,
|
|
1, 1, 2, 1, 1, 1, 3, 4, 5, 5,
|
|
6, 7, 8, 8, 8, 8, 8, 8, 8, 1,
|
|
5, 9, 9, 9, 9, 10, 9, 11, 12, 13,
|
|
11, 11, 13, 11, 11, 11, 11, 11, 11, 9,
|
|
9, 9, 9, 10, 9, 11, 11, 11, 11, 13,
|
|
11, 11, 11, 11, 11, 11, 13, 11, 11, 11,
|
|
11, 11, 14, 1, 11, 11, 11
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_base[402] =
|
|
{ 0,
|
|
0, 0, 328, 323, 264, 263, 323, 2232, 66, 2232,
|
|
63, 284, 60, 61, 93, 83, 140, 284, 50, 60,
|
|
191, 64, 95, 154, 102, 198, 198, 180, 195, 228,
|
|
268, 188, 213, 221, 232, 252, 237, 245, 267, 263,
|
|
297, 275, 252, 245, 244, 299, 294, 0, 2232, 78,
|
|
86, 2232, 281, 275, 342, 0, 369, 356, 225, 0,
|
|
2232, 414, 2232, 2232, 0, 338, 421, 210, 208, 207,
|
|
230, 2232, 141, 0, 351, 437, 188, 186, 185, 355,
|
|
74, 437, 412, 418, 432, 423, 436, 443, 456, 453,
|
|
466, 473, 476, 496, 492, 489, 510, 486, 499, 522,
|
|
|
|
531, 534, 543, 552, 568, 546, 576, 584, 565, 587,
|
|
600, 606, 609, 621, 591, 617, 641, 632, 651, 656,
|
|
625, 180, 179, 232, 227, 2232, 0, 2232, 230, 697,
|
|
228, 0, 711, 718, 189, 736, 756, 0, 726, 722,
|
|
790, 168, 164, 163, 131, 129, 2232, 146, 125, 124,
|
|
738, 742, 746, 776, 779, 791, 782, 785, 796, 800,
|
|
826, 817, 830, 834, 838, 843, 847, 864, 877, 860,
|
|
869, 880, 884, 899, 903, 915, 918, 934, 921, 951,
|
|
937, 954, 957, 970, 973, 987, 976, 990, 995, 1011,
|
|
1020, 1026, 123, 2232, 1052, 0, 2232, 48, 1033, 1088,
|
|
|
|
122, 121, 114, 108, 101, 88, 419, 2232, 82, 1044,
|
|
1050, 1057, 1074, 1089, 1080, 1094, 1083, 1113, 1104, 1124,
|
|
1099, 1130, 1134, 1138, 1146, 1120, 1150, 1154, 1186, 1170,
|
|
1160, 1176, 1180, 1190, 1212, 1193, 1196, 1229, 1226, 1238,
|
|
1233, 1243, 1246, 1249, 1279, 1284, 1287, 1269, 1291, 1299,
|
|
138, 137, 2232, 90, 1329, 1355, 77, 75, 71, 68,
|
|
64, 58, 1304, 1339, 1334, 1346, 1349, 1342, 1379, 1382,
|
|
1385, 1360, 1390, 1393, 1396, 1399, 1415, 2232, 1429, 1432,
|
|
1449, 1435, 1439, 1452, 1446, 1465, 1455, 1469, 1472, 1485,
|
|
1491, 1495, 1488, 1511, 1505, 1526, 2232, 2232, 55, 36,
|
|
|
|
35, 33, 1536, 1530, 1541, 1545, 1550, 1556, 1560, 1567,
|
|
1590, 1582, 1586, 1593, 1600, 1608, 1624, 1630, 1575, 2232,
|
|
1642, 1634, 1645, 2232, 1648, 1678, 1665, 1654, 1668, 36,
|
|
25, 1686, 1691, 1699, 1702, 1711, 1717, 1733, 1724, 1737,
|
|
1741, 1748, 1757, 1767, 1773, 1779, 1787, 1783, 1792, 24,
|
|
1817, 1822, 1803, 1799, 1833, 1836, 1847, 1852, 1855, 1858,
|
|
1867, 1888, 1871, 36, 1877, 1891, 1897, 1901, 1908, 1932,
|
|
1914, 1921, 1951, 1939, 1947, 1944, 1954, 1964, 2232, 1984,
|
|
2232, 1977, 2232, 2051, 2065, 2079, 2093, 2102, 2111, 2120,
|
|
2133, 2147, 2160, 2174, 2184, 2190, 2198, 2200, 2206, 2212,
|
|
|
|
2218
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_def[402] =
|
|
{ 0,
|
|
383, 1, 384, 384, 385, 385, 383, 383, 383, 383,
|
|
386, 387, 383, 388, 383, 389, 383, 17, 390, 390,
|
|
390, 390, 390, 390, 390, 383, 390, 390, 390, 390,
|
|
21, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 383, 383, 383, 391, 391, 392, 383, 383,
|
|
386, 383, 386, 383, 393, 15, 383, 383, 383, 15,
|
|
383, 383, 383, 383, 394, 395, 383, 383, 383, 383,
|
|
17, 383, 383, 396, 390, 383, 383, 383, 383, 390,
|
|
21, 21, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 383, 383, 391, 391, 383, 392, 383, 383, 383,
|
|
397, 57, 383, 383, 383, 383, 383, 394, 395, 398,
|
|
383, 383, 383, 383, 383, 383, 383, 399, 383, 383,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 383, 383, 383, 400, 383, 383, 401, 383,
|
|
|
|
383, 383, 383, 383, 383, 383, 399, 383, 383, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
383, 383, 383, 383, 401, 383, 383, 383, 383, 383,
|
|
383, 383, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 383, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 383, 383, 383, 383,
|
|
|
|
383, 383, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 383,
|
|
390, 390, 390, 383, 390, 390, 390, 390, 390, 383,
|
|
383, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 383,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 383, 390, 390, 390, 390, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 383, 390,
|
|
383, 390, 0, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
|
|
383
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_nxt[2300] =
|
|
{ 0,
|
|
8, 9, 10, 9, 8, 11, 12, 8, 13, 14,
|
|
15, 16, 17, 18, 18, 18, 18, 18, 18, 8,
|
|
8, 19, 19, 19, 20, 21, 22, 19, 23, 19,
|
|
19, 24, 19, 19, 25, 19, 19, 26, 27, 19,
|
|
28, 29, 30, 31, 32, 33, 19, 34, 19, 35,
|
|
19, 36, 37, 19, 19, 38, 39, 40, 41, 42,
|
|
19, 19, 8, 8, 43, 44, 45, 50, 52, 50,
|
|
56, 56, 57, 57, 57, 57, 57, 57, 57, 50,
|
|
253, 50, 75, 75, 364, 58, 58, 76, 255, 59,
|
|
64, 52, 253, 350, 65, 254, 199, 76, 331, 255,
|
|
|
|
53, 76, 330, 58, 58, 60, 60, 60, 60, 60,
|
|
60, 60, 80, 83, 77, 78, 79, 61, 62, 63,
|
|
67, 139, 61, 53, 77, 78, 79, 302, 77, 78,
|
|
79, 199, 76, 89, 301, 61, 62, 63, 300, 76,
|
|
255, 299, 61, 298, 297, 75, 84, 68, 69, 70,
|
|
56, 66, 71, 71, 71, 71, 71, 71, 71, 77,
|
|
78, 79, 72, 147, 262, 58, 77, 78, 79, 72,
|
|
147, 139, 72, 147, 73, 208, 74, 261, 208, 85,
|
|
72, 147, 86, 58, 260, 199, 90, 209, 75, 72,
|
|
147, 76, 206, 87, 66, 208, 72, 147, 73, 81,
|
|
|
|
81, 88, 208, 82, 82, 82, 82, 82, 82, 82,
|
|
90, 90, 90, 90, 90, 90, 90, 76, 77, 78,
|
|
79, 91, 92, 93, 94, 76, 205, 204, 76, 95,
|
|
96, 139, 76, 198, 194, 76, 194, 104, 383, 125,
|
|
97, 98, 193, 90, 77, 78, 79, 99, 150, 149,
|
|
76, 75, 77, 78, 79, 77, 78, 79, 76, 77,
|
|
78, 79, 77, 78, 79, 76, 383, 100, 105, 76,
|
|
146, 145, 106, 66, 76, 101, 135, 77, 78, 79,
|
|
102, 128, 76, 383, 107, 77, 78, 79, 112, 76,
|
|
111, 108, 77, 78, 79, 109, 77, 78, 79, 110,
|
|
|
|
76, 77, 78, 79, 76, 126, 125, 123, 122, 77,
|
|
78, 79, 76, 113, 121, 90, 77, 78, 79, 103,
|
|
383, 55, 383, 115, 114, 49, 49, 77, 78, 79,
|
|
47, 77, 78, 79, 76, 47, 383, 116, 383, 77,
|
|
78, 79, 383, 383, 117, 383, 118, 383, 119, 140,
|
|
383, 383, 383, 120, 130, 130, 130, 130, 130, 130,
|
|
383, 77, 78, 79, 133, 133, 383, 383, 134, 134,
|
|
134, 134, 134, 134, 134, 141, 383, 383, 131, 56,
|
|
383, 132, 132, 132, 132, 132, 132, 132, 76, 383,
|
|
383, 72, 76, 383, 58, 383, 383, 383, 72, 383,
|
|
|
|
383, 72, 142, 143, 144, 383, 383, 383, 383, 72,
|
|
383, 383, 58, 151, 383, 77, 78, 79, 72, 77,
|
|
78, 79, 136, 136, 383, 72, 137, 137, 137, 137,
|
|
137, 137, 137, 66, 66, 66, 66, 66, 66, 66,
|
|
75, 75, 75, 75, 75, 75, 75, 383, 208, 76,
|
|
383, 208, 157, 383, 383, 76, 75, 383, 383, 383,
|
|
76, 152, 155, 153, 154, 156, 152, 158, 208, 76,
|
|
383, 383, 383, 76, 75, 208, 77, 78, 79, 152,
|
|
76, 153, 77, 78, 79, 159, 152, 77, 78, 79,
|
|
76, 383, 157, 76, 383, 383, 77, 78, 79, 75,
|
|
|
|
77, 78, 79, 76, 383, 383, 383, 77, 78, 79,
|
|
76, 383, 160, 76, 383, 383, 161, 77, 78, 79,
|
|
77, 78, 79, 76, 383, 170, 76, 162, 383, 76,
|
|
77, 78, 79, 76, 383, 167, 76, 77, 78, 79,
|
|
77, 78, 79, 163, 166, 164, 168, 76, 165, 171,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 76,
|
|
77, 78, 79, 77, 78, 79, 383, 169, 76, 383,
|
|
383, 76, 383, 383, 77, 78, 79, 383, 383, 172,
|
|
76, 173, 383, 76, 383, 383, 77, 78, 79, 76,
|
|
383, 383, 174, 383, 383, 77, 78, 79, 77, 78,
|
|
|
|
79, 175, 76, 178, 176, 76, 383, 77, 78, 79,
|
|
77, 78, 79, 76, 383, 383, 77, 78, 79, 383,
|
|
177, 76, 181, 383, 76, 383, 383, 179, 76, 77,
|
|
78, 79, 77, 78, 79, 180, 157, 76, 383, 182,
|
|
77, 78, 79, 76, 186, 183, 76, 383, 77, 78,
|
|
79, 77, 78, 79, 76, 77, 78, 79, 76, 383,
|
|
383, 184, 76, 383, 77, 78, 79, 383, 383, 76,
|
|
77, 78, 79, 77, 78, 79, 185, 187, 76, 383,
|
|
192, 77, 78, 79, 189, 77, 78, 79, 76, 77,
|
|
78, 79, 188, 76, 383, 383, 77, 78, 79, 383,
|
|
|
|
190, 383, 191, 194, 383, 77, 78, 79, 383, 195,
|
|
195, 195, 195, 195, 195, 77, 78, 79, 383, 383,
|
|
77, 78, 79, 134, 134, 134, 134, 134, 134, 134,
|
|
134, 134, 134, 134, 134, 134, 134, 140, 383, 383,
|
|
383, 383, 197, 383, 63, 383, 383, 197, 137, 137,
|
|
137, 137, 137, 137, 137, 383, 383, 383, 383, 200,
|
|
197, 383, 63, 141, 383, 383, 383, 197, 137, 137,
|
|
137, 137, 137, 137, 137, 76, 383, 383, 210, 76,
|
|
61, 383, 63, 76, 383, 61, 201, 202, 203, 383,
|
|
142, 143, 144, 139, 139, 139, 139, 139, 61, 383,
|
|
|
|
63, 383, 77, 78, 79, 61, 77, 78, 79, 139,
|
|
77, 78, 79, 76, 214, 211, 76, 383, 383, 76,
|
|
383, 383, 76, 212, 216, 383, 213, 139, 76, 215,
|
|
383, 383, 383, 76, 383, 383, 383, 76, 383, 383,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 77,
|
|
78, 79, 139, 383, 76, 77, 78, 79, 217, 219,
|
|
77, 78, 79, 76, 77, 78, 79, 76, 383, 223,
|
|
218, 76, 383, 383, 383, 76, 383, 221, 383, 220,
|
|
76, 77, 78, 79, 76, 383, 383, 383, 383, 383,
|
|
77, 78, 79, 222, 77, 78, 79, 76, 77, 78,
|
|
|
|
79, 76, 77, 78, 79, 224, 76, 77, 78, 79,
|
|
383, 77, 78, 79, 76, 227, 225, 76, 383, 229,
|
|
226, 76, 228, 383, 77, 78, 79, 230, 77, 78,
|
|
79, 383, 383, 77, 78, 79, 76, 383, 383, 231,
|
|
76, 77, 78, 79, 77, 78, 79, 383, 77, 78,
|
|
79, 235, 76, 232, 233, 76, 383, 383, 76, 383,
|
|
238, 383, 383, 77, 78, 79, 237, 77, 78, 79,
|
|
383, 76, 383, 383, 76, 383, 234, 236, 239, 77,
|
|
78, 79, 77, 78, 79, 77, 78, 79, 76, 383,
|
|
383, 76, 383, 383, 76, 215, 383, 383, 77, 78,
|
|
|
|
79, 77, 78, 79, 383, 383, 241, 76, 240, 383,
|
|
76, 383, 383, 76, 383, 77, 78, 79, 77, 78,
|
|
79, 77, 78, 79, 76, 242, 383, 76, 383, 383,
|
|
244, 243, 76, 245, 77, 78, 79, 77, 78, 79,
|
|
77, 78, 79, 383, 140, 383, 247, 246, 76, 383,
|
|
383, 77, 78, 79, 77, 78, 79, 76, 248, 77,
|
|
78, 79, 383, 76, 251, 251, 251, 251, 251, 251,
|
|
256, 383, 249, 250, 383, 77, 78, 79, 383, 383,
|
|
383, 76, 383, 383, 77, 78, 79, 76, 383, 383,
|
|
77, 78, 79, 263, 76, 383, 383, 257, 258, 259,
|
|
|
|
199, 199, 199, 199, 199, 199, 199, 264, 77, 78,
|
|
79, 76, 383, 266, 77, 78, 79, 76, 383, 383,
|
|
76, 77, 78, 79, 267, 265, 76, 383, 383, 383,
|
|
383, 76, 383, 383, 268, 383, 76, 383, 77, 78,
|
|
79, 76, 383, 383, 77, 78, 79, 77, 78, 79,
|
|
76, 270, 383, 77, 78, 79, 272, 76, 77, 78,
|
|
79, 76, 269, 77, 78, 79, 383, 76, 77, 78,
|
|
79, 76, 383, 271, 383, 76, 383, 77, 78, 79,
|
|
273, 274, 275, 76, 77, 78, 79, 76, 77, 78,
|
|
79, 76, 383, 383, 77, 78, 79, 76, 77, 78,
|
|
|
|
79, 276, 77, 78, 79, 278, 277, 76, 383, 280,
|
|
77, 78, 79, 76, 77, 78, 79, 76, 77, 78,
|
|
79, 279, 383, 76, 77, 78, 79, 76, 282, 383,
|
|
76, 383, 383, 76, 77, 78, 79, 241, 283, 383,
|
|
77, 78, 79, 281, 77, 78, 79, 383, 383, 76,
|
|
77, 78, 79, 284, 77, 78, 79, 77, 78, 79,
|
|
77, 78, 79, 76, 383, 383, 76, 383, 285, 383,
|
|
76, 383, 383, 383, 383, 76, 77, 78, 79, 383,
|
|
76, 383, 383, 76, 383, 383, 76, 288, 383, 383,
|
|
77, 78, 79, 77, 78, 79, 286, 77, 78, 79,
|
|
|
|
287, 291, 77, 78, 79, 289, 76, 77, 78, 79,
|
|
77, 78, 79, 77, 78, 79, 76, 383, 383, 294,
|
|
383, 76, 290, 383, 76, 383, 383, 292, 76, 383,
|
|
383, 383, 293, 77, 78, 79, 76, 383, 296, 383,
|
|
140, 76, 383, 77, 78, 79, 295, 303, 77, 78,
|
|
79, 77, 78, 79, 383, 77, 78, 79, 255, 255,
|
|
255, 255, 255, 77, 78, 79, 256, 304, 77, 78,
|
|
79, 76, 306, 383, 255, 383, 76, 307, 383, 76,
|
|
383, 305, 383, 76, 383, 383, 76, 383, 383, 383,
|
|
308, 383, 255, 257, 258, 259, 383, 76, 77, 78,
|
|
|
|
79, 312, 383, 77, 78, 79, 77, 78, 79, 383,
|
|
77, 78, 79, 77, 78, 79, 76, 255, 309, 76,
|
|
311, 310, 76, 383, 77, 78, 79, 76, 383, 313,
|
|
76, 383, 383, 76, 383, 383, 76, 383, 316, 383,
|
|
315, 383, 314, 77, 78, 79, 77, 78, 79, 77,
|
|
78, 79, 76, 383, 77, 78, 79, 77, 78, 79,
|
|
77, 78, 79, 77, 78, 79, 76, 383, 320, 76,
|
|
383, 383, 76, 317, 383, 319, 76, 383, 306, 77,
|
|
78, 79, 321, 76, 383, 318, 76, 383, 383, 76,
|
|
306, 324, 76, 77, 78, 79, 77, 78, 79, 77,
|
|
|
|
78, 79, 76, 77, 78, 79, 76, 325, 322, 76,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 77,
|
|
78, 79, 76, 383, 383, 76, 323, 383, 76, 77,
|
|
78, 79, 76, 77, 78, 79, 77, 78, 79, 383,
|
|
326, 383, 76, 383, 383, 383, 383, 383, 76, 77,
|
|
78, 79, 77, 78, 79, 77, 78, 79, 327, 77,
|
|
78, 79, 328, 76, 332, 383, 329, 76, 383, 77,
|
|
78, 79, 383, 76, 383, 77, 78, 79, 76, 383,
|
|
383, 333, 76, 335, 383, 383, 383, 76, 336, 383,
|
|
77, 78, 79, 76, 77, 78, 79, 76, 334, 383,
|
|
|
|
77, 78, 79, 383, 76, 77, 78, 79, 383, 77,
|
|
78, 79, 76, 383, 77, 78, 79, 337, 338, 76,
|
|
77, 78, 79, 76, 77, 78, 79, 76, 340, 339,
|
|
76, 77, 78, 79, 383, 383, 383, 76, 383, 77,
|
|
78, 79, 341, 341, 383, 76, 77, 78, 79, 342,
|
|
77, 78, 79, 343, 77, 78, 79, 77, 78, 79,
|
|
383, 76, 383, 383, 77, 78, 79, 76, 383, 383,
|
|
383, 76, 77, 78, 79, 344, 383, 345, 383, 76,
|
|
383, 383, 76, 383, 383, 76, 383, 383, 77, 78,
|
|
79, 76, 383, 383, 77, 78, 79, 237, 77, 78,
|
|
|
|
79, 383, 76, 346, 383, 76, 77, 78, 79, 77,
|
|
78, 79, 77, 78, 79, 76, 383, 349, 77, 78,
|
|
79, 347, 348, 76, 383, 383, 383, 353, 76, 77,
|
|
78, 79, 77, 78, 79, 212, 76, 351, 383, 76,
|
|
383, 383, 77, 78, 79, 383, 383, 383, 76, 383,
|
|
77, 78, 79, 383, 76, 77, 78, 79, 354, 352,
|
|
355, 76, 383, 77, 78, 79, 77, 78, 79, 383,
|
|
76, 383, 383, 357, 76, 77, 78, 79, 76, 383,
|
|
358, 77, 78, 79, 356, 76, 383, 383, 77, 78,
|
|
79, 341, 383, 383, 76, 383, 383, 77, 78, 79,
|
|
|
|
341, 77, 78, 79, 76, 77, 78, 79, 383, 359,
|
|
76, 383, 77, 78, 79, 383, 76, 383, 383, 383,
|
|
76, 77, 78, 79, 76, 360, 362, 366, 383, 76,
|
|
383, 77, 78, 79, 361, 363, 76, 77, 78, 79,
|
|
76, 383, 293, 77, 78, 79, 383, 77, 78, 79,
|
|
383, 77, 78, 79, 76, 383, 77, 78, 79, 76,
|
|
367, 365, 368, 77, 78, 79, 212, 77, 78, 79,
|
|
76, 383, 383, 76, 383, 383, 383, 383, 383, 369,
|
|
383, 77, 78, 79, 76, 383, 77, 78, 79, 76,
|
|
383, 383, 76, 383, 383, 76, 383, 77, 78, 79,
|
|
|
|
77, 78, 79, 383, 76, 370, 383, 371, 76, 372,
|
|
359, 77, 78, 79, 76, 383, 77, 78, 79, 77,
|
|
78, 79, 77, 78, 79, 76, 383, 373, 76, 377,
|
|
366, 77, 78, 79, 76, 77, 78, 79, 76, 383,
|
|
374, 77, 78, 79, 375, 76, 383, 383, 383, 383,
|
|
383, 76, 77, 78, 79, 77, 78, 79, 76, 383,
|
|
383, 77, 78, 79, 376, 77, 78, 79, 341, 76,
|
|
379, 383, 77, 78, 79, 341, 76, 378, 77, 78,
|
|
79, 76, 383, 381, 76, 77, 78, 79, 76, 383,
|
|
383, 76, 383, 383, 383, 341, 77, 78, 79, 383,
|
|
|
|
341, 76, 383, 77, 78, 79, 380, 383, 77, 78,
|
|
79, 77, 78, 79, 76, 77, 78, 79, 77, 78,
|
|
79, 76, 383, 383, 383, 383, 341, 382, 77, 78,
|
|
79, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 77, 78, 79, 383, 383, 383, 383, 77, 78,
|
|
79, 46, 46, 46, 46, 46, 46, 46, 46, 46,
|
|
46, 46, 46, 46, 46, 48, 48, 48, 48, 48,
|
|
48, 48, 48, 48, 48, 48, 48, 48, 48, 51,
|
|
51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
|
|
51, 51, 51, 54, 54, 54, 54, 54, 54, 54,
|
|
|
|
54, 54, 54, 54, 54, 54, 54, 57, 383, 57,
|
|
383, 57, 383, 57, 66, 383, 383, 66, 383, 66,
|
|
66, 66, 66, 66, 75, 75, 383, 75, 75, 75,
|
|
75, 75, 75, 124, 124, 124, 124, 124, 124, 124,
|
|
124, 124, 124, 124, 124, 124, 124, 127, 127, 127,
|
|
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
|
|
129, 383, 129, 129, 129, 129, 129, 129, 129, 129,
|
|
129, 129, 129, 129, 138, 383, 138, 138, 138, 138,
|
|
138, 138, 138, 138, 138, 138, 138, 138, 139, 139,
|
|
139, 139, 139, 139, 139, 139, 139, 148, 148, 148,
|
|
|
|
196, 383, 383, 383, 383, 196, 196, 196, 199, 199,
|
|
199, 199, 199, 207, 207, 207, 383, 383, 207, 252,
|
|
252, 252, 255, 255, 255, 255, 255, 255, 255, 255,
|
|
255, 7, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383
|
|
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_chk[2300] =
|
|
{ 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, 9, 11, 9,
|
|
13, 14, 13, 13, 13, 13, 13, 13, 13, 50,
|
|
364, 50, 81, 81, 350, 13, 14, 19, 331, 14,
|
|
16, 51, 198, 330, 16, 198, 302, 20, 301, 300,
|
|
|
|
11, 22, 299, 13, 14, 15, 15, 15, 15, 15,
|
|
15, 15, 20, 22, 19, 19, 19, 15, 15, 15,
|
|
16, 262, 15, 51, 20, 20, 20, 261, 22, 22,
|
|
22, 260, 23, 25, 259, 15, 15, 15, 258, 25,
|
|
257, 254, 15, 252, 251, 209, 23, 16, 16, 16,
|
|
17, 206, 17, 17, 17, 17, 17, 17, 17, 23,
|
|
23, 23, 17, 73, 205, 17, 25, 25, 25, 17,
|
|
73, 204, 17, 73, 17, 148, 17, 203, 148, 24,
|
|
17, 73, 24, 17, 202, 201, 193, 150, 149, 17,
|
|
73, 24, 146, 24, 145, 148, 17, 73, 17, 21,
|
|
|
|
21, 24, 148, 21, 21, 21, 21, 21, 21, 21,
|
|
26, 26, 26, 26, 26, 26, 26, 28, 24, 24,
|
|
24, 27, 27, 27, 27, 32, 144, 143, 21, 27,
|
|
27, 142, 29, 135, 131, 27, 129, 32, 125, 124,
|
|
28, 29, 123, 122, 28, 28, 28, 29, 79, 78,
|
|
33, 77, 32, 32, 32, 21, 21, 21, 34, 29,
|
|
29, 29, 27, 27, 27, 30, 71, 30, 33, 35,
|
|
70, 69, 34, 68, 37, 30, 59, 33, 33, 33,
|
|
30, 54, 38, 53, 35, 34, 34, 34, 38, 36,
|
|
37, 36, 30, 30, 30, 36, 35, 35, 35, 36,
|
|
|
|
40, 37, 37, 37, 39, 47, 46, 45, 44, 38,
|
|
38, 38, 42, 39, 42, 43, 36, 36, 36, 31,
|
|
18, 12, 7, 40, 39, 6, 5, 40, 40, 40,
|
|
4, 39, 39, 39, 41, 3, 0, 41, 0, 42,
|
|
42, 42, 0, 0, 41, 0, 41, 0, 41, 66,
|
|
0, 0, 0, 41, 55, 55, 55, 55, 55, 55,
|
|
0, 41, 41, 41, 58, 58, 0, 0, 58, 58,
|
|
58, 58, 58, 58, 58, 66, 0, 0, 55, 57,
|
|
0, 57, 57, 57, 57, 57, 57, 57, 75, 0,
|
|
0, 57, 80, 0, 57, 0, 0, 0, 57, 0,
|
|
|
|
0, 57, 66, 66, 66, 0, 0, 0, 0, 57,
|
|
0, 0, 57, 80, 0, 75, 75, 75, 57, 80,
|
|
80, 80, 62, 62, 0, 57, 62, 62, 62, 62,
|
|
62, 62, 62, 67, 67, 67, 67, 67, 67, 67,
|
|
76, 76, 76, 76, 76, 82, 82, 0, 207, 83,
|
|
0, 207, 86, 0, 0, 84, 76, 0, 0, 0,
|
|
86, 82, 84, 82, 83, 85, 82, 87, 207, 85,
|
|
0, 0, 0, 87, 76, 207, 83, 83, 83, 82,
|
|
88, 82, 84, 84, 84, 89, 82, 86, 86, 86,
|
|
90, 0, 88, 89, 0, 0, 85, 85, 85, 76,
|
|
|
|
87, 87, 87, 91, 0, 0, 0, 88, 88, 88,
|
|
92, 0, 91, 93, 0, 0, 92, 90, 90, 90,
|
|
89, 89, 89, 98, 0, 98, 96, 93, 0, 95,
|
|
91, 91, 91, 94, 0, 96, 99, 92, 92, 92,
|
|
93, 93, 93, 94, 95, 94, 96, 97, 94, 99,
|
|
98, 98, 98, 96, 96, 96, 95, 95, 95, 100,
|
|
94, 94, 94, 99, 99, 99, 0, 97, 101, 0,
|
|
0, 102, 0, 0, 97, 97, 97, 0, 0, 100,
|
|
103, 101, 0, 106, 0, 0, 100, 100, 100, 104,
|
|
0, 0, 102, 0, 0, 101, 101, 101, 102, 102,
|
|
|
|
102, 103, 109, 106, 104, 105, 0, 103, 103, 103,
|
|
106, 106, 106, 107, 0, 0, 104, 104, 104, 0,
|
|
105, 108, 109, 0, 110, 0, 0, 107, 115, 109,
|
|
109, 109, 105, 105, 105, 108, 110, 111, 0, 111,
|
|
107, 107, 107, 112, 115, 112, 113, 0, 108, 108,
|
|
108, 110, 110, 110, 116, 115, 115, 115, 114, 0,
|
|
0, 113, 121, 0, 111, 111, 111, 0, 0, 118,
|
|
112, 112, 112, 113, 113, 113, 114, 116, 117, 0,
|
|
121, 116, 116, 116, 118, 114, 114, 114, 119, 121,
|
|
121, 121, 117, 120, 0, 0, 118, 118, 118, 0,
|
|
|
|
119, 0, 120, 130, 0, 117, 117, 117, 0, 130,
|
|
130, 130, 130, 130, 130, 119, 119, 119, 0, 0,
|
|
120, 120, 120, 133, 133, 133, 133, 133, 133, 133,
|
|
134, 134, 134, 134, 134, 134, 134, 139, 0, 0,
|
|
0, 0, 134, 0, 134, 0, 0, 134, 136, 136,
|
|
136, 136, 136, 136, 136, 0, 0, 0, 0, 140,
|
|
134, 0, 134, 139, 0, 0, 0, 134, 137, 137,
|
|
137, 137, 137, 137, 137, 151, 0, 0, 151, 152,
|
|
137, 0, 137, 153, 0, 137, 140, 140, 140, 0,
|
|
139, 139, 139, 141, 141, 141, 141, 141, 137, 0,
|
|
|
|
137, 0, 151, 151, 151, 137, 152, 152, 152, 141,
|
|
153, 153, 153, 154, 156, 154, 155, 0, 0, 157,
|
|
0, 0, 158, 155, 159, 0, 155, 141, 156, 158,
|
|
0, 0, 0, 159, 0, 0, 0, 160, 0, 0,
|
|
154, 154, 154, 155, 155, 155, 157, 157, 157, 158,
|
|
158, 158, 141, 0, 162, 156, 156, 156, 160, 162,
|
|
159, 159, 159, 161, 160, 160, 160, 163, 0, 166,
|
|
161, 164, 0, 0, 0, 165, 0, 164, 0, 163,
|
|
166, 162, 162, 162, 167, 0, 0, 0, 0, 0,
|
|
161, 161, 161, 165, 163, 163, 163, 170, 164, 164,
|
|
|
|
164, 168, 165, 165, 165, 167, 171, 166, 166, 166,
|
|
0, 167, 167, 167, 169, 170, 168, 172, 0, 172,
|
|
169, 173, 171, 0, 170, 170, 170, 173, 168, 168,
|
|
168, 0, 0, 171, 171, 171, 174, 0, 0, 174,
|
|
175, 169, 169, 169, 172, 172, 172, 0, 173, 173,
|
|
173, 178, 176, 175, 176, 177, 0, 0, 179, 0,
|
|
181, 0, 0, 174, 174, 174, 179, 175, 175, 175,
|
|
0, 178, 0, 0, 181, 0, 177, 178, 181, 176,
|
|
176, 176, 177, 177, 177, 179, 179, 179, 180, 0,
|
|
0, 182, 0, 0, 183, 180, 0, 0, 178, 178,
|
|
|
|
178, 181, 181, 181, 0, 0, 183, 184, 182, 0,
|
|
185, 0, 0, 187, 0, 180, 180, 180, 182, 182,
|
|
182, 183, 183, 183, 186, 184, 0, 188, 0, 0,
|
|
186, 185, 189, 187, 184, 184, 184, 185, 185, 185,
|
|
187, 187, 187, 0, 199, 0, 189, 188, 190, 0,
|
|
0, 186, 186, 186, 188, 188, 188, 191, 190, 189,
|
|
189, 189, 0, 192, 195, 195, 195, 195, 195, 195,
|
|
199, 0, 191, 192, 0, 190, 190, 190, 0, 0,
|
|
0, 210, 0, 0, 191, 191, 191, 211, 0, 0,
|
|
192, 192, 192, 210, 212, 0, 0, 199, 199, 199,
|
|
|
|
200, 200, 200, 200, 200, 200, 200, 211, 210, 210,
|
|
210, 213, 0, 214, 211, 211, 211, 215, 0, 0,
|
|
217, 212, 212, 212, 216, 213, 214, 0, 0, 0,
|
|
0, 216, 0, 0, 217, 0, 221, 0, 213, 213,
|
|
213, 219, 0, 0, 215, 215, 215, 217, 217, 217,
|
|
218, 219, 0, 214, 214, 214, 221, 226, 216, 216,
|
|
216, 220, 218, 221, 221, 221, 0, 222, 219, 219,
|
|
219, 223, 0, 220, 0, 224, 0, 218, 218, 218,
|
|
222, 223, 224, 225, 226, 226, 226, 227, 220, 220,
|
|
220, 228, 0, 0, 222, 222, 222, 231, 223, 223,
|
|
|
|
223, 225, 224, 224, 224, 229, 228, 230, 0, 231,
|
|
225, 225, 225, 232, 227, 227, 227, 233, 228, 228,
|
|
228, 230, 0, 229, 231, 231, 231, 234, 235, 0,
|
|
236, 0, 0, 237, 230, 230, 230, 233, 236, 0,
|
|
232, 232, 232, 234, 233, 233, 233, 0, 0, 235,
|
|
229, 229, 229, 238, 234, 234, 234, 236, 236, 236,
|
|
237, 237, 237, 239, 0, 0, 238, 0, 239, 0,
|
|
241, 0, 0, 0, 0, 240, 235, 235, 235, 0,
|
|
242, 0, 0, 243, 0, 0, 244, 243, 0, 0,
|
|
239, 239, 239, 238, 238, 238, 240, 241, 241, 241,
|
|
|
|
242, 246, 240, 240, 240, 244, 248, 242, 242, 242,
|
|
243, 243, 243, 244, 244, 244, 245, 0, 0, 248,
|
|
0, 246, 245, 0, 247, 0, 0, 246, 249, 0,
|
|
0, 0, 247, 248, 248, 248, 250, 0, 250, 0,
|
|
255, 263, 0, 245, 245, 245, 249, 263, 246, 246,
|
|
246, 247, 247, 247, 0, 249, 249, 249, 256, 256,
|
|
256, 256, 256, 250, 250, 250, 255, 264, 263, 263,
|
|
263, 265, 266, 0, 256, 0, 264, 267, 0, 268,
|
|
0, 265, 0, 266, 0, 0, 267, 0, 0, 0,
|
|
268, 0, 256, 255, 255, 255, 0, 272, 265, 265,
|
|
|
|
265, 272, 0, 264, 264, 264, 268, 268, 268, 0,
|
|
266, 266, 266, 267, 267, 267, 269, 256, 269, 270,
|
|
271, 270, 271, 0, 272, 272, 272, 273, 0, 273,
|
|
274, 0, 0, 275, 0, 0, 276, 0, 276, 0,
|
|
275, 0, 274, 269, 269, 269, 270, 270, 270, 271,
|
|
271, 271, 277, 0, 273, 273, 273, 274, 274, 274,
|
|
275, 275, 275, 276, 276, 276, 279, 0, 281, 280,
|
|
0, 0, 282, 277, 0, 280, 283, 0, 284, 277,
|
|
277, 277, 283, 285, 0, 279, 281, 0, 0, 284,
|
|
285, 289, 287, 279, 279, 279, 280, 280, 280, 282,
|
|
|
|
282, 282, 286, 283, 283, 283, 288, 291, 286, 289,
|
|
285, 285, 285, 281, 281, 281, 284, 284, 284, 287,
|
|
287, 287, 290, 0, 0, 293, 288, 0, 291, 286,
|
|
286, 286, 292, 288, 288, 288, 289, 289, 289, 0,
|
|
292, 0, 295, 0, 0, 0, 0, 0, 294, 290,
|
|
290, 290, 293, 293, 293, 291, 291, 291, 294, 292,
|
|
292, 292, 295, 296, 303, 0, 296, 304, 0, 295,
|
|
295, 295, 0, 303, 0, 294, 294, 294, 305, 0,
|
|
0, 304, 306, 307, 0, 0, 0, 307, 308, 0,
|
|
296, 296, 296, 308, 304, 304, 304, 309, 305, 0,
|
|
|
|
303, 303, 303, 0, 310, 305, 305, 305, 0, 306,
|
|
306, 306, 319, 0, 307, 307, 307, 309, 310, 312,
|
|
308, 308, 308, 313, 309, 309, 309, 311, 312, 311,
|
|
314, 310, 310, 310, 0, 0, 0, 315, 0, 319,
|
|
319, 319, 314, 313, 0, 316, 312, 312, 312, 315,
|
|
313, 313, 313, 316, 311, 311, 311, 314, 314, 314,
|
|
0, 317, 0, 0, 315, 315, 315, 318, 0, 0,
|
|
0, 322, 316, 316, 316, 317, 0, 318, 0, 321,
|
|
0, 0, 323, 0, 0, 325, 0, 0, 317, 317,
|
|
317, 328, 0, 0, 318, 318, 318, 321, 322, 322,
|
|
|
|
322, 0, 327, 323, 0, 329, 321, 321, 321, 323,
|
|
323, 323, 325, 325, 325, 326, 0, 329, 328, 328,
|
|
328, 326, 327, 332, 0, 0, 0, 335, 333, 327,
|
|
327, 327, 329, 329, 329, 333, 334, 332, 0, 335,
|
|
0, 0, 326, 326, 326, 0, 0, 0, 336, 0,
|
|
332, 332, 332, 0, 337, 333, 333, 333, 336, 334,
|
|
337, 339, 0, 334, 334, 334, 335, 335, 335, 0,
|
|
338, 0, 0, 339, 340, 336, 336, 336, 341, 0,
|
|
340, 337, 337, 337, 338, 342, 0, 0, 339, 339,
|
|
339, 342, 0, 0, 343, 0, 0, 338, 338, 338,
|
|
|
|
343, 340, 340, 340, 344, 341, 341, 341, 0, 344,
|
|
345, 0, 342, 342, 342, 0, 346, 0, 0, 0,
|
|
348, 343, 343, 343, 347, 345, 348, 353, 0, 349,
|
|
0, 344, 344, 344, 346, 349, 354, 345, 345, 345,
|
|
353, 0, 347, 346, 346, 346, 0, 348, 348, 348,
|
|
0, 347, 347, 347, 351, 0, 349, 349, 349, 352,
|
|
354, 351, 355, 354, 354, 354, 352, 353, 353, 353,
|
|
355, 0, 0, 356, 0, 0, 0, 0, 0, 356,
|
|
0, 351, 351, 351, 357, 0, 352, 352, 352, 358,
|
|
0, 0, 359, 0, 0, 360, 0, 355, 355, 355,
|
|
|
|
356, 356, 356, 0, 361, 357, 0, 358, 363, 360,
|
|
361, 357, 357, 357, 365, 0, 358, 358, 358, 359,
|
|
359, 359, 360, 360, 360, 362, 0, 363, 366, 371,
|
|
362, 361, 361, 361, 367, 363, 363, 363, 368, 0,
|
|
367, 365, 365, 365, 368, 369, 0, 0, 0, 0,
|
|
0, 371, 362, 362, 362, 366, 366, 366, 372, 0,
|
|
0, 367, 367, 367, 369, 368, 368, 368, 377, 370,
|
|
373, 0, 369, 369, 369, 370, 374, 372, 371, 371,
|
|
371, 376, 0, 378, 375, 372, 372, 372, 373, 0,
|
|
0, 377, 0, 0, 0, 374, 370, 370, 370, 0,
|
|
|
|
376, 378, 0, 374, 374, 374, 375, 0, 376, 376,
|
|
376, 375, 375, 375, 382, 373, 373, 373, 377, 377,
|
|
377, 380, 0, 0, 0, 0, 382, 380, 378, 378,
|
|
378, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 382, 382, 382, 0, 0, 0, 0, 380, 380,
|
|
380, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 385, 385, 385, 385, 385,
|
|
385, 385, 385, 385, 385, 385, 385, 385, 385, 386,
|
|
386, 386, 386, 386, 386, 386, 386, 386, 386, 386,
|
|
386, 386, 386, 387, 387, 387, 387, 387, 387, 387,
|
|
|
|
387, 387, 387, 387, 387, 387, 387, 388, 0, 388,
|
|
0, 388, 0, 388, 389, 0, 0, 389, 0, 389,
|
|
389, 389, 389, 389, 390, 390, 0, 390, 390, 390,
|
|
390, 390, 390, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 392, 392, 392,
|
|
392, 392, 392, 392, 392, 392, 392, 392, 392, 392,
|
|
393, 0, 393, 393, 393, 393, 393, 393, 393, 393,
|
|
393, 393, 393, 393, 394, 0, 394, 394, 394, 394,
|
|
394, 394, 394, 394, 394, 394, 394, 394, 395, 395,
|
|
395, 395, 395, 395, 395, 395, 395, 396, 396, 396,
|
|
|
|
397, 0, 0, 0, 0, 397, 397, 397, 398, 398,
|
|
398, 398, 398, 399, 399, 399, 0, 0, 399, 400,
|
|
400, 400, 401, 401, 401, 401, 401, 401, 401, 401,
|
|
401, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383
|
|
|
|
} ;
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
extern int ncg_flex_debug;
|
|
int ncg_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 *ncgtext;
|
|
#line 1 "ncgen.l"
|
|
#line 2 "ncgen.l"
|
|
/*********************************************************************
|
|
* Copyright 1993, UCAR/Unidata
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
* $Id: ncgen.l,v 1.24 2009/09/25 18:22:35 dmh Exp $
|
|
*********************************************************************/
|
|
|
|
/* Problems:
|
|
1. We assume the input is true utf8.
|
|
Unfortunately, we may actually get iso-latin-8859-1.
|
|
This means that there will be ambiguity about the characters
|
|
in the range 128-255 because they will look like n-byte unicode
|
|
when they are 1-byte 8859 characters. Because of our encoding,
|
|
8859 characters above 128 will be handles as n-byte utf8 and so
|
|
will probably not lex correctly.
|
|
Solution: assume utf8 and note in the documentation that
|
|
ISO8859 is specifically unsupported.
|
|
2. The netcdf function NC_check_name in string.c must be modified to
|
|
conform to the use of UTF8.
|
|
3. We actually have three tests for UTF8 of increasing correctness
|
|
(in the sense that the least correct will allow some sequences that
|
|
are technically illegal UTF8).
|
|
The tests are derived from the table at
|
|
http://www.w3.org/2005/03/23-lex-U
|
|
We include lexical definitions for all three, but use the second version.
|
|
4. Single character constants enclosed in '...' cannot be
|
|
utf-8, so we assume they are by default encoded using the 1-byte
|
|
subset of utf-8. It turns out that this subset is in fact
|
|
equivalent to US-Ascii (7-bit).
|
|
We could use ISO-8859-1, but that conflicts with UTF-8 above value 127.
|
|
*/
|
|
|
|
/* lex specification for tokens for ncgen */
|
|
|
|
/* Fill value used by ncdump from version 2.4 and later. Should match
|
|
definition of FILL_STRING in ../ncdump/vardata.h */
|
|
#define FILL_STRING "_"
|
|
#define XDR_INT32_MIN (-2147483647-1)
|
|
#define XDR_INT32_MAX 2147483647
|
|
#define XDR_INT64_MIN (-9223372036854775807LL-1)
|
|
#define XDR_INT64_MAX (9223372036854775807LL)
|
|
|
|
/*Mnemonics*/
|
|
#define ISIDENT 1
|
|
|
|
char errstr[100]; /* for short error messages */
|
|
|
|
int lineno; /* line number for error messages */
|
|
Bytebuffer* lextext; /* name or string with escapes removed */
|
|
|
|
#define YY_BREAK /* defining as nothing eliminates unreachable
|
|
statement warnings from flex output,
|
|
but make sure every action ends with
|
|
"return" or "break"! */
|
|
|
|
int specialconstants; /* 1 if nan, nanf, infinity, etc is used */
|
|
double double_val; /* last double value read */
|
|
float float_val; /* last float value read */
|
|
long long int64_val; /* last int64 value read */
|
|
int int32_val; /* last int32 value read */
|
|
short int16_val; /* last short value read */
|
|
unsigned long long uint64_val; /* last int64 value read */
|
|
unsigned int uint32_val; /* last int32 value read */
|
|
unsigned short uint16_val; /* last short value read */
|
|
char char_val; /* last char value read */
|
|
signed char byte_val; /* last byte value read */
|
|
unsigned char ubyte_val; /* last byte value read */
|
|
|
|
static Symbol* makepath(char* text);
|
|
static int lexdebug(int);
|
|
static int parseLL(char* text);
|
|
|
|
static struct Specialtoken {
|
|
char* name;
|
|
int token;
|
|
} specials[] = {
|
|
{"_FillValue",_FILLVALUE},
|
|
{"_Format",_FORMAT},
|
|
{"_Storage",_STORAGE},
|
|
{"_ChunkSizes",_CHUNKSIZES},
|
|
{"_Fletcher32",_FLETCHER32},
|
|
{"_DeflateLevel",_DEFLATELEVEL},
|
|
{"_Shuffle",_SHUFFLE},
|
|
{"_Endianness",_ENDIANNESS},
|
|
{"_NoFill",_NOFILL},
|
|
{NULL,0} /* null terminate */
|
|
};
|
|
|
|
|
|
|
|
/* The most correct (validating) version of UTF8 character set
|
|
(Taken from: http://www.w3.org/2005/03/23-lex-U)
|
|
|
|
The lines of the expression cover the UTF8 characters as follows:
|
|
1. non-overlong 2-byte
|
|
2. excluding overlongs
|
|
3. straight 3-byte
|
|
4. excluding surrogates
|
|
5. straight 3-byte
|
|
6. planes 1-3
|
|
7. planes 4-15
|
|
8. plane 16
|
|
|
|
UTF8 ([\xC2-\xDF][\x80-\xBF]) \
|
|
| (\xE0[\xA0-\xBF][\x80-\xBF]) \
|
|
| ([\xE1-\xEC][\x80-\xBF][\x80-\xBF]) \
|
|
| (\xED[\x80-\x9F][\x80-\xBF]) \
|
|
| ([\xEE-\xEF][\x80-\xBF][\x80-\xBF]) \
|
|
| (\xF0[\x90-\xBF][\x80-\xBF][\x80-\xBF]) \
|
|
| ([\xF1-\xF3][\x80-\xBF][\x80-\xBF][\x80-\xBF]) \
|
|
| (\xF4[\x80-\x8F][\x80-\xBF][\x80-\xBF]) \
|
|
|
|
*/
|
|
/* Wish there was some way to ifdef lex files */
|
|
/*The most relaxed version of UTF8 (not used)
|
|
UTF8 ([\xC0-\xD6].)|([\xE0-\xEF]..)|([\xF0-\xF7]...)
|
|
*/
|
|
/*The partially relaxed version of UTF8, and the one used here */
|
|
/* The old definition of ID
|
|
ID ([A-Za-z_]|{UTF8})([A-Z.@#\[\]a-z_0-9+-]|{UTF8})*
|
|
*/
|
|
/* Don't permit control characters or '/' in names, but other special
|
|
chars OK if escaped. Note that to preserve backwards
|
|
compatibility, none of the characters _.@+- should be escaped, as
|
|
they were previously permitted in names without escaping. */
|
|
/* New definition to conform to a subset of string.c */
|
|
/* Capture a datasetidentifier */
|
|
/* DATASETID ([a-zA-Z0-9!#$%&*:;<=>?/^|~_.@+-]|{UTF8})* */
|
|
/* Note: this definition of string will work for utf8 as well,
|
|
although it is a very relaxed definition
|
|
*/
|
|
#line 1238 "ncgenyy.c"
|
|
|
|
#define INITIAL 0
|
|
#define ST_C_COMMENT 1
|
|
#define TEXT 2
|
|
|
|
#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 ncglex_destroy (void );
|
|
|
|
int ncgget_debug (void );
|
|
|
|
void ncgset_debug (int debug_flag );
|
|
|
|
YY_EXTRA_TYPE ncgget_extra (void );
|
|
|
|
void ncgset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
FILE *ncgget_in (void );
|
|
|
|
void ncgset_in (FILE * in_str );
|
|
|
|
FILE *ncgget_out (void );
|
|
|
|
void ncgset_out (FILE * out_str );
|
|
|
|
int ncgget_leng (void );
|
|
|
|
char *ncgget_text (void );
|
|
|
|
int ncgget_lineno (void );
|
|
|
|
void ncgset_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 ncgwrap (void );
|
|
#else
|
|
extern int ncgwrap (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
|
|
#define YY_READ_BUF_SIZE 8192
|
|
#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( ncgtext, ncgleng, 1, ncgout )) {} } 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 = '*'; \
|
|
unsigned n; \
|
|
for ( n = 0; n < max_size && \
|
|
(c = getc( ncgin )) != EOF && c != '\n'; ++n ) \
|
|
buf[n] = (char) c; \
|
|
if ( c == '\n' ) \
|
|
buf[n++] = (char) c; \
|
|
if ( c == EOF && ferror( ncgin ) ) \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
result = n; \
|
|
} \
|
|
else \
|
|
{ \
|
|
errno=0; \
|
|
while ( (result = fread(buf, 1, max_size, ncgin))==0 && ferror(ncgin)) \
|
|
{ \
|
|
if( errno != EINTR) \
|
|
{ \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
break; \
|
|
} \
|
|
errno=0; \
|
|
clearerr(ncgin); \
|
|
} \
|
|
}\
|
|
\
|
|
|
|
#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 ncglex (void);
|
|
|
|
#define YY_DECL int ncglex (void)
|
|
#endif /* !YY_DECL */
|
|
|
|
/* Code executed at the beginning of each rule, after ncgtext and ncgleng
|
|
* have been set up.
|
|
*/
|
|
#ifndef YY_USER_ACTION
|
|
#define YY_USER_ACTION
|
|
#endif
|
|
|
|
/* Code executed at the end of each rule. */
|
|
#ifndef YY_BREAK
|
|
#define YY_BREAK break;
|
|
#endif
|
|
|
|
#define YY_RULE_SETUP \
|
|
YY_USER_ACTION
|
|
|
|
/** The main scanner function which does all the work.
|
|
*/
|
|
YY_DECL
|
|
{
|
|
register yy_state_type yy_current_state;
|
|
register char *yy_cp, *yy_bp;
|
|
register int yy_act;
|
|
|
|
#line 170 "ncgen.l"
|
|
|
|
#line 1424 "ncgenyy.c"
|
|
|
|
if ( !(yy_init) )
|
|
{
|
|
(yy_init) = 1;
|
|
|
|
#ifdef YY_USER_INIT
|
|
YY_USER_INIT;
|
|
#endif
|
|
|
|
if ( ! (yy_start) )
|
|
(yy_start) = 1; /* first start state */
|
|
|
|
if ( ! ncgin )
|
|
ncgin = stdin;
|
|
|
|
if ( ! ncgout )
|
|
ncgout = stdout;
|
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
ncgensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE );
|
|
}
|
|
|
|
ncg_load_buffer_state( );
|
|
}
|
|
|
|
while ( 1 ) /* loops until end-of-file is reached */
|
|
{
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
/* Support of ncgtext. */
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
/* yy_bp points to the position in yy_ch_buf of the start of
|
|
* the current run.
|
|
*/
|
|
yy_bp = yy_cp;
|
|
|
|
yy_current_state = (yy_start);
|
|
yy_match:
|
|
do
|
|
{
|
|
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(yy_last_accepting_cpos) = yy_cp;
|
|
}
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
{
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
|
if ( yy_current_state >= 384 )
|
|
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] != 2232 );
|
|
|
|
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 171 "ncgen.l"
|
|
{ /* whitespace */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 2:
|
|
YY_RULE_SETUP
|
|
#line 175 "ncgen.l"
|
|
{ /* comment */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 3:
|
|
/* rule 3 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 179 "ncgen.l"
|
|
{int len;
|
|
/* In netcdf4, this will be used in a variety
|
|
of places, so only remove escapes */
|
|
/*
|
|
if(ncgleng > MAXTRST) {
|
|
yyerror("string too long, truncated\n");
|
|
ncgtext[MAXTRST-1] = '\0';
|
|
}
|
|
*/
|
|
/* FIX: Assumes unescape also does normalization */
|
|
bbSetalloc(lextext,ncgleng+1); /*+1 for nul */
|
|
/* Adjust length */
|
|
bbSetlength(lextext,ncgleng-2); /*-2 for quotes */
|
|
len = unescape(bbContents(lextext),
|
|
(char *)ncgtext+1,ncgleng-2,!ISIDENT);
|
|
if(len < 0) {
|
|
sprintf(errstr,"Illegal character: %s",ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
bbSetlength(lextext,len);
|
|
bbNull(lextext);
|
|
return lexdebug(TERMSTRING);
|
|
}
|
|
YY_BREAK
|
|
case 4:
|
|
YY_RULE_SETUP
|
|
#line 203 "ncgen.l"
|
|
{ /* drop leading 0x; pad to even number of chars */
|
|
char* p = ncgtext+2;
|
|
int len = ncgleng - 2;
|
|
bbClear(lextext);
|
|
bbAppendn(lextext,p,len);
|
|
if((len % 2) == 1) bbAppend(lextext,'0');
|
|
bbNull(lextext);
|
|
/* convert all chars to lower case */
|
|
for(p=bbContents(lextext);*p;p++) *p = tolower(*p);
|
|
return lexdebug(OPAQUESTRING);
|
|
}
|
|
YY_BREAK
|
|
case 5:
|
|
YY_RULE_SETUP
|
|
#line 215 "ncgen.l"
|
|
{return lexdebug(COMPOUND);}
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 216 "ncgen.l"
|
|
{return lexdebug(ENUM);}
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 217 "ncgen.l"
|
|
{return lexdebug(OPAQUE);}
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 219 "ncgen.l"
|
|
{return lexdebug(FLOAT_K);}
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 220 "ncgen.l"
|
|
{return lexdebug(CHAR_K);}
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 221 "ncgen.l"
|
|
{return lexdebug(BYTE_K);}
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 222 "ncgen.l"
|
|
{return lexdebug(UBYTE_K);}
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 223 "ncgen.l"
|
|
{return lexdebug(SHORT_K);}
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 224 "ncgen.l"
|
|
{return lexdebug(USHORT_K);}
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 225 "ncgen.l"
|
|
{return lexdebug(INT_K);}
|
|
YY_BREAK
|
|
case 15:
|
|
YY_RULE_SETUP
|
|
#line 226 "ncgen.l"
|
|
{return lexdebug(UINT_K);}
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 227 "ncgen.l"
|
|
{return lexdebug(INT64_K);}
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 228 "ncgen.l"
|
|
{return lexdebug(UINT64_K);}
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 229 "ncgen.l"
|
|
{return lexdebug(DOUBLE_K);}
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 230 "ncgen.l"
|
|
{int32_val = -1;
|
|
return lexdebug(NC_UNLIMITED_K);}
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 233 "ncgen.l"
|
|
{return lexdebug(TYPES);}
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 234 "ncgen.l"
|
|
{return lexdebug(DIMENSIONS);}
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 235 "ncgen.l"
|
|
{return lexdebug(VARIABLES);}
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 236 "ncgen.l"
|
|
{return lexdebug(DATA);}
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 237 "ncgen.l"
|
|
{return lexdebug(GROUP);}
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 239 "ncgen.l"
|
|
{BEGIN(TEXT);return lexdebug(NETCDF);}
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 241 "ncgen.l"
|
|
{ /* missing value (pre-2.4 backward compatibility) */
|
|
if (ncgtext[0] == '-') {
|
|
double_val = NEGNC_INFINITE;
|
|
} else {
|
|
double_val = NC_INFINITE;
|
|
}
|
|
specialconstants = 1;
|
|
return lexdebug(DOUBLE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 27:
|
|
YY_RULE_SETUP
|
|
#line 250 "ncgen.l"
|
|
{ /* missing value (pre-2.4 backward compatibility) */
|
|
double_val = NAN;
|
|
specialconstants = 1;
|
|
return lexdebug(DOUBLE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 28:
|
|
YY_RULE_SETUP
|
|
#line 256 "ncgen.l"
|
|
{/* missing value (pre-2.4 backward compatibility)*/
|
|
if (ncgtext[0] == '-') {
|
|
float_val = NEGNC_INFINITEF;
|
|
} else {
|
|
float_val = NC_INFINITEF;
|
|
}
|
|
specialconstants = 1;
|
|
return lexdebug(FLOAT_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 29:
|
|
YY_RULE_SETUP
|
|
#line 265 "ncgen.l"
|
|
{ /* missing value (pre-2.4 backward compatibility) */
|
|
float_val = NANF;
|
|
specialconstants = 1;
|
|
return lexdebug(FLOAT_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 30:
|
|
YY_RULE_SETUP
|
|
#line 271 "ncgen.l"
|
|
{
|
|
#ifdef USE_NETCDF4
|
|
if(l_flag == L_C || l_flag == L_BINARY)
|
|
return lexdebug(NIL);
|
|
yyerror("NIL only allowed for netcdf-4 and for -lc or -lb");
|
|
#else
|
|
yyerror("NIL only allowed for netcdf-4 and for -lc or -lb");
|
|
#endif
|
|
}
|
|
YY_BREAK
|
|
case 31:
|
|
YY_RULE_SETUP
|
|
#line 281 "ncgen.l"
|
|
{
|
|
bbClear(lextext);
|
|
bbAppendn(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
bbNull(lextext);
|
|
yylval.sym = makepath(bbContents(lextext));
|
|
return lexdebug(PATH);
|
|
}
|
|
YY_BREAK
|
|
case 32:
|
|
YY_RULE_SETUP
|
|
#line 290 "ncgen.l"
|
|
{struct Specialtoken* st;
|
|
bbClear(lextext);
|
|
bbAppendn(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
bbNull(lextext);
|
|
for(st=specials;st->name;st++) {
|
|
if(strcmp(bbContents(lextext),st->name)==0) {return lexdebug(st->token);}
|
|
}
|
|
return 0;
|
|
}
|
|
YY_BREAK
|
|
case 33:
|
|
/* rule 33 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 300 "ncgen.l"
|
|
{
|
|
int c;
|
|
char* p; char* q;
|
|
/* copy the trimmed name */
|
|
bbClear(lextext);
|
|
bbAppendn(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
bbNull(lextext);
|
|
p = bbContents(lextext);
|
|
q = p;
|
|
while((c=*p++)) {if(c > ' ') *q++ = c;}
|
|
*q = '\0';
|
|
datasetname = bbDup(lextext);
|
|
BEGIN(INITIAL);
|
|
return lexdebug(DATASETID);
|
|
}
|
|
YY_BREAK
|
|
case 34:
|
|
YY_RULE_SETUP
|
|
#line 316 "ncgen.l"
|
|
{ char* id; int len;
|
|
bbClear(lextext);
|
|
bbAppendn(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
bbNull(lextext);
|
|
id = bbContents(lextext);
|
|
len = unescape(id,id,bbLength(lextext),ISIDENT);
|
|
bbSetlength(lextext,len);
|
|
if (STREQ(id, FILL_STRING)) return lexdebug(FILLMARKER);
|
|
yylval.sym = install(id);
|
|
return lexdebug(IDENT);
|
|
}
|
|
YY_BREAK
|
|
case 35:
|
|
YY_RULE_SETUP
|
|
#line 328 "ncgen.l"
|
|
{
|
|
/* We need to try to see what size of integer ((u)int). */
|
|
/* Technically, the user should specify, but... */
|
|
/* If out of any integer range, then complain */
|
|
switch (parseLL(ncgtext)) {
|
|
case 0:
|
|
return lexdebug(INT64_CONST); /* meaningless */
|
|
case -1:
|
|
#ifdef USE_NETCDF4
|
|
if(int64_val >= NC_MIN_INT) {
|
|
int32_val = (int)int64_val;
|
|
return lexdebug(INT_CONST);
|
|
} else
|
|
return lexdebug(INT64_CONST);
|
|
#else
|
|
/* Convert to int32, unless overflow then complain */
|
|
if(int64_val >=NC_MIN_INT) {
|
|
int32_val = (int)int64_val;
|
|
} else {
|
|
sprintf(errstr,"32 bit integer constant out of range: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(INT_CONST);
|
|
#endif
|
|
case 1:
|
|
#ifdef USE_NETCDF4
|
|
if(uint64_val <= NC_MAX_INT) {
|
|
int32_val = (int)uint64_val;
|
|
return lexdebug(INT_CONST);
|
|
} else if(uint64_val <= NC_MAX_UINT) {
|
|
uint32_val = (unsigned int)uint64_val;
|
|
return lexdebug(UINT_CONST);
|
|
} else if(uint64_val <= NC_MAX_INT64) {
|
|
int64_val = (long long)uint64_val;
|
|
return lexdebug(INT64_CONST);
|
|
} else
|
|
return lexdebug(UINT64_CONST);
|
|
#else
|
|
/* Convert to int32 but complain if overflow */
|
|
if(uint64_val > NC_MAX_INT) {
|
|
sprintf(errstr,"32 bit integer constant out of range: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
int32_val = (int)uint64_val;
|
|
return lexdebug(INT_CONST);
|
|
#endif
|
|
default:
|
|
yyerror("Unknown integer size");
|
|
}
|
|
}
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 379 "ncgen.l"
|
|
{ /* The number may be signed or unsigned (signed has priority) */
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int token = 0;
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if (sscanf((char*)ncgtext, "%d", &int32_val) != 1) {
|
|
sprintf(errstr,"bad byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
} else if(int32_val >= NC_MIN_BYTE && int32_val <= NC_MAX_BYTE) {
|
|
byte_val = (signed char)int32_val;
|
|
token = BYTE_CONST;
|
|
} else if(int32_val >= 0 && int32_val <= NC_MAX_UBYTE) {
|
|
ubyte_val = (unsigned char)int32_val;
|
|
token = UBYTE_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
case 'S': case 's':
|
|
if (sscanf((char*)ncgtext, "%d", &int32_val) != 1) {
|
|
sprintf(errstr,"bad short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
} else if(int32_val >= NC_MIN_SHORT && int32_val <= NC_MAX_SHORT) {
|
|
int16_val = (signed short)int32_val;
|
|
token = SHORT_CONST;
|
|
} else if(int32_val >= 0 && int32_val <= NC_MAX_USHORT) {
|
|
uint16_val = (unsigned short)int32_val;
|
|
token = USHORT_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
case 'L': case 'l':
|
|
switch(parseLL(ncgtext)) {
|
|
case 0:
|
|
sprintf(errstr,"bad int64 constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
break;
|
|
case -1: token = INT64_CONST; break;
|
|
case 1:
|
|
/* if value is too big, complain */
|
|
/* cannot actually test this.
|
|
if(uint64_val > NC_MAX_INT64) {
|
|
sprintf(errstr,"64 bit integer constant out of range: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
*/
|
|
int64_val = (long long)(uint64_val & 0x7fffffffffffffffLL);
|
|
token = INT64_CONST;
|
|
break;
|
|
}
|
|
break;
|
|
default:/*(optionally)signed string of digits; treat like int*/
|
|
sprintf(errstr,"bad numeric constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 37:
|
|
YY_RULE_SETUP
|
|
#line 441 "ncgen.l"
|
|
{
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int token = 0;
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1
|
|
|| uint32_val > NC_MAX_UBYTE) {
|
|
sprintf(errstr,"bad unsigned byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
ubyte_val = (unsigned char)uint32_val;
|
|
token = UBYTE_CONST;
|
|
break;
|
|
case 'S': case 's':
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1
|
|
|| uint32_val > NC_MAX_USHORT) {
|
|
sprintf(errstr,"bad unsigned short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
uint16_val = (unsigned short)uint32_val;
|
|
token = USHORT_CONST;
|
|
break;
|
|
case 'L': case 'l':
|
|
if (sscanf((char*)ncgtext, "%llu", &uint64_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int64 constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT64_CONST;
|
|
break;
|
|
default: /* string of digits; treat like int */
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT_CONST;
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 38:
|
|
YY_RULE_SETUP
|
|
#line 480 "ncgen.l"
|
|
{
|
|
int c;
|
|
int token = 0;
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
char* hex = ncgtext+2; /* point to first true hex digit */
|
|
int xlen = (slen - 3); /* true hex length */
|
|
ncgtext[slen-1] = '\0';
|
|
if(xlen > 16) { /* truncate hi order digits */
|
|
hex += (xlen - 16);
|
|
}
|
|
/* convert to an unsigned long long */
|
|
uint64_val = 0;
|
|
while((c=*hex++)) {
|
|
unsigned int hexdigit = (c <= '9'?(c-'0'):(c-'a')+0xa);
|
|
uint64_val = ((uint64_val << 4) | hexdigit);
|
|
}
|
|
switch (tag) {
|
|
case 'S': case 's':
|
|
uint16_val = (unsigned short)uint64_val;
|
|
token = USHORT_CONST;
|
|
break;
|
|
case 'L': case 'l':
|
|
token = UINT64_CONST;
|
|
break;
|
|
default: /* should never happen */
|
|
if (sscanf((char*)ncgtext, "%i", &uint32_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT_CONST;
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 39:
|
|
YY_RULE_SETUP
|
|
#line 514 "ncgen.l"
|
|
{
|
|
if (sscanf((char*)ncgtext, "%le", &double_val) != 1) {
|
|
sprintf(errstr,"bad long or double constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(DOUBLE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 521 "ncgen.l"
|
|
{
|
|
if (sscanf((char*)ncgtext, "%e", &float_val) != 1) {
|
|
sprintf(errstr,"bad float constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(FLOAT_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 41:
|
|
/* rule 41 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 528 "ncgen.l"
|
|
{
|
|
(void) sscanf((char*)&ncgtext[1],"%c",&byte_val);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 42:
|
|
YY_RULE_SETUP
|
|
#line 532 "ncgen.l"
|
|
{
|
|
int oct = unescapeoct(&ncgtext[2]);
|
|
if(oct < 0) {
|
|
sprintf(errstr,"bad octal character constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
byte_val = (unsigned int)oct;
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 43:
|
|
YY_RULE_SETUP
|
|
#line 541 "ncgen.l"
|
|
{
|
|
int hex = unescapehex(&ncgtext[3]);
|
|
if(byte_val < 0) {
|
|
sprintf(errstr,"bad hex character constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
byte_val = (unsigned int)hex;
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 44:
|
|
YY_RULE_SETUP
|
|
#line 550 "ncgen.l"
|
|
{
|
|
switch ((char)ncgtext[2]) {
|
|
case 'a': byte_val = '\007'; break; /* not everyone under-
|
|
* stands '\a' yet */
|
|
case 'b': byte_val = '\b'; break;
|
|
case 'f': byte_val = '\f'; break;
|
|
case 'n': byte_val = '\n'; break;
|
|
case 'r': byte_val = '\r'; break;
|
|
case 't': byte_val = '\t'; break;
|
|
case 'v': byte_val = '\v'; break;
|
|
case '\\': byte_val = '\\'; break;
|
|
case '?': byte_val = '\177'; break;
|
|
case '\'': byte_val = '\''; break;
|
|
default: byte_val = (char)ncgtext[2];
|
|
}
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 45:
|
|
/* rule 45 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 568 "ncgen.l"
|
|
{
|
|
lineno++ ;
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 573 "ncgen.l"
|
|
{/*initial*/
|
|
BEGIN(ST_C_COMMENT);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 47:
|
|
/* rule 47 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 578 "ncgen.l"
|
|
{/* continuation */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 48:
|
|
YY_RULE_SETUP
|
|
#line 582 "ncgen.l"
|
|
{/* final */
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(ST_C_COMMENT):
|
|
#line 587 "ncgen.l"
|
|
{/* final, error */
|
|
fprintf(stderr,"unterminated /**/ comment");
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 49:
|
|
YY_RULE_SETUP
|
|
#line 593 "ncgen.l"
|
|
{/* Note: this next rule will not work for UTF8 characters */
|
|
return lexdebug(ncgtext[0]) ;
|
|
}
|
|
YY_BREAK
|
|
case 50:
|
|
YY_RULE_SETUP
|
|
#line 596 "ncgen.l"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 2117 "ncgenyy.c"
|
|
case YY_STATE_EOF(INITIAL):
|
|
case YY_STATE_EOF(TEXT):
|
|
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 ncgin at a new source and called
|
|
* ncglex(). 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 = ncgin;
|
|
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 ( ncgwrap( ) )
|
|
{
|
|
/* Note: because we've taken care in
|
|
* yy_get_next_buffer() to have set up
|
|
* ncgtext, 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 ncglex */
|
|
|
|
/* yy_get_next_buffer - try to read in a new buffer
|
|
*
|
|
* Returns a code representing an action:
|
|
* EOB_ACT_LAST_MATCH -
|
|
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
|
* EOB_ACT_END_OF_FILE - end of file
|
|
*/
|
|
static int yy_get_next_buffer (void)
|
|
{
|
|
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
register char *source = (yytext_ptr);
|
|
register int number_to_move, i;
|
|
int ret_val;
|
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
|
YY_FATAL_ERROR(
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
|
{
|
|
/* We matched a single character, the EOB, so
|
|
* treat this as a final EOF.
|
|
*/
|
|
return EOB_ACT_END_OF_FILE;
|
|
}
|
|
|
|
else
|
|
{
|
|
/* We matched some text prior to the EOB, first
|
|
* process it.
|
|
*/
|
|
return EOB_ACT_LAST_MATCH;
|
|
}
|
|
}
|
|
|
|
/* Try to read more data. */
|
|
|
|
/* First move last chars to start of buffer. */
|
|
number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
*(dest++) = *(source++);
|
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
* just force an EOF
|
|
*/
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
|
|
|
else
|
|
{
|
|
int num_to_read =
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
|
|
|
while ( num_to_read <= 0 )
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
/* just a shorter name for the current buffer */
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
|
|
|
|
int yy_c_buf_p_offset =
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
{
|
|
int new_size = b->yy_buf_size * 2;
|
|
|
|
if ( new_size <= 0 )
|
|
b->yy_buf_size += b->yy_buf_size / 8;
|
|
else
|
|
b->yy_buf_size *= 2;
|
|
|
|
b->yy_ch_buf = (char *)
|
|
/* Include room in for 2 EOB chars. */
|
|
ncgrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
|
|
}
|
|
else
|
|
/* Can't grow it, we don't own it. */
|
|
b->yy_ch_buf = 0;
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
YY_FATAL_ERROR(
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
|
number_to_move - 1;
|
|
|
|
}
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
/* Read in more data. */
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
|
(yy_n_chars), (size_t) num_to_read );
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
if ( (yy_n_chars) == 0 )
|
|
{
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
{
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
|
ncgrestart(ncgin );
|
|
}
|
|
|
|
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 *) ncgrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
}
|
|
|
|
(yy_n_chars) += number_to_move;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
|
|
|
return ret_val;
|
|
}
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
{
|
|
register yy_state_type yy_current_state;
|
|
register char *yy_cp;
|
|
|
|
yy_current_state = (yy_start);
|
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
|
{
|
|
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(yy_last_accepting_cpos) = yy_cp;
|
|
}
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
{
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
|
if ( yy_current_state >= 384 )
|
|
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 >= 384 )
|
|
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 == 383);
|
|
|
|
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 ncgtext */
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
|
|
{ /* need to shift things up to make room */
|
|
/* +2 for EOB chars. */
|
|
register int number_to_move = (yy_n_chars) + 2;
|
|
register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
|
|
register char *source =
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
|
|
|
while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
*--dest = *--source;
|
|
|
|
yy_cp += (int) (dest - source);
|
|
yy_bp += (int) (dest - source);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
|
|
|
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
|
|
YY_FATAL_ERROR( "flex scanner push-back overflow" );
|
|
}
|
|
|
|
*--yy_cp = (char) c;
|
|
|
|
(yytext_ptr) = yy_bp;
|
|
(yy_hold_char) = *yy_cp;
|
|
(yy_c_buf_p) = yy_cp;
|
|
}
|
|
|
|
#ifndef YY_NO_INPUT
|
|
#ifdef __cplusplus
|
|
static int yyinput (void)
|
|
#else
|
|
static int input (void)
|
|
#endif
|
|
|
|
{
|
|
int c;
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
|
{
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
*/
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
|
/* This was really a NUL. */
|
|
*(yy_c_buf_p) = '\0';
|
|
|
|
else
|
|
{ /* need more input */
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
|
++(yy_c_buf_p);
|
|
|
|
switch ( yy_get_next_buffer( ) )
|
|
{
|
|
case EOB_ACT_LAST_MATCH:
|
|
/* This happens because yy_g_n_b()
|
|
* sees that we've accumulated a
|
|
* token and flags that we need to
|
|
* try matching the token before
|
|
* proceeding. But for input(),
|
|
* there's no matching to consider.
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
* to EOB_ACT_END_OF_FILE.
|
|
*/
|
|
|
|
/* Reset buffer status. */
|
|
ncgrestart(ncgin );
|
|
|
|
/*FALLTHROUGH*/
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
if ( ncgwrap( ) )
|
|
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 ncgtext */
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
|
|
|
return c;
|
|
}
|
|
#endif /* ifndef YY_NO_INPUT */
|
|
|
|
/** Immediately switch to a different input stream.
|
|
* @param input_file A readable stream.
|
|
*
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
*/
|
|
void ncgrestart (FILE * input_file )
|
|
{
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
ncgensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE );
|
|
}
|
|
|
|
ncg_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
ncg_load_buffer_state( );
|
|
}
|
|
|
|
/** Switch to a different input buffer.
|
|
* @param new_buffer The new input buffer.
|
|
*
|
|
*/
|
|
void ncg_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
* with
|
|
* ncgpop_buffer_state();
|
|
* ncgpush_buffer_state(new_buffer);
|
|
*/
|
|
ncgensure_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;
|
|
ncg_load_buffer_state( );
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
* EOF (ncgwrap()) processing, but the only time this flag
|
|
* is looked at is after ncgwrap() is called, so it's safe
|
|
* to go ahead and always set it.
|
|
*/
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
|
|
static void ncg_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;
|
|
ncgin = 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 ncg_create_buffer (FILE * file, int size )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
|
|
b = (YY_BUFFER_STATE) ncgalloc(sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_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 *) ncgalloc(b->yy_buf_size + 2 );
|
|
if ( ! b->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_create_buffer()" );
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
ncg_init_buffer(b,file );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Destroy the buffer.
|
|
* @param b a buffer created with ncg_create_buffer()
|
|
*
|
|
*/
|
|
void ncg_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 )
|
|
ncgfree((void *) b->yy_ch_buf );
|
|
|
|
ncgfree((void *) b );
|
|
}
|
|
|
|
#ifndef __cplusplus
|
|
extern int isatty (int );
|
|
#endif /* __cplusplus */
|
|
|
|
/* Initializes or reinitializes a buffer.
|
|
* This function is sometimes called more than once on the same buffer,
|
|
* such as during a ncgrestart() or at EOF.
|
|
*/
|
|
static void ncg_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
|
|
|
{
|
|
int oerrno = errno;
|
|
|
|
ncg_flush_buffer(b );
|
|
|
|
b->yy_input_file = file;
|
|
b->yy_fill_buffer = 1;
|
|
|
|
/* If b is the current buffer, then ncg_init_buffer was _probably_
|
|
* called from ncgrestart() 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 ncg_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 )
|
|
ncg_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 ncgpush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
if (new_buffer == NULL)
|
|
return;
|
|
|
|
ncgensure_buffer_stack();
|
|
|
|
/* This block is copied from ncg_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 ncg_switch_to_buffer. */
|
|
ncg_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 ncgpop_buffer_state (void)
|
|
{
|
|
if (!YY_CURRENT_BUFFER)
|
|
return;
|
|
|
|
ncg_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
if ((yy_buffer_stack_top) > 0)
|
|
--(yy_buffer_stack_top);
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
ncg_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 ncgensure_buffer_stack (void)
|
|
{
|
|
int num_to_alloc;
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
* immediate realloc on the next call.
|
|
*/
|
|
num_to_alloc = 1;
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)ncgalloc
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncgensure_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**)ncgrealloc
|
|
((yy_buffer_stack),
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncgensure_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 ncg_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) ncgalloc(sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_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;
|
|
|
|
ncg_switch_to_buffer(b );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Setup the input buffer state to scan a string. The next call to ncglex() 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
|
|
* ncg_scan_bytes() instead.
|
|
*/
|
|
YY_BUFFER_STATE ncg_scan_string (yyconst char * yystr )
|
|
{
|
|
|
|
return ncg_scan_bytes(yystr,strlen(yystr) );
|
|
}
|
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to ncglex() will
|
|
* scan from a @e copy of @a bytes.
|
|
* @param bytes the byte buffer to scan
|
|
* @param len the number of bytes in the buffer pointed to by @a bytes.
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
*/
|
|
YY_BUFFER_STATE ncg_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
char *buf;
|
|
yy_size_t n;
|
|
int i;
|
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
|
n = _yybytes_len + 2;
|
|
buf = (char *) ncgalloc(n );
|
|
if ( ! buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_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 = ncg_scan_buffer(buf,n );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "bad buffer in ncg_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 ncgtext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
ncgtext[ncgleng] = (yy_hold_char); \
|
|
(yy_c_buf_p) = ncgtext + yyless_macro_arg; \
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
*(yy_c_buf_p) = '\0'; \
|
|
ncgleng = yyless_macro_arg; \
|
|
} \
|
|
while ( 0 )
|
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
|
|
|
/** Get the current line number.
|
|
*
|
|
*/
|
|
int ncgget_lineno (void)
|
|
{
|
|
|
|
return ncglineno;
|
|
}
|
|
|
|
/** Get the input stream.
|
|
*
|
|
*/
|
|
FILE *ncgget_in (void)
|
|
{
|
|
return ncgin;
|
|
}
|
|
|
|
/** Get the output stream.
|
|
*
|
|
*/
|
|
FILE *ncgget_out (void)
|
|
{
|
|
return ncgout;
|
|
}
|
|
|
|
/** Get the length of the current token.
|
|
*
|
|
*/
|
|
int ncgget_leng (void)
|
|
{
|
|
return ncgleng;
|
|
}
|
|
|
|
/** Get the current token.
|
|
*
|
|
*/
|
|
|
|
char *ncgget_text (void)
|
|
{
|
|
return ncgtext;
|
|
}
|
|
|
|
/** Set the current line number.
|
|
* @param line_number
|
|
*
|
|
*/
|
|
void ncgset_lineno (int line_number )
|
|
{
|
|
|
|
ncglineno = line_number;
|
|
}
|
|
|
|
/** Set the input stream. This does not discard the current
|
|
* input buffer.
|
|
* @param in_str A readable stream.
|
|
*
|
|
* @see ncg_switch_to_buffer
|
|
*/
|
|
void ncgset_in (FILE * in_str )
|
|
{
|
|
ncgin = in_str ;
|
|
}
|
|
|
|
void ncgset_out (FILE * out_str )
|
|
{
|
|
ncgout = out_str ;
|
|
}
|
|
|
|
int ncgget_debug (void)
|
|
{
|
|
return ncg_flex_debug;
|
|
}
|
|
|
|
void ncgset_debug (int bdebug )
|
|
{
|
|
ncg_flex_debug = bdebug ;
|
|
}
|
|
|
|
static int yy_init_globals (void)
|
|
{
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
* This function is called from ncglex_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
|
|
ncgin = stdin;
|
|
ncgout = stdout;
|
|
#else
|
|
ncgin = (FILE *) 0;
|
|
ncgout = (FILE *) 0;
|
|
#endif
|
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
* ncglex_init()
|
|
*/
|
|
return 0;
|
|
}
|
|
|
|
/* ncglex_destroy is for both reentrant and non-reentrant scanners. */
|
|
int ncglex_destroy (void)
|
|
{
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
while(YY_CURRENT_BUFFER){
|
|
ncg_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
ncgpop_buffer_state();
|
|
}
|
|
|
|
/* Destroy the stack itself. */
|
|
ncgfree((yy_buffer_stack) );
|
|
(yy_buffer_stack) = NULL;
|
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
* ncglex() 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 *ncgalloc (yy_size_t size )
|
|
{
|
|
return (void *) malloc( size );
|
|
}
|
|
|
|
void *ncgrealloc (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 ncgfree (void * ptr )
|
|
{
|
|
free( (char *) ptr ); /* see ncgrealloc() for (char *) cast */
|
|
}
|
|
|
|
#define YYTABLES_NAME "yytables"
|
|
|
|
#line 596 "ncgen.l"
|
|
|
|
|
|
static int
|
|
lexdebug(int token)
|
|
{
|
|
if(debug >= 2)
|
|
{
|
|
char* text = ncgtext;
|
|
text[ncgleng] = 0;
|
|
fprintf(stderr,"Token=%d |%s| line=%d\n",token,text,lineno);
|
|
}
|
|
return token;
|
|
}
|
|
|
|
int
|
|
lex_init(void)
|
|
{
|
|
lineno = 1;
|
|
lextext = bbNew();
|
|
if(0) unput(0); /* keep -Wall quiet */
|
|
return 0;
|
|
}
|
|
|
|
static Symbol*
|
|
makepath(char* text0)
|
|
{
|
|
/* Create a reference symbol.
|
|
Convert path to a sequence of symbols.
|
|
Use last name as symbol name (with root group reference ('/') as exception).
|
|
*/
|
|
Symbol* refsym = NULL;
|
|
/* walk the path converting to a sequence of symbols */
|
|
if(strcmp(text0,"/")==0) {
|
|
/* special case of root reference */
|
|
refsym = rootgroup;
|
|
} else {
|
|
List* prefix = listnew();
|
|
/* split the text into IDENT chunks, convert to symbols */
|
|
Symbol* container = rootgroup;
|
|
char *ident, *p;
|
|
char* text = strdup(text0);
|
|
int c,lastident;
|
|
ident=text+1; p=ident; /* skip leading '/' */
|
|
do {
|
|
lastident = 0;
|
|
switch ((c=*p)) {
|
|
default: p++; break;
|
|
case '\\': p++; if(*p == '/') p++; break;
|
|
case '\0': /* treat null terminator like trailing '/' (mostly) */
|
|
lastident=1; /* this is the last ident in the path */
|
|
/*fall thru */
|
|
case '/':
|
|
*p='\0';
|
|
if(!lastident) {
|
|
unescape(ident,ident,strlen(ident),ISIDENT);
|
|
refsym = lookupingroup(NC_GRP,ident,container);
|
|
if(refsym == NULL) {
|
|
sprintf(errstr,"Undefined or forward referenced group: %s",ident);
|
|
yyerror(errstr);
|
|
refsym = rootgroup;
|
|
} else {
|
|
listpush(prefix,(void*)refsym);
|
|
}
|
|
} else { /* lastident is true */
|
|
unescape(ident,ident,strlen(ident),ISIDENT);
|
|
refsym = install(ident);
|
|
refsym->objectclass = NC_GRP;/* tentative */
|
|
refsym->ref.is_ref = 1;
|
|
refsym->container = container;
|
|
refsym->subnodes = listnew();
|
|
}
|
|
container = refsym;
|
|
ident=p+1; p=ident;
|
|
break;
|
|
}
|
|
} while(c != '\0');
|
|
refsym->prefix = prefix;
|
|
free(text);
|
|
}
|
|
return refsym;
|
|
}
|
|
|
|
|
|
static int
|
|
parseLL(char* text)
|
|
{
|
|
int result = 0;
|
|
#if defined(HAVE_STRTOLL) && defined(HAVE_STRTOULL)
|
|
extern int errno;
|
|
char* endptr;
|
|
errno = 0; endptr = NULL;
|
|
if(text[0] == '-') {
|
|
int64_val = strtoll(text,&endptr,10);
|
|
result = -1; /* negative int64_val */
|
|
} else {
|
|
uint64_val = strtoull(text,&endptr,10);
|
|
result = 1; /* positive uint64_val */
|
|
}
|
|
if(result == 0) {
|
|
sprintf(errstr,"Unparseable 64 bit integer constant: %s",(char*)text);
|
|
yyerror(errstr);
|
|
} else if(errno == ERANGE) {
|
|
sprintf(errstr,"64 bit integer constant out of range: %s",(char*)text);
|
|
yyerror(errstr);
|
|
result = 0; /* out of range */
|
|
}
|
|
#else /*!(defined HAVE_STRTOLL && defined HAVE_STRTOULL)*/
|
|
if(text[0] == '-') {
|
|
sscanf((char*)text, "%lld", &int64_val);
|
|
result = -1; /* negative int64_val */
|
|
} else {
|
|
sscanf((char*)text, "%llu", &uint64_val);
|
|
result = 1; /* positive uint64_val */
|
|
}
|
|
/* Have no useful way to detect out of range */
|
|
#endif /*!(defined HAVE_STRTOLL && defined HAVE_STRTOULL)*/
|
|
return result;
|
|
}
|
|
|
|
|
|
|