cprover
jsil_lex.yy.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <util/expr.h>
#include <ansi-c/literals/convert_float_literal.h>
#include <ansi-c/literals/convert_string_literal.h>
#include "jsil_parser.h"
#include "jsil_y.tab.h"
#include <util/pragma_wsign_compare.def>
#include <util/pragma_wnull_conversion.def>
#include <util/pragma_wdeprecated_register.def>
Include dependency graph for jsil_lex.yy.cpp:

Go to the source code of this file.

Classes

struct  yy_buffer_state
 
struct  yy_trans_info
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   yyjsil_create_buffer
 
#define yy_delete_buffer   yyjsil_delete_buffer
 
#define yy_flex_debug   yyjsil_flex_debug
 
#define yy_init_buffer   yyjsil_init_buffer
 
#define yy_flush_buffer   yyjsil_flush_buffer
 
#define yy_load_buffer_state   yyjsil_load_buffer_state
 
#define yy_switch_to_buffer   yyjsil_switch_to_buffer
 
#define yyin   yyjsilin
 
#define yyleng   yyjsilleng
 
#define yylex   yyjsillex
 
#define yylineno   yyjsillineno
 
#define yyout   yyjsilout
 
#define yyrestart   yyjsilrestart
 
#define yytext   yyjsiltext
 
#define yywrap   yyjsilwrap
 
#define yyalloc   yyjsilalloc
 
#define yyrealloc   yyjsilrealloc
 
#define yyfree   yyjsilfree
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   1
 
#define FLEX_BETA
 
#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 yyconst   const
 
#define yynoreturn
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned 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   yyjsilrestart(yyjsilin )
 
#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_FLUSH_BUFFER   yyjsil_flush_buffer(YY_CURRENT_BUFFER )
 
#define yy_new_buffer   yyjsil_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 yytext_ptr   yyjsiltext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   183
 
#define YY_END_OF_BUFFER   184
 
#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 YY_NO_UNISTD_H   1
 
#define PARSER   jsil_parser
 
#define YYSTYPE   unsigned
 
#define loc()   { newstack(yyjsillval); PARSER.set_source_location(stack(yyjsillval)); }
 
#define INITIAL   0
 
#define GRAMMAR   1
 
#define COMMENT   2
 
#define STRING_LITERAL   3
 
#define STRING_LITERAL_COMMENT   4
 
#define STATEMENTS   5
 
#define YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   do { if (fwrite( yyjsiltext, (size_t) yyjsilleng, 1, yyjsilout )) {} } while (0)
 
#define YY_INPUT(buf, result, max_size)
 
#define yyterminate()   return YY_NULL
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 
#define YY_DECL_IS_OURS   1
 
#define YY_DECL   int yyjsillex (void)
 
#define YY_USER_ACTION
 
#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 unsigned char YY_CHAR
 
typedef int yy_state_type
 

Functions

void yyjsilrestart (FILE *input_file)
 Immediately switch to a different input stream. More...
 
void yyjsil_switch_to_buffer (YY_BUFFER_STATE new_buffer)
 Switch to a different input buffer. More...
 
YY_BUFFER_STATE yyjsil_create_buffer (FILE *file, int size)
 Allocate and initialize an input buffer state. More...
 
void yyjsil_delete_buffer (YY_BUFFER_STATE b)
 Destroy the buffer. More...
 
void yyjsil_flush_buffer (YY_BUFFER_STATE b)
 Discard all buffered characters. More...
 
void yyjsilpush_buffer_state (YY_BUFFER_STATE new_buffer)
 Pushes the new state onto the stack. More...
 
void yyjsilpop_buffer_state (void)
 Removes and deletes the top of the stack, if present. More...
 
static void yyjsilensure_buffer_stack (void)
 
static void yyjsil_load_buffer_state (void)
 
static void yyjsil_init_buffer (YY_BUFFER_STATE b, FILE *file)
 
YY_BUFFER_STATE yyjsil_scan_buffer (char *base, yy_size_t size)
 Setup the input buffer state to scan directly from a user-specified character buffer. More...
 
YY_BUFFER_STATE yyjsil_scan_string (const char *yystr)
 Setup the input buffer state to scan a string. More...
 
YY_BUFFER_STATE yyjsil_scan_bytes (const char *yybytes, int _yybytes_len)
 Setup the input buffer state to scan the given bytes. More...
 
