Vcsn  2.8
Be Rational
scan.cc File Reference
#include <lib/vcsn/dot/parse.hh>
#include <iostream>
#include <errno.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <lib/vcsn/dot/scan.hh>
#include <string>
#include <unistd.h>
Include dependency graph for scan.cc:

Go to the source code of this file.

Classes

struct  yy_buffer_state
 
struct  yy_trans_info
 

Macros

#define yyterminate()   return parser::make_END(loc)
 
#define YY_INT_ALIGNED   short int
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define FLEX_BETA
 
#define yyFlexLexer   yyFlexLexer
 
#define FLEXINT_H
 
#define INT8_MIN   (-128)
 
#define INT16_MIN   (-32767-1)
 
#define INT32_MIN   (-2147483647-1)
 
#define INT8_MAX   (127)
 
#define INT16_MAX   (32767)
 
#define INT32_MAX   (2147483647)
 
#define UINT8_MAX   (255U)
 
#define UINT16_MAX   (65535U)
 
#define UINT32_MAX   (4294967295U)
 
#define SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 
#define yynoreturn
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((YY_CHAR) (c))
 
#define BEGIN   (yy_start) = 1 + 2 *
 
#define YY_START   (((yy_start) - 1) / 2)
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 
#define YY_NEW_FILE   yyrestart( yyin )
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
 
#define YY_TYPEDEF_YY_BUFFER_STATE
 
#define YY_TYPEDEF_YY_SIZE_T
 
#define EOB_ACT_CONTINUE_SCAN   0
 
#define EOB_ACT_END_OF_FILE   1
 
#define EOB_ACT_LAST_MATCH   2
 
#define YY_LESS_LINENO(n)
 
#define YY_LINENO_REWIND_TO(ptr)
 
#define yyless(n)
 
#define unput(c)   yyunput( c, (yytext_ptr) )
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#define YY_BUFFER_NEW   0
 
#define YY_BUFFER_NORMAL   1
 
#define YY_BUFFER_EOF_PENDING   2
 
#define YY_CURRENT_BUFFER
 
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
 
#define yy_new_buffer   yy_create_buffer
 
#define yy_set_interactive(is_interactive)
 
#define yy_set_bol(at_bol)
 
#define YY_AT_BOL()   (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
 
#define FLEX_DEBUG
 
#define yytext_ptr   yytext
 
#define YY_INTERACTIVE
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   35
 
#define YY_END_OF_BUFFER   36
 
#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
 
#define YY_NO_INPUT   1
 
#define LINE(Line)
 
#define YY_USER_ACTION   loc.columns(yyleng);
 
#define TOK(Token)   parser::make_ ## Token (loc)
 
#define INITIAL   0
 
#define SC_COMMENT   1
 
#define SC_STRING   2
 
#define SC_XML   3
 
#define YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   LexerOutput( yytext, yyleng )
 
#define YY_INPUT(buf, result, max_size)
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   LexerError( msg )
 
#define YY_DECL_IS_OURS   1
 
#define YY_DECL   int yyFlexLexer::yylex()
 
#define YY_BREAK   /*LINTED*/break;
 
#define YY_RULE_SETUP   YY_USER_ACTION
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 
#define YYTABLES_NAME   "yytables"
 

Typedefs

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
 
typedef struct yy_buffer_stateYY_BUFFER_STATE
 
typedef size_t yy_size_t
 
typedef flex_uint8_t YY_CHAR
 

Functions

void * yyalloc (yy_size_t size)
 
void * yyrealloc (void *ptr, yy_size_t size)
 
void yyfree (void *ptr)
 

Variables

int yyleng
 
static const flex_int16_t yy_accept [90]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [35]
 
static const flex_int16_t yy_base [100]
 
static const flex_int16_t yy_def [100]
 
static const flex_int16_t yy_nxt [186]
 
static const flex_int16_t yy_chk [186]
 
static const flex_int16_t yy_rule_linenum [35]
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 183 of file scan.cc.

