mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
3309 lines
103 KiB
C
3309 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 48
|
|
#define YY_END_OF_BUFFER 49
|
|
/* 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[382] =
|
|
{ 0,
|
|
0, 0, 45, 45, 0, 0, 49, 47, 1, 43,
|
|
47, 47, 47, 47, 37, 31, 35, 35, 34, 34,
|
|
34, 34, 34, 34, 34, 47, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 47, 47, 47, 45, 48, 33, 48, 1,
|
|
0, 3, 0, 0, 0, 37, 35, 0, 0, 37,
|
|
37, 0, 38, 44, 2, 31, 0, 0, 0, 0,
|
|
35, 35, 35, 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, 45, 0, 46, 33, 39, 0, 0,
|
|
0, 0, 37, 0, 0, 37, 2, 31, 0, 0,
|
|
0, 0, 0, 0, 0, 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, 42, 0, 0, 37, 0, 31, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 4, 36, 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, 40, 41, 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[400] =
|
|
{ 0,
|
|
0, 0, 336, 331, 274, 273, 331, 2153, 66, 2153,
|
|
63, 289, 60, 61, 93, 83, 140, 285, 50, 60,
|
|
191, 64, 95, 154, 102, 198, 198, 180, 195, 228,
|
|
269, 188, 213, 221, 232, 252, 237, 245, 267, 263,
|
|
297, 275, 256, 252, 245, 300, 295, 0, 2153, 78,
|
|
86, 2153, 303, 277, 342, 0, 245, 356, 225, 0,
|
|
2153, 367, 2153, 2153, 0, 340, 374, 210, 208, 207,
|
|
230, 2153, 141, 0, 329, 393, 188, 186, 185, 370,
|
|
74, 400, 373, 396, 381, 386, 417, 404, 427, 420,
|
|
430, 434, 437, 460, 452, 473, 476, 483, 486, 497,
|
|
|
|
494, 506, 509, 516, 532, 528, 539, 549, 542, 546,
|
|
552, 582, 572, 565, 586, 589, 605, 608, 626, 620,
|
|
639, 180, 179, 232, 227, 2153, 0, 2153, 230, 683,
|
|
228, 665, 694, 189, 712, 732, 0, 650, 491, 748,
|
|
168, 164, 163, 131, 129, 146, 125, 124, 700, 704,
|
|
722, 734, 747, 740, 743, 752, 755, 764, 787, 790,
|
|
777, 796, 803, 799, 808, 833, 838, 822, 841, 845,
|
|
852, 856, 863, 875, 878, 908, 889, 893, 915, 896,
|
|
882, 912, 926, 932, 929, 945, 948, 968, 952, 982,
|
|
123, 2153, 1008, 0, 2153, 48, 989, 1023, 122, 121,
|
|
|
|
114, 108, 101, 88, 293, 2153, 82, 993, 1006, 1012,
|
|
1015, 1027, 1019, 1030, 1024, 1037, 1050, 1061, 1067, 1070,
|
|
1074, 1085, 1082, 1091, 1104, 1107, 1123, 1115, 1126, 1130,
|
|
1140, 1145, 1137, 1148, 1162, 1183, 1179, 1171, 1186, 1196,
|
|
1193, 1209, 1226, 1239, 1233, 1229, 1246, 1249, 138, 137,
|
|
2153, 90, 1243, 1313, 77, 75, 71, 68, 64, 58,
|
|
1259, 1293, 1289, 1263, 1303, 1296, 1300, 1306, 1312, 1315,
|
|
1345, 1336, 1349, 1352, 1361, 2153, 1366, 1369, 1386, 1383,
|
|
1399, 1402, 1409, 1417, 1392, 1422, 1425, 1406, 1439, 1432,
|
|
1443, 1447, 1458, 1462, 2153, 2153, 55, 36, 35, 33,
|
|
|
|
1473, 1455, 1477, 1480, 1492, 1498, 1495, 1503, 1510, 1533,
|
|
1516, 1528, 1541, 1546, 1549, 1571, 1558, 2153, 1564, 1567,
|
|
1580, 2153, 1583, 1597, 1602, 1588, 1606, 36, 25, 1613,
|
|
1621, 1632, 1651, 1636, 1647, 1643, 1654, 1662, 1658, 1667,
|
|
1692, 1688, 1684, 1700, 1704, 1697, 1708, 24, 1723, 1734,
|
|
1753, 1742, 1746, 1749, 1758, 1765, 1768, 1784, 1799, 1802,
|
|
1789, 36, 1806, 1809, 1814, 1819, 1832, 1839, 1844, 1850,
|
|
1858, 1855, 1870, 1862, 1875, 1894, 2153, 1900, 2153, 1905,
|
|
2153, 1972, 1986, 2000, 2014, 2023, 2032, 2041, 2054, 2068,
|
|
2081, 2095, 2105, 2111, 2119, 2121, 2127, 2133, 2139
|
|
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_def[400] =
|
|
{ 0,
|
|
381, 1, 382, 382, 383, 383, 381, 381, 381, 381,
|
|
384, 385, 381, 386, 381, 387, 381, 17, 388, 388,
|
|
388, 388, 388, 388, 388, 381, 388, 388, 388, 388,
|
|
21, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 381, 381, 381, 389, 389, 390, 381, 381,
|
|
384, 381, 384, 381, 391, 15, 17, 381, 381, 15,
|
|
381, 381, 381, 381, 392, 393, 381, 381, 381, 381,
|
|
17, 381, 381, 394, 388, 381, 381, 381, 381, 388,
|
|
21, 21, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 381, 381, 389, 389, 381, 390, 381, 381, 381,
|
|
395, 381, 381, 381, 381, 381, 392, 393, 396, 381,
|
|
381, 381, 381, 381, 381, 397, 381, 381, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
381, 381, 381, 398, 381, 381, 399, 381, 381, 381,
|
|
|
|
381, 381, 381, 381, 397, 381, 381, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 381, 381,
|
|
381, 381, 399, 381, 381, 381, 381, 381, 381, 381,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 381, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 381, 381, 381, 381, 381, 381,
|
|
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 381, 388, 388,
|
|
388, 381, 388, 388, 388, 388, 388, 381, 381, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 381, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 381, 388, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 381, 388, 381, 388,
|
|
0, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381
|
|
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_nxt[2221] =
|
|
{ 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,
|
|
251, 50, 75, 75, 362, 58, 58, 76, 253, 59,
|
|
64, 52, 251, 348, 65, 252, 197, 76, 329, 253,
|
|
|
|
53, 76, 328, 58, 58, 60, 60, 60, 60, 60,
|
|
60, 60, 80, 83, 77, 78, 79, 61, 62, 63,
|
|
67, 138, 61, 53, 77, 78, 79, 300, 77, 78,
|
|
79, 197, 76, 89, 299, 61, 62, 63, 298, 76,
|
|
253, 297, 61, 296, 295, 75, 84, 68, 69, 70,
|
|
56, 66, 71, 71, 71, 71, 71, 71, 71, 77,
|
|
78, 79, 72, 72, 260, 58, 77, 78, 79, 72,
|
|
72, 138, 72, 72, 73, 206, 74, 259, 206, 85,
|
|
72, 72, 86, 58, 258, 197, 90, 207, 75, 72,
|
|
72, 76, 204, 87, 66, 206, 72, 72, 73, 81,
|
|
|
|
81, 88, 206, 82, 82, 82, 82, 82, 82, 82,
|
|
90, 90, 90, 90, 90, 90, 90, 76, 77, 78,
|
|
79, 91, 92, 93, 94, 76, 203, 202, 76, 95,
|
|
96, 138, 76, 196, 192, 76, 192, 104, 381, 125,
|
|
97, 98, 191, 90, 77, 78, 79, 99, 148, 147,
|
|
76, 75, 77, 78, 79, 77, 78, 79, 76, 77,
|
|
78, 79, 77, 78, 79, 76, 381, 100, 105, 76,
|
|
145, 144, 106, 66, 76, 101, 134, 77, 78, 79,
|
|
102, 381, 76, 128, 107, 77, 78, 79, 112, 76,
|
|
111, 108, 77, 78, 79, 109, 77, 78, 79, 110,
|
|
|
|
76, 77, 78, 79, 76, 381, 126, 125, 123, 77,
|
|
78, 79, 76, 113, 121, 122, 77, 78, 79, 90,
|
|
103, 381, 206, 115, 114, 206, 55, 77, 78, 79,
|
|
381, 77, 78, 79, 76, 49, 49, 116, 47, 77,
|
|
78, 79, 206, 47, 117, 381, 118, 381, 119, 206,
|
|
381, 139, 381, 120, 130, 130, 130, 130, 130, 130,
|
|
381, 77, 78, 79, 132, 132, 76, 381, 133, 133,
|
|
133, 133, 133, 133, 133, 135, 135, 140, 131, 136,
|
|
136, 136, 136, 136, 136, 136, 66, 66, 66, 66,
|
|
66, 66, 66, 77, 78, 79, 75, 75, 75, 75,
|
|
|
|
75, 381, 381, 381, 141, 142, 143, 76, 75, 75,
|
|
76, 381, 75, 381, 154, 155, 381, 381, 76, 381,
|
|
381, 381, 381, 76, 150, 152, 151, 381, 149, 150,
|
|
75, 381, 381, 76, 77, 78, 79, 77, 78, 79,
|
|
153, 76, 150, 381, 151, 77, 78, 79, 156, 150,
|
|
77, 78, 79, 155, 76, 75, 157, 76, 381, 381,
|
|
77, 78, 79, 381, 76, 381, 381, 76, 77, 78,
|
|
79, 76, 381, 381, 76, 381, 158, 159, 381, 381,
|
|
381, 77, 78, 79, 77, 78, 79, 381, 160, 76,
|
|
381, 77, 78, 79, 77, 78, 79, 76, 77, 78,
|
|
|
|
79, 77, 78, 79, 164, 381, 381, 161, 381, 162,
|
|
76, 381, 163, 76, 381, 381, 77, 78, 79, 165,
|
|
76, 381, 168, 76, 77, 78, 79, 381, 198, 381,
|
|
166, 76, 381, 167, 76, 381, 169, 77, 78, 79,
|
|
77, 78, 79, 76, 171, 381, 76, 77, 78, 79,
|
|
77, 78, 79, 76, 170, 199, 200, 201, 77, 78,
|
|
79, 77, 78, 79, 172, 76, 381, 173, 174, 76,
|
|
77, 78, 79, 77, 78, 79, 76, 381, 381, 76,
|
|
77, 78, 79, 76, 175, 176, 76, 381, 381, 76,
|
|
177, 180, 77, 78, 79, 155, 77, 78, 79, 179,
|
|
|
|
178, 381, 76, 77, 78, 79, 77, 78, 79, 76,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 76,
|
|
183, 181, 381, 76, 182, 381, 76, 381, 381, 77,
|
|
78, 79, 381, 381, 381, 381, 77, 78, 79, 184,
|
|
381, 381, 76, 381, 381, 76, 77, 78, 79, 185,
|
|
77, 78, 79, 77, 78, 79, 186, 76, 381, 381,
|
|
187, 139, 381, 76, 381, 381, 189, 381, 381, 77,
|
|
78, 79, 77, 78, 79, 188, 76, 133, 133, 133,
|
|
133, 133, 133, 133, 77, 78, 79, 140, 381, 192,
|
|
77, 78, 79, 381, 190, 193, 193, 193, 193, 193,
|
|
|
|
193, 381, 381, 77, 78, 79, 133, 133, 133, 133,
|
|
133, 133, 133, 381, 141, 142, 143, 381, 195, 381,
|
|
63, 381, 381, 195, 136, 136, 136, 136, 136, 136,
|
|
136, 381, 381, 381, 381, 381, 195, 76, 63, 381,
|
|
208, 76, 381, 195, 136, 136, 136, 136, 136, 136,
|
|
136, 138, 138, 138, 138, 138, 61, 381, 63, 76,
|
|
381, 61, 381, 212, 77, 78, 79, 138, 77, 78,
|
|
79, 76, 381, 209, 61, 381, 63, 76, 381, 381,
|
|
76, 61, 381, 214, 76, 138, 77, 78, 79, 76,
|
|
381, 210, 76, 381, 211, 381, 213, 381, 77, 78,
|
|
|
|
79, 76, 381, 381, 77, 78, 79, 77, 78, 79,
|
|
138, 77, 78, 79, 76, 381, 77, 78, 79, 77,
|
|
78, 79, 215, 381, 76, 221, 218, 76, 77, 78,
|
|
79, 216, 217, 76, 381, 381, 76, 381, 381, 219,
|
|
76, 77, 78, 79, 381, 76, 381, 381, 381, 381,
|
|
381, 77, 78, 79, 77, 78, 79, 381, 220, 76,
|
|
77, 78, 79, 77, 78, 79, 222, 77, 78, 79,
|
|
76, 381, 77, 78, 79, 76, 381, 225, 76, 381,
|
|
381, 224, 76, 381, 227, 223, 77, 78, 79, 76,
|
|
381, 381, 381, 76, 226, 228, 229, 77, 78, 79,
|
|
|
|
76, 381, 77, 78, 79, 77, 78, 79, 381, 77,
|
|
78, 79, 76, 230, 231, 76, 77, 78, 79, 76,
|
|
77, 78, 79, 381, 381, 233, 76, 77, 78, 79,
|
|
76, 239, 381, 76, 235, 381, 232, 213, 236, 77,
|
|
78, 79, 77, 78, 79, 76, 77, 78, 79, 76,
|
|
238, 234, 76, 77, 78, 79, 237, 77, 78, 79,
|
|
77, 78, 79, 76, 381, 381, 76, 240, 381, 76,
|
|
381, 381, 77, 78, 79, 242, 77, 78, 79, 77,
|
|
78, 79, 76, 381, 241, 76, 243, 381, 381, 76,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 245,
|
|
|
|
139, 381, 244, 381, 247, 76, 381, 381, 381, 77,
|
|
78, 79, 77, 78, 79, 246, 77, 78, 79, 76,
|
|
249, 249, 249, 249, 249, 249, 254, 381, 381, 248,
|
|
76, 381, 77, 78, 79, 197, 197, 197, 197, 197,
|
|
197, 197, 261, 76, 381, 381, 77, 78, 79, 76,
|
|
381, 264, 76, 255, 256, 257, 76, 77, 78, 79,
|
|
265, 76, 381, 262, 76, 381, 263, 76, 381, 381,
|
|
77, 78, 79, 381, 76, 266, 77, 78, 79, 77,
|
|
78, 79, 381, 77, 78, 79, 267, 76, 77, 78,
|
|
79, 77, 78, 79, 77, 78, 79, 268, 76, 381,
|
|
|
|
381, 77, 78, 79, 76, 381, 381, 76, 381, 381,
|
|
269, 76, 381, 381, 77, 78, 79, 381, 381, 76,
|
|
271, 272, 76, 381, 270, 77, 78, 79, 76, 273,
|
|
381, 77, 78, 79, 77, 78, 79, 274, 77, 78,
|
|
79, 76, 276, 381, 76, 381, 77, 78, 79, 77,
|
|
78, 79, 76, 280, 381, 77, 78, 79, 381, 275,
|
|
76, 381, 381, 76, 381, 381, 277, 76, 77, 78,
|
|
79, 77, 78, 79, 76, 278, 381, 76, 381, 77,
|
|
78, 79, 76, 381, 381, 76, 381, 77, 78, 79,
|
|
77, 78, 79, 281, 77, 78, 79, 239, 279, 76,
|
|
|
|
381, 77, 78, 79, 77, 78, 79, 282, 76, 77,
|
|
78, 79, 77, 78, 79, 381, 76, 381, 381, 381,
|
|
76, 283, 381, 76, 381, 381, 77, 78, 79, 284,
|
|
76, 381, 381, 76, 286, 77, 78, 79, 381, 381,
|
|
381, 381, 381, 77, 78, 79, 76, 77, 78, 79,
|
|
77, 78, 79, 285, 139, 381, 289, 77, 78, 79,
|
|
77, 78, 79, 76, 381, 287, 76, 381, 381, 288,
|
|
76, 381, 381, 77, 78, 79, 76, 381, 291, 292,
|
|
254, 381, 290, 76, 381, 381, 76, 381, 294, 304,
|
|
77, 78, 79, 77, 78, 79, 76, 77, 78, 79,
|
|
|
|
76, 293, 301, 77, 78, 79, 381, 255, 256, 257,
|
|
77, 78, 79, 77, 78, 79, 253, 253, 253, 253,
|
|
253, 302, 381, 77, 78, 79, 76, 77, 78, 79,
|
|
76, 305, 253, 76, 381, 381, 303, 76, 381, 307,
|
|
76, 381, 381, 76, 306, 308, 381, 309, 381, 76,
|
|
253, 381, 76, 77, 78, 79, 310, 77, 78, 79,
|
|
77, 78, 79, 381, 77, 78, 79, 77, 78, 79,
|
|
77, 78, 79, 76, 381, 253, 77, 78, 79, 77,
|
|
78, 79, 76, 381, 311, 312, 76, 381, 381, 76,
|
|
381, 314, 381, 313, 381, 381, 381, 381, 76, 381,
|
|
|
|
77, 78, 79, 76, 381, 318, 76, 381, 381, 77,
|
|
78, 79, 317, 77, 78, 79, 77, 78, 79, 315,
|
|
76, 381, 316, 76, 381, 77, 78, 79, 304, 76,
|
|
77, 78, 79, 77, 78, 79, 76, 381, 381, 76,
|
|
381, 381, 319, 76, 322, 381, 76, 77, 78, 79,
|
|
77, 78, 79, 304, 76, 323, 77, 78, 79, 76,
|
|
320, 381, 76, 77, 78, 79, 77, 78, 79, 76,
|
|
77, 78, 79, 77, 78, 79, 76, 324, 381, 321,
|
|
76, 77, 78, 79, 76, 381, 77, 78, 79, 77,
|
|
78, 79, 76, 381, 325, 76, 77, 78, 79, 76,
|
|
|
|
381, 330, 327, 77, 78, 79, 331, 77, 78, 79,
|
|
76, 77, 78, 79, 76, 326, 381, 76, 381, 77,
|
|
78, 79, 77, 78, 79, 333, 77, 78, 79, 76,
|
|
334, 381, 76, 381, 332, 76, 381, 77, 78, 79,
|
|
76, 77, 78, 79, 77, 78, 79, 76, 381, 337,
|
|
381, 381, 335, 76, 336, 381, 77, 78, 79, 77,
|
|
78, 79, 77, 78, 79, 76, 381, 77, 78, 79,
|
|
76, 381, 381, 339, 77, 78, 79, 339, 76, 338,
|
|
77, 78, 79, 76, 381, 381, 76, 381, 381, 381,
|
|
340, 341, 77, 78, 79, 76, 381, 77, 78, 79,
|
|
|
|
342, 76, 381, 381, 76, 77, 78, 79, 76, 381,
|
|
77, 78, 79, 77, 78, 79, 381, 76, 343, 235,
|
|
76, 381, 77, 78, 79, 76, 381, 381, 77, 78,
|
|
79, 77, 78, 79, 76, 77, 78, 79, 344, 76,
|
|
345, 381, 381, 76, 77, 78, 79, 77, 78, 79,
|
|
76, 381, 77, 78, 79, 347, 381, 381, 76, 346,
|
|
381, 77, 78, 79, 349, 210, 77, 78, 79, 76,
|
|
77, 78, 79, 76, 381, 381, 351, 77, 78, 79,
|
|
76, 381, 381, 352, 76, 77, 78, 79, 76, 381,
|
|
353, 76, 350, 381, 354, 76, 77, 78, 79, 76,
|
|
|
|
77, 78, 79, 355, 76, 356, 381, 77, 78, 79,
|
|
339, 77, 78, 79, 381, 77, 78, 79, 77, 78,
|
|
79, 76, 77, 78, 79, 76, 77, 78, 79, 76,
|
|
357, 77, 78, 79, 76, 339, 358, 76, 381, 381,
|
|
360, 76, 381, 381, 381, 76, 381, 381, 77, 78,
|
|
79, 361, 77, 78, 79, 359, 77, 78, 79, 291,
|
|
76, 77, 78, 79, 77, 78, 79, 363, 77, 78,
|
|
79, 76, 77, 78, 79, 366, 381, 364, 210, 76,
|
|
381, 381, 381, 76, 381, 381, 76, 77, 78, 79,
|
|
76, 381, 367, 381, 381, 76, 381, 381, 77, 78,
|
|
|
|
79, 381, 76, 365, 381, 76, 77, 78, 79, 381,
|
|
77, 78, 79, 77, 78, 79, 368, 77, 78, 79,
|
|
369, 76, 77, 78, 79, 381, 76, 381, 381, 77,
|
|
78, 79, 77, 78, 79, 370, 76, 381, 381, 76,
|
|
381, 381, 357, 76, 364, 371, 76, 381, 77, 78,
|
|
79, 76, 381, 77, 78, 79, 76, 372, 381, 375,
|
|
381, 381, 373, 77, 78, 79, 77, 78, 79, 76,
|
|
77, 78, 79, 77, 78, 79, 76, 377, 77, 78,
|
|
79, 76, 339, 77, 78, 79, 381, 76, 374, 339,
|
|
381, 381, 76, 381, 381, 76, 77, 78, 79, 76,
|
|
|
|
381, 381, 381, 77, 78, 79, 376, 76, 77, 78,
|
|
79, 339, 76, 379, 77, 78, 79, 381, 339, 77,
|
|
78, 79, 77, 78, 79, 381, 77, 78, 79, 378,
|
|
381, 76, 381, 381, 77, 78, 79, 76, 381, 77,
|
|
78, 79, 76, 380, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 339, 381, 381, 381, 77, 78,
|
|
79, 381, 381, 381, 77, 78, 79, 381, 381, 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, 381,
|
|
57, 381, 57, 381, 57, 66, 381, 381, 66, 381,
|
|
66, 66, 66, 66, 66, 75, 75, 381, 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, 381, 129, 129, 129, 129, 129, 129, 129,
|
|
129, 129, 129, 129, 129, 137, 381, 137, 137, 137,
|
|
|
|
137, 137, 137, 137, 137, 137, 137, 137, 137, 138,
|
|
138, 138, 138, 138, 138, 138, 138, 138, 146, 146,
|
|
146, 194, 381, 381, 381, 381, 194, 194, 194, 197,
|
|
197, 197, 197, 197, 205, 205, 205, 381, 381, 205,
|
|
250, 250, 250, 253, 253, 253, 253, 253, 253, 253,
|
|
253, 253, 7, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_chk[2221] =
|
|
{ 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,
|
|
362, 50, 81, 81, 348, 13, 14, 19, 329, 14,
|
|
16, 51, 196, 328, 16, 196, 300, 20, 299, 298,
|
|
|
|
11, 22, 297, 13, 14, 15, 15, 15, 15, 15,
|
|
15, 15, 20, 22, 19, 19, 19, 15, 15, 15,
|
|
16, 260, 15, 51, 20, 20, 20, 259, 22, 22,
|
|
22, 258, 23, 25, 257, 15, 15, 15, 256, 25,
|
|
255, 252, 15, 250, 249, 207, 23, 16, 16, 16,
|
|
17, 204, 17, 17, 17, 17, 17, 17, 17, 23,
|
|
23, 23, 17, 73, 203, 17, 25, 25, 25, 17,
|
|
73, 202, 17, 73, 17, 146, 17, 201, 146, 24,
|
|
17, 73, 24, 17, 200, 199, 191, 148, 147, 17,
|
|
73, 24, 145, 24, 144, 146, 17, 73, 17, 21,
|
|
|
|
21, 24, 146, 21, 21, 21, 21, 21, 21, 21,
|
|
26, 26, 26, 26, 26, 26, 26, 28, 24, 24,
|
|
24, 27, 27, 27, 27, 32, 143, 142, 21, 27,
|
|
27, 141, 29, 134, 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, 57, 38, 54, 35, 34, 34, 34, 38, 36,
|
|
37, 36, 30, 30, 30, 36, 35, 35, 35, 36,
|
|
|
|
40, 37, 37, 37, 39, 53, 47, 46, 45, 38,
|
|
38, 38, 42, 39, 42, 44, 36, 36, 36, 43,
|
|
31, 18, 205, 40, 39, 205, 12, 40, 40, 40,
|
|
7, 39, 39, 39, 41, 6, 5, 41, 4, 42,
|
|
42, 42, 205, 3, 41, 0, 41, 0, 41, 205,
|
|
0, 66, 0, 41, 55, 55, 55, 55, 55, 55,
|
|
0, 41, 41, 41, 58, 58, 75, 0, 58, 58,
|
|
58, 58, 58, 58, 58, 62, 62, 66, 55, 62,
|
|
62, 62, 62, 62, 62, 62, 67, 67, 67, 67,
|
|
67, 67, 67, 75, 75, 75, 76, 76, 76, 76,
|
|
|
|
76, 0, 0, 0, 66, 66, 66, 80, 82, 82,
|
|
83, 0, 76, 0, 85, 86, 0, 0, 85, 0,
|
|
0, 0, 0, 86, 82, 83, 82, 0, 80, 82,
|
|
76, 0, 0, 84, 80, 80, 80, 83, 83, 83,
|
|
84, 88, 82, 0, 82, 85, 85, 85, 87, 82,
|
|
86, 86, 86, 88, 87, 76, 89, 90, 0, 0,
|
|
84, 84, 84, 0, 89, 0, 0, 91, 88, 88,
|
|
88, 92, 0, 0, 93, 0, 91, 92, 0, 0,
|
|
0, 87, 87, 87, 90, 90, 90, 0, 93, 95,
|
|
0, 89, 89, 89, 91, 91, 91, 94, 92, 92,
|
|
|
|
92, 93, 93, 93, 95, 0, 0, 94, 0, 94,
|
|
96, 0, 94, 97, 0, 0, 95, 95, 95, 96,
|
|
98, 0, 98, 99, 94, 94, 94, 0, 139, 0,
|
|
96, 101, 0, 97, 100, 0, 99, 96, 96, 96,
|
|
97, 97, 97, 102, 101, 0, 103, 98, 98, 98,
|
|
99, 99, 99, 104, 100, 139, 139, 139, 101, 101,
|
|
101, 100, 100, 100, 102, 106, 0, 103, 104, 105,
|
|
102, 102, 102, 103, 103, 103, 107, 0, 0, 109,
|
|
104, 104, 104, 110, 105, 106, 108, 0, 0, 111,
|
|
107, 111, 106, 106, 106, 110, 105, 105, 105, 109,
|
|
|
|
108, 0, 114, 107, 107, 107, 109, 109, 109, 113,
|
|
110, 110, 110, 108, 108, 108, 111, 111, 111, 112,
|
|
114, 112, 0, 115, 113, 0, 116, 0, 0, 114,
|
|
114, 114, 0, 0, 0, 0, 113, 113, 113, 115,
|
|
0, 0, 117, 0, 0, 118, 112, 112, 112, 116,
|
|
115, 115, 115, 116, 116, 116, 117, 120, 0, 0,
|
|
118, 138, 0, 119, 0, 0, 120, 0, 0, 117,
|
|
117, 117, 118, 118, 118, 119, 121, 132, 132, 132,
|
|
132, 132, 132, 132, 120, 120, 120, 138, 0, 130,
|
|
119, 119, 119, 0, 121, 130, 130, 130, 130, 130,
|
|
|
|
130, 0, 0, 121, 121, 121, 133, 133, 133, 133,
|
|
133, 133, 133, 0, 138, 138, 138, 0, 133, 0,
|
|
133, 0, 0, 133, 135, 135, 135, 135, 135, 135,
|
|
135, 0, 0, 0, 0, 0, 133, 149, 133, 0,
|
|
149, 150, 0, 133, 136, 136, 136, 136, 136, 136,
|
|
136, 140, 140, 140, 140, 140, 136, 0, 136, 151,
|
|
0, 136, 0, 154, 149, 149, 149, 140, 150, 150,
|
|
150, 152, 0, 152, 136, 0, 136, 154, 0, 0,
|
|
155, 136, 0, 157, 153, 140, 151, 151, 151, 156,
|
|
0, 153, 157, 0, 153, 0, 156, 0, 152, 152,
|
|
|
|
152, 158, 0, 0, 154, 154, 154, 155, 155, 155,
|
|
140, 153, 153, 153, 161, 0, 156, 156, 156, 157,
|
|
157, 157, 158, 0, 159, 164, 161, 160, 158, 158,
|
|
158, 159, 160, 162, 0, 0, 164, 0, 0, 162,
|
|
163, 161, 161, 161, 0, 165, 0, 0, 0, 0,
|
|
0, 159, 159, 159, 160, 160, 160, 0, 163, 168,
|
|
162, 162, 162, 164, 164, 164, 165, 163, 163, 163,
|
|
166, 0, 165, 165, 165, 167, 0, 168, 169, 0,
|
|
0, 167, 170, 0, 170, 166, 168, 168, 168, 171,
|
|
0, 0, 0, 172, 169, 171, 172, 166, 166, 166,
|
|
|
|
173, 0, 167, 167, 167, 169, 169, 169, 0, 170,
|
|
170, 170, 174, 173, 174, 175, 171, 171, 171, 181,
|
|
172, 172, 172, 0, 0, 176, 177, 173, 173, 173,
|
|
178, 181, 0, 180, 177, 0, 175, 178, 179, 174,
|
|
174, 174, 175, 175, 175, 176, 181, 181, 181, 182,
|
|
180, 176, 179, 177, 177, 177, 179, 178, 178, 178,
|
|
180, 180, 180, 183, 0, 0, 185, 182, 0, 184,
|
|
0, 0, 176, 176, 176, 184, 182, 182, 182, 179,
|
|
179, 179, 186, 0, 183, 187, 185, 0, 0, 189,
|
|
183, 183, 183, 185, 185, 185, 184, 184, 184, 187,
|
|
|
|
197, 0, 186, 0, 189, 188, 0, 0, 0, 186,
|
|
186, 186, 187, 187, 187, 188, 189, 189, 189, 190,
|
|
193, 193, 193, 193, 193, 193, 197, 0, 0, 190,
|
|
208, 0, 188, 188, 188, 198, 198, 198, 198, 198,
|
|
198, 198, 208, 209, 0, 0, 190, 190, 190, 210,
|
|
0, 212, 211, 197, 197, 197, 213, 208, 208, 208,
|
|
214, 215, 0, 209, 212, 0, 211, 214, 0, 0,
|
|
209, 209, 209, 0, 216, 215, 210, 210, 210, 211,
|
|
211, 211, 0, 213, 213, 213, 216, 217, 215, 215,
|
|
215, 212, 212, 212, 214, 214, 214, 217, 218, 0,
|
|
|
|
0, 216, 216, 216, 219, 0, 0, 220, 0, 0,
|
|
218, 221, 0, 0, 217, 217, 217, 0, 0, 223,
|
|
220, 221, 222, 0, 219, 218, 218, 218, 224, 222,
|
|
0, 219, 219, 219, 220, 220, 220, 223, 221, 221,
|
|
221, 225, 227, 0, 226, 0, 223, 223, 223, 222,
|
|
222, 222, 228, 233, 0, 224, 224, 224, 0, 226,
|
|
227, 0, 0, 229, 0, 0, 228, 230, 225, 225,
|
|
225, 226, 226, 226, 233, 229, 0, 231, 0, 228,
|
|
228, 228, 232, 0, 0, 234, 0, 227, 227, 227,
|
|
229, 229, 229, 234, 230, 230, 230, 231, 232, 235,
|
|
|
|
0, 233, 233, 233, 231, 231, 231, 236, 238, 232,
|
|
232, 232, 234, 234, 234, 0, 237, 0, 0, 0,
|
|
236, 237, 0, 239, 0, 0, 235, 235, 235, 238,
|
|
241, 0, 0, 240, 241, 238, 238, 238, 0, 0,
|
|
0, 0, 0, 237, 237, 237, 242, 236, 236, 236,
|
|
239, 239, 239, 240, 253, 0, 244, 241, 241, 241,
|
|
240, 240, 240, 243, 0, 242, 246, 0, 0, 243,
|
|
245, 0, 0, 242, 242, 242, 244, 0, 245, 246,
|
|
253, 0, 244, 247, 0, 0, 248, 0, 248, 264,
|
|
243, 243, 243, 246, 246, 246, 261, 245, 245, 245,
|
|
|
|
264, 247, 261, 244, 244, 244, 0, 253, 253, 253,
|
|
247, 247, 247, 248, 248, 248, 254, 254, 254, 254,
|
|
254, 262, 0, 261, 261, 261, 263, 264, 264, 264,
|
|
262, 265, 254, 266, 0, 0, 263, 267, 0, 267,
|
|
265, 0, 0, 268, 266, 268, 0, 269, 0, 269,
|
|
254, 0, 270, 263, 263, 263, 270, 262, 262, 262,
|
|
266, 266, 266, 0, 267, 267, 267, 265, 265, 265,
|
|
268, 268, 268, 272, 0, 254, 269, 269, 269, 270,
|
|
270, 270, 271, 0, 271, 272, 273, 0, 0, 274,
|
|
0, 274, 0, 273, 0, 0, 0, 0, 275, 0,
|
|
|
|
272, 272, 272, 277, 0, 279, 278, 0, 0, 271,
|
|
271, 271, 278, 273, 273, 273, 274, 274, 274, 275,
|
|
280, 0, 277, 279, 0, 275, 275, 275, 282, 285,
|
|
277, 277, 277, 278, 278, 278, 281, 0, 0, 282,
|
|
0, 0, 281, 288, 287, 0, 283, 280, 280, 280,
|
|
279, 279, 279, 283, 284, 289, 285, 285, 285, 286,
|
|
284, 0, 287, 281, 281, 281, 282, 282, 282, 290,
|
|
288, 288, 288, 283, 283, 283, 289, 290, 0, 286,
|
|
291, 284, 284, 284, 292, 0, 286, 286, 286, 287,
|
|
287, 287, 302, 0, 292, 293, 290, 290, 290, 294,
|
|
|
|
0, 301, 294, 289, 289, 289, 302, 291, 291, 291,
|
|
301, 292, 292, 292, 303, 293, 0, 304, 0, 302,
|
|
302, 302, 293, 293, 293, 305, 294, 294, 294, 305,
|
|
306, 0, 307, 0, 303, 306, 0, 301, 301, 301,
|
|
308, 303, 303, 303, 304, 304, 304, 309, 0, 309,
|
|
0, 0, 307, 311, 308, 0, 305, 305, 305, 307,
|
|
307, 307, 306, 306, 306, 312, 0, 308, 308, 308,
|
|
310, 0, 0, 311, 309, 309, 309, 312, 313, 310,
|
|
311, 311, 311, 314, 0, 0, 315, 0, 0, 0,
|
|
313, 314, 312, 312, 312, 317, 0, 310, 310, 310,
|
|
|
|
315, 319, 0, 0, 320, 313, 313, 313, 316, 0,
|
|
314, 314, 314, 315, 315, 315, 0, 321, 316, 319,
|
|
323, 0, 317, 317, 317, 326, 0, 0, 319, 319,
|
|
319, 320, 320, 320, 324, 316, 316, 316, 321, 325,
|
|
324, 0, 0, 327, 321, 321, 321, 323, 323, 323,
|
|
330, 0, 326, 326, 326, 327, 0, 0, 331, 325,
|
|
0, 324, 324, 324, 330, 331, 325, 325, 325, 332,
|
|
327, 327, 327, 334, 0, 0, 333, 330, 330, 330,
|
|
336, 0, 0, 334, 335, 331, 331, 331, 333, 0,
|
|
335, 337, 332, 0, 336, 339, 332, 332, 332, 338,
|
|
|
|
334, 334, 334, 337, 340, 338, 0, 336, 336, 336,
|
|
340, 335, 335, 335, 0, 333, 333, 333, 337, 337,
|
|
337, 343, 339, 339, 339, 342, 338, 338, 338, 341,
|
|
342, 340, 340, 340, 346, 341, 343, 344, 0, 0,
|
|
346, 345, 0, 0, 0, 347, 0, 0, 343, 343,
|
|
343, 347, 342, 342, 342, 344, 341, 341, 341, 345,
|
|
349, 346, 346, 346, 344, 344, 344, 349, 345, 345,
|
|
345, 350, 347, 347, 347, 353, 0, 351, 350, 352,
|
|
0, 0, 0, 353, 0, 0, 354, 349, 349, 349,
|
|
351, 0, 354, 0, 0, 355, 0, 0, 350, 350,
|
|
|
|
350, 0, 356, 352, 0, 357, 352, 352, 352, 0,
|
|
353, 353, 353, 354, 354, 354, 355, 351, 351, 351,
|
|
356, 358, 355, 355, 355, 0, 361, 0, 0, 356,
|
|
356, 356, 357, 357, 357, 358, 359, 0, 0, 360,
|
|
0, 0, 359, 363, 360, 361, 364, 0, 358, 358,
|
|
358, 365, 0, 361, 361, 361, 366, 365, 0, 369,
|
|
0, 0, 366, 359, 359, 359, 360, 360, 360, 367,
|
|
363, 363, 363, 364, 364, 364, 368, 371, 365, 365,
|
|
365, 369, 368, 366, 366, 366, 0, 370, 367, 375,
|
|
0, 0, 372, 0, 0, 371, 367, 367, 367, 374,
|
|
|
|
0, 0, 0, 368, 368, 368, 370, 373, 369, 369,
|
|
369, 372, 375, 376, 370, 370, 370, 0, 374, 372,
|
|
372, 372, 371, 371, 371, 0, 374, 374, 374, 373,
|
|
0, 376, 0, 0, 373, 373, 373, 378, 0, 375,
|
|
375, 375, 380, 378, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 380, 0, 0, 0, 376, 376,
|
|
376, 0, 0, 0, 378, 378, 378, 0, 0, 380,
|
|
380, 380, 382, 382, 382, 382, 382, 382, 382, 382,
|
|
382, 382, 382, 382, 382, 382, 383, 383, 383, 383,
|
|
383, 383, 383, 383, 383, 383, 383, 383, 383, 383,
|
|
|
|
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, 0,
|
|
386, 0, 386, 0, 386, 387, 0, 0, 387, 0,
|
|
387, 387, 387, 387, 387, 388, 388, 0, 388, 388,
|
|
388, 388, 388, 388, 389, 389, 389, 389, 389, 389,
|
|
389, 389, 389, 389, 389, 389, 389, 389, 390, 390,
|
|
390, 390, 390, 390, 390, 390, 390, 390, 390, 390,
|
|
390, 391, 0, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 392, 0, 392, 392, 392,
|
|
|
|
392, 392, 392, 392, 392, 392, 392, 392, 392, 393,
|
|
393, 393, 393, 393, 393, 393, 393, 393, 394, 394,
|
|
394, 395, 0, 0, 0, 0, 395, 395, 395, 396,
|
|
396, 396, 396, 396, 397, 397, 397, 0, 0, 397,
|
|
398, 398, 398, 399, 399, 399, 399, 399, 399, 399,
|
|
399, 399, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381,
|
|
381, 381, 381, 381, 381, 381, 381, 381, 381, 381
|
|
} ;
|
|
|
|
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)
|
|
|
|
#undef DEBUG
|
|
#ifdef DEBUG
|
|
static int MIN_BYTE = NC_MIN_BYTE;
|
|
static int MIN_SHORT = NC_MIN_SHORT;
|
|
static int MIN_INT = NC_MIN_INT;
|
|
static int MAX_BYTE = NC_MAX_BYTE;
|
|
static int MAX_SHORT = NC_MAX_SHORT;
|
|
static int MAX_INT = NC_MAX_INT;
|
|
static int MAX_UBYTE = NC_MAX_UBYTE;
|
|
static int MAX_USHORT = NC_MAX_USHORT;
|
|
static unsigned int MAX_UINT = NC_MAX_UINT;
|
|
|
|
#undef NC_MIN_BYTE
|
|
#undef NC_MIN_SHORT
|
|
#undef NC_MIN_INT
|
|
#undef NC_MAX_BYTE
|
|
#undef NC_MAX_SHORT
|
|
#undef NC_MAX_INT
|
|
#undef NC_MAX_UBYTE
|
|
#undef NC_MAX_USHORT
|
|
#undef NC_MAX_UINT
|
|
|
|
#define NC_MIN_BYTE MIN_BYTE
|
|
#define NC_MIN_SHORT MIN_SHORT
|
|
#define NC_MIN_INT MIN_INT
|
|
#define NC_MAX_BYTE MAX_BYTE
|
|
#define NC_MAX_SHORT MAX_SHORT
|
|
#define NC_MAX_INT MAX_INT
|
|
#define NC_MAX_UBYTE MAX_UBYTE
|
|
#define NC_MAX_USHORT MAX_USHORT
|
|
#define NC_MAX_UINT MAX_UINT
|
|
#endif
|
|
|
|
#define TAG "BbSsLl"
|
|
|
|
#define tstdecimal(ch) ((ch) >= '0' && (ch) <= '9')
|
|
|
|
/*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 unsigned long long parseULL(char* text, int*);
|
|
static nc_type downconvert(unsigned long long uint64, int, int, int);
|
|
static int tagmatch(nc_type nct, int tag, int hasU);
|
|
static int nct2lexeme(nc_type nct);
|
|
|
|
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 1258 "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 208 "ncgen.l"
|
|
|
|
#line 1444 "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 >= 382 )
|
|
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] != 2153 );
|
|
|
|
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 209 "ncgen.l"
|
|
{ /* whitespace */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 2:
|
|
YY_RULE_SETUP
|
|
#line 213 "ncgen.l"
|
|
{ /* comment */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 3:
|
|
/* rule 3 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 217 "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 241 "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 253 "ncgen.l"
|
|
{return lexdebug(COMPOUND);}
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 254 "ncgen.l"
|
|
{return lexdebug(ENUM);}
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 255 "ncgen.l"
|
|
{return lexdebug(OPAQUE);}
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 257 "ncgen.l"
|
|
{return lexdebug(FLOAT_K);}
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 258 "ncgen.l"
|
|
{return lexdebug(CHAR_K);}
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 259 "ncgen.l"
|
|
{return lexdebug(BYTE_K);}
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 260 "ncgen.l"
|
|
{return lexdebug(UBYTE_K);}
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 261 "ncgen.l"
|
|
{return lexdebug(SHORT_K);}
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 262 "ncgen.l"
|
|
{return lexdebug(USHORT_K);}
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 263 "ncgen.l"
|
|
{return lexdebug(INT_K);}
|
|
YY_BREAK
|
|
case 15:
|
|
YY_RULE_SETUP
|
|
#line 264 "ncgen.l"
|
|
{return lexdebug(UINT_K);}
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 265 "ncgen.l"
|
|
{return lexdebug(INT64_K);}
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 266 "ncgen.l"
|
|
{return lexdebug(UINT64_K);}
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 267 "ncgen.l"
|
|
{return lexdebug(DOUBLE_K);}
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 268 "ncgen.l"
|
|
{int32_val = -1;
|
|
return lexdebug(NC_UNLIMITED_K);}
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 271 "ncgen.l"
|
|
{return lexdebug(TYPES);}
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 272 "ncgen.l"
|
|
{return lexdebug(DIMENSIONS);}
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 273 "ncgen.l"
|
|
{return lexdebug(VARIABLES);}
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 274 "ncgen.l"
|
|
{return lexdebug(DATA);}
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 275 "ncgen.l"
|
|
{return lexdebug(GROUP);}
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 277 "ncgen.l"
|
|
{BEGIN(TEXT);return lexdebug(NETCDF);}
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 279 "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 288 "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 294 "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 303 "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 309 "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 319 "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 328 "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 338 "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 354 "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 366 "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
|
|
*/
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int hasU = 0;
|
|
int signchar = 0;
|
|
int isneg = 0;
|
|
int c = ncgtext[0];
|
|
int fail = 0;
|
|
nc_type nct = 0;
|
|
char* pos = NULL;
|
|
|
|
if(!tstdecimal(c)) {
|
|
pos = ncgtext+1;
|
|
isneg = (c == '-');
|
|
} else
|
|
pos = ncgtext;
|
|
if(tag != '\0' && strchr(TAG,tag) != NULL) {
|
|
if(slen > 2) {
|
|
c = ncgtext[slen-2];
|
|
hasU = (c == 'U' || c == 'u') ? 1 : 0;
|
|
}
|
|
} else
|
|
tag = 0;
|
|
if(isneg && hasU) {
|
|
sprintf(errstr,"Unsigned integer cannot be signed: %s",ncgtext);
|
|
yyerror(errstr);
|
|
goto done;
|
|
}
|
|
uint64_val = parseULL(pos,&fail);
|
|
if(fail) {
|
|
sprintf(errstr,"integer constant out of range: %s",ncgtext);
|
|
yyerror(errstr);
|
|
goto done;
|
|
}
|
|
/* Down convert to smallest possible range */
|
|
nct = downconvert(uint64_val,isneg,tag,hasU);
|
|
switch (k_flag) {
|
|
case NC_FORMAT_64BIT_DATA:
|
|
case NC_FORMAT_NETCDF4:
|
|
return lexdebug(nct2lexeme(nct));
|
|
case NC_FORMAT_CLASSIC:
|
|
case NC_FORMAT_64BIT_OFFSET:
|
|
case NC_FORMAT_NETCDF4_CLASSIC:
|
|
if(nct > NC_INT) {
|
|
sprintf(errstr,"Illegal integer constant for classic format: %s",ncgtext);
|
|
yyerror(errstr);
|
|
goto done;
|
|
}
|
|
}
|
|
if(!tagmatch(nct,tag,hasU)) {
|
|
sprintf(errstr,"Integer out of range for tag: %s",ncgtext);
|
|
yyerror(errstr);
|
|
goto done;
|
|
}
|
|
return lexdebug(nct2lexeme(nct));
|
|
done: return 0;
|
|
}
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 429 "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 37:
|
|
YY_RULE_SETUP
|
|
#line 463 "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 38:
|
|
YY_RULE_SETUP
|
|
#line 470 "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 39:
|
|
/* rule 39 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 477 "ncgen.l"
|
|
{
|
|
(void) sscanf((char*)&ncgtext[1],"%c",&byte_val);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 481 "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 41:
|
|
YY_RULE_SETUP
|
|
#line 490 "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 42:
|
|
YY_RULE_SETUP
|
|
#line 499 "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 43:
|
|
/* rule 43 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 517 "ncgen.l"
|
|
{
|
|
lineno++ ;
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 44:
|
|
YY_RULE_SETUP
|
|
#line 522 "ncgen.l"
|
|
{/*initial*/
|
|
BEGIN(ST_C_COMMENT);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 45:
|
|
/* rule 45 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 527 "ncgen.l"
|
|
{/* continuation */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 531 "ncgen.l"
|
|
{/* final */
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(ST_C_COMMENT):
|
|
#line 536 "ncgen.l"
|
|
{/* final, error */
|
|
fprintf(stderr,"unterminated /**/ comment");
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 47:
|
|
YY_RULE_SETUP
|
|
#line 542 "ncgen.l"
|
|
{/* Note: this next rule will not work for UTF8 characters */
|
|
return lexdebug(ncgtext[0]) ;
|
|
}
|
|
YY_BREAK
|
|
case 48:
|
|
YY_RULE_SETUP
|
|
#line 545 "ncgen.l"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 2041 "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 >= 382 )
|
|
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 >= 382 )
|
|
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 == 381);
|
|
|
|
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 545 "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;
|
|
}
|
|
|
|
/*
|
|
Parse a simple string of digitis into an unsigned long long
|
|
Return the value.
|
|
*/
|
|
static unsigned long long
|
|
parseULL(char* text, int* failp)
|
|
{
|
|
int result = 0;
|
|
extern int errno;
|
|
char* endptr;
|
|
unsigned long long uint64 = 0;
|
|
|
|
errno = 0; endptr = NULL;
|
|
assert(tstdecimal(text[0]));
|
|
#ifdef HAVE_STRTOULL
|
|
uint64 = strtoull(text,&endptr,10);
|
|
if(errno == ERANGE) {
|
|
if(failp) *failp = ERANGE;
|
|
return 0;
|
|
}
|
|
#else /*!(defined HAVE_STRTOLL && defined HAVE_STRTOULL)*/
|
|
sscanf((char*)text, "%llu", &uint64);
|
|
/* Have no useful way to detect out of range */
|
|
#endif /*!(defined HAVE_STRTOLL && defined HAVE_STRTOULL)*/
|
|
return uint64;
|
|
}
|
|
|
|
|
|
/**
|
|
Given the raw bits, the sign char, the tag, and hasU
|
|
fill in the appropriate *_val field
|
|
and return the type
|
|
*/
|
|
static nc_type
|
|
downconvert(unsigned long long uint64, int isneg, int tag, int hasU)
|
|
{
|
|
nc_type nct = NC_NAT;
|
|
int bit64 = (uint64 >> 63);
|
|
int allones = (uint64 == 0xffffffffffffffffUL);
|
|
long long int64 = *((long long*)&uint64);
|
|
|
|
if(isneg && hasU)
|
|
return NC_NAT;
|
|
/* Special cases: all (u)int64 values */
|
|
if(allones && (hasU || !isneg)) /* bare max uint64 value */
|
|
return NC_UINT64;
|
|
if((int64 < NC_MIN_INT) || (int64 > NC_MAX_INT)) {
|
|
if(isneg && !hasU) {
|
|
int64_val = - int64;
|
|
return NC_INT64;
|
|
}
|
|
if(!isneg && hasU) {
|
|
uint64_val = uint64;
|
|
return NC_UINT64;
|
|
}
|
|
/* Bare big integer, assume int64 unless sign bit set */
|
|
if(!isneg && !hasU && bit64) {
|
|
uint64_val = uint64;
|
|
return NC_UINT64;
|
|
} else if(!bit64) {
|
|
int64_val = int64;
|
|
return NC_INT64;
|
|
}
|
|
/*assert(!isneg)*/
|
|
uint64_val = uint64;
|
|
return NC_UINT64;
|
|
}
|
|
|
|
if(isneg) int64 = -int64;
|
|
|
|
/* special case:
|
|
If there is no tag and the size is ok,
|
|
then always return NC_INT or NC_UINT.
|
|
*/
|
|
if(!tag) {
|
|
if(!hasU) {
|
|
if((int64 >= NC_MIN_INT) && (int64 <= NC_MAX_INT)) {
|
|
int32_val = (int)int64;
|
|
return NC_INT;
|
|
}
|
|
}
|
|
if(uint64 <= NC_MAX_UINT) {
|
|
uint32_val = (unsigned int)uint64;
|
|
return NC_INT;
|
|
}
|
|
}
|
|
/* assert (tag != 0) */
|
|
|
|
/* Pick smallest enclosing type;
|
|
for historical reasons (ncgen3), technically out of range
|
|
values are allowed and conversion is attempted;
|
|
e.g. 65535s; is legal and is return as an unsigned short.
|
|
*/
|
|
if(hasU) {
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if((int64 >= 0) && (int64 <= NC_MAX_UBYTE)) {
|
|
nct = NC_UBYTE;
|
|
ubyte_val = (unsigned char)int64;
|
|
}; break;
|
|
case 'S': case 's':
|
|
if((int64 >= 0) && (int64 <= NC_MAX_USHORT)) {
|
|
nct = NC_USHORT;
|
|
uint16_val = (unsigned short)int64;
|
|
} break;
|
|
case 'L': case 'l':
|
|
if((int64 >= 0) && (int64 <= NC_MAX_UINT64)) {
|
|
nct = NC_UINT64;
|
|
uint64_val = uint64;
|
|
} break;
|
|
default:
|
|
return NC_NAT;
|
|
}
|
|
} else { /* !hasU */
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if((int64 >= NC_MIN_BYTE) && (int64 <= NC_MAX_BYTE)) {
|
|
nct = NC_BYTE;
|
|
byte_val = (signed char)int64;
|
|
} else {/* force to unsigned value */
|
|
uint64_val = uint64 & 0xff;
|
|
nct = NC_UBYTE;
|
|
}
|
|
break;
|
|
case 'S': case 's':
|
|
if((int64 >= NC_MIN_SHORT) && (int64 <= NC_MAX_SHORT)) {
|
|
nct = NC_SHORT;
|
|
int16_val = (signed short)int64;
|
|
} else {/* force to unsigned value */
|
|
uint64_val = uint64 & 0xffff;
|
|
nct = NC_USHORT;
|
|
}
|
|
break;
|
|
case 'L': case 'l':
|
|
if((uint64 <= NC_MAX_INT64)) {
|
|
nct = NC_INT64;
|
|
int64_val = int64;
|
|
} else {/* force to unsigned value */
|
|
uint64_val = uint64;
|
|
nct = NC_UINT64;
|
|
}
|
|
break;
|
|
default:
|
|
return NC_NAT;
|
|
}
|
|
}
|
|
return nct;
|
|
}
|
|
|
|
static int
|
|
nct2lexeme(nc_type nct)
|
|
{
|
|
switch(nct) {
|
|
case NC_BYTE: return BYTE_CONST;
|
|
case NC_CHAR: return CHAR_CONST;
|
|
case NC_SHORT: return SHORT_CONST;
|
|
case NC_INT: return INT_CONST;
|
|
case NC_UBYTE: return UBYTE_CONST;
|
|
case NC_USHORT: return USHORT_CONST;
|
|
case NC_UINT: return UINT_CONST;
|
|
case NC_INT64: return INT64_CONST;
|
|
case NC_UINT64: return UINT64_CONST;
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
|
|
static int
|
|
tagmatch(nc_type nct, int tag, int hasU)
|
|
{
|
|
if(hasU) switch(nct) {
|
|
case NC_UBYTE: return (tag == 0 || tag == 'B' || tag == 'b');
|
|
case NC_USHORT: return (tag == 0 || tag == 'S' || tag == 's');
|
|
case NC_UINT: return (tag == 0);
|
|
case NC_UINT64: return (tag == 0 || tag == 'L' || tag == 'l');
|
|
default: return 0;
|
|
} else switch(nct) {
|
|
case NC_BYTE: return (tag == 0 || tag == 'B' || tag == 'b');
|
|
case NC_SHORT: return (tag == 0 || tag == 'S' || tag == 's');
|
|
case NC_INT: return (tag == 0);
|
|
case NC_INT64: return (tag == 0 || tag == 'L' || tag == 'l');
|
|
default: return 0;
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
|