void * yyjsilalloc (yy_size_t)
 
void * yyjsilrealloc (void *, yy_size_t)
 
void yyjsilfree (void *)
 
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 (const char *msg)
 
static int make_identifier ()
 
void jsil_scanner_init ()
 
static int yy_init_globals (void)
 
int yyjsillex_destroy (void)
 
int yyjsilget_debug (void)
 
void yyjsilset_debug (int debug_flag)
 
void * yyjsilget_extra (void)
 
void yyjsilset_extra (void *user_defined)
 
FILE * yyjsilget_in (void)
 Get the input stream. More...
 
void yyjsilset_in (FILE *_in_str)
 Set the input stream. More...
 
FILE * yyjsilget_out (void)
 Get the output stream. More...
 
void yyjsilset_out (FILE *_out_str)
 
int yyjsilget_leng (void)
 Get the length of the current token. More...
 
char * yyjsilget_text (void)
 Get the current token. More...
 
int yyjsilget_lineno (void)
 Get the current line number. More...
 
void yyjsilset_lineno (int _line_number)
 Set the current line number. More...
 
int yyjsilwrap (void)
 
static void yy_push_state (int _new_state)
 
static void yy_pop_state (void)
 
static int yy_top_state (void)
 
int yyjsillex (void)
 The main scanner function which does all the work. More...
 

Variables

int yyjsilleng
 
FILE * yyjsilin = NULL
 
FILE * yyjsilout = NULL
 
static size_t yy_buffer_stack_top = 0
 index of top of stack. More...
 
static size_t yy_buffer_stack_max = 0
 capacity of stack. More...
 
static YY_BUFFER_STATEyy_buffer_stack = NULL
 Stack as an array. More...
 
static char yy_hold_char
 
static int yy_n_chars
 
static char * yy_c_buf_p = NULL
 
static int yy_init = 0
 
static int yy_start = 0
 
static int yy_did_buffer_switch_on_eof
 
int yyjsillineno = 1
 
char * yyjsiltext
 
static const flex_int16_t yy_accept [1305]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [68]
 
static const flex_uint16_t yy_base [1315]
 
static const flex_int16_t yy_def [1315]
 
static const flex_uint16_t yy_nxt [1557]
 
static const flex_int16_t yy_chk [1557]
 
static yy_state_type yy_last_accepting_state
 
static char * yy_last_accepting_cpos
 
int yyjsil_flex_debug = 0
 
static int yy_start_stack_ptr = 0
 
static int yy_start_stack_depth = 0
 
static int * yy_start_stack = NULL
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 133 of file jsil_lex.yy.cpp.

Referenced by jsil_scanner_init(), yy_pop_state(), yy_push_state(), and yyjsillex().

◆ COMMENT

#define COMMENT   2

Definition at line 1299 of file jsil_lex.yy.cpp.

Referenced by yyjsillex(), and yyxmllex().

◆ ECHO

#define ECHO   do { if (fwrite( yyjsiltext, (size_t) yyjsilleng, 1, yyjsilout )) {} } while (0)

Definition at line 1406 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 181 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer(), and yyjsillex().

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 182 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer(), and yyjsillex().

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 183 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer(), and yyjsillex().

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 33 of file jsil_lex.yy.cpp.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 28 of file jsil_lex.yy.cpp.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 49 of file jsil_lex.yy.cpp.

◆ GRAMMAR

#define GRAMMAR   1

Definition at line 1298 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ INITIAL

#define INITIAL   0

Definition at line 1297 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 91 of file jsil_lex.yy.cpp.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 82 of file jsil_lex.yy.cpp.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 94 of file jsil_lex.yy.cpp.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 85 of file jsil_lex.yy.cpp.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 88 of file jsil_lex.yy.cpp.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 79 of file jsil_lex.yy.cpp.

◆ loc

#define loc ( )    { newstack(yyjsillval); PARSER.set_source_location(stack(yyjsillval)); }

Definition at line 1262 of file jsil_lex.yy.cpp.

Referenced by make_identifier(), and yyjsillex().

◆ PARSER

#define PARSER   jsil_parser

Definition at line 1255 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 1240 of file jsil_lex.yy.cpp.

◆ STATEMENTS