Referenced by yyFlexLexer::yy_pop_state(), and yyFlexLexer::yy_push_state().

◆ ECHO

#define ECHO   LexerOutput( yytext, yyleng )

Definition at line 657 of file scan.cc.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 232 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yyinput().

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 233 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yyinput().

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 234 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yyinput().

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 41 of file scan.cc.

◆ FLEX_DEBUG

#define FLEX_DEBUG

Definition at line 382 of file scan.cc.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 36 of file scan.cc.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 74 of file scan.cc.

◆ INITIAL

#define INITIAL   0

Definition at line 588 of file scan.cc.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 116 of file scan.cc.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 107 of file scan.cc.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 119 of file scan.cc.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 110 of file scan.cc.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 113 of file scan.cc.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 104 of file scan.cc.

◆ LINE

#define LINE (   Line)
Value:
do { \
loc.end.column = 1; \
loc.lines(Line); \
} while (false)

Definition at line 570 of file scan.cc.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 558 of file scan.cc.

◆ SC_COMMENT

#define SC_COMMENT   1

Definition at line 589 of file scan.cc.

◆ SC_STRING

#define SC_STRING   2

Definition at line 590 of file scan.cc.

◆ SC_XML

#define SC_XML   3

Definition at line 591 of file scan.cc.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 132 of file scan.cc.

◆ TOK

#define TOK (   Token)    parser::make_ ## Token (loc)

Definition at line 579 of file scan.cc.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 125 of file scan.cc.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 128 of file scan.cc.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 122 of file scan.cc.

◆ unput

#define unput (   c)    yyunput( c, (yytext_ptr) )

Definition at line 252 of file scan.cc.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 377 of file scan.cc.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 729 of file scan.cc.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 319 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer().

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 307 of file scan.cc.

Referenced by yyFlexLexer::yy_flush_buffer().

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 308 of file scan.cc.

◆ YY_CURRENT_BUFFER

◆ YY_CURRENT_BUFFER_LVALUE

◆ YY_DECL

#define YY_DECL   int yyFlexLexer::yylex()

Definition at line 716 of file scan.cc.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 712 of file scan.cc.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
(yytext_ptr) = yy_bp; \
/* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
yyleng = (int) (yy_cp - yy_bp); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
/* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
(yy_c_buf_p) = yy_cp;
#define yytext_ptr
Definition: scan.cc:385

Definition at line 398 of file scan.cc.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   36

Definition at line 408 of file scan.cc.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

Definition at line 2101 of file scan.cc.

Referenced by yyFlexLexer::LexerError().

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 606 of file scan.cc.

◆ YY_FATAL_ERROR

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 37 of file scan.cc.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 38 of file scan.cc.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 39 of file scan.cc.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
/* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
\
/* %if-c++-only C++ definition \ */\
if ( (int)(result = LexerInput( (char *) buf, max_size )) < 0 ) \
YY_FATAL_ERROR( "input in flex scanner failed" );

Definition at line 665 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer().

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 25 of file scan.cc.

◆ YY_INTERACTIVE

#define YY_INTERACTIVE

Definition at line 386 of file scan.cc.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 236 of file scan.cc.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 237 of file scan.cc.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 560 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yy_get_previous_state().

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 358 of file scan.cc.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 193 of file scan.cc.

Referenced by yyFlexLexer::yyinput().

◆ YY_NO_INPUT

#define YY_NO_INPUT   1

Definition at line 564 of file scan.cc.

◆ YY_NULL

#define YY_NULL   0

Definition at line 162 of file scan.cc.

◆ YY_NUM_RULES

#define YY_NUM_RULES   35

Definition at line 407 of file scan.cc.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 648 of file scan.cc.

Referenced by yyFlexLexer::yy_get_next_buffer().

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 561 of file scan.cc.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 733 of file scan.cc.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((YY_CHAR) (c))

Definition at line 169 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state().

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_CURRENT_BUFFER
Definition: scan.cc:338
#define YY_BUF_SIZE
Definition: scan.cc:205

