mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-09 08:11:38 +08:00
3284 lines
103 KiB
C
3284 lines
103 KiB
C
|
|
#line 3 "lex.ncg.c"
|
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
/* A lexical scanner generated by flex */
|
|
|
|
#define yy_create_buffer ncg_create_buffer
|
|
#define yy_delete_buffer ncg_delete_buffer
|
|
#define yy_flex_debug ncg_flex_debug
|
|
#define yy_init_buffer ncg_init_buffer
|
|
#define yy_flush_buffer ncg_flush_buffer
|
|
#define yy_load_buffer_state ncg_load_buffer_state
|
|
#define yy_switch_to_buffer ncg_switch_to_buffer
|
|
#define yyin ncgin
|
|
#define yyleng ncgleng
|
|
#define yylex ncglex
|
|
#define yylineno ncglineno
|
|
#define yyout ncgout
|
|
#define yyrestart ncgrestart
|
|
#define yytext ncgtext
|
|
#define yywrap ncgwrap
|
|
#define yyalloc ncgalloc
|
|
#define yyrealloc ncgrealloc
|
|
#define yyfree ncgfree
|
|
|
|
#define FLEX_SCANNER
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
|
#define YY_FLEX_MINOR_VERSION 5
|
|
#define YY_FLEX_SUBMINOR_VERSION 35
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
#define FLEX_BETA
|
|
#endif
|
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
/* begin standard C headers. */
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
|
|
/* end standard C headers. */
|
|
|
|
/* flex integer type definitions */
|
|
|
|
#ifndef FLEXINT_H
|
|
#define FLEXINT_H
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
* if you want the limit (max/min) macros for int types.
|
|
*/
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
#define __STDC_LIMIT_MACROS 1
|
|
#endif
|
|
|
|
#include <inttypes.h>
|
|
typedef int8_t flex_int8_t;
|
|
typedef uint8_t flex_uint8_t;
|
|
typedef int16_t flex_int16_t;
|
|
typedef uint16_t flex_uint16_t;
|
|
typedef int32_t flex_int32_t;
|
|
typedef uint32_t flex_uint32_t;
|
|
#else
|
|
typedef signed char flex_int8_t;
|
|
typedef short int flex_int16_t;
|
|
typedef int flex_int32_t;
|
|
typedef unsigned char flex_uint8_t;
|
|
typedef unsigned short int flex_uint16_t;
|
|
typedef unsigned int flex_uint32_t;
|
|
#endif /* ! C99 */
|
|
|
|
/* Limits of integral types. */
|
|
#ifndef INT8_MIN
|
|
#define INT8_MIN (-128)
|
|
#endif
|
|
#ifndef INT16_MIN
|
|
#define INT16_MIN (-32767-1)
|
|
#endif
|
|
#ifndef INT32_MIN
|
|
#define INT32_MIN (-2147483647-1)
|
|
#endif
|
|
#ifndef INT8_MAX
|
|
#define INT8_MAX (127)
|
|
#endif
|
|
#ifndef INT16_MAX
|
|
#define INT16_MAX (32767)
|
|
#endif
|
|
#ifndef INT32_MAX
|
|
#define INT32_MAX (2147483647)
|
|
#endif
|
|
#ifndef UINT8_MAX
|
|
#define UINT8_MAX (255U)
|
|
#endif
|
|
#ifndef UINT16_MAX
|
|
#define UINT16_MAX (65535U)
|
|
#endif
|
|
#ifndef UINT32_MAX
|
|
#define UINT32_MAX (4294967295U)
|
|
#endif
|
|
|
|
#endif /* ! FLEXINT_H */
|
|
|
|
#ifdef __cplusplus
|
|
|
|
/* The "const" storage-class-modifier is valid. */
|
|
#define YY_USE_CONST
|
|
|
|
#else /* ! __cplusplus */
|
|
|
|
/* C99 requires __STDC__ to be defined as 1. */
|
|
#if defined (__STDC__)
|
|
|
|
#define YY_USE_CONST
|
|
|
|
#endif /* defined (__STDC__) */
|
|
#endif /* ! __cplusplus */
|
|
|
|
#ifdef YY_USE_CONST
|
|
#define yyconst const
|
|
#else
|
|
#define yyconst
|
|
#endif
|
|
|
|
/* Returned upon end-of-file. */
|
|
#define YY_NULL 0
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
* integer for use as an array index. If the signed char is negative,
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
* double cast.
|
|
*/
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
* definition of BEGIN.
|
|
*/
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
* compatibility.
|
|
*/
|
|
#define YY_START (((yy_start) - 1) / 2)
|
|
#define YYSTATE YY_START
|
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
|
|
/* Special action meaning "start processing a new file". */
|
|
#define YY_NEW_FILE ncgrestart(ncgin )
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
/* Size of default input buffer. */
|
|
#ifndef YY_BUF_SIZE
|
|
#define YY_BUF_SIZE 16384
|
|
#endif
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
*/
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
|
#endif
|
|
|
|
extern int ncgleng;
|
|
|
|
extern FILE *ncgin, *ncgout;
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
#define YY_LESS_LINENO(n)
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
|
#define yyless(n) \
|
|
do \
|
|
{ \
|
|
/* Undo effects of setting up ncgtext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
*yy_cp = (yy_hold_char); \
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
|
YY_DO_BEFORE_ACTION; /* set up ncgtext again */ \
|
|
} \
|
|
while ( 0 )
|
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
typedef size_t yy_size_t;
|
|
#endif
|
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
|
struct yy_buffer_state
|
|
{
|
|
FILE *yy_input_file;
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
* characters.
|
|
*/
|
|
yy_size_t yy_buf_size;
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
* characters.
|
|
*/
|
|
int yy_n_chars;
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
* and can realloc() it to grow it, and should free() it to
|
|
* delete it.
|
|
*/
|
|
int yy_is_our_buffer;
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
* if we're using stdio for input, then we want to use getc()
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
* each newline.
|
|
*/
|
|
int yy_is_interactive;
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
* not.
|
|
*/
|
|
int yy_at_bol;
|
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
int yy_bs_column; /**< The column count. */
|
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
* end of it.
|
|
*/
|
|
int yy_fill_buffer;
|
|
|
|
int yy_buffer_status;
|
|
|
|
#define YY_BUFFER_NEW 0
|
|
#define YY_BUFFER_NORMAL 1
|
|
/* When an EOF's been seen but there's still some text to process
|
|
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
|
* shouldn't try reading from the input source any more. We might
|
|
* still have a bunch of tokens to match, though, because of
|
|
* possible backing-up.
|
|
*
|
|
* When we actually see the EOF, we change the status to "new"
|
|
* (via ncgrestart()), so that the user can continue scanning by
|
|
* just pointing ncgin at a new input file.
|
|
*/
|
|
#define YY_BUFFER_EOF_PENDING 2
|
|
|
|
};
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
|
|
|
/* Stack of input buffers. */
|
|
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
|
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
|
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
* future we want to put the buffer states in a more general
|
|
* "scanner state".
|
|
*
|
|
* Returns the top of the stack, or NULL.
|
|
*/
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
: NULL)
|
|
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
*/
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
|
|
|
/* yy_hold_char holds the character lost when ncgtext is formed. */
|
|
static char yy_hold_char;
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
int ncgleng;
|
|
|
|
/* Points to current character in buffer. */
|
|
static char *yy_c_buf_p = (char *) 0;
|
|
static int yy_init = 0; /* whether we need to initialize */
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
/* Flag which is used to allow ncgwrap()'s to do buffer switches
|
|
* instead of setting up a fresh ncgin. A bit of a hack ...
|
|
*/
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
void ncgrestart (FILE *input_file );
|
|
void ncg_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
YY_BUFFER_STATE ncg_create_buffer (FILE *file,int size );
|
|
void ncg_delete_buffer (YY_BUFFER_STATE b );
|
|
void ncg_flush_buffer (YY_BUFFER_STATE b );
|
|
void ncgpush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
void ncgpop_buffer_state (void );
|
|
|
|
static void ncgensure_buffer_stack (void );
|
|
static void ncg_load_buffer_state (void );
|
|
static void ncg_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
|
|
|
#define YY_FLUSH_BUFFER ncg_flush_buffer(YY_CURRENT_BUFFER )
|
|
|
|
YY_BUFFER_STATE ncg_scan_buffer (char *base,yy_size_t size );
|
|
YY_BUFFER_STATE ncg_scan_string (yyconst char *yy_str );
|
|
YY_BUFFER_STATE ncg_scan_bytes (yyconst char *bytes,int len );
|
|
|
|
void *ncgalloc (yy_size_t );
|
|
void *ncgrealloc (void *,yy_size_t );
|
|
void ncgfree (void * );
|
|
|
|
#define yy_new_buffer ncg_create_buffer
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
ncgensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
|
}
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
ncgensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
|
}
|
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
/* Begin user sect3 */
|
|
|
|
typedef unsigned char YY_CHAR;
|
|
|
|
FILE *ncgin = (FILE *) 0, *ncgout = (FILE *) 0;
|
|
|
|
typedef int yy_state_type;
|
|
|
|
extern int ncglineno;
|
|
|
|
int ncglineno = 1;
|
|
|
|
extern char *ncgtext;
|
|
#define yytext_ptr ncgtext
|
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
static int yy_get_next_buffer (void );
|
|
static void yy_fatal_error (yyconst char msg[] );
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
* corresponding action - sets up ncgtext.
|
|
*/
|
|
#define YY_DO_BEFORE_ACTION \
|
|
(yytext_ptr) = yy_bp; \
|
|
ncgleng = (size_t) (yy_cp - yy_bp); \
|
|
(yy_hold_char) = *yy_cp; \
|
|
*yy_cp = '\0'; \
|
|
(yy_c_buf_p) = yy_cp;
|
|
|
|
#define YY_NUM_RULES 50
|
|
#define YY_END_OF_BUFFER 51
|
|
/* This struct is not used in this scanner,
|
|
but its presence is necessary. */
|
|
struct yy_trans_info
|
|
{
|
|
flex_int32_t yy_verify;
|
|
flex_int32_t yy_nxt;
|
|
};
|
|
static yyconst flex_int16_t yy_accept[385] =
|
|
{ 0,
|
|
0, 0, 47, 47, 0, 0, 51, 49, 1, 45,
|
|
49, 49, 49, 49, 39, 31, 35, 35, 34, 34,
|
|
34, 34, 34, 34, 34, 49, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 49, 49, 49, 47, 50, 33, 50, 1,
|
|
0, 3, 0, 0, 0, 39, 35, 0, 0, 39,
|
|
39, 0, 40, 46, 2, 31, 0, 0, 0, 0,
|
|
35, 36, 37, 0, 34, 0, 0, 0, 0, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 0, 0, 47, 0, 48, 33, 41, 0, 0,
|
|
0, 35, 0, 39, 0, 0, 39, 2, 31, 0,
|
|
0, 0, 0, 0, 0, 0, 37, 4, 0, 0,
|
|
34, 34, 34, 34, 34, 34, 30, 27, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 34, 14, 34, 27,
|
|
34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
|
|
34, 34, 0, 44, 42, 0, 0, 39, 0, 31,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 4, 38, 0,
|
|
34, 34, 28, 34, 34, 29, 34, 34, 34, 34,
|
|
34, 34, 34, 34, 34, 34, 10, 9, 34, 34,
|
|
34, 34, 6, 34, 34, 34, 34, 14, 34, 34,
|
|
34, 8, 34, 34, 34, 34, 15, 34, 34, 34,
|
|
34, 42, 0, 43, 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, 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[403] =
|
|
{ 0,
|
|
0, 0, 329, 328, 268, 264, 326, 2197, 66, 2197,
|
|
63, 285, 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, 2197, 78,
|
|
86, 2197, 303, 277, 342, 0, 369, 356, 230, 0,
|
|
2197, 414, 2197, 2197, 0, 338, 421, 213, 210, 208,
|
|
234, 2197, 141, 0, 351, 437, 203, 188, 186, 355,
|
|
74, 437, 412, 418, 432, 423, 436, 443, 456, 453,
|
|
466, 473, 476, 496, 492, 489, 510, 486, 499, 522,
|
|
|
|
531, 534, 543, 552, 568, 546, 576, 584, 565, 587,
|
|
600, 606, 609, 621, 591, 617, 641, 632, 651, 656,
|
|
625, 185, 180, 235, 228, 2197, 0, 2197, 232, 697,
|
|
230, 0, 711, 718, 190, 736, 756, 0, 726, 722,
|
|
790, 170, 168, 164, 163, 131, 2197, 146, 129, 125,
|
|
738, 742, 746, 776, 779, 791, 782, 785, 796, 800,
|
|
826, 817, 830, 834, 838, 843, 847, 864, 877, 860,
|
|
869, 880, 884, 899, 903, 915, 918, 934, 921, 951,
|
|
937, 954, 957, 970, 973, 987, 976, 990, 995, 1011,
|
|
1020, 1026, 124, 2197, 2197, 1081, 180, 2197, 48, 1051,
|
|
|
|
1052, 122, 121, 114, 108, 101, 88, 419, 2197, 82,
|
|
1062, 1043, 1037, 1067, 1082, 1073, 1092, 1098, 1076, 1087,
|
|
1106, 1117, 1123, 1128, 1132, 1113, 1143, 1147, 1153, 1166,
|
|
1163, 1173, 1169, 1179, 1187, 1183, 1205, 1209, 1217, 1220,
|
|
1229, 1224, 1235, 1239, 1242, 1254, 1279, 1265, 1274, 1286,
|
|
1289, 2197, 138, 2197, 137, 2197, 90, 1298, 1353, 77,
|
|
75, 71, 68, 64, 58, 1305, 1309, 1329, 1341, 1352,
|
|
1344, 1347, 1359, 1362, 1392, 1382, 1385, 1395, 1398, 1407,
|
|
2197, 1418, 1377, 1433, 1403, 1438, 1450, 1441, 1453, 1429,
|
|
1463, 1472, 1475, 1485, 1488, 1493, 1497, 1508, 1527, 55,
|
|
|
|
36, 35, 33, 1518, 1505, 1511, 1523, 1548, 1558, 1541,
|
|
1564, 1571, 1574, 1584, 1567, 1597, 1606, 1615, 1610, 1589,
|
|
2197, 1622, 1619, 1631, 2197, 1627, 1657, 1641, 1645, 1653,
|
|
36, 25, 1662, 1671, 1679, 1687, 1667, 1697, 1704, 1693,
|
|
1711, 1701, 1735, 1742, 1745, 1751, 1757, 1765, 1761, 1776,
|
|
24, 1727, 1791, 1781, 1787, 1807, 1795, 1800, 1812, 1817,
|
|
1833, 1825, 1837, 1848, 36, 1843, 1851, 1857, 1868, 1873,
|
|
1881, 1891, 1888, 1911, 1894, 1903, 1914, 1927, 1924, 2197,
|
|
1944, 2197, 1934, 2197, 2011, 2025, 2039, 2053, 2062, 2071,
|
|
2080, 2093, 2107, 2120, 2134, 2144, 2150, 2158, 2160, 2166,
|
|
|
|
2177, 2183
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_def[403] =
|
|
{ 0,
|
|
384, 1, 385, 385, 386, 386, 384, 384, 384, 384,
|
|
387, 388, 384, 389, 384, 390, 384, 17, 391, 391,
|
|
391, 391, 391, 391, 391, 384, 391, 391, 391, 391,
|
|
21, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 384, 384, 384, 392, 392, 393, 384, 384,
|
|
387, 384, 387, 384, 394, 15, 384, 384, 384, 15,
|
|
384, 384, 384, 384, 395, 396, 384, 384, 384, 384,
|
|
17, 384, 384, 397, 391, 384, 384, 384, 384, 391,
|
|
21, 21, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 384, 384, 392, 392, 384, 393, 384, 384, 384,
|
|
398, 57, 384, 384, 384, 384, 384, 395, 396, 399,
|
|
384, 384, 384, 384, 384, 384, 384, 400, 384, 384,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 384, 384, 384, 384, 401, 384, 384, 402,
|
|
|
|
384, 384, 384, 384, 384, 384, 384, 400, 384, 384,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 384, 384, 384, 384, 384, 384, 402, 384, 384,
|
|
384, 384, 384, 384, 384, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
384, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 384,
|
|
|
|
384, 384, 384, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
384, 391, 391, 391, 384, 391, 391, 391, 391, 391,
|
|
384, 384, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
384, 391, 391, 391, 391, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 384, 391, 391, 391, 391, 391,
|
|
391, 391, 391, 391, 391, 391, 391, 391, 391, 384,
|
|
391, 384, 391, 0, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
|
|
384, 384
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_nxt[2265] =
|
|
{ 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,
|
|
256, 50, 75, 75, 365, 58, 58, 76, 258, 59,
|
|
64, 52, 256, 351, 65, 257, 200, 76, 332, 258,
|
|
|
|
53, 76, 331, 58, 58, 60, 60, 60, 60, 60,
|
|
60, 60, 80, 83, 77, 78, 79, 61, 62, 63,
|
|
67, 139, 61, 53, 77, 78, 79, 303, 77, 78,
|
|
79, 200, 76, 89, 302, 61, 62, 63, 301, 76,
|
|
258, 300, 61, 254, 252, 75, 84, 68, 69, 70,
|
|
56, 66, 71, 71, 71, 71, 71, 71, 71, 77,
|
|
78, 79, 72, 147, 265, 58, 77, 78, 79, 72,
|
|
147, 139, 72, 147, 73, 209, 74, 264, 209, 85,
|
|
72, 147, 86, 58, 263, 200, 254, 90, 210, 72,
|
|
147, 76, 75, 87, 207, 209, 72, 147, 73, 81,
|
|
|
|
81, 88, 209, 82, 82, 82, 82, 82, 82, 82,
|
|
90, 90, 90, 90, 90, 90, 90, 76, 77, 78,
|
|
79, 91, 92, 93, 94, 76, 66, 206, 76, 95,
|
|
96, 205, 76, 139, 199, 76, 194, 104, 194, 384,
|
|
97, 98, 125, 193, 77, 78, 79, 99, 90, 150,
|
|
76, 149, 77, 78, 79, 77, 78, 79, 76, 77,
|
|
78, 79, 77, 78, 79, 76, 75, 100, 105, 76,
|
|
384, 146, 106, 145, 76, 101, 66, 77, 78, 79,
|
|
102, 135, 76, 128, 107, 77, 78, 79, 112, 76,
|
|
111, 108, 77, 78, 79, 109, 77, 78, 79, 110,
|
|
|
|
76, 77, 78, 79, 76, 384, 126, 125, 123, 77,
|
|
78, 79, 76, 113, 121, 122, 77, 78, 79, 90,
|
|
103, 384, 55, 115, 114, 384, 49, 77, 78, 79,
|
|
49, 77, 78, 79, 76, 47, 47, 116, 384, 77,
|
|
78, 79, 384, 384, 117, 384, 118, 384, 119, 140,
|
|
384, 384, 384, 120, 130, 130, 130, 130, 130, 130,
|
|
384, 77, 78, 79, 133, 133, 384, 384, 134, 134,
|
|
134, 134, 134, 134, 134, 141, 384, 384, 131, 56,
|
|
384, 132, 132, 132, 132, 132, 132, 132, 76, 384,
|
|
384, 72, 76, 384, 58, 384, 384, 384, 72, 384,
|
|
|
|
384, 72, 142, 143, 144, 384, 384, 384, 384, 72,
|
|
384, 384, 58, 151, 384, 77, 78, 79, 72, 77,
|
|
78, 79, 136, 136, 384, 72, 137, 137, 137, 137,
|
|
137, 137, 137, 66, 66, 66, 66, 66, 66, 66,
|
|
75, 75, 75, 75, 75, 75, 75, 384, 209, 76,
|
|
384, 209, 157, 384, 384, 76, 75, 384, 384, 384,
|
|
76, 152, 155, 153, 154, 156, 152, 158, 209, 76,
|
|
384, 384, 384, 76, 75, 209, 77, 78, 79, 152,
|
|
76, 153, 77, 78, 79, 159, 152, 77, 78, 79,
|
|
76, 384, 157, 76, 384, 384, 77, 78, 79, 75,
|
|
|
|
77, 78, 79, 76, 384, 384, 384, 77, 78, 79,
|
|
76, 384, 160, 76, 384, 384, 161, 77, 78, 79,
|
|
77, 78, 79, 76, 384, 170, 76, 162, 384, 76,
|
|
77, 78, 79, 76, 384, 167, 76, 77, 78, 79,
|
|
77, 78, 79, 163, 166, 164, 168, 76, 165, 171,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 76,
|
|
77, 78, 79, 77, 78, 79, 384, 169, 76, 384,
|
|
384, 76, 384, 384, 77, 78, 79, 384, 384, 172,
|
|
76, 173, 384, 76, 384, 384, 77, 78, 79, 76,
|
|
384, 384, 174, 384, 384, 77, 78, 79, 77, 78,
|
|
|
|
79, 175, 76, 178, 176, 76, 384, 77, 78, 79,
|
|
77, 78, 79, 76, 384, 384, 77, 78, 79, 384,
|
|
177, 76, 181, 384, 76, 384, 384, 179, 76, 77,
|
|
78, 79, 77, 78, 79, 180, 157, 76, 384, 182,
|
|
77, 78, 79, 76, 186, 183, 76, 384, 77, 78,
|
|
79, 77, 78, 79, 76, 77, 78, 79, 76, 384,
|
|
384, 184, 76, 384, 77, 78, 79, 384, 384, 76,
|
|
77, 78, 79, 77, 78, 79, 185, 187, 76, 384,
|
|
192, 77, 78, 79, 189, 77, 78, 79, 76, 77,
|
|
78, 79, 188, 76, 384, 384, 77, 78, 79, 384,
|
|
|
|
190, 384, 191, 195, 384, 77, 78, 79, 384, 196,
|
|
196, 196, 196, 196, 196, 77, 78, 79, 384, 384,
|
|
77, 78, 79, 134, 134, 134, 134, 134, 134, 134,
|
|
134, 134, 134, 134, 134, 134, 134, 140, 384, 384,
|
|
384, 384, 198, 384, 63, 384, 384, 198, 137, 137,
|
|
137, 137, 137, 137, 137, 384, 384, 384, 384, 201,
|
|
198, 384, 63, 141, 384, 384, 384, 198, 137, 137,
|
|
137, 137, 137, 137, 137, 76, 384, 384, 211, 76,
|
|
61, 384, 63, 76, 384, 61, 202, 203, 204, 384,
|
|
142, 143, 144, 139, 139, 139, 139, 139, 61, 384,
|
|
|
|
63, 384, 77, 78, 79, 61, 77, 78, 79, 139,
|
|
77, 78, 79, 76, 215, 212, 76, 384, 384, 76,
|
|
384, 384, 76, 213, 217, 384, 214, 139, 76, 216,
|
|
384, 384, 384, 76, 384, 384, 384, 76, 384, 384,
|
|
77, 78, 79, 77, 78, 79, 77, 78, 79, 77,
|
|
78, 79, 139, 384, 76, 77, 78, 79, 218, 220,
|
|
77, 78, 79, 76, 77, 78, 79, 76, 384, 224,
|
|
219, 76, 384, 384, 384, 76, 384, 222, 384, 221,
|
|
76, 77, 78, 79, 76, 384, 384, 384, 384, 384,
|
|
77, 78, 79, 223, 77, 78, 79, 76, 77, 78,
|
|
|
|
79, 76, 77, 78, 79, 225, 76, 77, 78, 79,
|
|
384, 77, 78, 79, 76, 228, 226, 76, 384, 230,
|
|
227, 76, 229, 384, 77, 78, 79, 231, 77, 78,
|
|
79, 384, 384, 77, 78, 79, 76, 384, 384, 232,
|
|
76, 77, 78, 79, 77, 78, 79, 384, 77, 78,
|
|
79, 236, 76, 233, 234, 76, 384, 384, 76, 384,
|
|
239, 384, 384, 77, 78, 79, 238, 77, 78, 79,
|
|
384, 76, 384, 384, 76, 384, 235, 237, 240, 77,
|
|
78, 79, 77, 78, 79, 77, 78, 79, 76, 384,
|
|
384, 76, 384, 384, 76, 216, 384, 384, 77, 78,
|
|
|
|
79, 77, 78, 79, 384, 384, 242, 76, 241, 384,
|
|
76, 384, 384, 76, 384, 77, 78, 79, 77, 78,
|
|
79, 77, 78, 79, 76, 243, 384, 76, 384, 384,
|
|
245, 244, 76, 246, 77, 78, 79, 77, 78, 79,
|
|
77, 78, 79, 384, 384, 384, 248, 247, 76, 384,
|
|
384, 77, 78, 79, 77, 78, 79, 76, 249, 77,
|
|
78, 79, 140, 76, 200, 200, 200, 200, 200, 200,
|
|
200, 384, 250, 251, 76, 77, 78, 79, 384, 384,
|
|
76, 384, 384, 384, 77, 78, 79, 252, 259, 384,
|
|
77, 78, 79, 253, 253, 253, 253, 253, 253, 76,
|
|
|
|
267, 77, 78, 79, 76, 384, 269, 77, 78, 79,
|
|
76, 266, 384, 76, 384, 260, 261, 262, 268, 76,
|
|
384, 384, 270, 384, 76, 272, 77, 78, 79, 76,
|
|
384, 77, 78, 79, 273, 76, 384, 77, 78, 79,
|
|
77, 78, 79, 76, 384, 384, 77, 78, 79, 271,
|
|
76, 77, 78, 79, 76, 274, 77, 78, 79, 384,
|
|
76, 384, 77, 78, 79, 76, 384, 384, 279, 76,
|
|
77, 78, 79, 276, 275, 277, 278, 77, 78, 79,
|
|
76, 77, 78, 79, 76, 281, 384, 77, 78, 79,
|
|
76, 384, 77, 78, 79, 384, 77, 78, 79, 285,
|
|
|
|
76, 384, 384, 76, 384, 280, 76, 77, 78, 79,
|
|
76, 77, 78, 79, 282, 384, 76, 77, 78, 79,
|
|
76, 384, 283, 384, 76, 384, 384, 77, 78, 79,
|
|
77, 78, 79, 77, 78, 79, 242, 77, 78, 79,
|
|
284, 287, 76, 77, 78, 79, 76, 77, 78, 79,
|
|
286, 77, 78, 79, 76, 384, 384, 76, 384, 384,
|
|
384, 76, 288, 384, 384, 384, 76, 384, 384, 77,
|
|
78, 79, 76, 77, 78, 79, 76, 384, 384, 76,
|
|
291, 77, 78, 79, 77, 78, 79, 289, 77, 78,
|
|
79, 76, 290, 77, 78, 79, 294, 293, 292, 77,
|
|
|
|
78, 79, 76, 77, 78, 79, 77, 78, 79, 140,
|
|
296, 76, 384, 384, 384, 384, 76, 384, 77, 78,
|
|
79, 384, 295, 76, 297, 384, 76, 384, 299, 77,
|
|
78, 79, 384, 384, 384, 259, 384, 305, 77, 78,
|
|
79, 298, 76, 77, 78, 79, 76, 384, 304, 384,
|
|
77, 78, 79, 77, 78, 79, 258, 258, 258, 258,
|
|
258, 384, 260, 261, 262, 384, 76, 307, 384, 77,
|
|
78, 79, 258, 77, 78, 79, 306, 384, 76, 384,
|
|
308, 76, 384, 384, 76, 384, 310, 384, 384, 76,
|
|
258, 384, 309, 77, 78, 79, 76, 312, 311, 76,
|
|
|
|
384, 384, 384, 384, 384, 77, 78, 79, 77, 78,
|
|
79, 77, 78, 79, 76, 258, 77, 78, 79, 76,
|
|
320, 314, 76, 77, 78, 79, 77, 78, 79, 76,
|
|
384, 384, 76, 313, 315, 76, 384, 317, 384, 316,
|
|
76, 77, 78, 79, 76, 384, 77, 78, 79, 77,
|
|
78, 79, 321, 384, 384, 76, 77, 78, 79, 77,
|
|
78, 79, 77, 78, 79, 318, 76, 77, 78, 79,
|
|
76, 77, 78, 79, 319, 76, 307, 384, 76, 384,
|
|
384, 322, 77, 78, 79, 307, 384, 76, 384, 384,
|
|
76, 325, 384, 77, 78, 79, 323, 77, 78, 79,
|
|
|
|
76, 326, 77, 78, 79, 77, 78, 79, 384, 76,
|
|
384, 384, 76, 384, 77, 78, 79, 77, 78, 79,
|
|
324, 384, 76, 384, 384, 76, 384, 77, 78, 79,
|
|
76, 384, 384, 327, 76, 384, 77, 78, 79, 77,
|
|
78, 79, 76, 384, 328, 76, 333, 384, 76, 77,
|
|
78, 79, 77, 78, 79, 76, 334, 77, 78, 79,
|
|
76, 77, 78, 79, 76, 329, 384, 330, 335, 77,
|
|
78, 79, 77, 78, 79, 77, 78, 79, 76, 384,
|
|
384, 336, 77, 78, 79, 76, 384, 77, 78, 79,
|
|
337, 77, 78, 79, 384, 76, 384, 384, 338, 384,
|
|
|
|
384, 76, 384, 384, 76, 77, 78, 79, 76, 384,
|
|
340, 76, 77, 78, 79, 339, 342, 384, 384, 384,
|
|
341, 76, 77, 78, 79, 384, 76, 384, 77, 78,
|
|
79, 77, 78, 79, 76, 77, 78, 79, 77, 78,
|
|
79, 342, 384, 76, 384, 384, 343, 76, 77, 78,
|
|
79, 344, 76, 77, 78, 79, 76, 346, 384, 76,
|
|
384, 77, 78, 79, 76, 384, 345, 384, 76, 384,
|
|
77, 78, 79, 384, 77, 78, 79, 238, 76, 77,
|
|
78, 79, 76, 77, 78, 79, 77, 78, 79, 347,
|
|
76, 77, 78, 79, 76, 77, 78, 79, 349, 76,
|
|
|
|
348, 384, 350, 384, 76, 77, 78, 79, 76, 77,
|
|
78, 79, 354, 352, 355, 213, 76, 77, 78, 79,
|
|
384, 77, 78, 79, 76, 384, 77, 78, 79, 384,
|
|
76, 77, 78, 79, 76, 77, 78, 79, 76, 353,
|
|
356, 76, 358, 77, 78, 79, 384, 384, 76, 384,
|
|
384, 77, 78, 79, 359, 357, 384, 77, 78, 79,
|
|
384, 77, 78, 79, 76, 77, 78, 79, 77, 78,
|
|
79, 366, 76, 384, 384, 77, 78, 79, 342, 76,
|
|
384, 384, 76, 384, 384, 342, 384, 360, 76, 384,
|
|
384, 77, 78, 79, 76, 384, 384, 384, 76, 77,
|
|
|
|
78, 79, 76, 361, 363, 367, 77, 78, 79, 77,
|
|
78, 79, 362, 76, 384, 77, 78, 79, 76, 364,
|
|
296, 77, 78, 79, 76, 77, 78, 79, 76, 77,
|
|
78, 79, 76, 384, 384, 213, 369, 76, 370, 384,
|
|
77, 78, 79, 384, 76, 77, 78, 79, 368, 76,
|
|
384, 77, 78, 79, 76, 77, 78, 79, 371, 77,
|
|
78, 79, 76, 384, 77, 78, 79, 372, 360, 384,
|
|
76, 77, 78, 79, 76, 384, 77, 78, 79, 367,
|
|
76, 77, 78, 79, 373, 76, 384, 384, 76, 77,
|
|
78, 79, 384, 384, 76, 384, 384, 77, 78, 79,
|
|
|
|
375, 77, 78, 79, 374, 76, 378, 77, 78, 79,
|
|
76, 376, 77, 78, 79, 77, 78, 79, 76, 384,
|
|
384, 77, 78, 79, 342, 76, 384, 384, 76, 377,
|
|
380, 76, 77, 78, 79, 384, 384, 77, 78, 79,
|
|
76, 342, 384, 382, 379, 77, 78, 79, 76, 384,
|
|
342, 76, 77, 78, 79, 77, 78, 79, 77, 78,
|
|
79, 76, 381, 384, 76, 384, 384, 77, 78, 79,
|
|
342, 76, 384, 384, 384, 77, 78, 79, 77, 78,
|
|
79, 76, 384, 342, 384, 384, 384, 383, 77, 78,
|
|
79, 77, 78, 79, 384, 384, 384, 384, 77, 78,
|
|
|
|
79, 384, 384, 384, 384, 384, 384, 384, 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, 384, 57,
|
|
384, 57, 384, 57, 66, 384, 384, 66, 384, 66,
|
|
66, 66, 66, 66, 75, 75, 384, 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, 384, 129, 129, 129, 129, 129, 129, 129, 129,
|
|
129, 129, 129, 129, 138, 384, 138, 138, 138, 138,
|
|
138, 138, 138, 138, 138, 138, 138, 138, 139, 139,
|
|
139, 139, 139, 139, 139, 139, 139, 148, 148, 148,
|
|
197, 384, 384, 384, 384, 197, 197, 197, 200, 200,
|
|
200, 200, 200, 208, 208, 208, 384, 384, 208, 255,
|
|
384, 384, 384, 384, 255, 255, 255, 258, 258, 258,
|
|
258, 258, 258, 258, 258, 258, 7, 384, 384, 384,
|
|
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_chk[2265] =
|
|
{ 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,
|
|
365, 50, 81, 81, 351, 13, 14, 19, 332, 14,
|
|
16, 51, 199, 331, 16, 199, 303, 20, 302, 301,
|
|
|
|
11, 22, 300, 13, 14, 15, 15, 15, 15, 15,
|
|
15, 15, 20, 22, 19, 19, 19, 15, 15, 15,
|
|
16, 265, 15, 51, 20, 20, 20, 264, 22, 22,
|
|
22, 263, 23, 25, 262, 15, 15, 15, 261, 25,
|
|
260, 257, 15, 255, 253, 210, 23, 16, 16, 16,
|
|
17, 207, 17, 17, 17, 17, 17, 17, 17, 23,
|
|
23, 23, 17, 73, 206, 17, 25, 25, 25, 17,
|
|
73, 205, 17, 73, 17, 148, 17, 204, 148, 24,
|
|
17, 73, 24, 17, 203, 202, 197, 193, 150, 17,
|
|
73, 24, 149, 24, 146, 148, 17, 73, 17, 21,
|
|
|
|
21, 24, 148, 21, 21, 21, 21, 21, 21, 21,
|
|
26, 26, 26, 26, 26, 26, 26, 28, 24, 24,
|
|
24, 27, 27, 27, 27, 32, 145, 144, 21, 27,
|
|
27, 143, 29, 142, 135, 27, 131, 32, 129, 125,
|
|
28, 29, 124, 123, 28, 28, 28, 29, 122, 79,
|
|
33, 78, 32, 32, 32, 21, 21, 21, 34, 29,
|
|
29, 29, 27, 27, 27, 30, 77, 30, 33, 35,
|
|
71, 70, 34, 69, 37, 30, 68, 33, 33, 33,
|
|
30, 59, 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, 12, 40, 39, 7, 6, 40, 40, 40,
|
|
5, 39, 39, 39, 41, 4, 3, 41, 0, 42,
|
|
42, 42, 0, 0, 41, 0, 41, 0, 41, 66,
|
|
0, 0, 0, 41, 55, 55, 55, 55, 55, 55,
|
|
0, 41, 41, 41, 58, 58, 0, 0, 58, 58,
|
|
58, 58, 58, 58, 58, 66, 0, 0, 55, 57,
|
|
0, 57, 57, 57, 57, 57, 57, 57, 75, 0,
|
|
0, 57, 80, 0, 57, 0, 0, 0, 57, 0,
|
|
|
|
0, 57, 66, 66, 66, 0, 0, 0, 0, 57,
|
|
0, 0, 57, 80, 0, 75, 75, 75, 57, 80,
|
|
80, 80, 62, 62, 0, 57, 62, 62, 62, 62,
|
|
62, 62, 62, 67, 67, 67, 67, 67, 67, 67,
|
|
76, 76, 76, 76, 76, 82, 82, 0, 208, 83,
|
|
0, 208, 86, 0, 0, 84, 76, 0, 0, 0,
|
|
86, 82, 84, 82, 83, 85, 82, 87, 208, 85,
|
|
0, 0, 0, 87, 76, 208, 83, 83, 83, 82,
|
|
88, 82, 84, 84, 84, 89, 82, 86, 86, 86,
|
|
90, 0, 88, 89, 0, 0, 85, 85, 85, 76,
|
|
|
|
87, 87, 87, 91, 0, 0, 0, 88, 88, 88,
|
|
92, 0, 91, 93, 0, 0, 92, 90, 90, 90,
|
|
89, 89, 89, 98, 0, 98, 96, 93, 0, 95,
|
|
91, 91, 91, 94, 0, 96, 99, 92, 92, 92,
|
|
93, 93, 93, 94, 95, 94, 96, 97, 94, 99,
|
|
98, 98, 98, 96, 96, 96, 95, 95, 95, 100,
|
|
94, 94, 94, 99, 99, 99, 0, 97, 101, 0,
|
|
0, 102, 0, 0, 97, 97, 97, 0, 0, 100,
|
|
103, 101, 0, 106, 0, 0, 100, 100, 100, 104,
|
|
0, 0, 102, 0, 0, 101, 101, 101, 102, 102,
|
|
|
|
102, 103, 109, 106, 104, 105, 0, 103, 103, 103,
|
|
106, 106, 106, 107, 0, 0, 104, 104, 104, 0,
|
|
105, 108, 109, 0, 110, 0, 0, 107, 115, 109,
|
|
109, 109, 105, 105, 105, 108, 110, 111, 0, 111,
|
|
107, 107, 107, 112, 115, 112, 113, 0, 108, 108,
|
|
108, 110, 110, 110, 116, 115, 115, 115, 114, 0,
|
|
0, 113, 121, 0, 111, 111, 111, 0, 0, 118,
|
|
112, 112, 112, 113, 113, 113, 114, 116, 117, 0,
|
|
121, 116, 116, 116, 118, 114, 114, 114, 119, 121,
|
|
121, 121, 117, 120, 0, 0, 118, 118, 118, 0,
|
|
|
|
119, 0, 120, 130, 0, 117, 117, 117, 0, 130,
|
|
130, 130, 130, 130, 130, 119, 119, 119, 0, 0,
|
|
120, 120, 120, 133, 133, 133, 133, 133, 133, 133,
|
|
134, 134, 134, 134, 134, 134, 134, 139, 0, 0,
|
|
0, 0, 134, 0, 134, 0, 0, 134, 136, 136,
|
|
136, 136, 136, 136, 136, 0, 0, 0, 0, 140,
|
|
134, 0, 134, 139, 0, 0, 0, 134, 137, 137,
|
|
137, 137, 137, 137, 137, 151, 0, 0, 151, 152,
|
|
137, 0, 137, 153, 0, 137, 140, 140, 140, 0,
|
|
139, 139, 139, 141, 141, 141, 141, 141, 137, 0,
|
|
|
|
137, 0, 151, 151, 151, 137, 152, 152, 152, 141,
|
|
153, 153, 153, 154, 156, 154, 155, 0, 0, 157,
|
|
0, 0, 158, 155, 159, 0, 155, 141, 156, 158,
|
|
0, 0, 0, 159, 0, 0, 0, 160, 0, 0,
|
|
154, 154, 154, 155, 155, 155, 157, 157, 157, 158,
|
|
158, 158, 141, 0, 162, 156, 156, 156, 160, 162,
|
|
159, 159, 159, 161, 160, 160, 160, 163, 0, 166,
|
|
161, 164, 0, 0, 0, 165, 0, 164, 0, 163,
|
|
166, 162, 162, 162, 167, 0, 0, 0, 0, 0,
|
|
161, 161, 161, 165, 163, 163, 163, 170, 164, 164,
|
|
|
|
164, 168, 165, 165, 165, 167, 171, 166, 166, 166,
|
|
0, 167, 167, 167, 169, 170, 168, 172, 0, 172,
|
|
169, 173, 171, 0, 170, 170, 170, 173, 168, 168,
|
|
168, 0, 0, 171, 171, 171, 174, 0, 0, 174,
|
|
175, 169, 169, 169, 172, 172, 172, 0, 173, 173,
|
|
173, 178, 176, 175, 176, 177, 0, 0, 179, 0,
|
|
181, 0, 0, 174, 174, 174, 179, 175, 175, 175,
|
|
0, 178, 0, 0, 181, 0, 177, 178, 181, 176,
|
|
176, 176, 177, 177, 177, 179, 179, 179, 180, 0,
|
|
0, 182, 0, 0, 183, 180, 0, 0, 178, 178,
|
|
|
|
178, 181, 181, 181, 0, 0, 183, 184, 182, 0,
|
|
185, 0, 0, 187, 0, 180, 180, 180, 182, 182,
|
|
182, 183, 183, 183, 186, 184, 0, 188, 0, 0,
|
|
186, 185, 189, 187, 184, 184, 184, 185, 185, 185,
|
|
187, 187, 187, 0, 0, 0, 189, 188, 190, 0,
|
|
0, 186, 186, 186, 188, 188, 188, 191, 190, 189,
|
|
189, 189, 200, 192, 201, 201, 201, 201, 201, 201,
|
|
201, 0, 191, 192, 213, 190, 190, 190, 0, 0,
|
|
212, 0, 0, 0, 191, 191, 191, 196, 200, 0,
|
|
192, 192, 192, 196, 196, 196, 196, 196, 196, 211,
|
|
|
|
212, 213, 213, 213, 214, 0, 215, 212, 212, 212,
|
|
216, 211, 0, 219, 0, 200, 200, 200, 214, 215,
|
|
0, 0, 217, 0, 220, 219, 211, 211, 211, 217,
|
|
0, 214, 214, 214, 220, 218, 0, 216, 216, 216,
|
|
219, 219, 219, 221, 0, 0, 215, 215, 215, 218,
|
|
226, 220, 220, 220, 222, 221, 217, 217, 217, 0,
|
|
223, 0, 218, 218, 218, 224, 0, 0, 226, 225,
|
|
221, 221, 221, 223, 222, 224, 225, 226, 226, 226,
|
|
227, 222, 222, 222, 228, 230, 0, 223, 223, 223,
|
|
229, 0, 224, 224, 224, 0, 225, 225, 225, 236,
|
|
|
|
231, 0, 0, 230, 0, 229, 233, 227, 227, 227,
|
|
232, 228, 228, 228, 231, 0, 234, 229, 229, 229,
|
|
236, 0, 232, 0, 235, 0, 0, 231, 231, 231,
|
|
230, 230, 230, 233, 233, 233, 234, 232, 232, 232,
|
|
235, 239, 237, 234, 234, 234, 238, 236, 236, 236,
|
|
237, 235, 235, 235, 239, 0, 0, 240, 0, 0,
|
|
0, 242, 240, 0, 0, 0, 241, 0, 0, 237,
|
|
237, 237, 243, 238, 238, 238, 244, 0, 0, 245,
|
|
244, 239, 239, 239, 240, 240, 240, 241, 242, 242,
|
|
242, 246, 243, 241, 241, 241, 247, 246, 245, 243,
|
|
|
|
243, 243, 248, 244, 244, 244, 245, 245, 245, 258,
|
|
248, 249, 0, 0, 0, 0, 247, 0, 246, 246,
|
|
246, 0, 247, 250, 249, 0, 251, 0, 251, 248,
|
|
248, 248, 0, 0, 0, 258, 0, 267, 249, 249,
|
|
249, 250, 266, 247, 247, 247, 267, 0, 266, 0,
|
|
250, 250, 250, 251, 251, 251, 259, 259, 259, 259,
|
|
259, 0, 258, 258, 258, 0, 268, 269, 0, 266,
|
|
266, 266, 259, 267, 267, 267, 268, 0, 269, 0,
|
|
270, 271, 0, 0, 272, 0, 272, 0, 0, 270,
|
|
259, 0, 271, 268, 268, 268, 273, 274, 273, 274,
|
|
|
|
0, 0, 0, 0, 0, 269, 269, 269, 271, 271,
|
|
271, 272, 272, 272, 283, 259, 270, 270, 270, 276,
|
|
283, 276, 277, 273, 273, 273, 274, 274, 274, 275,
|
|
0, 0, 278, 275, 277, 279, 0, 279, 0, 278,
|
|
285, 283, 283, 283, 280, 0, 276, 276, 276, 277,
|
|
277, 277, 284, 0, 0, 282, 275, 275, 275, 278,
|
|
278, 278, 279, 279, 279, 280, 290, 285, 285, 285,
|
|
284, 280, 280, 280, 282, 286, 287, 0, 288, 0,
|
|
0, 286, 282, 282, 282, 288, 0, 287, 0, 0,
|
|
289, 292, 0, 290, 290, 290, 289, 284, 284, 284,
|
|
|
|
291, 294, 286, 286, 286, 288, 288, 288, 0, 292,
|
|
0, 0, 293, 0, 287, 287, 287, 289, 289, 289,
|
|
291, 0, 294, 0, 0, 295, 0, 291, 291, 291,
|
|
296, 0, 0, 295, 297, 0, 292, 292, 292, 293,
|
|
293, 293, 305, 0, 297, 298, 304, 0, 306, 294,
|
|
294, 294, 295, 295, 295, 304, 305, 296, 296, 296,
|
|
307, 297, 297, 297, 299, 298, 0, 299, 306, 305,
|
|
305, 305, 298, 298, 298, 306, 306, 306, 310, 0,
|
|
0, 308, 304, 304, 304, 308, 0, 307, 307, 307,
|
|
309, 299, 299, 299, 0, 309, 0, 0, 310, 0,
|
|
|
|
0, 311, 0, 0, 315, 310, 310, 310, 312, 0,
|
|
312, 313, 308, 308, 308, 311, 315, 0, 0, 0,
|
|
313, 314, 309, 309, 309, 0, 320, 0, 311, 311,
|
|
311, 315, 315, 315, 316, 312, 312, 312, 313, 313,
|
|
313, 314, 0, 317, 0, 0, 316, 319, 314, 314,
|
|
314, 317, 318, 320, 320, 320, 323, 319, 0, 322,
|
|
0, 316, 316, 316, 326, 0, 318, 0, 324, 0,
|
|
317, 317, 317, 0, 319, 319, 319, 322, 328, 318,
|
|
318, 318, 329, 323, 323, 323, 322, 322, 322, 324,
|
|
330, 326, 326, 326, 327, 324, 324, 324, 328, 333,
|
|
|
|
327, 0, 330, 0, 337, 328, 328, 328, 334, 329,
|
|
329, 329, 336, 333, 337, 334, 335, 330, 330, 330,
|
|
0, 327, 327, 327, 336, 0, 333, 333, 333, 0,
|
|
340, 337, 337, 337, 338, 334, 334, 334, 342, 335,
|
|
338, 339, 340, 335, 335, 335, 0, 0, 341, 0,
|
|
0, 336, 336, 336, 341, 339, 0, 340, 340, 340,
|
|
0, 338, 338, 338, 352, 342, 342, 342, 339, 339,
|
|
339, 352, 343, 0, 0, 341, 341, 341, 343, 344,
|
|
0, 0, 345, 0, 0, 344, 0, 345, 346, 0,
|
|
0, 352, 352, 352, 347, 0, 0, 0, 349, 343,
|
|
|
|
343, 343, 348, 346, 349, 354, 344, 344, 344, 345,
|
|
345, 345, 347, 350, 0, 346, 346, 346, 354, 350,
|
|
348, 347, 347, 347, 355, 349, 349, 349, 353, 348,
|
|
348, 348, 357, 0, 0, 353, 356, 358, 357, 0,
|
|
350, 350, 350, 0, 356, 354, 354, 354, 355, 359,
|
|
0, 355, 355, 355, 360, 353, 353, 353, 358, 357,
|
|
357, 357, 362, 0, 358, 358, 358, 359, 362, 0,
|
|
361, 356, 356, 356, 363, 0, 359, 359, 359, 363,
|
|
366, 360, 360, 360, 361, 364, 0, 0, 367, 362,
|
|
362, 362, 0, 0, 368, 0, 0, 361, 361, 361,
|
|
|
|
368, 363, 363, 363, 364, 369, 372, 366, 366, 366,
|
|
370, 369, 364, 364, 364, 367, 367, 367, 371, 0,
|
|
0, 368, 368, 368, 371, 373, 0, 0, 372, 370,
|
|
374, 375, 369, 369, 369, 0, 0, 370, 370, 370,
|
|
376, 378, 0, 379, 373, 371, 371, 371, 374, 0,
|
|
375, 377, 373, 373, 373, 372, 372, 372, 375, 375,
|
|
375, 379, 376, 0, 378, 0, 0, 376, 376, 376,
|
|
377, 383, 0, 0, 0, 374, 374, 374, 377, 377,
|
|
377, 381, 0, 383, 0, 0, 0, 381, 379, 379,
|
|
379, 378, 378, 378, 0, 0, 0, 0, 383, 383,
|
|
|
|
383, 0, 0, 0, 0, 0, 0, 0, 381, 381,
|
|
381, 385, 385, 385, 385, 385, 385, 385, 385, 385,
|
|
385, 385, 385, 385, 385, 386, 386, 386, 386, 386,
|
|
386, 386, 386, 386, 386, 386, 386, 386, 386, 387,
|
|
387, 387, 387, 387, 387, 387, 387, 387, 387, 387,
|
|
387, 387, 387, 388, 388, 388, 388, 388, 388, 388,
|
|
388, 388, 388, 388, 388, 388, 388, 389, 0, 389,
|
|
0, 389, 0, 389, 390, 0, 0, 390, 0, 390,
|
|
390, 390, 390, 390, 391, 391, 0, 391, 391, 391,
|
|
391, 391, 391, 392, 392, 392, 392, 392, 392, 392,
|
|
|
|
392, 392, 392, 392, 392, 392, 392, 393, 393, 393,
|
|
393, 393, 393, 393, 393, 393, 393, 393, 393, 393,
|
|
394, 0, 394, 394, 394, 394, 394, 394, 394, 394,
|
|
394, 394, 394, 394, 395, 0, 395, 395, 395, 395,
|
|
395, 395, 395, 395, 395, 395, 395, 395, 396, 396,
|
|
396, 396, 396, 396, 396, 396, 396, 397, 397, 397,
|
|
398, 0, 0, 0, 0, 398, 398, 398, 399, 399,
|
|
399, 399, 399, 400, 400, 400, 0, 0, 400, 401,
|
|
0, 0, 0, 0, 401, 401, 401, 402, 402, 402,
|
|
402, 402, 402, 402, 402, 402, 384, 384, 384, 384,
|
|
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384, 384, 384, 384, 384, 384, 384,
|
|
384, 384, 384, 384
|
|
} ;
|
|
|
|
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)
|
|
|
|
char errstr[100]; /* for short error messages */
|
|
|
|
int lineno; /* line number for error messages */
|
|
Bytebuffer* lextext; /* name or string with escapes removed */
|
|
|
|
#define YY_BREAK /* defining as nothing eliminates unreachable
|
|
statement warnings from flex output,
|
|
but make sure every action ends with
|
|
"return" or "break"! */
|
|
|
|
int specialconstants; /* 1 if nan, nanf, infinity, etc is used */
|
|
double double_val; /* last double value read */
|
|
float float_val; /* last float value read */
|
|
long long int64_val; /* last int64 value read */
|
|
int int32_val; /* last int32 value read */
|
|
short int16_val; /* last short value read */
|
|
unsigned long long uint64_val; /* last int64 value read */
|
|
unsigned int uint32_val; /* last int32 value read */
|
|
unsigned short uint16_val; /* last short value read */
|
|
char char_val; /* last char value read */
|
|
signed char byte_val; /* last byte value read */
|
|
unsigned char ubyte_val; /* last byte value read */
|
|
|
|
static Symbol* makepath(char* text);
|
|
static int lexdebug(int);
|
|
static int parseLL(char* text);
|
|
static void expand_escapes(Bytebuffer*, char*, int);
|
|
|
|
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 1228 "lex.ncg.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 168 "ncgen.l"
|
|
|
|
#line 1414 "lex.ncg.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 >= 385 )
|
|
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] != 2197 );
|
|
|
|
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 169 "ncgen.l"
|
|
{ /* whitespace */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 2:
|
|
YY_RULE_SETUP
|
|
#line 173 "ncgen.l"
|
|
{ /* comment */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 3:
|
|
/* rule 3 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 177 "ncgen.l"
|
|
{
|
|
/* 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';
|
|
}
|
|
*/
|
|
/* Assumes expand escapes also does normalization */
|
|
bbClear(lextext);
|
|
expand_escapes(lextext,(char *)ncgtext,ncgleng);
|
|
bbNull(lextext);
|
|
return lexdebug(TERMSTRING);
|
|
}
|
|
YY_BREAK
|
|
case 4:
|
|
YY_RULE_SETUP
|
|
#line 193 "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 205 "ncgen.l"
|
|
{return lexdebug(COMPOUND);}
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 206 "ncgen.l"
|
|
{return lexdebug(ENUM);}
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 207 "ncgen.l"
|
|
{return lexdebug(OPAQUE);}
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 209 "ncgen.l"
|
|
{return lexdebug(FLOAT_K);}
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 210 "ncgen.l"
|
|
{return lexdebug(CHAR_K);}
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 211 "ncgen.l"
|
|
{return lexdebug(BYTE_K);}
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 212 "ncgen.l"
|
|
{return lexdebug(UBYTE_K);}
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 213 "ncgen.l"
|
|
{return lexdebug(SHORT_K);}
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 214 "ncgen.l"
|
|
{return lexdebug(USHORT_K);}
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 215 "ncgen.l"
|
|
{return lexdebug(INT_K);}
|
|
YY_BREAK
|
|
case 15:
|
|
YY_RULE_SETUP
|
|
#line 216 "ncgen.l"
|
|
{return lexdebug(UINT_K);}
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 217 "ncgen.l"
|
|
{return lexdebug(INT64_K);}
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 218 "ncgen.l"
|
|
{return lexdebug(UINT64_K);}
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 219 "ncgen.l"
|
|
{return lexdebug(DOUBLE_K);}
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 220 "ncgen.l"
|
|
{int32_val = -1;
|
|
return lexdebug(NC_UNLIMITED_K);}
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 223 "ncgen.l"
|
|
{return lexdebug(TYPES);}
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 224 "ncgen.l"
|
|
{return lexdebug(DIMENSIONS);}
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 225 "ncgen.l"
|
|
{return lexdebug(VARIABLES);}
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 226 "ncgen.l"
|
|
{return lexdebug(DATA);}
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 227 "ncgen.l"
|
|
{return lexdebug(GROUP);}
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 229 "ncgen.l"
|
|
{BEGIN(TEXT);return lexdebug(NETCDF);}
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 231 "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 240 "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 246 "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 255 "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 261 "ncgen.l"
|
|
{
|
|
#ifdef USE_NETCDF4
|
|
if(c_flag != 0 || binary_flag != 0)
|
|
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 271 "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 280 "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 290 "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 306 "ncgen.l"
|
|
{ char* id;
|
|
bbClear(lextext);
|
|
bbAppendn(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
bbNull(lextext);
|
|
id = bbContents(lextext);
|
|
deescapify(id);
|
|
if (STREQ(id, FILL_STRING)) return lexdebug(FILLMARKER);
|
|
yylval.sym = install(id);
|
|
return lexdebug(IDENT);
|
|
}
|
|
YY_BREAK
|
|
case 35:
|
|
YY_RULE_SETUP
|
|
#line 317 "ncgen.l"
|
|
{
|
|
/* We need to try to see what size of integer ((u)int). */
|
|
/* Technically, the user should specify, but... */
|
|
/* If out of any integer range, then complain */
|
|
switch (parseLL(ncgtext)) {
|
|
case 0:
|
|
return lexdebug(INT64_CONST); /* meaningless */
|
|
case -1:
|
|
#ifdef USE_NETCDF4
|
|
if(int64_val >= NC_MIN_INT) {
|
|
int32_val = (int)int64_val;
|
|
return lexdebug(INT_CONST);
|
|
} else
|
|
return lexdebug(INT64_CONST);
|
|
#else
|
|
/* Convert to int32, unless overflow then complain */
|
|
if(int64_val >=NC_MIN_INT) {
|
|
int32_val = (int)int64_val;
|
|
} else {
|
|
sprintf(errstr,"32 bit integer constant out of range: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(INT_CONST);
|
|
#endif
|
|
case 1:
|
|
#ifdef USE_NETCDF4
|
|
if(uint64_val <= NC_MAX_INT) {
|
|
int32_val = (int)uint64_val;
|
|
return lexdebug(INT_CONST);
|
|
} else if(uint64_val <= NC_MAX_UINT) {
|
|
uint32_val = (unsigned int)uint64_val;
|
|
return lexdebug(UINT_CONST);
|
|
} else if(uint64_val <= NC_MAX_INT64) {
|
|
int64_val = (long long)uint64_val;
|
|
return lexdebug(INT64_CONST);
|
|
} else
|
|
return lexdebug(UINT64_CONST);
|
|
#else
|
|
/* Convert to int32 but complain if overflow */
|
|
if(uint64_val > NC_MAX_INT) {
|
|
sprintf(errstr,"32 bit integer constant out of range: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
int32_val = (int)uint64_val;
|
|
return lexdebug(INT_CONST);
|
|
#endif
|
|
}
|
|
}
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 366 "ncgen.l"
|
|
{ /* The number may be signed or unsigned (signed has priority) */
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int token = 0;
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if (sscanf((char*)ncgtext, "%d", &int32_val) != 1) {
|
|
sprintf(errstr,"bad byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
} else if(int32_val >= NC_MIN_BYTE && int32_val <= NC_MAX_BYTE) {
|
|
byte_val = (signed char)int32_val;
|
|
token = BYTE_CONST;
|
|
} else if(int32_val >= 0 && int32_val <= NC_MAX_UBYTE) {
|
|
ubyte_val = (unsigned char)int32_val;
|
|
token = UBYTE_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
case 'S': case 's':
|
|
if (sscanf((char*)ncgtext, "%d", &int32_val) != 1) {
|
|
sprintf(errstr,"bad short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
} else if(int32_val >= NC_MIN_SHORT && int32_val <= NC_MAX_SHORT) {
|
|
int16_val = (signed short)int32_val;
|
|
token = SHORT_CONST;
|
|
} else if(int32_val >= 0 && int32_val <= NC_MAX_USHORT) {
|
|
uint16_val = (unsigned short)int32_val;
|
|
token = USHORT_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
case 'L': case 'l':
|
|
switch(parseLL(ncgtext)) {
|
|
case 0:
|
|
sprintf(errstr,"bad int64 constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
break;
|
|
case -1: token = INT64_CONST; break;
|
|
case 1: token = UINT64_CONST; break;
|
|
}
|
|
break;
|
|
default:/*(optionally)signed string of digits; treat like int*/
|
|
sprintf(errstr,"bad numeric constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 37:
|
|
YY_RULE_SETUP
|
|
#line 418 "ncgen.l"
|
|
{
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int token = 0;
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1
|
|
|| uint32_val > NC_MAX_UBYTE) {
|
|
sprintf(errstr,"bad unsigned byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
ubyte_val = (unsigned char)uint32_val;
|
|
token = UBYTE_CONST;
|
|
break;
|
|
case 'S': case 's':
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1
|
|
|| uint32_val > NC_MAX_USHORT) {
|
|
sprintf(errstr,"bad unsigned short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
uint16_val = (unsigned short)uint32_val;
|
|
token = USHORT_CONST;
|
|
break;
|
|
case 'L': case 'l':
|
|
if (sscanf((char*)ncgtext, "%llu", &uint64_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int64 constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT64_CONST;
|
|
break;
|
|
default: /* string of digits; treat like int */
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT_CONST;
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 38:
|
|
YY_RULE_SETUP
|
|
#line 457 "ncgen.l"
|
|
{
|
|
int c;
|
|
int token = 0;
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
char* hex = ncgtext+2; /* point to first true hex digit */
|
|
int xlen = (slen - 3); /* true hex length */
|
|
ncgtext[slen-1] = '\0';
|
|
if(xlen > 16) { /* truncate hi order digits */
|
|
hex += (xlen - 16);
|
|
}
|
|
/* convert to an unsigned long long */
|
|
uint64_val = 0;
|
|
while((c=*hex++)) {
|
|
unsigned int hexdigit = (c <= '9'?(c-'0'):(c-'a')+0xa);
|
|
uint64_val = ((uint64_val << 4) | hexdigit);
|
|
}
|
|
switch (tag) {
|
|
case 'S': case 's':
|
|
uint16_val = (unsigned short)uint64_val;
|
|
token = USHORT_CONST;
|
|
break;
|
|
case 'L': case 'l':
|
|
token = UINT64_CONST;
|
|
break;
|
|
default: /* should never happen */
|
|
if (sscanf((char*)ncgtext, "%i", &uint32_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT_CONST;
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 39:
|
|
YY_RULE_SETUP
|
|
#line 491 "ncgen.l"
|
|
{
|
|
if (sscanf((char*)ncgtext, "%le", &double_val) != 1) {
|
|
sprintf(errstr,"bad long or double constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(DOUBLE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 498 "ncgen.l"
|
|
{
|
|
if (sscanf((char*)ncgtext, "%e", &float_val) != 1) {
|
|
sprintf(errstr,"bad float constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(FLOAT_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 41:
|
|
/* rule 41 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 505 "ncgen.l"
|
|
{
|
|
(void) sscanf((char*)&ncgtext[1],"%c",&byte_val);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 42:
|
|
YY_RULE_SETUP
|
|
#line 509 "ncgen.l"
|
|
{
|
|
byte_val = (char) strtol((char*)&ncgtext[2], (char **) 0, 8);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 43:
|
|
YY_RULE_SETUP
|
|
#line 513 "ncgen.l"
|
|
{
|
|
byte_val = (char) strtol((char*)&ncgtext[3], (char **) 0, 16);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 44:
|
|
YY_RULE_SETUP
|
|
#line 517 "ncgen.l"
|
|
{
|
|
switch ((char)ncgtext[2]) {
|
|
case 'a': byte_val = '\007'; break; /* not everyone under-
|
|
* stands '\a' yet */
|
|
case 'b': byte_val = '\b'; break;
|
|
case 'f': byte_val = '\f'; break;
|
|
case 'n': byte_val = '\n'; break;
|
|
case 'r': byte_val = '\r'; break;
|
|
case 't': byte_val = '\t'; break;
|
|
case 'v': byte_val = '\v'; break;
|
|
case '\\': byte_val = '\\'; break;
|
|
case '?': byte_val = '\177'; break;
|
|
case '\'': byte_val = '\''; break;
|
|
default: byte_val = (char)ncgtext[2];
|
|
}
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 45:
|
|
/* rule 45 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 535 "ncgen.l"
|
|
{
|
|
lineno++ ;
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 540 "ncgen.l"
|
|
{/*initial*/
|
|
BEGIN(ST_C_COMMENT);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 47:
|
|
/* rule 47 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 545 "ncgen.l"
|
|
{/* continuation */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 48:
|
|
YY_RULE_SETUP
|
|
#line 549 "ncgen.l"
|
|
{/* final */
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(ST_C_COMMENT):
|
|
#line 554 "ncgen.l"
|
|
{/* final, error */
|
|
fprintf(stderr,"unterminated /**/ comment");
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 49:
|
|
YY_RULE_SETUP
|
|
#line 560 "ncgen.l"
|
|
{/* Note: this next rule will not work for UTF8 characters */
|
|
return lexdebug(ncgtext[0]) ;
|
|
}
|
|
YY_BREAK
|
|
case 50:
|
|
YY_RULE_SETUP
|
|
#line 563 "ncgen.l"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 2076 "lex.ncg.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 >= 385 )
|
|
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 >= 385 )
|
|
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 == 384);
|
|
|
|
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 563 "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)
|
|
{
|
|
/* Convert path to a sequence of symbols */
|
|
/* use last name as symbol name (with '/' as exception) */
|
|
Symbol* sym = NULL;
|
|
/* walk the path converting to a sequence of symbols */
|
|
if(strcmp(text0,"/")==0) {
|
|
/* special case of root reference */
|
|
sym = 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,issuffix;
|
|
ident=text+1; p=ident; /* skip leading '/' */
|
|
do {
|
|
issuffix=0;
|
|
switch ((c=*p)) {
|
|
default: p++; break;
|
|
case '\\': p++; if(*p == '/') p++; break;
|
|
case '\0': /* treat null terminator like trailing '/' (mostly) */
|
|
issuffix=1; /* this is the last ident in the path */
|
|
/*fall thru */
|
|
case '/':
|
|
*p='\0';
|
|
deescapify(ident);
|
|
if(!issuffix) {
|
|
sym = lookupingroup(NC_GRP,ident,container);
|
|
if(sym == NULL) {
|
|
sprintf(errstr,"Undefined or forward referenced group: %s",ident);
|
|
yyerror(errstr);
|
|
sym = rootgroup;
|
|
} else {
|
|
listpush(prefix,(void*)sym);
|
|
}
|
|
} else
|
|
{
|
|
sym = install(ident);
|
|
sym->objectclass = NC_GRP;
|
|
sym->is_ref = 1;
|
|
sym->ref = NULL;
|
|
sym->container = container;
|
|
sym->subnodes = listnew();
|
|
}
|
|
container = sym;
|
|
ident=p+1; p=ident;
|
|
break;
|
|
}
|
|
} while(c != '\0');
|
|
sym->objectclass = NC_NAT; /*make caller set correctly */
|
|
sym->prefix = prefix;
|
|
free(text);
|
|
}
|
|
return sym;
|
|
}
|
|
|
|
static int
|
|
parseLL(char* text)
|
|
{
|
|
int result = 0;
|
|
#if defined(HAVE_STRTOLL) && defined(HAVE_STRTOULL)
|
|
extern int errno;
|
|
char* endptr;
|
|
errno = 0; endptr = NULL;
|
|
if(text[0] == '-') {
|
|
int64_val = strtoll(text,&endptr,10);
|
|
result = -1; /* negative int64_val */
|
|
} else {
|
|
uint64_val = strtoull(text,&endptr,10);
|
|
result = 1; /* positive uint64_val */
|
|
}
|
|
if(result == 0) {
|
|
sprintf(errstr,"Unparseable 64 bit integer constant: %s",(char*)text);
|
|
yyerror(errstr);
|
|
} else if(errno == ERANGE) {
|
|
sprintf(errstr,"64 bit integer constant out of range: %s",(char*)text);
|
|
yyerror(errstr);
|
|
result = 0; /* out of range */
|
|
}
|
|
#else /*!(defined HAVE_STRTOLL && defined HAVE_STRTOULL)*/
|
|
if(text[0] == '-') {
|
|
sscanf((char*)text, "%lld", &int64_val);
|
|
result = -1; /* negative int64_val */
|
|
} else {
|
|
sscanf((char*)text, "%llu", &uint64_val);
|
|
result = 1; /* positive uint64_val */
|
|
}
|
|
/* Have no useful way to detect out of range */
|
|
#endif /*!(defined HAVE_STRTOLL && defined HAVE_STRTOULL)*/
|
|
return result;
|
|
}
|
|
|
|
/*
|
|
* "Expands" valid escape sequences in yystring (read by lex) into the
|
|
* apropriate characters in termstring. For example, the two character
|
|
* sequence "\t" in yystring would be converted into a single tab character
|
|
* in termstring. On return, termstring is properly terminated.
|
|
*/
|
|
|
|
static void
|
|
expand_escapes(
|
|
Bytebuffer *s, /* fill with contents of ncgtext, with escapes expanded */
|
|
char *ncgtext,
|
|
int ncgleng)
|
|
{
|
|
char *t, *endp, *tend;
|
|
/* ignore leading and trailing quotes */
|
|
if(ncgtext[0] != '"' || ncgtext[ncgleng-1] != '"')
|
|
abort();
|
|
ncgtext++;
|
|
ncgleng--; /* leading quote */
|
|
ncgleng--; /* trailing quote */
|
|
/* expand "\" escapes, e.g. "\t" to tab character */
|
|
t = ncgtext;
|
|
tend = t + ncgleng;
|
|
while(*t && t < tend) {
|
|
if (*t == '\\') {
|
|
t++;
|
|
switch (*t) {
|
|
case 'a':
|
|
bbAppend(s,'\007'); t++; /* will use '\a' when STDC */
|
|
break;
|
|
case 'b':
|
|
bbAppend(s,'\b'); t++;
|
|
break;
|
|
case 'f':
|
|
bbAppend(s,'\f'); t++;
|
|
break;
|
|
case 'n':
|
|
bbAppend(s,'\n'); t++;
|
|
break;
|
|
case 'r':
|
|
bbAppend(s,'\r'); t++;
|
|
break;
|
|
case 't':
|
|
bbAppend(s,'\t'); t++;
|
|
break;
|
|
case 'v':
|
|
bbAppend(s,'\v'); t++;
|
|
break;
|
|
case '\\':
|
|
bbAppend(s,'\\'); t++;
|
|
break;
|
|
case '?':
|
|
bbAppend(s,'\177'); t++;
|
|
break;
|
|
case '\'':
|
|
bbAppend(s,'\''); t++;
|
|
break;
|
|
case '\"':
|
|
bbAppend(s,'\"'); t++;
|
|
break;
|
|
case 'x':
|
|
t++; /* now t points to one or more hex digits */
|
|
bbAppend(s,(char) strtol(t, &endp, 16));
|
|
t = endp;
|
|
break;
|
|
case '0':
|
|
case '1':
|
|
case '2':
|
|
case '3':
|
|
case '4':
|
|
case '5':
|
|
case '6':
|
|
case '7':
|
|
/* t now points to octal digits */
|
|
bbAppend(s,(char) strtol(t, &endp, 8));
|
|
t = endp;
|
|
break;
|
|
default:
|
|
bbAppend(s,*t); t++;
|
|
break;
|
|
}
|
|
} else {
|
|
bbAppend(s,*t); t++;
|
|
}
|
|
}
|
|
bbNull(s);
|
|
bbSetlength(s,strlen(bbContents(s)));
|
|
return;
|
|
}
|
|
|
|
|