#define STATEMENTS   5

Definition at line 1302 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ STRING_LITERAL

#define STRING_LITERAL   3

Definition at line 1300 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ STRING_LITERAL_COMMENT

#define STRING_LITERAL_COMMENT   4

Definition at line 1301 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 100 of file jsil_lex.yy.cpp.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 103 of file jsil_lex.yy.cpp.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 97 of file jsil_lex.yy.cpp.

◆ unput

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

Definition at line 202 of file jsil_lex.yy.cpp.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 348 of file jsil_lex.yy.cpp.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1485 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 159 of file jsil_lex.yy.cpp.

Referenced by yyjsillex(), and yyjsilrestart().

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 264 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer().

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 252 of file jsil_lex.yy.cpp.

Referenced by yyjsil_flush_buffer(), yyjsil_scan_buffer(), and yyjsillex().

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 253 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ yy_create_buffer

#define yy_create_buffer   yyjsil_create_buffer

Definition at line 9 of file jsil_lex.yy.cpp.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
: NULL)
static YY_BUFFER_STATE * yy_buffer_stack
Stack as an array.
static size_t yy_buffer_stack_top
index of top of stack.

Definition at line 280 of file jsil_lex.yy.cpp.

Referenced by yyjsil_delete_buffer(), yyjsil_flush_buffer(), yyjsil_init_buffer(), yyjsil_switch_to_buffer(), yyjsillex(), yyjsillex_destroy(), yyjsilpop_buffer_state(), yyjsilpush_buffer_state(), and yyjsilrestart().

◆ YY_CURRENT_BUFFER_LVALUE

◆ YY_DECL

#define YY_DECL   int yyjsillex (void)

Definition at line 1473 of file jsil_lex.yy.cpp.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 1469 of file jsil_lex.yy.cpp.

◆ yy_delete_buffer

#define yy_delete_buffer   yyjsil_delete_buffer

Definition at line 10 of file jsil_lex.yy.cpp.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
(yytext_ptr) = yy_bp; \
yyjsilleng = (int) (yy_cp - yy_bp); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
#define yytext_ptr
static char * yy_c_buf_p
static char yy_hold_char

Definition at line 376 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   184

Definition at line 384 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

Definition at line 3361 of file jsil_lex.yy.cpp.

Referenced by yy_fatal_error().

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 1313 of file jsil_lex.yy.cpp.

◆ YY_FATAL_ERROR

◆ yy_flex_debug

#define yy_flex_debug   yyjsil_flex_debug

Definition at line 11 of file jsil_lex.yy.cpp.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 29 of file jsil_lex.yy.cpp.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 30 of file jsil_lex.yy.cpp.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   1

Definition at line 31 of file jsil_lex.yy.cpp.

◆ yy_flush_buffer

#define yy_flush_buffer   yyjsil_flush_buffer

Definition at line 13 of file jsil_lex.yy.cpp.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yyjsil_flush_buffer(YY_CURRENT_BUFFER )

Definition at line 316 of file jsil_lex.yy.cpp.

Referenced by jsil_scanner_init().

◆ yy_init_buffer

#define yy_init_buffer   yyjsil_init_buffer

Definition at line 12 of file jsil_lex.yy.cpp.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int n; \
for ( n = 0; n < max_size && \
(c = getc( yyjsilin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyjsilin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyjsilin)) == 0 && ferror(yyjsilin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyjsilin); \
} \
}\
\
size_t yy_size_t
FILE * yyjsilin
#define YY_CURRENT_BUFFER_LVALUE

Definition at line 1413 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer().

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 5 of file jsil_lex.yy.cpp.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 185 of file jsil_lex.yy.cpp.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 186 of file jsil_lex.yy.cpp.

◆ yy_load_buffer_state

#define yy_load_buffer_state   yyjsil_load_buffer_state

Definition at line 14 of file jsil_lex.yy.cpp.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 1242 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer(), yy_get_previous_state(), and yyjsillex().

◆ yy_new_buffer

#define yy_new_buffer   yyjsil_create_buffer

Definition at line 326 of file jsil_lex.yy.cpp.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyjsilrestart(yyjsilin )

Definition at line 146 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_NO_INPUT

#define YY_NO_INPUT   1

Definition at line 1246 of file jsil_lex.yy.cpp.