Definition at line 368 of file scan.cc.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define YY_CURRENT_BUFFER
Definition: scan.cc:338
#define YY_BUF_SIZE
Definition: scan.cc:205

Definition at line 359 of file scan.cc.

◆ YY_START

#define YY_START   (((yy_start) - 1) / 2)

Definition at line 188 of file scan.cc.

Referenced by yyFlexLexer::yy_push_state().

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 685 of file scan.cc.

Referenced by yyFlexLexer::yy_push_state().

◆ YY_STATE_BUF_SIZE

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

Definition at line 211 of file scan.cc.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 191 of file scan.cc.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 255 of file scan.cc.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 214 of file scan.cc.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 219 of file scan.cc.

◆ YY_USER_ACTION

#define YY_USER_ACTION   loc.columns(yyleng);

Definition at line 576 of file scan.cc.

◆ yyconst

#define yyconst   const

Definition at line 152 of file scan.cc.

◆ yyFlexLexer

#define yyFlexLexer   yyFlexLexer

Definition at line 51 of file scan.cc.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define YY_MORE_ADJ
Definition: scan.cc:560

Definition at line 2117 of file scan.cc.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
*(yy_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
int yyleng

Definition at line 2117 of file scan.cc.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 559 of file scan.cc.

◆ yynoreturn

#define yynoreturn

Definition at line 157 of file scan.cc.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 189 of file scan.cc.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

Definition at line 2203 of file scan.cc.

◆ yyterminate

#define yyterminate ( )    return parser::make_END(loc)

Definition at line 21 of file scan.cc.

◆ yytext_ptr

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 96 of file scan.cc.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 97 of file scan.cc.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 95 of file scan.cc.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 99 of file scan.cc.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 100 of file scan.cc.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 98 of file scan.cc.

◆ YY_BUFFER_STATE

Definition at line 215 of file scan.cc.

◆ YY_CHAR

Definition at line 383 of file scan.cc.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 220 of file scan.cc.

Function Documentation

◆ yyalloc()

void* yyalloc ( yy_size_t  size)

◆ yyfree()

void yyfree ( void *  ptr)

Definition at line 2196 of file scan.cc.

Referenced by yyFlexLexer::yy_delete_buffer(), and yyFlexLexer::~yyFlexLexer().

◆ yyrealloc()

void* yyrealloc ( void *  ptr,
yy_size_t  size 
)

Variable Documentation

◆ yy_accept

const flex_int16_t yy_accept[90]
static
Initial value:
=
{ 0,
0, 0, 23, 23, 0, 0, 0, 0, 36, 22,
20, 21, 17, 13, 22, 22, 22, 19, 12, 14,
18, 10, 19, 8, 9, 19, 19, 19, 19, 19,
6, 7, 23, 25, 24, 29, 30, 27, 35, 33,
34, 32, 31, 20, 21, 0, 19, 11, 19, 16,
15, 19, 19, 19, 19, 19, 19, 19, 23, 25,
24, 24, 26, 29, 30, 28, 33, 34, 15, 19,
19, 19, 19, 19, 19, 19, 2, 19, 4, 19,
19, 3, 19, 19, 19, 1, 19, 5, 0
}

Definition at line 416 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state(), and yyFlexLexer::yy_try_NUL_trans().

◆ yy_base

const flex_int16_t yy_base[100]
static
Initial value:
=
{ 0,
0, 0, 32, 33, 36, 38, 40, 44, 150, 151,
147, 145, 151, 151, 36, 137, 40, 40, 151, 151,
151, 151, 0, 151, 151, 120, 123, 114, 115, 110,
151, 151, 0, 138, 53, 0, 137, 151, 0, 0,
136, 151, 151, 136, 134, 126, 53, 151, 125, 151,
0, 124, 0, 109, 108, 111, 108, 108, 0, 125,
55, 60, 151, 0, 124, 151, 0, 123, 0, 115,
94, 100, 89, 90, 83, 82, 0, 76, 0, 65,
62, 0, 69, 43, 38, 0, 41, 0, 151, 69,
75, 81, 47, 87, 93, 99, 105, 111, 116
}

Definition at line 469 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state(), and yyFlexLexer::yy_try_NUL_trans().

◆ yy_chk

const flex_int16_t yy_chk[186]
static
Initial value:
=
{ 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, 3, 4, 3, 4, 5, 5,
6, 6, 7, 15, 17, 15, 8, 18, 17, 18,
15, 93, 7, 5, 7, 6, 8, 35, 8, 61,
47, 35, 47, 61, 62, 87, 85, 84, 62, 90,
90, 90, 90, 90, 90, 91, 91, 91, 91, 91,
91, 92, 92, 92, 92, 92, 92, 94, 83, 94,
81, 94, 94, 95, 80, 95, 95, 95, 95, 96,
78, 76, 96, 96, 96, 97, 75, 97, 97, 97,
97, 98, 74, 98, 98, 98, 99, 73, 99, 99,
99, 99, 72, 71, 70, 68, 65, 60, 58, 57,
56, 55, 54, 52, 49, 46, 45, 44, 41, 37,
34, 30, 29, 28, 27, 26, 16, 12, 11, 9,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89
}

Definition at line 523 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state(), and yyFlexLexer::yy_try_NUL_trans().

◆ yy_def

const flex_int16_t yy_def[100]
static
Initial value:
=
{ 0,
89, 1, 90, 90, 91, 91, 92, 92, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 93, 89, 89, 93, 93, 93, 93, 93,
89, 89, 94, 89, 95, 96, 89, 89, 97, 98,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
99, 89, 93, 93, 93, 93, 93, 93, 94, 89,
95, 95, 89, 96, 89, 89, 98, 89, 99, 89,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 0, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89
}

Definition at line 484 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state(), and yyFlexLexer::yy_try_NUL_trans().

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 429 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state().

◆ yy_meta

const YY_CHAR yy_meta[35]
static
Initial value:
=
{ 0,
1, 1, 2, 3, 4, 1, 1, 1, 1, 5,
1, 1, 6, 1, 6, 5, 1, 3, 1, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 1, 1
}

Definition at line 461 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state(), and yyFlexLexer::yy_try_NUL_trans().

◆ yy_nxt

const flex_int16_t yy_nxt[186]
static
Initial value:
=
{ 0,
10, 11, 12, 13, 10, 14, 15, 16, 17, 18,
19, 20, 21, 22, 10, 23, 24, 10, 25, 23,
23, 26, 27, 28, 23, 23, 29, 23, 23, 23,
30, 23, 31, 32, 34, 34, 35, 35, 37, 38,
37, 38, 41, 46, 50, 47, 41, 52, 51, 47,
48, 53, 42, 39, 43, 39, 42, 62, 43, 89,
52, 63, 47, 89, 62, 88, 87, 86, 63, 33,
33, 33, 33, 33, 33, 36, 36, 36, 36, 36,
36, 40, 40, 40, 40, 40, 40, 59, 85, 59,
84, 59, 59, 61, 83, 61, 61, 61, 61, 64,
82, 81, 64, 64, 64, 66, 80, 66, 66, 66,
66, 67, 79, 67, 67, 67, 69, 78, 69, 69,
69, 69, 77, 76, 70, 68, 65, 60, 75, 74,
73, 72, 71, 70, 49, 49, 45, 44, 68, 65,
60, 58, 57, 56, 55, 54, 49, 45, 44, 89,
9, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89
}

Definition at line 499 of file scan.cc.

Referenced by yyFlexLexer::yy_get_previous_state(), and yyFlexLexer::yy_try_NUL_trans().

◆ yy_rule_linenum

const flex_int16_t yy_rule_linenum[35]
static
Initial value:
=
{ 0,
53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 68, 69, 70, 71, 72, 77,
78, 79, 83, 84, 85, 86, 90, 95, 96, 97,
107, 117, 118, 119
}

Definition at line 547 of file scan.cc.

◆ yyleng

int yyleng