◆ YY_NO_UNISTD_H

#define YY_NO_UNISTD_H   1

Definition at line 1247 of file jsil_lex.yy.cpp.

◆ YY_NULL

#define YY_NULL   0

Definition at line 120 of file jsil_lex.yy.cpp.

◆ YY_NUM_RULES

#define YY_NUM_RULES   183

Definition at line 383 of file jsil_lex.yy.cpp.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 1397 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer().

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 1243 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_RULE_SETUP

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 1488 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((unsigned int) (unsigned char) c)

Definition at line 127 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), and yyjsillex().

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyjsilensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yyjsil_create_buffer(yyjsilin,YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_CURRENT_BUFFER
FILE * yyjsilin
#define YY_BUF_SIZE

Definition at line 338 of file jsil_lex.yy.cpp.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyjsilensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yyjsil_create_buffer(yyjsilin,YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define YY_CURRENT_BUFFER
FILE * yyjsilin
#define YY_BUF_SIZE

Definition at line 328 of file jsil_lex.yy.cpp.

◆ YY_START

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

Definition at line 139 of file jsil_lex.yy.cpp.

Referenced by yy_push_state(), and yyjsillex().

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 1455 of file jsil_lex.yy.cpp.

Referenced by yy_push_state().

◆ YY_STATE_BUF_SIZE

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

Definition at line 165 of file jsil_lex.yy.cpp.

◆ YY_STATE_EOF

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

Definition at line 143 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 205 of file jsil_lex.yy.cpp.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   yyjsil_switch_to_buffer

Definition at line 15 of file jsil_lex.yy.cpp.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 168 of file jsil_lex.yy.cpp.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 173 of file jsil_lex.yy.cpp.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 1480 of file jsil_lex.yy.cpp.

◆ yyalloc

#define yyalloc   yyjsilalloc

Definition at line 24 of file jsil_lex.yy.cpp.

◆ yyconst

#define yyconst   const

Definition at line 111 of file jsil_lex.yy.cpp.

◆ yyfree

#define yyfree   yyjsilfree

Definition at line 26 of file jsil_lex.yy.cpp.

◆ yyin

#define yyin   yyjsilin

Definition at line 16 of file jsil_lex.yy.cpp.

◆ yyleng

#define yyleng   yyjsilleng

Definition at line 17 of file jsil_lex.yy.cpp.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yyjsiltext. */ \
yy_size_t 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 yyjsiltext again */ \
} \
while ( 0 )
static char * yy_c_buf_p
#define YY_MORE_ADJ
static char yy_hold_char

Definition at line 3373 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ yyless [2/2]

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

Definition at line 3373 of file jsil_lex.yy.cpp.

◆ yylex

#define yylex   yyjsillex

Definition at line 18 of file jsil_lex.yy.cpp.

◆ yylineno

#define yylineno   yyjsillineno

Definition at line 19 of file jsil_lex.yy.cpp.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 1241 of file jsil_lex.yy.cpp.

◆ yynoreturn

#define yynoreturn

Definition at line 116 of file jsil_lex.yy.cpp.

◆ yyout

#define yyout   yyjsilout

Definition at line 20 of file jsil_lex.yy.cpp.

◆ yyrealloc

#define yyrealloc   yyjsilrealloc

Definition at line 25 of file jsil_lex.yy.cpp.

◆ yyrestart

#define yyrestart   yyjsilrestart

Definition at line 21 of file jsil_lex.yy.cpp.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 140 of file jsil_lex.yy.cpp.

◆ YYSTYPE

#define YYSTYPE   unsigned

Definition at line 1256 of file jsil_lex.yy.cpp.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

Definition at line 3573 of file jsil_lex.yy.cpp.

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 1450 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

◆ yytext

#define yytext   yyjsiltext

Definition at line 22 of file jsil_lex.yy.cpp.

◆ yytext_ptr

#define yytext_ptr   yyjsiltext

◆ yywrap

#define yywrap   yyjsilwrap

Definition at line 23 of file jsil_lex.yy.cpp.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 71 of file jsil_lex.yy.cpp.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 72 of file jsil_lex.yy.cpp.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 70 of file jsil_lex.yy.cpp.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 74 of file jsil_lex.yy.cpp.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 75 of file jsil_lex.yy.cpp.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 73 of file jsil_lex.yy.cpp.

◆ YY_BUFFER_STATE

Definition at line 169 of file jsil_lex.yy.cpp.

◆ YY_CHAR

typedef unsigned char YY_CHAR

Definition at line 352 of file jsil_lex.yy.cpp.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 174 of file jsil_lex.yy.cpp.

◆ yy_state_type

typedef int yy_state_type

Definition at line 356 of file jsil_lex.yy.cpp.

Function Documentation

◆ jsil_scanner_init()

void jsil_scanner_init ( )

Definition at line 1288 of file jsil_lex.yy.cpp.

References BEGIN, and YY_FLUSH_BUFFER.

Referenced by jsil_languaget::parse(), and jsil_languaget::to_expr().

◆ make_identifier()

static int make_identifier ( )
static

Definition at line 1265 of file jsil_lex.yy.cpp.

References loc, stack, TOK_IDENTIFIER, yyjsillval, and yyjsiltext.

Referenced by yyjsillex().

◆ yy_fatal_error()

static void yy_fatal_error ( const char *  msg)
static

Definition at line 3364 of file jsil_lex.yy.cpp.

References YY_EXIT_FAILURE.

◆ yy_get_next_buffer()

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( void  )
static

◆ yy_init_globals()

static int yy_init_globals ( void  )
static

◆ yy_pop_state()

static void yy_pop_state ( void  )
static

Definition at line 3347 of file jsil_lex.yy.cpp.

References BEGIN, YY_FATAL_ERROR, yy_start_stack, and yy_start_stack_ptr.

Referenced by yyjsillex().

◆ yy_push_state()

static void yy_push_state ( int  _new_state)
static

◆ yy_top_state()

static int yy_top_state ( void  )
static

Definition at line 3355 of file jsil_lex.yy.cpp.

References yy_start_stack, and yy_start_stack_ptr.

Referenced by yyjsillex().

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type  current_state)
static

◆ yyjsil_create_buffer()

YY_BUFFER_STATE yyjsil_create_buffer ( FILE *  file,
int  size 
)

Allocate and initialize an input buffer state.

Parameters
fileA readable stream.
sizeThe character buffer size in bytes. When in doubt, use YY_BUF_SIZE.
Returns
the allocated buffer state.

Definition at line 3041 of file jsil_lex.yy.cpp.

References yy_buffer_state::yy_buf_size, yy_buffer_state::yy_ch_buf, YY_FATAL_ERROR, yy_buffer_state::yy_is_our_buffer, yyjsil_init_buffer(), and yyjsilalloc().

Referenced by yyjsillex(), and yyjsilrestart().

◆ yyjsil_delete_buffer()

void yyjsil_delete_buffer ( YY_BUFFER_STATE  b)

Destroy the buffer.

Parameters
ba buffer created with yyjsil_create_buffer()

Definition at line 3069 of file jsil_lex.yy.cpp.

References yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_buffer_state::yy_is_our_buffer, and yyjsilfree().

Referenced by yyjsillex_destroy(), and yyjsilpop_buffer_state().

◆ yyjsil_flush_buffer()

void yyjsil_flush_buffer ( YY_BUFFER_STATE  b)

Discard all buffered characters.

On the next scan, YY_INPUT will be called.

Parameters
bthe buffer state to be flushed, usually YY_CURRENT_BUFFER.

Definition at line 3116 of file jsil_lex.yy.cpp.

References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, yy_buffer_state::yy_n_chars, and yyjsil_load_buffer_state().

Referenced by yyjsil_init_buffer().

◆ yyjsil_init_buffer()

◆ yyjsil_load_buffer_state()

static void yyjsil_load_buffer_state ( void  )
static

◆ yyjsil_scan_buffer()

YY_BUFFER_STATE yyjsil_scan_buffer ( char *  base,
yy_size_t  size 
)

Setup the input buffer state to scan directly from a user-specified character buffer.

Parameters
basethe character buffer
sizethe size in bytes of the character buffer
Returns
the newly allocated buffer state object.

Definition at line 3243 of file jsil_lex.yy.cpp.

References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, yy_buffer_state::yy_buf_size, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, yy_buffer_state::yy_is_interactive, yy_buffer_state::yy_is_our_buffer, yy_buffer_state::yy_n_chars, yyjsil_switch_to_buffer(), and yyjsilalloc().

Referenced by yyjsil_scan_bytes().

◆ yyjsil_scan_bytes()

YY_BUFFER_STATE yyjsil_scan_bytes ( const char *  yybytes,
int  _yybytes_len 
)

Setup the input buffer state to scan the given bytes.

The next call to yyjsillex() will scan from a copy of bytes.

Parameters
yybytesthe byte buffer to scan
_yybytes_lenthe number of bytes in the buffer pointed to by bytes.
Returns
the newly allocated buffer state object.

Definition at line 3293 of file jsil_lex.yy.cpp.

References YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_is_our_buffer, yyjsil_scan_buffer(), and yyjsilalloc().

Referenced by yyjsil_scan_string().

◆ yyjsil_scan_string()

YY_BUFFER_STATE yyjsil_scan_string ( const char *  yystr)

Setup the input buffer state to scan a string.

The next call to yyjsillex() will scan from a copy of str.

Parameters
yystra NUL-terminated string to scan
Returns
the newly allocated buffer state object.
Note
If you want to scan bytes that may contain NUL values, then use yyjsil_scan_bytes() instead.

Definition at line 3280 of file jsil_lex.yy.cpp.

References yyjsil_scan_bytes().

◆ yyjsil_switch_to_buffer()

void yyjsil_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

Switch to a different input buffer.

Parameters
new_bufferThe new input buffer.

Definition at line 2996 of file jsil_lex.yy.cpp.

References yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_n_chars, yyjsil_load_buffer_state(), and yyjsilensure_buffer_stack().

Referenced by yyjsil_scan_buffer().

◆ yyjsilalloc()

void * yyjsilalloc ( yy_size_t  size)

◆ yyjsilensure_buffer_stack()

static void yyjsilensure_buffer_stack ( void  )
static

◆ yyjsilfree()

void yyjsilfree ( void *  ptr)

Definition at line 3568 of file jsil_lex.yy.cpp.

References free().

Referenced by yyjsil_delete_buffer(), and yyjsillex_destroy().

◆ yyjsilget_debug()

int yyjsilget_debug ( void  )

Definition at line 3457 of file jsil_lex.yy.cpp.

References yyjsil_flex_debug.

◆ yyjsilget_extra()

void* yyjsilget_extra ( void  )

◆ yyjsilget_in()

FILE * yyjsilget_in ( void  )

Get the input stream.

Definition at line 3401 of file jsil_lex.yy.cpp.

References yyjsilin.

◆ yyjsilget_leng()

int yyjsilget_leng ( void  )

Get the length of the current token.

Definition at line 3417 of file jsil_lex.yy.cpp.

References yyjsilleng.

◆ yyjsilget_lineno()

int yyjsilget_lineno ( void  )

Get the current line number.

Definition at line 3392 of file jsil_lex.yy.cpp.

References yyjsillineno.

◆ yyjsilget_out()

FILE * yyjsilget_out ( void  )

Get the output stream.

Definition at line 3409 of file jsil_lex.yy.cpp.

References yyjsilout.

◆ yyjsilget_text()

char * yyjsilget_text ( void  )

Get the current token.

Definition at line 3426 of file jsil_lex.yy.cpp.

References yyjsiltext.

◆ yyjsillex()

int yyjsillex ( void  )

The main scanner function which does all the work.

Definition at line 1493 of file jsil_lex.yy.cpp.

References BEGIN, COMMENT, convert_float_literal(), convert_string_literal(), ECHO, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, GRAMMAR, INITIAL, loc, make_identifier(), newstack, PARSER, stack, STATEMENTS, STRING_LITERAL, STRING_LITERAL_COMMENT, TOK_AND, TOK_BASE, TOK_BUILTIN_IDENTIFIER, TOK_BUILTIN_LOC, TOK_CLASS, TOK_CONSTRUCTID, TOK_DEFEQ, TOK_DELETE, TOK_EMPTY, TOK_EVAL, TOK_FALSE, TOK_FID, TOK_FIELD, TOK_FLOATING, TOK_GOTO, TOK_HAS_FIELD, TOK_LABEL, TOK_LEFT_SHIFT, TOK_LEQ, TOK_MEMBER_REFERENCE, TOK_NEW, TOK_NEWLINE, TOK_NOT, TOK_NULL, TOK_NUM_TO_INT32, TOK_NUM_TO_STRING, TOK_NUM_TO_UINT32, TOK_OR, TOK_PRIMVALUE, TOK_PROCEDURE, TOK_PROTO, TOK_PROTO_FIELD, TOK_PROTO_OBJ, TOK_REF, TOK_RETURNS, TOK_SCANNER_ERROR, TOK_SCOPE, TOK_SIGNED_RIGHT_SHIFT, TOK_SKIP, TOK_SPEC_IDENTIFIER, TOK_STRING, TOK_STRING_TO_NUM, TOK_SUBTYPE_OF, TOK_T_BOOLEAN, TOK_T_BUILTIN_OBJECT, TOK_T_NULL, TOK_T_NUMBER, TOK_T_OBJECT, TOK_T_REFERENCE, TOK_T_STRING, TOK_T_UNDEFINED, TOK_T_USER_OBJECT, TOK_TARGETFUNCTION, TOK_THROWS, TOK_TO, TOK_TRUE, TOK_TYPEOF, TOK_UNDEFINED, TOK_UNSIGNED_RIGHT_SHIFT, TOK_VARIABLE_REFERENCE, TOK_WITH, yy_accept, yy_base, YY_BREAK, YY_BUF_SIZE, YY_BUFFER_NEW, YY_BUFFER_NORMAL, yy_c_buf_p, yy_chk, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_def, yy_did_buffer_switch_on_eof, YY_DO_BEFORE_ACTION, yy_ec, YY_END_OF_BUFFER, YY_FATAL_ERROR, yy_get_next_buffer(), yy_get_previous_state(), yy_hold_char, yy_init, yy_last_accepting_cpos, yy_last_accepting_state, yy_meta, YY_MORE_ADJ, yy_n_chars, YY_NEW_FILE, yy_nxt, yy_pop_state(), yy_push_state(), YY_RESTORE_YY_MORE_OFFSET, YY_RULE_SETUP, YY_SC_TO_UI, YY_START, yy_start, YY_STATE_EOF, yy_top_state(), yy_try_NUL_trans(), yyjsil_create_buffer(), yyjsil_load_buffer_state(), yyjsilensure_buffer_stack(), yyjsilerror(), yyjsilin, yyjsillval, yyjsilout, yyjsiltext, yyjsilwrap(), yyless, yyterminate, and yytext_ptr.

◆ yyjsillex_destroy()

◆ yyjsilpop_buffer_state()

void yyjsilpop_buffer_state ( void  )

Removes and deletes the top of the stack, if present.

The next element becomes the new top.

Definition at line 3175 of file jsil_lex.yy.cpp.

References yy_buffer_stack_top, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yyjsil_delete_buffer(), and yyjsil_load_buffer_state().

Referenced by yyjsillex_destroy().

◆ yyjsilpush_buffer_state()

void yyjsilpush_buffer_state ( YY_BUFFER_STATE  new_buffer)

Pushes the new state onto the stack.

The new state becomes the current state. This function will allocate the stack if necessary.

Parameters
new_bufferThe new state.

Definition at line 3145 of file jsil_lex.yy.cpp.

References yy_buffer_stack_top, yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_n_chars, yyjsil_load_buffer_state(), and yyjsilensure_buffer_stack().

◆ yyjsilrealloc()

void * yyjsilrealloc ( void *  ptr,
yy_size_t  size 
)

Definition at line 3555 of file jsil_lex.yy.cpp.

Referenced by yy_get_next_buffer(), yy_push_state(), and yyjsilensure_buffer_stack().

◆ yyjsilrestart()

void yyjsilrestart ( FILE *  input_file)

Immediately switch to a different input stream.

Parameters
input_fileA readable stream.
Note
This function does not reset the start condition to INITIAL .

Definition at line 2979 of file jsil_lex.yy.cpp.

References YY_BUF_SIZE, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yyjsil_create_buffer(), yyjsil_init_buffer(), yyjsil_load_buffer_state(), yyjsilensure_buffer_stack(), and yyjsilin.

Referenced by yy_get_next_buffer().

◆ yyjsilset_debug()

void yyjsilset_debug ( int  debug_flag)

Definition at line 3462 of file jsil_lex.yy.cpp.

References yyjsil_flex_debug.

◆ yyjsilset_extra()

void yyjsilset_extra ( void *  user_defined)

◆ yyjsilset_in()

void yyjsilset_in ( FILE *  _in_str)

Set the input stream.

This does not discard the current input buffer.

Parameters
_in_strA readable stream.
See also
yyjsil_switch_to_buffer

Definition at line 3447 of file jsil_lex.yy.cpp.

References yyjsilin.

◆ yyjsilset_lineno()

void yyjsilset_lineno ( int  _line_number)

Set the current line number.

Parameters
_line_numberline number

Definition at line 3435 of file jsil_lex.yy.cpp.

References yyjsillineno.

◆ yyjsilset_out()

void yyjsilset_out ( FILE *  _out_str)

Definition at line 3452 of file jsil_lex.yy.cpp.

References yyjsilout.

◆ yyjsilwrap()

int yyjsilwrap ( void  )

Definition at line 3579 of file jsil_lex.yy.cpp.

Referenced by yyjsillex().

Variable Documentation

◆ yy_accept

const flex_int16_t yy_accept[1305]
static

Definition at line 392 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_base

const flex_uint16_t yy_base[1315]
static

Definition at line 583 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_buffer_stack

YY_BUFFER_STATE* yy_buffer_stack = NULL
static

Stack as an array.

Definition at line 272 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), yyjsilensure_buffer_stack(), and yyjsillex_destroy().

◆ yy_buffer_stack_max

size_t yy_buffer_stack_max = 0
static

capacity of stack.

Definition at line 271 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), and yyjsilensure_buffer_stack().

◆ yy_buffer_stack_top

size_t yy_buffer_stack_top = 0
static

index of top of stack.

Definition at line 270 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), yyjsilensure_buffer_stack(), yyjsilpop_buffer_state(), and yyjsilpush_buffer_state().

◆ yy_c_buf_p

◆ yy_chk

const flex_int16_t yy_chk[1557]
static

Definition at line 1056 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_def

const flex_int16_t yy_def[1315]
static

Definition at line 732 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_did_buffer_switch_on_eof

int yy_did_buffer_switch_on_eof
static

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 540 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), and yyjsillex().

◆ yy_hold_char

char yy_hold_char
static

◆ yy_init

int yy_init = 0
static

Definition at line 296 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), and yyjsillex().

◆ yy_last_accepting_cpos

char* yy_last_accepting_cpos
static

Definition at line 1232 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_last_accepting_state

yy_state_type yy_last_accepting_state
static

Definition at line 1231 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_meta

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

Definition at line 572 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_n_chars

◆ yy_nxt

const flex_uint16_t yy_nxt[1557]
static

Definition at line 881 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyjsillex().

◆ yy_start

int yy_start = 0
static

Definition at line 297 of file jsil_lex.yy.cpp.

Referenced by yy_get_previous_state(), yy_init_globals(), and yyjsillex().

◆ yy_start_stack

int* yy_start_stack = NULL
static

◆ yy_start_stack_depth

int yy_start_stack_depth = 0
static

Definition at line 1382 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), and yy_push_state().

◆ yy_start_stack_ptr

int yy_start_stack_ptr = 0
static

Definition at line 1381 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), yy_pop_state(), yy_push_state(), and yy_top_state().

◆ yyjsil_flex_debug

int yyjsil_flex_debug = 0

Definition at line 1235 of file jsil_lex.yy.cpp.

Referenced by yyjsilget_debug(), and yyjsilset_debug().

◆ yyjsilin

◆ yyjsilleng

int yyjsilleng

Definition at line 292 of file jsil_lex.yy.cpp.

Referenced by yyjsilget_leng().

◆ yyjsillineno

int yyjsillineno = 1

Definition at line 360 of file jsil_lex.yy.cpp.

Referenced by yyjsilget_lineno(), and yyjsilset_lineno().

◆ yyjsilout

FILE * yyjsilout = NULL

Definition at line 354 of file jsil_lex.yy.cpp.

Referenced by yy_init_globals(), yyjsilget_out(), yyjsillex(), and yyjsilset_out().

◆ yyjsiltext

char * yyjsiltext

Definition at line 1244 of file jsil_lex.yy.cpp.

Referenced by make_identifier(), yyjsilget_text(), and yyjsillex().