/* Automatically @generated by tree-sitter */ #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #ifdef _MSC_VER #pragma optimize("", off) #elif defined(__clang__) #pragma clang optimize off #elif defined(__GNUC__) #pragma GCC optimize ("O0") #endif #define LANGUAGE_VERSION 15 #define STATE_COUNT 2603 #define LARGE_STATE_COUNT 6 #define SYMBOL_COUNT 230 #define ALIAS_COUNT 0 #define TOKEN_COUNT 155 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 6 #define MAX_ALIAS_SEQUENCE_LENGTH 19 #define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 23 #define SUPERTYPE_COUNT 0 enum ts_symbol_identifiers { sym_title_statement = 1, sym_author_value = 2, aux_sym_type_definition_token1 = 3, aux_sym_type_definition_token2 = 4, anon_sym_COLON = 5, aux_sym_type_definition_token3 = 6, aux_sym_type_definition_token4 = 7, aux_sym_type_definition_token5 = 8, aux_sym_type_definition_token6 = 9, anon_sym_SEMI = 10, aux_sym_type_definition_token7 = 11, aux_sym_data_block_token1 = 12, aux_sym_data_block_token2 = 13, aux_sym_data_block_token3 = 14, aux_sym_data_block_token4 = 15, aux_sym_data_block_token5 = 16, aux_sym_organization_block_token1 = 17, aux_sym_organization_block_token2 = 18, aux_sym_function_block_token1 = 19, aux_sym_function_block_token2 = 20, aux_sym_function_token1 = 21, aux_sym_function_token2 = 22, anon_sym_LBRACE = 23, anon_sym_COMMA = 24, anon_sym_RBRACE = 25, anon_sym_COLON_EQ = 26, aux_sym_attribute_value_token1 = 27, aux_sym_attribute_value_token2 = 28, aux_sym_var_declaration_token1 = 29, aux_sym_var_declaration_token2 = 30, aux_sym_var_declaration_token3 = 31, aux_sym_var_declaration_token4 = 32, aux_sym_var_declaration_token5 = 33, aux_sym_var_declaration_token6 = 34, aux_sym_var_declaration_token7 = 35, aux_sym_var_declaration_token8 = 36, aux_sym_var_declaration_token9 = 37, aux_sym_var_declaration_token10 = 38, aux_sym_var_db_specific_declaration_token1 = 39, aux_sym_type_builtin_token1 = 40, aux_sym_type_builtin_token2 = 41, aux_sym_type_builtin_token3 = 42, aux_sym_type_builtin_token4 = 43, aux_sym_type_builtin_token5 = 44, aux_sym_type_builtin_token6 = 45, aux_sym_type_builtin_token7 = 46, aux_sym_type_builtin_token8 = 47, aux_sym_type_builtin_token9 = 48, aux_sym_type_builtin_token10 = 49, aux_sym_type_builtin_token11 = 50, aux_sym_type_builtin_token12 = 51, aux_sym_type_builtin_token13 = 52, aux_sym_type_builtin_token14 = 53, aux_sym_type_builtin_token15 = 54, aux_sym_type_builtin_token16 = 55, aux_sym_type_builtin_token17 = 56, aux_sym_type_builtin_token18 = 57, aux_sym_type_builtin_token19 = 58, aux_sym_type_builtin_token20 = 59, aux_sym_type_builtin_token21 = 60, aux_sym_type_builtin_token22 = 61, aux_sym_type_builtin_token23 = 62, aux_sym_type_builtin_token24 = 63, aux_sym_type_builtin_token25 = 64, aux_sym_type_builtin_token26 = 65, aux_sym_type_builtin_token27 = 66, aux_sym_type_builtin_token28 = 67, aux_sym_type_builtin_token29 = 68, aux_sym_type_builtin_token30 = 69, aux_sym_type_builtin_token31 = 70, aux_sym_string_type_token1 = 71, aux_sym_string_type_token2 = 72, anon_sym_LBRACK = 73, anon_sym_RBRACK = 74, aux_sym_array_type_token1 = 75, anon_sym_DOT_DOT = 76, anon_sym_STAR = 77, aux_sym_array_type_token2 = 78, aux_sym_ref_type_token1 = 79, anon_sym_LPAREN = 80, anon_sym_RPAREN = 81, anon_sym_EQ_GT = 82, anon_sym_PLUS_EQ = 83, anon_sym_DASH_EQ = 84, anon_sym_STAR_EQ = 85, anon_sym_SLASH_EQ = 86, anon_sym_AMP_EQ = 87, anon_sym_PIPE_EQ = 88, anon_sym_CARET_EQ = 89, anon_sym_POUND = 90, anon_sym_DOT = 91, anon_sym_PERCENT = 92, aux_sym_bit_access_token1 = 93, aux_sym_if_statement_token1 = 94, aux_sym_if_statement_token2 = 95, aux_sym_if_statement_token3 = 96, aux_sym_elsif_clause_token1 = 97, aux_sym_else_clause_token1 = 98, aux_sym_case_statement_token1 = 99, aux_sym_case_statement_token2 = 100, aux_sym_for_statement_token1 = 101, aux_sym_for_statement_token2 = 102, aux_sym_for_statement_token3 = 103, aux_sym_for_statement_token4 = 104, aux_sym_for_statement_token5 = 105, aux_sym_while_statement_token1 = 106, aux_sym_while_statement_token2 = 107, aux_sym_repeat_statement_token1 = 108, aux_sym_repeat_statement_token2 = 109, aux_sym_repeat_statement_token3 = 110, aux_sym_region_statement_token1 = 111, aux_sym_region_statement_token2 = 112, sym_region_name = 113, aux_sym_return_statement_token1 = 114, aux_sym_goto_statement_token1 = 115, aux_sym_unary_expression_token1 = 116, anon_sym_PLUS = 117, anon_sym_DASH = 118, aux_sym_binary_expression_token1 = 119, aux_sym_binary_expression_token2 = 120, aux_sym_binary_expression_token3 = 121, anon_sym_EQ = 122, anon_sym_LT_GT = 123, anon_sym_LT = 124, anon_sym_GT = 125, anon_sym_LT_EQ = 126, anon_sym_GT_EQ = 127, anon_sym_SLASH = 128, aux_sym_binary_expression_token4 = 129, sym_number = 130, sym_hex_number = 131, sym_binary_number = 132, sym_octal_number = 133, sym_time_value = 134, sym_date_literal = 135, sym_bool_literal = 136, sym_typed_int_literal = 137, anon_sym_SQUOTE = 138, aux_sym_string_token1 = 139, anon_sym_SQUOTE_SQUOTE = 140, anon_sym_DQUOTE = 141, aux_sym_string_token2 = 142, anon_sym_DQUOTE_DQUOTE = 143, sym_wstring_literal = 144, aux_sym_char_literal_token1 = 145, aux_sym_char_literal_token2 = 146, anon_sym_C_POUND = 147, sym_identifier = 148, sym_line_comment = 149, sym_block_comment = 150, sym_c_style_comment = 151, aux_sym_exit_statement_token1 = 152, aux_sym_continue_statement_token1 = 153, sym_bom = 154, sym_source_file = 155, sym_type_definition = 156, sym_data_block = 157, sym_organization_block = 158, sym_function_block = 159, sym_function = 160, sym_attribute_list = 161, sym_attribute = 162, sym_attribute_value = 163, sym_var_declaration = 164, sym_var_temp_declaration = 165, sym_var_constant_declaration = 166, sym_var_retain_declaration = 167, sym_var_non_retain_declaration = 168, sym_var_db_specific_declaration = 169, sym_var_item = 170, sym_type = 171, sym_type_builtin = 172, sym_string_type = 173, sym_array_type = 174, sym_ref_type = 175, sym_struct_type = 176, sym_statement = 177, sym_empty_statement = 178, sym_fb_call = 179, sym_fb_parameter_list = 180, sym_fb_parameter = 181, sym_assignment = 182, sym_chained_assignment = 183, sym_lvalue = 184, sym_function_name = 185, sym_prefixed_identifier = 186, sym_field_access = 187, sym_array_access = 188, sym_bit_access = 189, sym_if_statement = 190, sym_elsif_clause = 191, sym_else_clause = 192, sym_case_statement = 193, sym_case_item = 194, sym_range = 195, sym_for_statement = 196, sym_while_statement = 197, sym_repeat_statement = 198, sym_region_statement = 199, sym_return_statement = 200, sym_goto_statement = 201, sym_function_call = 202, sym_method_callee = 203, sym_parameter_list = 204, sym_parameter = 205, sym_expression = 206, sym_unary_expression = 207, sym_binary_expression = 208, sym_struct_initializer = 209, sym_string = 210, sym_char_literal = 211, sym_exit_statement = 212, sym_continue_statement = 213, aux_sym_source_file_repeat1 = 214, aux_sym_type_definition_repeat1 = 215, aux_sym_data_block_repeat1 = 216, aux_sym_organization_block_repeat1 = 217, aux_sym_function_block_repeat1 = 218, aux_sym_function_repeat1 = 219, aux_sym_attribute_list_repeat1 = 220, aux_sym_array_type_repeat1 = 221, aux_sym_fb_parameter_list_repeat1 = 222, aux_sym_if_statement_repeat1 = 223, aux_sym_case_statement_repeat1 = 224, aux_sym_case_item_repeat1 = 225, aux_sym_parameter_list_repeat1 = 226, aux_sym_struct_initializer_repeat1 = 227, aux_sym_string_repeat1 = 228, aux_sym_string_repeat2 = 229, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_title_statement] = "title_statement", [sym_author_value] = "author_value", [aux_sym_type_definition_token1] = "keyword", [aux_sym_type_definition_token2] = "keyword", [anon_sym_COLON] = ":", [aux_sym_type_definition_token3] = "keyword", [aux_sym_type_definition_token4] = "keyword", [aux_sym_type_definition_token5] = "keyword", [aux_sym_type_definition_token6] = "keyword", [anon_sym_SEMI] = ";", [aux_sym_type_definition_token7] = "keyword", [aux_sym_data_block_token1] = "keyword", [aux_sym_data_block_token2] = "keyword", [aux_sym_data_block_token3] = "keyword", [aux_sym_data_block_token4] = "keyword", [aux_sym_data_block_token5] = "keyword", [aux_sym_organization_block_token1] = "keyword", [aux_sym_organization_block_token2] = "keyword", [aux_sym_function_block_token1] = "keyword", [aux_sym_function_block_token2] = "keyword", [aux_sym_function_token1] = "keyword", [aux_sym_function_token2] = "keyword", [anon_sym_LBRACE] = "{", [anon_sym_COMMA] = ",", [anon_sym_RBRACE] = "}", [anon_sym_COLON_EQ] = ":=", [aux_sym_attribute_value_token1] = "constant", [aux_sym_attribute_value_token2] = "constant", [aux_sym_var_declaration_token1] = "keyword", [aux_sym_var_declaration_token2] = "keyword", [aux_sym_var_declaration_token3] = "keyword", [aux_sym_var_declaration_token4] = "keyword", [aux_sym_var_declaration_token5] = "keyword", [aux_sym_var_declaration_token6] = "keyword", [aux_sym_var_declaration_token7] = "keyword", [aux_sym_var_declaration_token8] = "keyword", [aux_sym_var_declaration_token9] = "keyword", [aux_sym_var_declaration_token10] = "keyword", [aux_sym_var_db_specific_declaration_token1] = "keyword", [aux_sym_type_builtin_token1] = "type_builtin", [aux_sym_type_builtin_token2] = "type_builtin", [aux_sym_type_builtin_token3] = "type_builtin", [aux_sym_type_builtin_token4] = "type_builtin", [aux_sym_type_builtin_token5] = "type_builtin", [aux_sym_type_builtin_token6] = "type_builtin", [aux_sym_type_builtin_token7] = "type_builtin", [aux_sym_type_builtin_token8] = "type_builtin", [aux_sym_type_builtin_token9] = "type_builtin", [aux_sym_type_builtin_token10] = "type_builtin", [aux_sym_type_builtin_token11] = "type_builtin", [aux_sym_type_builtin_token12] = "type_builtin", [aux_sym_type_builtin_token13] = "type_builtin", [aux_sym_type_builtin_token14] = "type_builtin", [aux_sym_type_builtin_token15] = "type_builtin", [aux_sym_type_builtin_token16] = "type_builtin", [aux_sym_type_builtin_token17] = "type_builtin", [aux_sym_type_builtin_token18] = "type_builtin", [aux_sym_type_builtin_token19] = "type_builtin", [aux_sym_type_builtin_token20] = "type_builtin", [aux_sym_type_builtin_token21] = "type_builtin", [aux_sym_type_builtin_token22] = "type_builtin", [aux_sym_type_builtin_token23] = "type_builtin", [aux_sym_type_builtin_token24] = "type_builtin", [aux_sym_type_builtin_token25] = "type_builtin", [aux_sym_type_builtin_token26] = "type_builtin", [aux_sym_type_builtin_token27] = "type_builtin", [aux_sym_type_builtin_token28] = "type_builtin", [aux_sym_type_builtin_token29] = "type_builtin", [aux_sym_type_builtin_token30] = "type_builtin", [aux_sym_type_builtin_token31] = "type_builtin", [aux_sym_string_type_token1] = "type_builtin", [aux_sym_string_type_token2] = "type_builtin", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [aux_sym_array_type_token1] = "keyword", [anon_sym_DOT_DOT] = "..", [anon_sym_STAR] = "*", [aux_sym_array_type_token2] = "keyword", [aux_sym_ref_type_token1] = "keyword", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_EQ_GT] = "=>", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_AMP_EQ] = "&=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_CARET_EQ] = "^=", [anon_sym_POUND] = "prefix", [anon_sym_DOT] = ".", [anon_sym_PERCENT] = "%", [aux_sym_bit_access_token1] = "bit_access_token1", [aux_sym_if_statement_token1] = "keyword", [aux_sym_if_statement_token2] = "keyword", [aux_sym_if_statement_token3] = "keyword", [aux_sym_elsif_clause_token1] = "keyword", [aux_sym_else_clause_token1] = "keyword", [aux_sym_case_statement_token1] = "keyword", [aux_sym_case_statement_token2] = "keyword", [aux_sym_for_statement_token1] = "keyword", [aux_sym_for_statement_token2] = "keyword", [aux_sym_for_statement_token3] = "keyword", [aux_sym_for_statement_token4] = "keyword", [aux_sym_for_statement_token5] = "keyword", [aux_sym_while_statement_token1] = "keyword", [aux_sym_while_statement_token2] = "keyword", [aux_sym_repeat_statement_token1] = "keyword", [aux_sym_repeat_statement_token2] = "keyword", [aux_sym_repeat_statement_token3] = "keyword", [aux_sym_region_statement_token1] = "keyword", [aux_sym_region_statement_token2] = "keyword", [sym_region_name] = "region_name", [aux_sym_return_statement_token1] = "keyword", [aux_sym_goto_statement_token1] = "keyword", [aux_sym_unary_expression_token1] = "operator", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [aux_sym_binary_expression_token1] = "operator", [aux_sym_binary_expression_token2] = "operator", [aux_sym_binary_expression_token3] = "operator", [anon_sym_EQ] = "=", [anon_sym_LT_GT] = "<>", [anon_sym_LT] = "<", [anon_sym_GT] = ">", [anon_sym_LT_EQ] = "<=", [anon_sym_GT_EQ] = ">=", [anon_sym_SLASH] = "/", [aux_sym_binary_expression_token4] = "operator", [sym_number] = "number", [sym_hex_number] = "hex_number", [sym_binary_number] = "binary_number", [sym_octal_number] = "octal_number", [sym_time_value] = "time_value", [sym_date_literal] = "date_literal", [sym_bool_literal] = "bool_literal", [sym_typed_int_literal] = "typed_int_literal", [anon_sym_SQUOTE] = "'", [aux_sym_string_token1] = "string_token1", [anon_sym_SQUOTE_SQUOTE] = "''", [anon_sym_DQUOTE] = "\"", [aux_sym_string_token2] = "string_token2", [anon_sym_DQUOTE_DQUOTE] = "\"\"", [sym_wstring_literal] = "wstring_literal", [aux_sym_char_literal_token1] = "char_literal_token1", [aux_sym_char_literal_token2] = "char_literal_token2", [anon_sym_C_POUND] = "C#", [sym_identifier] = "identifier", [sym_line_comment] = "line_comment", [sym_block_comment] = "block_comment", [sym_c_style_comment] = "c_style_comment", [aux_sym_exit_statement_token1] = "keyword", [aux_sym_continue_statement_token1] = "keyword", [sym_bom] = "bom", [sym_source_file] = "source_file", [sym_type_definition] = "type_definition", [sym_data_block] = "data_block", [sym_organization_block] = "organization_block", [sym_function_block] = "function_block", [sym_function] = "function", [sym_attribute_list] = "attribute_list", [sym_attribute] = "attribute", [sym_attribute_value] = "attribute_value", [sym_var_declaration] = "var_declaration", [sym_var_temp_declaration] = "var_temp_declaration", [sym_var_constant_declaration] = "var_constant_declaration", [sym_var_retain_declaration] = "var_retain_declaration", [sym_var_non_retain_declaration] = "var_non_retain_declaration", [sym_var_db_specific_declaration] = "var_db_specific_declaration", [sym_var_item] = "var_item", [sym_type] = "type", [sym_type_builtin] = "type_builtin", [sym_string_type] = "string_type", [sym_array_type] = "array_type", [sym_ref_type] = "ref_type", [sym_struct_type] = "struct_type", [sym_statement] = "statement", [sym_empty_statement] = "empty_statement", [sym_fb_call] = "fb_call", [sym_fb_parameter_list] = "fb_parameter_list", [sym_fb_parameter] = "fb_parameter", [sym_assignment] = "assignment", [sym_chained_assignment] = "chained_assignment", [sym_lvalue] = "lvalue", [sym_function_name] = "function_name", [sym_prefixed_identifier] = "prefixed_identifier", [sym_field_access] = "field_access", [sym_array_access] = "array_access", [sym_bit_access] = "bit_access", [sym_if_statement] = "if_statement", [sym_elsif_clause] = "elsif_clause", [sym_else_clause] = "else_clause", [sym_case_statement] = "case_statement", [sym_case_item] = "case_item", [sym_range] = "range", [sym_for_statement] = "for_statement", [sym_while_statement] = "while_statement", [sym_repeat_statement] = "repeat_statement", [sym_region_statement] = "region_statement", [sym_return_statement] = "return_statement", [sym_goto_statement] = "goto_statement", [sym_function_call] = "function_call", [sym_method_callee] = "method_callee", [sym_parameter_list] = "parameter_list", [sym_parameter] = "parameter", [sym_expression] = "expression", [sym_unary_expression] = "unary_expression", [sym_binary_expression] = "binary_expression", [sym_struct_initializer] = "struct_initializer", [sym_string] = "string", [sym_char_literal] = "char_literal", [sym_exit_statement] = "exit_statement", [sym_continue_statement] = "continue_statement", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_type_definition_repeat1] = "type_definition_repeat1", [aux_sym_data_block_repeat1] = "data_block_repeat1", [aux_sym_organization_block_repeat1] = "organization_block_repeat1", [aux_sym_function_block_repeat1] = "function_block_repeat1", [aux_sym_function_repeat1] = "function_repeat1", [aux_sym_attribute_list_repeat1] = "attribute_list_repeat1", [aux_sym_array_type_repeat1] = "array_type_repeat1", [aux_sym_fb_parameter_list_repeat1] = "fb_parameter_list_repeat1", [aux_sym_if_statement_repeat1] = "if_statement_repeat1", [aux_sym_case_statement_repeat1] = "case_statement_repeat1", [aux_sym_case_item_repeat1] = "case_item_repeat1", [aux_sym_parameter_list_repeat1] = "parameter_list_repeat1", [aux_sym_struct_initializer_repeat1] = "struct_initializer_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_string_repeat2] = "string_repeat2", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_title_statement] = sym_title_statement, [sym_author_value] = sym_author_value, [aux_sym_type_definition_token1] = aux_sym_type_definition_token1, [aux_sym_type_definition_token2] = aux_sym_type_definition_token1, [anon_sym_COLON] = anon_sym_COLON, [aux_sym_type_definition_token3] = aux_sym_type_definition_token1, [aux_sym_type_definition_token4] = aux_sym_type_definition_token1, [aux_sym_type_definition_token5] = aux_sym_type_definition_token1, [aux_sym_type_definition_token6] = aux_sym_type_definition_token1, [anon_sym_SEMI] = anon_sym_SEMI, [aux_sym_type_definition_token7] = aux_sym_type_definition_token1, [aux_sym_data_block_token1] = aux_sym_type_definition_token1, [aux_sym_data_block_token2] = aux_sym_type_definition_token1, [aux_sym_data_block_token3] = aux_sym_type_definition_token1, [aux_sym_data_block_token4] = aux_sym_type_definition_token1, [aux_sym_data_block_token5] = aux_sym_type_definition_token1, [aux_sym_organization_block_token1] = aux_sym_type_definition_token1, [aux_sym_organization_block_token2] = aux_sym_type_definition_token1, [aux_sym_function_block_token1] = aux_sym_type_definition_token1, [aux_sym_function_block_token2] = aux_sym_type_definition_token1, [aux_sym_function_token1] = aux_sym_type_definition_token1, [aux_sym_function_token2] = aux_sym_type_definition_token1, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_COLON_EQ] = anon_sym_COLON_EQ, [aux_sym_attribute_value_token1] = aux_sym_attribute_value_token1, [aux_sym_attribute_value_token2] = aux_sym_attribute_value_token1, [aux_sym_var_declaration_token1] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token2] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token3] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token4] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token5] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token6] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token7] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token8] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token9] = aux_sym_type_definition_token1, [aux_sym_var_declaration_token10] = aux_sym_type_definition_token1, [aux_sym_var_db_specific_declaration_token1] = aux_sym_type_definition_token1, [aux_sym_type_builtin_token1] = sym_type_builtin, [aux_sym_type_builtin_token2] = sym_type_builtin, [aux_sym_type_builtin_token3] = sym_type_builtin, [aux_sym_type_builtin_token4] = sym_type_builtin, [aux_sym_type_builtin_token5] = sym_type_builtin, [aux_sym_type_builtin_token6] = sym_type_builtin, [aux_sym_type_builtin_token7] = sym_type_builtin, [aux_sym_type_builtin_token8] = sym_type_builtin, [aux_sym_type_builtin_token9] = sym_type_builtin, [aux_sym_type_builtin_token10] = sym_type_builtin, [aux_sym_type_builtin_token11] = sym_type_builtin, [aux_sym_type_builtin_token12] = sym_type_builtin, [aux_sym_type_builtin_token13] = sym_type_builtin, [aux_sym_type_builtin_token14] = sym_type_builtin, [aux_sym_type_builtin_token15] = sym_type_builtin, [aux_sym_type_builtin_token16] = sym_type_builtin, [aux_sym_type_builtin_token17] = sym_type_builtin, [aux_sym_type_builtin_token18] = sym_type_builtin, [aux_sym_type_builtin_token19] = sym_type_builtin, [aux_sym_type_builtin_token20] = sym_type_builtin, [aux_sym_type_builtin_token21] = sym_type_builtin, [aux_sym_type_builtin_token22] = sym_type_builtin, [aux_sym_type_builtin_token23] = sym_type_builtin, [aux_sym_type_builtin_token24] = sym_type_builtin, [aux_sym_type_builtin_token25] = sym_type_builtin, [aux_sym_type_builtin_token26] = sym_type_builtin, [aux_sym_type_builtin_token27] = sym_type_builtin, [aux_sym_type_builtin_token28] = sym_type_builtin, [aux_sym_type_builtin_token29] = sym_type_builtin, [aux_sym_type_builtin_token30] = sym_type_builtin, [aux_sym_type_builtin_token31] = sym_type_builtin, [aux_sym_string_type_token1] = sym_type_builtin, [aux_sym_string_type_token2] = sym_type_builtin, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [aux_sym_array_type_token1] = aux_sym_type_definition_token1, [anon_sym_DOT_DOT] = anon_sym_DOT_DOT, [anon_sym_STAR] = anon_sym_STAR, [aux_sym_array_type_token2] = aux_sym_type_definition_token1, [aux_sym_ref_type_token1] = aux_sym_type_definition_token1, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_EQ_GT] = anon_sym_EQ_GT, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_POUND] = anon_sym_POUND, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_PERCENT] = anon_sym_PERCENT, [aux_sym_bit_access_token1] = aux_sym_bit_access_token1, [aux_sym_if_statement_token1] = aux_sym_type_definition_token1, [aux_sym_if_statement_token2] = aux_sym_type_definition_token1, [aux_sym_if_statement_token3] = aux_sym_type_definition_token1, [aux_sym_elsif_clause_token1] = aux_sym_type_definition_token1, [aux_sym_else_clause_token1] = aux_sym_type_definition_token1, [aux_sym_case_statement_token1] = aux_sym_type_definition_token1, [aux_sym_case_statement_token2] = aux_sym_type_definition_token1, [aux_sym_for_statement_token1] = aux_sym_type_definition_token1, [aux_sym_for_statement_token2] = aux_sym_type_definition_token1, [aux_sym_for_statement_token3] = aux_sym_type_definition_token1, [aux_sym_for_statement_token4] = aux_sym_type_definition_token1, [aux_sym_for_statement_token5] = aux_sym_type_definition_token1, [aux_sym_while_statement_token1] = aux_sym_type_definition_token1, [aux_sym_while_statement_token2] = aux_sym_type_definition_token1, [aux_sym_repeat_statement_token1] = aux_sym_type_definition_token1, [aux_sym_repeat_statement_token2] = aux_sym_type_definition_token1, [aux_sym_repeat_statement_token3] = aux_sym_type_definition_token1, [aux_sym_region_statement_token1] = aux_sym_type_definition_token1, [aux_sym_region_statement_token2] = aux_sym_type_definition_token1, [sym_region_name] = sym_region_name, [aux_sym_return_statement_token1] = aux_sym_type_definition_token1, [aux_sym_goto_statement_token1] = aux_sym_type_definition_token1, [aux_sym_unary_expression_token1] = aux_sym_unary_expression_token1, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [aux_sym_binary_expression_token1] = aux_sym_unary_expression_token1, [aux_sym_binary_expression_token2] = aux_sym_unary_expression_token1, [aux_sym_binary_expression_token3] = aux_sym_unary_expression_token1, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_LT_GT] = anon_sym_LT_GT, [anon_sym_LT] = anon_sym_LT, [anon_sym_GT] = anon_sym_GT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_SLASH] = anon_sym_SLASH, [aux_sym_binary_expression_token4] = aux_sym_unary_expression_token1, [sym_number] = sym_number, [sym_hex_number] = sym_hex_number, [sym_binary_number] = sym_binary_number, [sym_octal_number] = sym_octal_number, [sym_time_value] = sym_time_value, [sym_date_literal] = sym_date_literal, [sym_bool_literal] = sym_bool_literal, [sym_typed_int_literal] = sym_typed_int_literal, [anon_sym_SQUOTE] = anon_sym_SQUOTE, [aux_sym_string_token1] = aux_sym_string_token1, [anon_sym_SQUOTE_SQUOTE] = anon_sym_SQUOTE_SQUOTE, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [aux_sym_string_token2] = aux_sym_string_token2, [anon_sym_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE, [sym_wstring_literal] = sym_wstring_literal, [aux_sym_char_literal_token1] = aux_sym_char_literal_token1, [aux_sym_char_literal_token2] = aux_sym_char_literal_token2, [anon_sym_C_POUND] = anon_sym_C_POUND, [sym_identifier] = sym_identifier, [sym_line_comment] = sym_line_comment, [sym_block_comment] = sym_block_comment, [sym_c_style_comment] = sym_c_style_comment, [aux_sym_exit_statement_token1] = aux_sym_type_definition_token1, [aux_sym_continue_statement_token1] = aux_sym_type_definition_token1, [sym_bom] = sym_bom, [sym_source_file] = sym_source_file, [sym_type_definition] = sym_type_definition, [sym_data_block] = sym_data_block, [sym_organization_block] = sym_organization_block, [sym_function_block] = sym_function_block, [sym_function] = sym_function, [sym_attribute_list] = sym_attribute_list, [sym_attribute] = sym_attribute, [sym_attribute_value] = sym_attribute_value, [sym_var_declaration] = sym_var_declaration, [sym_var_temp_declaration] = sym_var_temp_declaration, [sym_var_constant_declaration] = sym_var_constant_declaration, [sym_var_retain_declaration] = sym_var_retain_declaration, [sym_var_non_retain_declaration] = sym_var_non_retain_declaration, [sym_var_db_specific_declaration] = sym_var_db_specific_declaration, [sym_var_item] = sym_var_item, [sym_type] = sym_type, [sym_type_builtin] = sym_type_builtin, [sym_string_type] = sym_string_type, [sym_array_type] = sym_array_type, [sym_ref_type] = sym_ref_type, [sym_struct_type] = sym_struct_type, [sym_statement] = sym_statement, [sym_empty_statement] = sym_empty_statement, [sym_fb_call] = sym_fb_call, [sym_fb_parameter_list] = sym_fb_parameter_list, [sym_fb_parameter] = sym_fb_parameter, [sym_assignment] = sym_assignment, [sym_chained_assignment] = sym_chained_assignment, [sym_lvalue] = sym_lvalue, [sym_function_name] = sym_function_name, [sym_prefixed_identifier] = sym_prefixed_identifier, [sym_field_access] = sym_field_access, [sym_array_access] = sym_array_access, [sym_bit_access] = sym_bit_access, [sym_if_statement] = sym_if_statement, [sym_elsif_clause] = sym_elsif_clause, [sym_else_clause] = sym_else_clause, [sym_case_statement] = sym_case_statement, [sym_case_item] = sym_case_item, [sym_range] = sym_range, [sym_for_statement] = sym_for_statement, [sym_while_statement] = sym_while_statement, [sym_repeat_statement] = sym_repeat_statement, [sym_region_statement] = sym_region_statement, [sym_return_statement] = sym_return_statement, [sym_goto_statement] = sym_goto_statement, [sym_function_call] = sym_function_call, [sym_method_callee] = sym_method_callee, [sym_parameter_list] = sym_parameter_list, [sym_parameter] = sym_parameter, [sym_expression] = sym_expression, [sym_unary_expression] = sym_unary_expression, [sym_binary_expression] = sym_binary_expression, [sym_struct_initializer] = sym_struct_initializer, [sym_string] = sym_string, [sym_char_literal] = sym_char_literal, [sym_exit_statement] = sym_exit_statement, [sym_continue_statement] = sym_continue_statement, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_type_definition_repeat1] = aux_sym_type_definition_repeat1, [aux_sym_data_block_repeat1] = aux_sym_data_block_repeat1, [aux_sym_organization_block_repeat1] = aux_sym_organization_block_repeat1, [aux_sym_function_block_repeat1] = aux_sym_function_block_repeat1, [aux_sym_function_repeat1] = aux_sym_function_repeat1, [aux_sym_attribute_list_repeat1] = aux_sym_attribute_list_repeat1, [aux_sym_array_type_repeat1] = aux_sym_array_type_repeat1, [aux_sym_fb_parameter_list_repeat1] = aux_sym_fb_parameter_list_repeat1, [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, [aux_sym_case_statement_repeat1] = aux_sym_case_statement_repeat1, [aux_sym_case_item_repeat1] = aux_sym_case_item_repeat1, [aux_sym_parameter_list_repeat1] = aux_sym_parameter_list_repeat1, [aux_sym_struct_initializer_repeat1] = aux_sym_struct_initializer_repeat1, [aux_sym_string_repeat1] = aux_sym_string_repeat1, [aux_sym_string_repeat2] = aux_sym_string_repeat2, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_title_statement] = { .visible = true, .named = true, }, [sym_author_value] = { .visible = true, .named = true, }, [aux_sym_type_definition_token1] = { .visible = true, .named = true, }, [aux_sym_type_definition_token2] = { .visible = true, .named = true, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [aux_sym_type_definition_token3] = { .visible = true, .named = true, }, [aux_sym_type_definition_token4] = { .visible = true, .named = true, }, [aux_sym_type_definition_token5] = { .visible = true, .named = true, }, [aux_sym_type_definition_token6] = { .visible = true, .named = true, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [aux_sym_type_definition_token7] = { .visible = true, .named = true, }, [aux_sym_data_block_token1] = { .visible = true, .named = true, }, [aux_sym_data_block_token2] = { .visible = true, .named = true, }, [aux_sym_data_block_token3] = { .visible = true, .named = true, }, [aux_sym_data_block_token4] = { .visible = true, .named = true, }, [aux_sym_data_block_token5] = { .visible = true, .named = true, }, [aux_sym_organization_block_token1] = { .visible = true, .named = true, }, [aux_sym_organization_block_token2] = { .visible = true, .named = true, }, [aux_sym_function_block_token1] = { .visible = true, .named = true, }, [aux_sym_function_block_token2] = { .visible = true, .named = true, }, [aux_sym_function_token1] = { .visible = true, .named = true, }, [aux_sym_function_token2] = { .visible = true, .named = true, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_COLON_EQ] = { .visible = true, .named = false, }, [aux_sym_attribute_value_token1] = { .visible = true, .named = true, }, [aux_sym_attribute_value_token2] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token1] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token2] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token3] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token4] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token5] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token6] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token7] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token8] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token9] = { .visible = true, .named = true, }, [aux_sym_var_declaration_token10] = { .visible = true, .named = true, }, [aux_sym_var_db_specific_declaration_token1] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token1] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token2] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token3] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token4] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token5] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token6] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token7] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token8] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token9] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token10] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token11] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token12] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token13] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token14] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token15] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token16] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token17] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token18] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token19] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token20] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token21] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token22] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token23] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token24] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token25] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token26] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token27] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token28] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token29] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token30] = { .visible = true, .named = true, }, [aux_sym_type_builtin_token31] = { .visible = true, .named = true, }, [aux_sym_string_type_token1] = { .visible = true, .named = true, }, [aux_sym_string_type_token2] = { .visible = true, .named = true, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [aux_sym_array_type_token1] = { .visible = true, .named = true, }, [anon_sym_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [aux_sym_array_type_token2] = { .visible = true, .named = true, }, [aux_sym_ref_type_token1] = { .visible = true, .named = true, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_EQ_GT] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_POUND] = { .visible = true, .named = true, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [aux_sym_bit_access_token1] = { .visible = false, .named = false, }, [aux_sym_if_statement_token1] = { .visible = true, .named = true, }, [aux_sym_if_statement_token2] = { .visible = true, .named = true, }, [aux_sym_if_statement_token3] = { .visible = true, .named = true, }, [aux_sym_elsif_clause_token1] = { .visible = true, .named = true, }, [aux_sym_else_clause_token1] = { .visible = true, .named = true, }, [aux_sym_case_statement_token1] = { .visible = true, .named = true, }, [aux_sym_case_statement_token2] = { .visible = true, .named = true, }, [aux_sym_for_statement_token1] = { .visible = true, .named = true, }, [aux_sym_for_statement_token2] = { .visible = true, .named = true, }, [aux_sym_for_statement_token3] = { .visible = true, .named = true, }, [aux_sym_for_statement_token4] = { .visible = true, .named = true, }, [aux_sym_for_statement_token5] = { .visible = true, .named = true, }, [aux_sym_while_statement_token1] = { .visible = true, .named = true, }, [aux_sym_while_statement_token2] = { .visible = true, .named = true, }, [aux_sym_repeat_statement_token1] = { .visible = true, .named = true, }, [aux_sym_repeat_statement_token2] = { .visible = true, .named = true, }, [aux_sym_repeat_statement_token3] = { .visible = true, .named = true, }, [aux_sym_region_statement_token1] = { .visible = true, .named = true, }, [aux_sym_region_statement_token2] = { .visible = true, .named = true, }, [sym_region_name] = { .visible = true, .named = true, }, [aux_sym_return_statement_token1] = { .visible = true, .named = true, }, [aux_sym_goto_statement_token1] = { .visible = true, .named = true, }, [aux_sym_unary_expression_token1] = { .visible = true, .named = true, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [aux_sym_binary_expression_token1] = { .visible = true, .named = true, }, [aux_sym_binary_expression_token2] = { .visible = true, .named = true, }, [aux_sym_binary_expression_token3] = { .visible = true, .named = true, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_GT] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [aux_sym_binary_expression_token4] = { .visible = true, .named = true, }, [sym_number] = { .visible = true, .named = true, }, [sym_hex_number] = { .visible = true, .named = true, }, [sym_binary_number] = { .visible = true, .named = true, }, [sym_octal_number] = { .visible = true, .named = true, }, [sym_time_value] = { .visible = true, .named = true, }, [sym_date_literal] = { .visible = true, .named = true, }, [sym_bool_literal] = { .visible = true, .named = true, }, [sym_typed_int_literal] = { .visible = true, .named = true, }, [anon_sym_SQUOTE] = { .visible = true, .named = false, }, [aux_sym_string_token1] = { .visible = false, .named = false, }, [anon_sym_SQUOTE_SQUOTE] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [aux_sym_string_token2] = { .visible = false, .named = false, }, [anon_sym_DQUOTE_DQUOTE] = { .visible = true, .named = false, }, [sym_wstring_literal] = { .visible = true, .named = true, }, [aux_sym_char_literal_token1] = { .visible = false, .named = false, }, [aux_sym_char_literal_token2] = { .visible = false, .named = false, }, [anon_sym_C_POUND] = { .visible = true, .named = false, }, [sym_identifier] = { .visible = true, .named = true, }, [sym_line_comment] = { .visible = true, .named = true, }, [sym_block_comment] = { .visible = true, .named = true, }, [sym_c_style_comment] = { .visible = true, .named = true, }, [aux_sym_exit_statement_token1] = { .visible = true, .named = true, }, [aux_sym_continue_statement_token1] = { .visible = true, .named = true, }, [sym_bom] = { .visible = true, .named = true, }, [sym_source_file] = { .visible = true, .named = true, }, [sym_type_definition] = { .visible = true, .named = true, }, [sym_data_block] = { .visible = true, .named = true, }, [sym_organization_block] = { .visible = true, .named = true, }, [sym_function_block] = { .visible = true, .named = true, }, [sym_function] = { .visible = true, .named = true, }, [sym_attribute_list] = { .visible = true, .named = true, }, [sym_attribute] = { .visible = true, .named = true, }, [sym_attribute_value] = { .visible = true, .named = true, }, [sym_var_declaration] = { .visible = true, .named = true, }, [sym_var_temp_declaration] = { .visible = true, .named = true, }, [sym_var_constant_declaration] = { .visible = true, .named = true, }, [sym_var_retain_declaration] = { .visible = true, .named = true, }, [sym_var_non_retain_declaration] = { .visible = true, .named = true, }, [sym_var_db_specific_declaration] = { .visible = true, .named = true, }, [sym_var_item] = { .visible = true, .named = true, }, [sym_type] = { .visible = true, .named = true, }, [sym_type_builtin] = { .visible = true, .named = true, }, [sym_string_type] = { .visible = true, .named = true, }, [sym_array_type] = { .visible = true, .named = true, }, [sym_ref_type] = { .visible = true, .named = true, }, [sym_struct_type] = { .visible = true, .named = true, }, [sym_statement] = { .visible = true, .named = true, }, [sym_empty_statement] = { .visible = true, .named = true, }, [sym_fb_call] = { .visible = true, .named = true, }, [sym_fb_parameter_list] = { .visible = true, .named = true, }, [sym_fb_parameter] = { .visible = true, .named = true, }, [sym_assignment] = { .visible = true, .named = true, }, [sym_chained_assignment] = { .visible = true, .named = true, }, [sym_lvalue] = { .visible = true, .named = true, }, [sym_function_name] = { .visible = true, .named = true, }, [sym_prefixed_identifier] = { .visible = true, .named = true, }, [sym_field_access] = { .visible = true, .named = true, }, [sym_array_access] = { .visible = true, .named = true, }, [sym_bit_access] = { .visible = true, .named = true, }, [sym_if_statement] = { .visible = true, .named = true, }, [sym_elsif_clause] = { .visible = true, .named = true, }, [sym_else_clause] = { .visible = true, .named = true, }, [sym_case_statement] = { .visible = true, .named = true, }, [sym_case_item] = { .visible = true, .named = true, }, [sym_range] = { .visible = true, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_while_statement] = { .visible = true, .named = true, }, [sym_repeat_statement] = { .visible = true, .named = true, }, [sym_region_statement] = { .visible = true, .named = true, }, [sym_return_statement] = { .visible = true, .named = true, }, [sym_goto_statement] = { .visible = true, .named = true, }, [sym_function_call] = { .visible = true, .named = true, }, [sym_method_callee] = { .visible = true, .named = true, }, [sym_parameter_list] = { .visible = true, .named = true, }, [sym_parameter] = { .visible = true, .named = true, }, [sym_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_struct_initializer] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym_char_literal] = { .visible = true, .named = true, }, [sym_exit_statement] = { .visible = true, .named = true, }, [sym_continue_statement] = { .visible = true, .named = true, }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_data_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_organization_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_function_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_function_repeat1] = { .visible = false, .named = false, }, [aux_sym_attribute_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_fb_parameter_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_if_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_item_repeat1] = { .visible = false, .named = false, }, [aux_sym_parameter_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_struct_initializer_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat2] = { .visible = false, .named = false, }, }; enum ts_field_identifiers { field_associated = 1, field_instance = 2, field_name = 3, field_target = 4, field_type = 5, field_value = 6, }; static const char * const ts_field_names[] = { [0] = NULL, [field_associated] = "associated", [field_instance] = "instance", [field_name] = "name", [field_target] = "target", [field_type] = "type", [field_value] = "value", }; static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [2] = {.index = 1, .length = 1}, [3] = {.index = 2, .length = 2}, [4] = {.index = 4, .length = 2}, [5] = {.index = 6, .length = 2}, [6] = {.index = 8, .length = 1}, [7] = {.index = 9, .length = 2}, [8] = {.index = 11, .length = 2}, [9] = {.index = 13, .length = 2}, [10] = {.index = 15, .length = 2}, [11] = {.index = 17, .length = 2}, [12] = {.index = 19, .length = 1}, [13] = {.index = 20, .length = 2}, [14] = {.index = 22, .length = 2}, [15] = {.index = 24, .length = 2}, [16] = {.index = 26, .length = 2}, [17] = {.index = 28, .length = 2}, [18] = {.index = 30, .length = 2}, [19] = {.index = 32, .length = 2}, [20] = {.index = 34, .length = 2}, [21] = {.index = 36, .length = 2}, [22] = {.index = 38, .length = 2}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_instance, 0}, [1] = {field_name, 1}, [2] = {field_target, 0}, {field_value, 2}, [4] = {field_associated, 2}, {field_name, 1}, [6] = {field_name, 0}, {field_type, 2}, [8] = {field_name, 0}, [9] = {field_associated, 3}, {field_name, 1}, [11] = {field_name, 0}, {field_type, 3}, [13] = {field_associated, 4}, {field_name, 1}, [15] = {field_associated, 5}, {field_name, 1}, [17] = {field_associated, 6}, {field_name, 1}, [19] = {field_name, 2, .inherited = true}, [20] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, [22] = {field_associated, 7}, {field_name, 1}, [24] = {field_associated, 8}, {field_name, 1}, [26] = {field_name, 1}, {field_name, 4, .inherited = true}, [28] = {field_associated, 9}, {field_name, 1}, [30] = {field_associated, 10}, {field_name, 1}, [32] = {field_associated, 11}, {field_name, 1}, [34] = {field_associated, 12}, {field_name, 1}, [36] = {field_associated, 13}, {field_name, 1}, [38] = {field_associated, 14}, {field_name, 1}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 5, [6] = 6, [7] = 6, [8] = 6, [9] = 9, [10] = 6, [11] = 9, [12] = 6, [13] = 9, [14] = 6, [15] = 9, [16] = 9, [17] = 6, [18] = 9, [19] = 6, [20] = 9, [21] = 6, [22] = 9, [23] = 6, [24] = 9, [25] = 6, [26] = 9, [27] = 9, [28] = 9, [29] = 6, [30] = 9, [31] = 6, [32] = 32, [33] = 33, [34] = 34, [35] = 34, [36] = 36, [37] = 37, [38] = 38, [39] = 39, [40] = 40, [41] = 41, [42] = 42, [43] = 43, [44] = 44, [45] = 45, [46] = 46, [47] = 47, [48] = 48, [49] = 49, [50] = 50, [51] = 40, [52] = 52, [53] = 53, [54] = 54, [55] = 55, [56] = 56, [57] = 57, [58] = 58, [59] = 59, [60] = 60, [61] = 61, [62] = 62, [63] = 63, [64] = 64, [65] = 65, [66] = 66, [67] = 67, [68] = 68, [69] = 69, [70] = 70, [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 77, [78] = 78, [79] = 79, [80] = 80, [81] = 81, [82] = 82, [83] = 83, [84] = 84, [85] = 85, [86] = 86, [87] = 87, [88] = 88, [89] = 89, [90] = 90, [91] = 91, [92] = 92, [93] = 93, [94] = 94, [95] = 95, [96] = 96, [97] = 97, [98] = 98, [99] = 99, [100] = 100, [101] = 101, [102] = 102, [103] = 103, [104] = 104, [105] = 105, [106] = 106, [107] = 107, [108] = 108, [109] = 109, [110] = 110, [111] = 111, [112] = 112, [113] = 113, [114] = 114, [115] = 115, [116] = 116, [117] = 117, [118] = 118, [119] = 119, [120] = 120, [121] = 121, [122] = 122, [123] = 123, [124] = 124, [125] = 125, [126] = 126, [127] = 127, [128] = 128, [129] = 129, [130] = 130, [131] = 131, [132] = 132, [133] = 133, [134] = 134, [135] = 135, [136] = 136, [137] = 137, [138] = 138, [139] = 139, [140] = 140, [141] = 141, [142] = 142, [143] = 143, [144] = 144, [145] = 145, [146] = 146, [147] = 147, [148] = 148, [149] = 149, [150] = 150, [151] = 151, [152] = 152, [153] = 153, [154] = 154, [155] = 155, [156] = 156, [157] = 157, [158] = 158, [159] = 159, [160] = 160, [161] = 161, [162] = 162, [163] = 163, [164] = 164, [165] = 165, [166] = 166, [167] = 167, [168] = 168, [169] = 169, [170] = 170, [171] = 171, [172] = 172, [173] = 173, [174] = 174, [175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 179, [180] = 180, [181] = 181, [182] = 182, [183] = 183, [184] = 184, [185] = 185, [186] = 186, [187] = 187, [188] = 188, [189] = 189, [190] = 190, [191] = 191, [192] = 192, [193] = 193, [194] = 194, [195] = 195, [196] = 196, [197] = 34, [198] = 198, [199] = 199, [200] = 34, [201] = 34, [202] = 34, [203] = 34, [204] = 204, [205] = 34, [206] = 34, [207] = 34, [208] = 34, [209] = 209, [210] = 210, [211] = 211, [212] = 210, [213] = 213, [214] = 79, [215] = 92, [216] = 105, [217] = 118, [218] = 209, [219] = 34, [220] = 210, [221] = 211, [222] = 211, [223] = 223, [224] = 79, [225] = 92, [226] = 105, [227] = 118, [228] = 209, [229] = 199, [230] = 210, [231] = 211, [232] = 223, [233] = 79, [234] = 92, [235] = 105, [236] = 118, [237] = 209, [238] = 210, [239] = 211, [240] = 240, [241] = 223, [242] = 79, [243] = 92, [244] = 105, [245] = 118, [246] = 209, [247] = 210, [248] = 211, [249] = 249, [250] = 223, [251] = 79, [252] = 92, [253] = 105, [254] = 118, [255] = 209, [256] = 256, [257] = 210, [258] = 211, [259] = 259, [260] = 223, [261] = 79, [262] = 92, [263] = 105, [264] = 118, [265] = 209, [266] = 266, [267] = 210, [268] = 211, [269] = 269, [270] = 223, [271] = 79, [272] = 92, [273] = 105, [274] = 118, [275] = 209, [276] = 276, [277] = 210, [278] = 211, [279] = 279, [280] = 223, [281] = 79, [282] = 92, [283] = 105, [284] = 118, [285] = 209, [286] = 210, [287] = 211, [288] = 288, [289] = 223, [290] = 79, [291] = 92, [292] = 105, [293] = 118, [294] = 209, [295] = 210, [296] = 211, [297] = 198, [298] = 223, [299] = 79, [300] = 92, [301] = 105, [302] = 118, [303] = 209, [304] = 209, [305] = 210, [306] = 211, [307] = 223, [308] = 223, [309] = 79, [310] = 92, [311] = 105, [312] = 118, [313] = 209, [314] = 210, [315] = 211, [316] = 223, [317] = 79, [318] = 92, [319] = 105, [320] = 118, [321] = 321, [322] = 213, [323] = 199, [324] = 213, [325] = 199, [326] = 213, [327] = 199, [328] = 213, [329] = 199, [330] = 213, [331] = 199, [332] = 213, [333] = 199, [334] = 213, [335] = 199, [336] = 213, [337] = 199, [338] = 213, [339] = 199, [340] = 213, [341] = 199, [342] = 213, [343] = 199, [344] = 213, [345] = 223, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 349, [351] = 346, [352] = 352, [353] = 347, [354] = 348, [355] = 355, [356] = 356, [357] = 357, [358] = 358, [359] = 359, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 365, [366] = 366, [367] = 367, [368] = 367, [369] = 367, [370] = 367, [371] = 367, [372] = 367, [373] = 367, [374] = 374, [375] = 375, [376] = 367, [377] = 367, [378] = 378, [379] = 379, [380] = 380, [381] = 367, [382] = 367, [383] = 383, [384] = 367, [385] = 380, [386] = 375, [387] = 367, [388] = 388, [389] = 389, [390] = 390, [391] = 391, [392] = 392, [393] = 390, [394] = 391, [395] = 390, [396] = 390, [397] = 391, [398] = 398, [399] = 390, [400] = 391, [401] = 390, [402] = 391, [403] = 403, [404] = 390, [405] = 391, [406] = 391, [407] = 407, [408] = 390, [409] = 391, [410] = 410, [411] = 390, [412] = 412, [413] = 413, [414] = 414, [415] = 413, [416] = 410, [417] = 388, [418] = 412, [419] = 413, [420] = 414, [421] = 421, [422] = 422, [423] = 410, [424] = 388, [425] = 412, [426] = 413, [427] = 414, [428] = 428, [429] = 414, [430] = 410, [431] = 388, [432] = 412, [433] = 413, [434] = 414, [435] = 435, [436] = 391, [437] = 410, [438] = 388, [439] = 412, [440] = 413, [441] = 414, [442] = 388, [443] = 443, [444] = 410, [445] = 388, [446] = 412, [447] = 413, [448] = 414, [449] = 390, [450] = 412, [451] = 410, [452] = 388, [453] = 412, [454] = 413, [455] = 414, [456] = 456, [457] = 457, [458] = 410, [459] = 388, [460] = 412, [461] = 413, [462] = 414, [463] = 391, [464] = 464, [465] = 410, [466] = 389, [467] = 412, [468] = 413, [469] = 414, [470] = 390, [471] = 391, [472] = 410, [473] = 388, [474] = 412, [475] = 413, [476] = 414, [477] = 477, [478] = 390, [479] = 410, [480] = 388, [481] = 412, [482] = 413, [483] = 414, [484] = 391, [485] = 485, [486] = 410, [487] = 388, [488] = 412, [489] = 413, [490] = 414, [491] = 390, [492] = 391, [493] = 410, [494] = 388, [495] = 389, [496] = 389, [497] = 389, [498] = 389, [499] = 389, [500] = 389, [501] = 389, [502] = 389, [503] = 389, [504] = 389, [505] = 389, [506] = 506, [507] = 507, [508] = 508, [509] = 509, [510] = 510, [511] = 511, [512] = 512, [513] = 513, [514] = 514, [515] = 515, [516] = 516, [517] = 517, [518] = 518, [519] = 519, [520] = 520, [521] = 521, [522] = 522, [523] = 523, [524] = 524, [525] = 525, [526] = 526, [527] = 527, [528] = 528, [529] = 529, [530] = 530, [531] = 531, [532] = 532, [533] = 533, [534] = 534, [535] = 535, [536] = 536, [537] = 537, [538] = 538, [539] = 539, [540] = 540, [541] = 541, [542] = 542, [543] = 543, [544] = 544, [545] = 545, [546] = 546, [547] = 547, [548] = 548, [549] = 549, [550] = 550, [551] = 551, [552] = 552, [553] = 553, [554] = 554, [555] = 555, [556] = 556, [557] = 557, [558] = 558, [559] = 559, [560] = 560, [561] = 561, [562] = 562, [563] = 563, [564] = 564, [565] = 565, [566] = 566, [567] = 567, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, [573] = 573, [574] = 574, [575] = 575, [576] = 576, [577] = 577, [578] = 578, [579] = 579, [580] = 580, [581] = 581, [582] = 582, [583] = 583, [584] = 584, [585] = 585, [586] = 586, [587] = 587, [588] = 588, [589] = 589, [590] = 590, [591] = 591, [592] = 592, [593] = 593, [594] = 594, [595] = 595, [596] = 596, [597] = 597, [598] = 598, [599] = 599, [600] = 600, [601] = 601, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, [607] = 607, [608] = 608, [609] = 609, [610] = 610, [611] = 611, [612] = 612, [613] = 613, [614] = 614, [615] = 615, [616] = 616, [617] = 617, [618] = 618, [619] = 619, [620] = 620, [621] = 621, [622] = 622, [623] = 623, [624] = 624, [625] = 625, [626] = 626, [627] = 627, [628] = 628, [629] = 629, [630] = 630, [631] = 631, [632] = 632, [633] = 633, [634] = 634, [635] = 635, [636] = 636, [637] = 637, [638] = 638, [639] = 639, [640] = 640, [641] = 641, [642] = 642, [643] = 643, [644] = 644, [645] = 645, [646] = 646, [647] = 647, [648] = 648, [649] = 649, [650] = 650, [651] = 651, [652] = 652, [653] = 653, [654] = 654, [655] = 655, [656] = 656, [657] = 657, [658] = 658, [659] = 659, [660] = 660, [661] = 661, [662] = 662, [663] = 663, [664] = 664, [665] = 665, [666] = 666, [667] = 508, [668] = 507, [669] = 508, [670] = 670, [671] = 507, [672] = 579, [673] = 562, [674] = 626, [675] = 629, [676] = 662, [677] = 513, [678] = 568, [679] = 632, [680] = 634, [681] = 638, [682] = 529, [683] = 664, [684] = 615, [685] = 512, [686] = 641, [687] = 517, [688] = 595, [689] = 532, [690] = 582, [691] = 598, [692] = 535, [693] = 531, [694] = 556, [695] = 566, [696] = 657, [697] = 520, [698] = 521, [699] = 524, [700] = 526, [701] = 548, [702] = 528, [703] = 530, [704] = 571, [705] = 572, [706] = 575, [707] = 576, [708] = 578, [709] = 617, [710] = 620, [711] = 514, [712] = 531, [713] = 548, [714] = 563, [715] = 546, [716] = 547, [717] = 553, [718] = 514, [719] = 626, [720] = 629, [721] = 662, [722] = 513, [723] = 568, [724] = 632, [725] = 634, [726] = 638, [727] = 529, [728] = 664, [729] = 615, [730] = 512, [731] = 641, [732] = 563, [733] = 517, [734] = 579, [735] = 546, [736] = 595, [737] = 532, [738] = 582, [739] = 598, [740] = 535, [741] = 547, [742] = 556, [743] = 566, [744] = 657, [745] = 520, [746] = 521, [747] = 524, [748] = 526, [749] = 553, [750] = 528, [751] = 530, [752] = 571, [753] = 572, [754] = 575, [755] = 576, [756] = 578, [757] = 617, [758] = 620, [759] = 562, [760] = 507, [761] = 508, [762] = 507, [763] = 508, [764] = 508, [765] = 508, [766] = 507, [767] = 508, [768] = 507, [769] = 508, [770] = 507, [771] = 507, [772] = 508, [773] = 508, [774] = 507, [775] = 507, [776] = 507, [777] = 507, [778] = 508, [779] = 508, [780] = 513, [781] = 626, [782] = 629, [783] = 662, [784] = 512, [785] = 513, [786] = 786, [787] = 526, [788] = 626, [789] = 528, [790] = 568, [791] = 632, [792] = 634, [793] = 638, [794] = 641, [795] = 529, [796] = 530, [797] = 571, [798] = 572, [799] = 575, [800] = 576, [801] = 529, [802] = 578, [803] = 617, [804] = 620, [805] = 514, [806] = 531, [807] = 548, [808] = 563, [809] = 579, [810] = 517, [811] = 595, [812] = 532, [813] = 582, [814] = 553, [815] = 595, [816] = 532, [817] = 582, [818] = 598, [819] = 664, [820] = 598, [821] = 535, [822] = 629, [823] = 662, [824] = 535, [825] = 615, [826] = 556, [827] = 566, [828] = 568, [829] = 512, [830] = 657, [831] = 520, [832] = 521, [833] = 556, [834] = 566, [835] = 524, [836] = 526, [837] = 512, [838] = 528, [839] = 641, [840] = 657, [841] = 520, [842] = 521, [843] = 524, [844] = 526, [845] = 529, [846] = 528, [847] = 530, [848] = 530, [849] = 571, [850] = 572, [851] = 575, [852] = 576, [853] = 578, [854] = 617, [855] = 620, [856] = 514, [857] = 531, [858] = 548, [859] = 563, [860] = 579, [861] = 517, [862] = 595, [863] = 532, [864] = 582, [865] = 598, [866] = 571, [867] = 546, [868] = 547, [869] = 553, [870] = 562, [871] = 535, [872] = 572, [873] = 626, [874] = 629, [875] = 662, [876] = 575, [877] = 513, [878] = 878, [879] = 576, [880] = 556, [881] = 566, [882] = 568, [883] = 632, [884] = 634, [885] = 638, [886] = 578, [887] = 657, [888] = 520, [889] = 521, [890] = 524, [891] = 526, [892] = 617, [893] = 528, [894] = 529, [895] = 530, [896] = 571, [897] = 572, [898] = 575, [899] = 576, [900] = 578, [901] = 617, [902] = 620, [903] = 514, [904] = 531, [905] = 548, [906] = 563, [907] = 579, [908] = 517, [909] = 595, [910] = 532, [911] = 582, [912] = 598, [913] = 664, [914] = 546, [915] = 547, [916] = 553, [917] = 562, [918] = 535, [919] = 615, [920] = 626, [921] = 629, [922] = 662, [923] = 512, [924] = 513, [925] = 925, [926] = 620, [927] = 556, [928] = 566, [929] = 568, [930] = 632, [931] = 634, [932] = 638, [933] = 641, [934] = 657, [935] = 520, [936] = 521, [937] = 524, [938] = 526, [939] = 514, [940] = 528, [941] = 529, [942] = 530, [943] = 571, [944] = 572, [945] = 575, [946] = 576, [947] = 578, [948] = 617, [949] = 620, [950] = 514, [951] = 531, [952] = 548, [953] = 563, [954] = 579, [955] = 531, [956] = 548, [957] = 563, [958] = 579, [959] = 517, [960] = 664, [961] = 546, [962] = 547, [963] = 553, [964] = 562, [965] = 595, [966] = 615, [967] = 626, [968] = 629, [969] = 662, [970] = 512, [971] = 532, [972] = 582, [973] = 598, [974] = 546, [975] = 547, [976] = 568, [977] = 632, [978] = 634, [979] = 638, [980] = 641, [981] = 553, [982] = 562, [983] = 535, [984] = 626, [985] = 629, [986] = 662, [987] = 513, [988] = 529, [989] = 513, [990] = 556, [991] = 566, [992] = 568, [993] = 632, [994] = 634, [995] = 638, [996] = 657, [997] = 520, [998] = 521, [999] = 524, [1000] = 526, [1001] = 517, [1002] = 595, [1003] = 532, [1004] = 582, [1005] = 598, [1006] = 664, [1007] = 562, [1008] = 528, [1009] = 529, [1010] = 530, [1011] = 535, [1012] = 615, [1013] = 571, [1014] = 572, [1015] = 575, [1016] = 512, [1017] = 576, [1018] = 578, [1019] = 556, [1020] = 566, [1021] = 617, [1022] = 620, [1023] = 514, [1024] = 531, [1025] = 641, [1026] = 657, [1027] = 520, [1028] = 521, [1029] = 524, [1030] = 526, [1031] = 548, [1032] = 528, [1033] = 563, [1034] = 530, [1035] = 571, [1036] = 572, [1037] = 575, [1038] = 576, [1039] = 578, [1040] = 617, [1041] = 620, [1042] = 514, [1043] = 531, [1044] = 548, [1045] = 563, [1046] = 579, [1047] = 579, [1048] = 546, [1049] = 547, [1050] = 553, [1051] = 562, [1052] = 517, [1053] = 626, [1054] = 629, [1055] = 662, [1056] = 595, [1057] = 513, [1058] = 568, [1059] = 632, [1060] = 634, [1061] = 638, [1062] = 532, [1063] = 529, [1064] = 664, [1065] = 615, [1066] = 512, [1067] = 641, [1068] = 1068, [1069] = 582, [1070] = 598, [1071] = 664, [1072] = 546, [1073] = 547, [1074] = 1074, [1075] = 553, [1076] = 562, [1077] = 535, [1078] = 615, [1079] = 626, [1080] = 629, [1081] = 662, [1082] = 512, [1083] = 513, [1084] = 1084, [1085] = 556, [1086] = 556, [1087] = 566, [1088] = 568, [1089] = 632, [1090] = 634, [1091] = 638, [1092] = 641, [1093] = 657, [1094] = 520, [1095] = 521, [1096] = 524, [1097] = 526, [1098] = 566, [1099] = 528, [1100] = 529, [1101] = 530, [1102] = 571, [1103] = 572, [1104] = 575, [1105] = 576, [1106] = 578, [1107] = 617, [1108] = 620, [1109] = 514, [1110] = 531, [1111] = 548, [1112] = 563, [1113] = 579, [1114] = 517, [1115] = 595, [1116] = 532, [1117] = 582, [1118] = 598, [1119] = 664, [1120] = 546, [1121] = 1121, [1122] = 547, [1123] = 553, [1124] = 562, [1125] = 535, [1126] = 615, [1127] = 626, [1128] = 629, [1129] = 662, [1130] = 512, [1131] = 513, [1132] = 1132, [1133] = 568, [1134] = 556, [1135] = 566, [1136] = 568, [1137] = 632, [1138] = 634, [1139] = 638, [1140] = 641, [1141] = 657, [1142] = 520, [1143] = 521, [1144] = 524, [1145] = 526, [1146] = 535, [1147] = 528, [1148] = 529, [1149] = 530, [1150] = 571, [1151] = 572, [1152] = 575, [1153] = 576, [1154] = 578, [1155] = 617, [1156] = 620, [1157] = 514, [1158] = 531, [1159] = 548, [1160] = 563, [1161] = 579, [1162] = 517, [1163] = 595, [1164] = 532, [1165] = 582, [1166] = 598, [1167] = 664, [1168] = 546, [1169] = 1169, [1170] = 547, [1171] = 553, [1172] = 562, [1173] = 535, [1174] = 615, [1175] = 626, [1176] = 629, [1177] = 662, [1178] = 512, [1179] = 513, [1180] = 632, [1181] = 634, [1182] = 556, [1183] = 566, [1184] = 568, [1185] = 632, [1186] = 634, [1187] = 638, [1188] = 641, [1189] = 657, [1190] = 520, [1191] = 521, [1192] = 524, [1193] = 526, [1194] = 638, [1195] = 528, [1196] = 529, [1197] = 530, [1198] = 571, [1199] = 572, [1200] = 575, [1201] = 1201, [1202] = 576, [1203] = 578, [1204] = 617, [1205] = 1205, [1206] = 1206, [1207] = 620, [1208] = 514, [1209] = 531, [1210] = 548, [1211] = 563, [1212] = 579, [1213] = 641, [1214] = 657, [1215] = 615, [1216] = 520, [1217] = 521, [1218] = 664, [1219] = 546, [1220] = 547, [1221] = 553, [1222] = 562, [1223] = 524, [1224] = 615, [1225] = 517, [1226] = 595, [1227] = 532, [1228] = 582, [1229] = 598, [1230] = 664, [1231] = 546, [1232] = 547, [1233] = 517, [1234] = 1234, [1235] = 1235, [1236] = 1236, [1237] = 1237, [1238] = 1238, [1239] = 1239, [1240] = 1240, [1241] = 1241, [1242] = 1242, [1243] = 1243, [1244] = 1244, [1245] = 1245, [1246] = 1246, [1247] = 1247, [1248] = 1248, [1249] = 1249, [1250] = 1250, [1251] = 1251, [1252] = 1252, [1253] = 1253, [1254] = 1254, [1255] = 1255, [1256] = 1256, [1257] = 1257, [1258] = 1258, [1259] = 1259, [1260] = 1260, [1261] = 1261, [1262] = 1262, [1263] = 1263, [1264] = 1264, [1265] = 1265, [1266] = 1266, [1267] = 1267, [1268] = 1268, [1269] = 1269, [1270] = 1270, [1271] = 1271, [1272] = 1272, [1273] = 1273, [1274] = 1274, [1275] = 1275, [1276] = 1276, [1277] = 1277, [1278] = 1278, [1279] = 1279, [1280] = 1280, [1281] = 1281, [1282] = 1282, [1283] = 1283, [1284] = 1284, [1285] = 1285, [1286] = 1286, [1287] = 1287, [1288] = 1288, [1289] = 1289, [1290] = 1290, [1291] = 1291, [1292] = 1292, [1293] = 1293, [1294] = 1294, [1295] = 1295, [1296] = 1296, [1297] = 1297, [1298] = 1298, [1299] = 1299, [1300] = 1291, [1301] = 1301, [1302] = 1302, [1303] = 1291, [1304] = 1291, [1305] = 1305, [1306] = 1306, [1307] = 1307, [1308] = 1291, [1309] = 1309, [1310] = 1310, [1311] = 1291, [1312] = 1312, [1313] = 1291, [1314] = 1314, [1315] = 1315, [1316] = 1316, [1317] = 1317, [1318] = 1291, [1319] = 1319, [1320] = 1291, [1321] = 1321, [1322] = 1322, [1323] = 1323, [1324] = 1291, [1325] = 1325, [1326] = 1326, [1327] = 1327, [1328] = 1291, [1329] = 1329, [1330] = 1330, [1331] = 1331, [1332] = 1332, [1333] = 1291, [1334] = 1334, [1335] = 1335, [1336] = 1336, [1337] = 1291, [1338] = 1338, [1339] = 1339, [1340] = 1340, [1341] = 1341, [1342] = 1342, [1343] = 1343, [1344] = 1344, [1345] = 1345, [1346] = 1346, [1347] = 1347, [1348] = 1348, [1349] = 1349, [1350] = 1350, [1351] = 1341, [1352] = 1352, [1353] = 1353, [1354] = 1354, [1355] = 1355, [1356] = 1356, [1357] = 1357, [1358] = 1358, [1359] = 1359, [1360] = 1360, [1361] = 1361, [1362] = 1362, [1363] = 1363, [1364] = 1364, [1365] = 1365, [1366] = 1366, [1367] = 1367, [1368] = 1368, [1369] = 32, [1370] = 1349, [1371] = 1356, [1372] = 1372, [1373] = 1368, [1374] = 1374, [1375] = 37, [1376] = 1349, [1377] = 1356, [1378] = 1372, [1379] = 1349, [1380] = 1356, [1381] = 1372, [1382] = 1349, [1383] = 1356, [1384] = 1372, [1385] = 1349, [1386] = 1356, [1387] = 1372, [1388] = 1349, [1389] = 1356, [1390] = 1372, [1391] = 1349, [1392] = 1356, [1393] = 1372, [1394] = 1349, [1395] = 1356, [1396] = 1372, [1397] = 1349, [1398] = 1356, [1399] = 1372, [1400] = 1400, [1401] = 1401, [1402] = 1349, [1403] = 1356, [1404] = 1404, [1405] = 1372, [1406] = 1406, [1407] = 1349, [1408] = 1356, [1409] = 1372, [1410] = 1410, [1411] = 1349, [1412] = 1374, [1413] = 1356, [1414] = 1372, [1415] = 1345, [1416] = 1346, [1417] = 1410, [1418] = 1418, [1419] = 1345, [1420] = 1346, [1421] = 1341, [1422] = 1418, [1423] = 1345, [1424] = 1346, [1425] = 1341, [1426] = 1426, [1427] = 1418, [1428] = 1345, [1429] = 1346, [1430] = 1341, [1431] = 1418, [1432] = 1345, [1433] = 1346, [1434] = 1341, [1435] = 1418, [1436] = 1345, [1437] = 1346, [1438] = 1341, [1439] = 1418, [1440] = 1345, [1441] = 1346, [1442] = 1341, [1443] = 1418, [1444] = 1345, [1445] = 1346, [1446] = 1341, [1447] = 1418, [1448] = 1345, [1449] = 1346, [1450] = 1341, [1451] = 1418, [1452] = 1345, [1453] = 1346, [1454] = 1341, [1455] = 1418, [1456] = 1345, [1457] = 1346, [1458] = 1418, [1459] = 1345, [1460] = 1346, [1461] = 1341, [1462] = 1418, [1463] = 1463, [1464] = 1464, [1465] = 1410, [1466] = 1418, [1467] = 1372, [1468] = 1468, [1469] = 1469, [1470] = 1470, [1471] = 1410, [1472] = 1410, [1473] = 1410, [1474] = 1410, [1475] = 1410, [1476] = 1410, [1477] = 1410, [1478] = 1410, [1479] = 1410, [1480] = 1410, [1481] = 1341, [1482] = 1482, [1483] = 1483, [1484] = 1484, [1485] = 1485, [1486] = 1483, [1487] = 1484, [1488] = 1488, [1489] = 1484, [1490] = 1483, [1491] = 1484, [1492] = 1492, [1493] = 1493, [1494] = 1483, [1495] = 1495, [1496] = 1484, [1497] = 1483, [1498] = 1498, [1499] = 1484, [1500] = 1483, [1501] = 1501, [1502] = 1484, [1503] = 1503, [1504] = 1504, [1505] = 1484, [1506] = 1506, [1507] = 1483, [1508] = 1508, [1509] = 1484, [1510] = 1483, [1511] = 1511, [1512] = 1512, [1513] = 1484, [1514] = 1514, [1515] = 1483, [1516] = 1516, [1517] = 1484, [1518] = 1518, [1519] = 1483, [1520] = 1484, [1521] = 1483, [1522] = 1522, [1523] = 1483, [1524] = 1484, [1525] = 1525, [1526] = 1483, [1527] = 1527, [1528] = 1528, [1529] = 1529, [1530] = 1530, [1531] = 1531, [1532] = 1532, [1533] = 1533, [1534] = 1534, [1535] = 1535, [1536] = 1255, [1537] = 1537, [1538] = 1538, [1539] = 1256, [1540] = 1253, [1541] = 1541, [1542] = 1542, [1543] = 1543, [1544] = 1544, [1545] = 1544, [1546] = 1542, [1547] = 1544, [1548] = 1542, [1549] = 1549, [1550] = 1550, [1551] = 1551, [1552] = 1544, [1553] = 1542, [1554] = 1549, [1555] = 1555, [1556] = 1556, [1557] = 1557, [1558] = 1558, [1559] = 1544, [1560] = 1542, [1561] = 1549, [1562] = 1562, [1563] = 1563, [1564] = 1544, [1565] = 1542, [1566] = 1549, [1567] = 1567, [1568] = 1568, [1569] = 1569, [1570] = 1544, [1571] = 1542, [1572] = 1549, [1573] = 1573, [1574] = 1574, [1575] = 1544, [1576] = 1542, [1577] = 1549, [1578] = 1578, [1579] = 1579, [1580] = 1544, [1581] = 1542, [1582] = 1549, [1583] = 1583, [1584] = 1584, [1585] = 1544, [1586] = 1549, [1587] = 1587, [1588] = 1588, [1589] = 1589, [1590] = 1590, [1591] = 1544, [1592] = 1542, [1593] = 1549, [1594] = 1594, [1595] = 1544, [1596] = 1542, [1597] = 1549, [1598] = 1598, [1599] = 1544, [1600] = 1600, [1601] = 1601, [1602] = 1602, [1603] = 1603, [1604] = 1604, [1605] = 1605, [1606] = 1606, [1607] = 1542, [1608] = 1608, [1609] = 1609, [1610] = 1549, [1611] = 1611, [1612] = 1612, [1613] = 1549, [1614] = 1542, [1615] = 1549, [1616] = 1616, [1617] = 1617, [1618] = 1618, [1619] = 1616, [1620] = 1616, [1621] = 1621, [1622] = 1616, [1623] = 1616, [1624] = 1616, [1625] = 1616, [1626] = 1616, [1627] = 1616, [1628] = 1616, [1629] = 1616, [1630] = 1616, [1631] = 1616, [1632] = 615, [1633] = 615, [1634] = 632, [1635] = 626, [1636] = 641, [1637] = 634, [1638] = 32, [1639] = 662, [1640] = 37, [1641] = 664, [1642] = 512, [1643] = 638, [1644] = 1644, [1645] = 513, [1646] = 664, [1647] = 546, [1648] = 562, [1649] = 547, [1650] = 629, [1651] = 553, [1652] = 1652, [1653] = 1653, [1654] = 1654, [1655] = 1654, [1656] = 1654, [1657] = 1654, [1658] = 1654, [1659] = 1654, [1660] = 1654, [1661] = 1654, [1662] = 1654, [1663] = 1652, [1664] = 1654, [1665] = 1654, [1666] = 1654, [1667] = 1667, [1668] = 1668, [1669] = 1654, [1670] = 1654, [1671] = 1671, [1672] = 356, [1673] = 1673, [1674] = 1674, [1675] = 1675, [1676] = 1676, [1677] = 1677, [1678] = 1673, [1679] = 1679, [1680] = 1680, [1681] = 1681, [1682] = 1682, [1683] = 1683, [1684] = 1682, [1685] = 1685, [1686] = 1683, [1687] = 1682, [1688] = 1685, [1689] = 1683, [1690] = 1682, [1691] = 1685, [1692] = 1685, [1693] = 1683, [1694] = 1682, [1695] = 1685, [1696] = 1683, [1697] = 1682, [1698] = 1685, [1699] = 1683, [1700] = 1682, [1701] = 1685, [1702] = 1685, [1703] = 1682, [1704] = 1685, [1705] = 1705, [1706] = 1683, [1707] = 1682, [1708] = 1685, [1709] = 1683, [1710] = 1682, [1711] = 1685, [1712] = 1683, [1713] = 1682, [1714] = 1714, [1715] = 1685, [1716] = 1683, [1717] = 1682, [1718] = 1683, [1719] = 1685, [1720] = 1683, [1721] = 1721, [1722] = 1682, [1723] = 1723, [1724] = 1683, [1725] = 1725, [1726] = 1726, [1727] = 1727, [1728] = 1728, [1729] = 1729, [1730] = 1730, [1731] = 1731, [1732] = 1732, [1733] = 1733, [1734] = 1734, [1735] = 1735, [1736] = 1736, [1737] = 1737, [1738] = 1738, [1739] = 1739, [1740] = 1740, [1741] = 1741, [1742] = 1742, [1743] = 1743, [1744] = 1744, [1745] = 1745, [1746] = 1728, [1747] = 1747, [1748] = 1729, [1749] = 1749, [1750] = 1750, [1751] = 1751, [1752] = 1752, [1753] = 1753, [1754] = 1754, [1755] = 1755, [1756] = 1756, [1757] = 1757, [1758] = 1733, [1759] = 1750, [1760] = 1760, [1761] = 1761, [1762] = 1762, [1763] = 1731, [1764] = 1733, [1765] = 1734, [1766] = 1735, [1767] = 1736, [1768] = 1737, [1769] = 1738, [1770] = 1739, [1771] = 1740, [1772] = 1741, [1773] = 1742, [1774] = 1743, [1775] = 1744, [1776] = 1745, [1777] = 1728, [1778] = 1747, [1779] = 1729, [1780] = 1749, [1781] = 1750, [1782] = 1751, [1783] = 1783, [1784] = 1784, [1785] = 1751, [1786] = 1786, [1787] = 1787, [1788] = 1788, [1789] = 1789, [1790] = 1790, [1791] = 1791, [1792] = 1731, [1793] = 1793, [1794] = 1733, [1795] = 1734, [1796] = 1735, [1797] = 1736, [1798] = 1737, [1799] = 1738, [1800] = 1739, [1801] = 1740, [1802] = 1741, [1803] = 1742, [1804] = 1743, [1805] = 1744, [1806] = 1745, [1807] = 1807, [1808] = 1745, [1809] = 1728, [1810] = 1747, [1811] = 1729, [1812] = 1749, [1813] = 1750, [1814] = 1751, [1815] = 1815, [1816] = 1816, [1817] = 1817, [1818] = 1818, [1819] = 1731, [1820] = 1820, [1821] = 1821, [1822] = 1822, [1823] = 1823, [1824] = 1824, [1825] = 1731, [1826] = 1733, [1827] = 1734, [1828] = 1735, [1829] = 1736, [1830] = 1737, [1831] = 1738, [1832] = 1739, [1833] = 1740, [1834] = 1741, [1835] = 1742, [1836] = 1743, [1837] = 1744, [1838] = 1745, [1839] = 1733, [1840] = 1728, [1841] = 1747, [1842] = 1729, [1843] = 1749, [1844] = 1750, [1845] = 1751, [1846] = 1846, [1847] = 1736, [1848] = 1734, [1849] = 1849, [1850] = 1850, [1851] = 1735, [1852] = 1852, [1853] = 1853, [1854] = 1731, [1855] = 1733, [1856] = 1734, [1857] = 1735, [1858] = 1736, [1859] = 1737, [1860] = 1738, [1861] = 1739, [1862] = 1740, [1863] = 1741, [1864] = 1742, [1865] = 1743, [1866] = 1744, [1867] = 1745, [1868] = 1736, [1869] = 1728, [1870] = 1747, [1871] = 1729, [1872] = 1749, [1873] = 1750, [1874] = 1751, [1875] = 1875, [1876] = 1876, [1877] = 1877, [1878] = 1878, [1879] = 1879, [1880] = 1880, [1881] = 1881, [1882] = 1737, [1883] = 1883, [1884] = 1884, [1885] = 1738, [1886] = 1886, [1887] = 1887, [1888] = 1731, [1889] = 1889, [1890] = 1733, [1891] = 1734, [1892] = 1735, [1893] = 1736, [1894] = 1737, [1895] = 1738, [1896] = 1739, [1897] = 1740, [1898] = 1741, [1899] = 1742, [1900] = 1743, [1901] = 1744, [1902] = 1745, [1903] = 1903, [1904] = 1739, [1905] = 1728, [1906] = 1747, [1907] = 1729, [1908] = 1749, [1909] = 1750, [1910] = 1751, [1911] = 1740, [1912] = 1735, [1913] = 1741, [1914] = 1914, [1915] = 1742, [1916] = 1734, [1917] = 1917, [1918] = 1918, [1919] = 1743, [1920] = 1920, [1921] = 1731, [1922] = 1728, [1923] = 1733, [1924] = 1734, [1925] = 1735, [1926] = 1736, [1927] = 1737, [1928] = 1738, [1929] = 1739, [1930] = 1740, [1931] = 1741, [1932] = 1742, [1933] = 1743, [1934] = 1744, [1935] = 1745, [1936] = 1744, [1937] = 1728, [1938] = 1747, [1939] = 1729, [1940] = 1749, [1941] = 1750, [1942] = 1751, [1943] = 1749, [1944] = 1747, [1945] = 1745, [1946] = 1946, [1947] = 1947, [1948] = 1731, [1949] = 1731, [1950] = 1950, [1951] = 1733, [1952] = 1734, [1953] = 1735, [1954] = 1736, [1955] = 1737, [1956] = 1738, [1957] = 1739, [1958] = 1740, [1959] = 1741, [1960] = 1742, [1961] = 1743, [1962] = 1744, [1963] = 1745, [1964] = 1747, [1965] = 1729, [1966] = 1749, [1967] = 1750, [1968] = 1751, [1969] = 1731, [1970] = 1737, [1971] = 1741, [1972] = 1751, [1973] = 1733, [1974] = 1734, [1975] = 1735, [1976] = 1736, [1977] = 1787, [1978] = 1918, [1979] = 1737, [1980] = 1980, [1981] = 1981, [1982] = 1738, [1983] = 1739, [1984] = 1740, [1985] = 1741, [1986] = 1742, [1987] = 1743, [1988] = 1744, [1989] = 1745, [1990] = 1990, [1991] = 1822, [1992] = 1753, [1993] = 1728, [1994] = 1747, [1995] = 1729, [1996] = 1749, [1997] = 1750, [1998] = 1998, [1999] = 1751, [2000] = 2000, [2001] = 2001, [2002] = 2002, [2003] = 2003, [2004] = 1852, [2005] = 1879, [2006] = 2006, [2007] = 1747, [2008] = 2008, [2009] = 1886, [2010] = 2010, [2011] = 1729, [2012] = 1749, [2013] = 2013, [2014] = 1731, [2015] = 2015, [2016] = 1750, [2017] = 1733, [2018] = 1734, [2019] = 1735, [2020] = 1736, [2021] = 1787, [2022] = 1918, [2023] = 1737, [2024] = 1738, [2025] = 1739, [2026] = 1740, [2027] = 1741, [2028] = 1742, [2029] = 1743, [2030] = 2030, [2031] = 1744, [2032] = 1745, [2033] = 1822, [2034] = 1753, [2035] = 1751, [2036] = 1728, [2037] = 1747, [2038] = 1729, [2039] = 1749, [2040] = 1750, [2041] = 1751, [2042] = 2042, [2043] = 2043, [2044] = 2044, [2045] = 2045, [2046] = 2046, [2047] = 1731, [2048] = 2048, [2049] = 1750, [2050] = 1733, [2051] = 1734, [2052] = 1735, [2053] = 1736, [2054] = 1737, [2055] = 1738, [2056] = 1739, [2057] = 2057, [2058] = 1737, [2059] = 1738, [2060] = 1740, [2061] = 1739, [2062] = 1741, [2063] = 1742, [2064] = 1743, [2065] = 1744, [2066] = 1745, [2067] = 2067, [2068] = 2068, [2069] = 1728, [2070] = 1747, [2071] = 1729, [2072] = 1749, [2073] = 1750, [2074] = 1740, [2075] = 1751, [2076] = 1741, [2077] = 2077, [2078] = 2078, [2079] = 2079, [2080] = 2080, [2081] = 2081, [2082] = 1742, [2083] = 2083, [2084] = 1751, [2085] = 2085, [2086] = 1731, [2087] = 1744, [2088] = 1743, [2089] = 2089, [2090] = 1731, [2091] = 1946, [2092] = 2092, [2093] = 2093, [2094] = 1733, [2095] = 2095, [2096] = 1734, [2097] = 2097, [2098] = 1735, [2099] = 2099, [2100] = 1736, [2101] = 2008, [2102] = 1737, [2103] = 1738, [2104] = 1739, [2105] = 1740, [2106] = 1741, [2107] = 1742, [2108] = 1743, [2109] = 1744, [2110] = 1745, [2111] = 1728, [2112] = 1747, [2113] = 1729, [2114] = 2114, [2115] = 1749, [2116] = 2116, [2117] = 2117, [2118] = 2118, [2119] = 2119, [2120] = 2120, [2121] = 2121, [2122] = 2122, [2123] = 2123, [2124] = 2124, [2125] = 2125, [2126] = 2126, [2127] = 2127, [2128] = 2118, [2129] = 2129, [2130] = 2130, [2131] = 2131, [2132] = 2120, [2133] = 2133, [2134] = 2134, [2135] = 2135, [2136] = 2136, [2137] = 2137, [2138] = 2138, [2139] = 2139, [2140] = 2129, [2141] = 2141, [2142] = 2142, [2143] = 2120, [2144] = 2144, [2145] = 1406, [2146] = 2146, [2147] = 2147, [2148] = 2148, [2149] = 2149, [2150] = 2150, [2151] = 2119, [2152] = 2152, [2153] = 2153, [2154] = 2154, [2155] = 2155, [2156] = 2156, [2157] = 2157, [2158] = 2158, [2159] = 2159, [2160] = 2160, [2161] = 2120, [2162] = 2120, [2163] = 2120, [2164] = 2120, [2165] = 2120, [2166] = 2120, [2167] = 2120, [2168] = 2120, [2169] = 2120, [2170] = 2120, [2171] = 2171, [2172] = 2172, [2173] = 2173, [2174] = 2174, [2175] = 2175, [2176] = 2176, [2177] = 2177, [2178] = 2178, [2179] = 2179, [2180] = 1493, [2181] = 2181, [2182] = 2182, [2183] = 2183, [2184] = 2184, [2185] = 2185, [2186] = 2186, [2187] = 1482, [2188] = 2188, [2189] = 1527, [2190] = 2190, [2191] = 2191, [2192] = 2192, [2193] = 2193, [2194] = 2194, [2195] = 2195, [2196] = 2196, [2197] = 1504, [2198] = 1495, [2199] = 2199, [2200] = 2200, [2201] = 2201, [2202] = 2202, [2203] = 2179, [2204] = 2204, [2205] = 2205, [2206] = 2206, [2207] = 2207, [2208] = 2208, [2209] = 2209, [2210] = 2175, [2211] = 2211, [2212] = 2212, [2213] = 2213, [2214] = 2214, [2215] = 2215, [2216] = 1501, [2217] = 2217, [2218] = 1506, [2219] = 2188, [2220] = 2201, [2221] = 2190, [2222] = 2178, [2223] = 2199, [2224] = 2224, [2225] = 2225, [2226] = 2226, [2227] = 2227, [2228] = 2228, [2229] = 2229, [2230] = 2230, [2231] = 2231, [2232] = 2232, [2233] = 2233, [2234] = 2234, [2235] = 2235, [2236] = 2226, [2237] = 2237, [2238] = 2227, [2239] = 2239, [2240] = 2240, [2241] = 2228, [2242] = 2242, [2243] = 2230, [2244] = 2244, [2245] = 2245, [2246] = 2226, [2247] = 2227, [2248] = 2228, [2249] = 2233, [2250] = 2230, [2251] = 2251, [2252] = 2252, [2253] = 2233, [2254] = 2254, [2255] = 2255, [2256] = 2237, [2257] = 2237, [2258] = 2258, [2259] = 2239, [2260] = 2240, [2261] = 2261, [2262] = 2262, [2263] = 2263, [2264] = 2239, [2265] = 2240, [2266] = 2266, [2267] = 2267, [2268] = 2268, [2269] = 2269, [2270] = 2270, [2271] = 2271, [2272] = 2227, [2273] = 2273, [2274] = 2228, [2275] = 2275, [2276] = 2258, [2277] = 2277, [2278] = 2278, [2279] = 2279, [2280] = 2280, [2281] = 2281, [2282] = 2282, [2283] = 2283, [2284] = 2284, [2285] = 2227, [2286] = 2226, [2287] = 2227, [2288] = 2228, [2289] = 2289, [2290] = 2290, [2291] = 2230, [2292] = 2292, [2293] = 2242, [2294] = 2294, [2295] = 2233, [2296] = 2296, [2297] = 2297, [2298] = 2298, [2299] = 2237, [2300] = 2300, [2301] = 2301, [2302] = 2239, [2303] = 2240, [2304] = 2304, [2305] = 2305, [2306] = 2258, [2307] = 2307, [2308] = 2308, [2309] = 2309, [2310] = 2290, [2311] = 2311, [2312] = 2312, [2313] = 2242, [2314] = 2314, [2315] = 2315, [2316] = 2316, [2317] = 2317, [2318] = 2226, [2319] = 2227, [2320] = 2320, [2321] = 2258, [2322] = 2228, [2323] = 2290, [2324] = 2324, [2325] = 2230, [2326] = 2242, [2327] = 2327, [2328] = 2240, [2329] = 2233, [2330] = 2330, [2331] = 2331, [2332] = 2332, [2333] = 2333, [2334] = 2334, [2335] = 2237, [2336] = 2290, [2337] = 2337, [2338] = 2239, [2339] = 2242, [2340] = 2240, [2341] = 2341, [2342] = 2342, [2343] = 2343, [2344] = 2344, [2345] = 2345, [2346] = 512, [2347] = 2347, [2348] = 2348, [2349] = 2290, [2350] = 2350, [2351] = 2351, [2352] = 2242, [2353] = 2226, [2354] = 2227, [2355] = 2228, [2356] = 2356, [2357] = 2230, [2358] = 2358, [2359] = 2359, [2360] = 2360, [2361] = 2361, [2362] = 2290, [2363] = 2233, [2364] = 2364, [2365] = 2242, [2366] = 2258, [2367] = 2367, [2368] = 2237, [2369] = 2369, [2370] = 2370, [2371] = 2371, [2372] = 2239, [2373] = 2240, [2374] = 2305, [2375] = 2290, [2376] = 2376, [2377] = 2377, [2378] = 2242, [2379] = 2258, [2380] = 2380, [2381] = 2381, [2382] = 2382, [2383] = 2383, [2384] = 2384, [2385] = 2385, [2386] = 2386, [2387] = 2387, [2388] = 2290, [2389] = 2389, [2390] = 2390, [2391] = 2242, [2392] = 2258, [2393] = 2393, [2394] = 2304, [2395] = 2395, [2396] = 2396, [2397] = 2397, [2398] = 2398, [2399] = 2399, [2400] = 2400, [2401] = 2290, [2402] = 2402, [2403] = 2403, [2404] = 2242, [2405] = 2405, [2406] = 2406, [2407] = 2407, [2408] = 2226, [2409] = 2227, [2410] = 2230, [2411] = 2411, [2412] = 2412, [2413] = 2228, [2414] = 2290, [2415] = 2415, [2416] = 2230, [2417] = 2242, [2418] = 2418, [2419] = 2419, [2420] = 641, [2421] = 2233, [2422] = 2422, [2423] = 2226, [2424] = 2227, [2425] = 2228, [2426] = 2426, [2427] = 2290, [2428] = 2230, [2429] = 2429, [2430] = 2242, [2431] = 2431, [2432] = 2432, [2433] = 2237, [2434] = 2434, [2435] = 2435, [2436] = 2436, [2437] = 2237, [2438] = 2438, [2439] = 2239, [2440] = 2290, [2441] = 2239, [2442] = 2240, [2443] = 2242, [2444] = 2240, [2445] = 2445, [2446] = 2446, [2447] = 2447, [2448] = 2448, [2449] = 2449, [2450] = 2450, [2451] = 2451, [2452] = 2452, [2453] = 2242, [2454] = 2454, [2455] = 2455, [2456] = 2456, [2457] = 2457, [2458] = 2458, [2459] = 2226, [2460] = 2258, [2461] = 2461, [2462] = 2227, [2463] = 2463, [2464] = 2464, [2465] = 2228, [2466] = 2466, [2467] = 2258, [2468] = 2468, [2469] = 2469, [2470] = 2470, [2471] = 2233, [2472] = 2230, [2473] = 2473, [2474] = 2474, [2475] = 2475, [2476] = 2233, [2477] = 2477, [2478] = 2478, [2479] = 2479, [2480] = 2480, [2481] = 2481, [2482] = 2482, [2483] = 2483, [2484] = 2484, [2485] = 2237, [2486] = 2486, [2487] = 2487, [2488] = 2488, [2489] = 2239, [2490] = 2226, [2491] = 2491, [2492] = 2227, [2493] = 2228, [2494] = 2494, [2495] = 2495, [2496] = 2230, [2497] = 2497, [2498] = 2498, [2499] = 2292, [2500] = 2500, [2501] = 2233, [2502] = 2314, [2503] = 2503, [2504] = 2504, [2505] = 2226, [2506] = 2237, [2507] = 2227, [2508] = 2239, [2509] = 2240, [2510] = 2510, [2511] = 2511, [2512] = 2228, [2513] = 2513, [2514] = 2240, [2515] = 2515, [2516] = 2516, [2517] = 2230, [2518] = 2518, [2519] = 2519, [2520] = 2461, [2521] = 2233, [2522] = 2251, [2523] = 2523, [2524] = 2524, [2525] = 2525, [2526] = 2526, [2527] = 2258, [2528] = 2528, [2529] = 2290, [2530] = 2237, [2531] = 2531, [2532] = 2239, [2533] = 2240, [2534] = 2534, [2535] = 2237, [2536] = 2536, [2537] = 2537, [2538] = 2538, [2539] = 2539, [2540] = 2540, [2541] = 2541, [2542] = 2542, [2543] = 2543, [2544] = 2544, [2545] = 2545, [2546] = 2546, [2547] = 2547, [2548] = 2548, [2549] = 2258, [2550] = 2550, [2551] = 2551, [2552] = 2552, [2553] = 2513, [2554] = 2258, [2555] = 2555, [2556] = 2556, [2557] = 2557, [2558] = 2558, [2559] = 2559, [2560] = 2518, [2561] = 2226, [2562] = 2227, [2563] = 2228, [2564] = 2226, [2565] = 2230, [2566] = 2566, [2567] = 2567, [2568] = 2233, [2569] = 2569, [2570] = 2570, [2571] = 2571, [2572] = 2572, [2573] = 2237, [2574] = 2574, [2575] = 2575, [2576] = 2239, [2577] = 2240, [2578] = 2337, [2579] = 2337, [2580] = 2337, [2581] = 2337, [2582] = 2337, [2583] = 2337, [2584] = 2337, [2585] = 2337, [2586] = 2337, [2587] = 2337, [2588] = 2337, [2589] = 2337, [2590] = 2590, [2591] = 2591, [2592] = 2592, [2593] = 2239, [2594] = 2594, [2595] = 2595, [2596] = 2596, [2597] = 2597, [2598] = 2598, [2599] = 2599, [2600] = 2258, [2601] = 2601, [2602] = 2233, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(436); ADVANCE_MAP( '"', 941, '#', 604, '%', 607, '&', 63, '\'', 933, '(', 594, ')', 595, '*', 590, '+', 903, ',', 484, '-', 905, '.', 606, '/', 917, '1', 922, '2', 919, '8', 920, ':', 447, ';', 454, '<', 912, '=', 910, '>', 913, 'C', 38, 'L', 39, '[', 584, ']', 585, '^', 68, 'c', 99, 'l', 145, '{', 483, '|', 69, '}', 485, 0xfeff, 1387, 'A', 266, 'a', 266, 'B', 159, 'b', 159, 'D', 103, 'd', 103, 'E', 246, 'e', 246, 'F', 100, 'f', 100, 'G', 313, 'g', 313, 'I', 190, 'i', 190, 'M', 310, 'm', 310, 'N', 306, 'n', 306, 'O', 191, 'o', 191, 'R', 161, 'r', 161, 'S', 62, 's', 62, 'T', 41, 't', 41, 'U', 153, 'u', 153, 'V', 105, 'v', 105, 'W', 132, 'w', 132, 'X', 316, 'x', 316, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); END_STATE(); case 1: if (lookahead == '\n') ADVANCE(950); if (lookahead == '\'') ADVANCE(933); if (lookahead == '(') ADVANCE(937); if (lookahead == '/') ADVANCE(938); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(935); if (lookahead != 0) ADVANCE(934); END_STATE(); case 2: if (lookahead == '\n') SKIP(2); if (lookahead == '"') ADVANCE(941); if (lookahead == '(') ADVANCE(944); if (lookahead == '/') ADVANCE(945); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(943); if (lookahead != 0) ADVANCE(942); END_STATE(); case 3: if (lookahead == '\n') SKIP(3); if (lookahead == '\'') ADVANCE(933); if (lookahead == '(') ADVANCE(937); if (lookahead == '/') ADVANCE(938); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(936); if (lookahead != 0) ADVANCE(934); END_STATE(); case 4: if (lookahead == '"') ADVANCE(5); if (lookahead == '\'') ADVANCE(43); END_STATE(); case 5: if (lookahead == '"') ADVANCE(947); if (lookahead != 0 && lookahead != '\n') ADVANCE(5); END_STATE(); case 6: ADVANCE_MAP( '"', 940, '#', 604, '%', 607, '\'', 932, '(', 54, ')', 595, '*', 589, ',', 484, '.', 58, '/', 59, ':', 446, ']', 585, '}', 485, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(6); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 7: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 594, ')', 595, '+', 902, '-', 904, '/', 59, '1', 922, '2', 919, '8', 920, 'C', 956, 'L', 957, 'l', 1068, 'B', 1267, 'b', 1267, 'D', 1014, 'd', 1014, 'I', 1220, 'i', 1220, 'N', 1268, 'n', 1268, 'S', 966, 's', 966, 'T', 964, 't', 964, 'U', 1070, 'u', 1070, 'W', 1045, 'w', 1045, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 8: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '-', 894, '/', 671, ';', 454, '\t', 656, ' ', 656, 'C', 688, 'c', 688, 'E', 789, 'e', 789, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(8); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(657); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 9: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '.', 58, '/', 59, ':', 446, ';', 454, '{', 483, 'C', 991, 'c', 991, 'E', 1169, 'e', 1169, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(9); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 10: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1374, 'e', 1374, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'U', 1224, 'u', 1224, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(10); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 11: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1222, 'e', 1222, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(11); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 12: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1179, 'e', 1179, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 13: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1197, 'e', 1197, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 14: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1223, 'e', 1223, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(14); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 15: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1225, 'e', 1225, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(15); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 16: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1226, 'e', 1226, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(16); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 17: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1227, 'e', 1227, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(17); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 18: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1228, 'e', 1228, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(18); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 19: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1229, 'e', 1229, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(19); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 20: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 59, ';', 454, 'C', 991, 'c', 991, 'E', 1241, 'e', 1241, 'F', 1245, 'f', 1245, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'R', 1074, 'r', 1074, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(20); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 21: if (lookahead == '"') ADVANCE(940); if (lookahead == '#') ADVANCE(604); if (lookahead == '\'') ADVANCE(932); if (lookahead == '(') ADVANCE(54); if (lookahead == '/') ADVANCE(59); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1180); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(21); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 22: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 659, ' ', 659, 'C', 688, 'c', 688, 'E', 780, 'e', 780, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(22); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 23: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 660, ' ', 660, 'C', 688, 'c', 688, 'E', 889, 'e', 889, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'U', 809, 'u', 809, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(23); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 24: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 662, ' ', 662, 'C', 688, 'c', 688, 'E', 807, 'e', 807, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(24); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 25: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 663, ' ', 663, 'C', 688, 'c', 688, 'E', 798, 'e', 798, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(25); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 26: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 664, ' ', 664, 'C', 688, 'c', 688, 'E', 808, 'e', 808, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(26); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 27: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 665, ' ', 665, 'C', 688, 'c', 688, 'E', 810, 'e', 810, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(27); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 28: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 666, ' ', 666, 'C', 688, 'c', 688, 'E', 811, 'e', 811, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(28); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 29: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 667, ' ', 667, 'C', 688, 'c', 688, 'E', 812, 'e', 812, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(29); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 30: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 668, ' ', 668, 'C', 688, 'c', 688, 'E', 813, 'e', 813, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(30); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 31: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 669, ' ', 669, 'C', 688, 'c', 688, 'E', 814, 'e', 814, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(31); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 32: ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 670, ' ', 670, 'C', 688, 'c', 688, 'E', 821, 'e', 821, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(32); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 33: ADVANCE_MAP( '"', 940, '&', 63, '\'', 932, '(', 594, ')', 595, '*', 590, '+', 903, ',', 484, '-', 905, '.', 606, '/', 917, ':', 67, ';', 454, '<', 912, '=', 909, '>', 913, '[', 584, ']', 585, '^', 68, '{', 483, '|', 69, '}', 485, 'A', 267, 'a', 267, 'B', 160, 'b', 160, 'D', 305, 'd', 305, 'E', 301, 'e', 301, 'F', 104, 'f', 104, 'M', 310, 'm', 310, 'N', 332, 'n', 332, 'O', 191, 'o', 191, 'R', 189, 'r', 189, 'S', 404, 's', 404, 'T', 202, 't', 202, 'V', 105, 'v', 105, 'X', 316, 'x', 316, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(33); END_STATE(); case 34: ADVANCE_MAP( '"', 940, '\'', 932, '(', 54, '/', 59, ':', 446, '{', 483, 'A', 411, 'a', 411, 'B', 158, 'b', 158, 'F', 104, 'f', 104, 'N', 332, 'n', 332, 'R', 189, 'r', 189, 'S', 404, 's', 404, 'T', 224, 't', 224, 'V', 105, 'v', 105, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(34); END_STATE(); case 35: ADVANCE_MAP( '"', 940, '\'', 932, '(', 54, '/', 59, 'A', 1295, 'a', 1295, 'B', 1263, 'b', 1263, 'C', 1120, 'c', 1120, 'D', 1012, 'd', 1012, 'I', 1211, 'i', 1211, 'L', 1065, 'l', 1065, 'R', 1083, 'r', 1083, 'S', 965, 's', 965, 'T', 1125, 't', 1125, 'U', 1060, 'u', 1060, 'V', 1004, 'v', 1004, 'W', 1044, 'w', 1044, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(35); if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('e' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 36: ADVANCE_MAP( '"', 940, '\'', 932, '(', 54, '/', 59, 'F', 1003, 'f', 1003, 'T', 1298, 't', 1298, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(36); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 37: if (lookahead == '"') ADVANCE(940); if (lookahead == '\'') ADVANCE(932); if (lookahead == '(') ADVANCE(54); if (lookahead == '/') ADVANCE(439); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(37); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(440); END_STATE(); case 38: if (lookahead == '#') ADVANCE(955); if (lookahead == 'A' || lookahead == 'a') ADVANCE(363); if (lookahead == 'H' || lookahead == 'h') ADVANCE(110); if (lookahead == 'O' || lookahead == 'o') ADVANCE(268); END_STATE(); case 39: ADVANCE_MAP( '#', 433, 'W', 40, 'w', 319, 'D', 370, 'd', 370, 'I', 289, 'i', 289, 'R', 179, 'r', 179, 'T', 207, 't', 207, ); END_STATE(); case 40: if (lookahead == '#') ADVANCE(433); if (lookahead == 'O' || lookahead == 'o') ADVANCE(353); END_STATE(); case 41: ADVANCE_MAP( '#', 430, 'H', 183, 'h', 183, 'I', 259, 'i', 259, 'O', 631, 'o', 631, 'R', 412, 'r', 412, 'Y', 334, 'y', 334, ); END_STATE(); case 42: ADVANCE_MAP( '&', 63, '(', 594, ')', 595, '*', 590, '+', 903, ',', 484, '-', 905, '.', 605, '/', 917, ':', 67, ';', 454, '<', 912, '=', 909, '>', 913, '[', 584, ']', 585, '^', 68, '|', 69, 'A', 265, 'a', 265, 'B', 420, 'b', 420, 'D', 305, 'd', 305, 'E', 301, 'e', 301, 'M', 310, 'm', 310, 'O', 191, 'o', 191, 'T', 203, 't', 203, 'X', 316, 'x', 316, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(42); END_STATE(); case 43: if (lookahead == '\'') ADVANCE(948); if (lookahead != 0 && lookahead != '\n') ADVANCE(43); END_STATE(); case 44: ADVANCE_MAP( '(', 594, ')', 595, '*', 589, '+', 902, ',', 484, '-', 904, '.', 605, '/', 916, ':', 67, ';', 454, '<', 912, '=', 909, '>', 913, '[', 584, ']', 585, 'A', 265, 'a', 265, 'B', 420, 'b', 420, 'D', 305, 'd', 305, 'E', 301, 'e', 301, 'M', 310, 'm', 310, 'O', 191, 'o', 191, 'T', 203, 't', 203, 'X', 316, 'x', 316, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(44); END_STATE(); case 45: ADVANCE_MAP( '(', 54, '/', 59, 'C', 1271, 'c', 1271, 'D', 1025, 'd', 1025, 'E', 1231, 'e', 1231, 'N', 1274, 'n', 1274, 'R', 1100, 'r', 1100, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(45); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 46: ADVANCE_MAP( '(', 54, '/', 59, 'C', 1271, 'c', 1271, 'E', 1231, 'e', 1231, 'N', 1274, 'n', 1274, 'R', 1100, 'r', 1100, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(46); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 47: if (lookahead == '(') ADVANCE(54); if (lookahead == '/') ADVANCE(59); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1231); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(47); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 48: if (lookahead == '(') ADVANCE(54); if (lookahead == '/') ADVANCE(59); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1232); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(48); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 49: if (lookahead == '(') ADVANCE(54); if (lookahead == '/') ADVANCE(59); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(49); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(608); END_STATE(); case 50: if (lookahead == '(') ADVANCE(54); if (lookahead == '/') ADVANCE(671); if (lookahead == '\t' || lookahead == ' ') ADVANCE(661); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(50); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(894); END_STATE(); case 51: if (lookahead == '(') ADVANCE(952); if (lookahead == '/') ADVANCE(953); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(951); if (lookahead != 0 && lookahead != '\'' && lookahead != '(') ADVANCE(949); END_STATE(); case 52: if (lookahead == ')') ADVANCE(1383); if (lookahead != 0) ADVANCE(55); END_STATE(); case 53: if (lookahead == ')') ADVANCE(1384); if (lookahead == '*') ADVANCE(61); if (lookahead != 0) ADVANCE(56); END_STATE(); case 54: if (lookahead == '*') ADVANCE(55); if (lookahead == '/') ADVANCE(57); END_STATE(); case 55: if (lookahead == '*') ADVANCE(52); if (lookahead != 0) ADVANCE(55); END_STATE(); case 56: if (lookahead == '*') ADVANCE(61); if (lookahead != 0) ADVANCE(56); END_STATE(); case 57: if (lookahead == '*') ADVANCE(56); END_STATE(); case 58: if (lookahead == '.') ADVANCE(588); END_STATE(); case 59: if (lookahead == '/') ADVANCE(1382); END_STATE(); case 60: if (lookahead == '/') ADVANCE(1382); if (lookahead == '=') ADVANCE(600); END_STATE(); case 61: if (lookahead == '/') ADVANCE(53); if (lookahead != 0 && lookahead != ')') ADVANCE(56); END_STATE(); case 62: if (lookahead == '5') ADVANCE(395); if (lookahead == 'I' || lookahead == 'i') ADVANCE(292); if (lookahead == 'T' || lookahead == 't') ADVANCE(340); END_STATE(); case 63: if (lookahead == '=') ADVANCE(601); END_STATE(); case 64: if (lookahead == '=') ADVANCE(599); END_STATE(); case 65: if (lookahead == '=') ADVANCE(597); END_STATE(); case 66: if (lookahead == '=') ADVANCE(598); END_STATE(); case 67: if (lookahead == '=') ADVANCE(486); END_STATE(); case 68: if (lookahead == '=') ADVANCE(603); END_STATE(); case 69: if (lookahead == '=') ADVANCE(602); END_STATE(); case 70: if (lookahead == '=') ADVANCE(98); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(70); END_STATE(); case 71: if (lookahead == '>') ADVANCE(596); END_STATE(); case 72: if (lookahead == 'A') ADVANCE(75); if (lookahead == 'a') ADVANCE(94); END_STATE(); case 73: if (lookahead == 'E') ADVANCE(930); END_STATE(); case 74: if (lookahead == 'F') ADVANCE(72); if (lookahead == 'T') ADVANCE(76); if (lookahead == 'f') ADVANCE(92); if (lookahead == 't') ADVANCE(95); END_STATE(); case 75: if (lookahead == 'L') ADVANCE(77); END_STATE(); case 76: if (lookahead == 'R') ADVANCE(78); if (lookahead == 'r') ADVANCE(97); END_STATE(); case 77: if (lookahead == 'S') ADVANCE(73); END_STATE(); case 78: if (lookahead == 'U') ADVANCE(73); END_STATE(); case 79: if (lookahead == '_') ADVANCE(138); END_STATE(); case 80: if (lookahead == '_') ADVANCE(128); END_STATE(); case 81: if (lookahead == '_') ADVANCE(256); END_STATE(); case 82: if (lookahead == '_') ADVANCE(367); END_STATE(); case 83: if (lookahead == '_') ADVANCE(155); END_STATE(); case 84: if (lookahead == '_') ADVANCE(330); if (lookahead == 'P' || lookahead == 'p') ADVANCE(415); END_STATE(); case 85: if (lookahead == '_') ADVANCE(356); END_STATE(); case 86: if (lookahead == '_') ADVANCE(396); END_STATE(); case 87: if (lookahead == '_') ADVANCE(156); END_STATE(); case 88: if (lookahead == '_') ADVANCE(357); END_STATE(); case 89: if (lookahead == '_') ADVANCE(129); END_STATE(); case 90: if (lookahead == '_') ADVANCE(131); END_STATE(); case 91: if (lookahead == '_') ADVANCE(360); END_STATE(); case 92: if (lookahead == 'a') ADVANCE(94); END_STATE(); case 93: if (lookahead == 'e') ADVANCE(930); END_STATE(); case 94: if (lookahead == 'l') ADVANCE(96); END_STATE(); case 95: if (lookahead == 'r') ADVANCE(97); END_STATE(); case 96: if (lookahead == 's') ADVANCE(93); END_STATE(); case 97: if (lookahead == 'u') ADVANCE(93); END_STATE(); case 98: if (lookahead == '\n' || lookahead == '\r') ADVANCE(98); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') ADVANCE(437); if (lookahead != 0) ADVANCE(438); END_STATE(); case 99: if (lookahead == 'A' || lookahead == 'a') ADVANCE(363); if (lookahead == 'H' || lookahead == 'h') ADVANCE(110); if (lookahead == 'O' || lookahead == 'o') ADVANCE(268); END_STATE(); case 100: if (lookahead == 'A' || lookahead == 'a') ADVANCE(255); if (lookahead == 'O' || lookahead == 'o') ADVANCE(339); if (lookahead == 'U' || lookahead == 'u') ADVANCE(269); END_STATE(); case 101: if (lookahead == 'A' || lookahead == 'a') ADVANCE(421); END_STATE(); case 102: ADVANCE_MAP( 'A', 243, 'a', 243, 'F', 86, 'f', 86, 'G', 215, 'g', 215, 'P', 182, 'p', 182, 'T', 120, 't', 120, ); END_STATE(); case 103: ADVANCE_MAP( 'A', 389, 'a', 389, 'B', 82, 'b', 82, 'I', 291, 'i', 291, 'O', 633, 'o', 633, 'T', 571, 't', 571, 'W', 320, 'w', 320, ); END_STATE(); case 104: if (lookahead == 'A' || lookahead == 'a') ADVANCE(264); END_STATE(); case 105: if (lookahead == 'A' || lookahead == 'a') ADVANCE(341); if (lookahead == 'E' || lookahead == 'e') ADVANCE(351); END_STATE(); case 106: if (lookahead == 'A' || lookahead == 'a') ADVANCE(244); END_STATE(); case 107: if (lookahead == 'A' || lookahead == 'a') ADVANCE(423); END_STATE(); case 108: if (lookahead == 'A' || lookahead == 'a') ADVANCE(80); if (lookahead == 'E' || lookahead == 'e') ADVANCE(560); END_STATE(); case 109: if (lookahead == 'A' || lookahead == 'a') ADVANCE(424); END_STATE(); case 110: if (lookahead == 'A' || lookahead == 'a') ADVANCE(343); END_STATE(); case 111: if (lookahead == 'A' || lookahead == 'a') ADVANCE(300); END_STATE(); case 112: if (lookahead == 'A' || lookahead == 'a') ADVANCE(344); END_STATE(); case 113: if (lookahead == 'A' || lookahead == 'a') ADVANCE(290); END_STATE(); case 114: if (lookahead == 'A' || lookahead == 'a') ADVANCE(380); END_STATE(); case 115: if (lookahead == 'A' || lookahead == 'a') ADVANCE(347); END_STATE(); case 116: if (lookahead == 'A' || lookahead == 'a') ADVANCE(397); END_STATE(); case 117: if (lookahead == 'A' || lookahead == 'a') ADVANCE(384); END_STATE(); case 118: if (lookahead == 'A' || lookahead == 'a') ADVANCE(366); END_STATE(); case 119: if (lookahead == 'A' || lookahead == 'a') ADVANCE(217); END_STATE(); case 120: if (lookahead == 'A' || lookahead == 'a') ADVANCE(217); if (lookahead == 'U' || lookahead == 'u') ADVANCE(355); END_STATE(); case 121: if (lookahead == 'A' || lookahead == 'a') ADVANCE(221); END_STATE(); case 122: if (lookahead == 'A' || lookahead == 'a') ADVANCE(222); END_STATE(); case 123: if (lookahead == 'A' || lookahead == 'a') ADVANCE(223); END_STATE(); case 124: if (lookahead == 'A' || lookahead == 'a') ADVANCE(297); END_STATE(); case 125: if (lookahead == 'A' || lookahead == 'a') ADVANCE(298); END_STATE(); case 126: if (lookahead == 'A' || lookahead == 'a') ADVANCE(89); END_STATE(); case 127: if (lookahead == 'A' || lookahead == 'a') ADVANCE(410); END_STATE(); case 128: if (lookahead == 'B' || lookahead == 'b') ADVANCE(248); END_STATE(); case 129: if (lookahead == 'B' || lookahead == 'b') ADVANCE(251); END_STATE(); case 130: if (lookahead == 'B' || lookahead == 'b') ADVANCE(252); END_STATE(); case 131: if (lookahead == 'B' || lookahead == 'b') ADVANCE(253); END_STATE(); case 132: ADVANCE_MAP( 'C', 204, 'c', 204, 'H', 226, 'h', 226, 'O', 352, 'o', 352, 'S', 399, 's', 399, ); END_STATE(); case 133: if (lookahead == 'C' || lookahead == 'c') ADVANCE(238); END_STATE(); case 134: if (lookahead == 'C' || lookahead == 'c') ADVANCE(519); END_STATE(); case 135: if (lookahead == 'C' || lookahead == 'c') ADVANCE(239); END_STATE(); case 136: if (lookahead == 'C' || lookahead == 'c') ADVANCE(240); END_STATE(); case 137: if (lookahead == 'C' || lookahead == 'c') ADVANCE(241); END_STATE(); case 138: ADVANCE_MAP( 'C', 118, 'c', 118, 'D', 116, 'd', 116, 'F', 325, 'f', 325, 'I', 193, 'i', 193, 'O', 349, 'o', 349, 'R', 171, 'r', 171, 'S', 400, 's', 400, 'T', 425, 't', 425, 'V', 115, 'v', 115, 'W', 206, 'w', 206, ); END_STATE(); case 139: if (lookahead == 'C' || lookahead == 'c') ADVANCE(210); END_STATE(); case 140: if (lookahead == 'C' || lookahead == 'c') ADVANCE(405); END_STATE(); case 141: if (lookahead == 'C' || lookahead == 'c') ADVANCE(381); END_STATE(); case 142: if (lookahead == 'C' || lookahead == 'c') ADVANCE(385); END_STATE(); case 143: ADVANCE_MAP( 'C', 321, 'c', 321, 'I', 276, 'i', 276, 'N', 323, 'n', 323, 'O', 414, 'o', 414, 'R', 187, 'r', 187, 'T', 180, 't', 180, ); END_STATE(); case 144: if (lookahead == 'C' || lookahead == 'c') ADVANCE(409); END_STATE(); case 145: ADVANCE_MAP( 'D', 370, 'd', 370, 'I', 289, 'i', 289, 'R', 179, 'r', 179, 'T', 207, 't', 207, 'W', 319, 'w', 319, ); END_STATE(); case 146: if (lookahead == 'D' || lookahead == 'd') ADVANCE(908); END_STATE(); case 147: if (lookahead == 'D' || lookahead == 'd') ADVANCE(918); END_STATE(); case 148: if (lookahead == 'D' || lookahead == 'd') ADVANCE(565); END_STATE(); case 149: if (lookahead == 'D' || lookahead == 'd') ADVANCE(524); END_STATE(); case 150: if (lookahead == 'D' || lookahead == 'd') ADVANCE(528); END_STATE(); case 151: if (lookahead == 'D' || lookahead == 'd') ADVANCE(526); END_STATE(); case 152: if (lookahead == 'D' || lookahead == 'd') ADVANCE(79); END_STATE(); case 153: ADVANCE_MAP( 'D', 231, 'd', 231, 'I', 293, 'i', 293, 'L', 233, 'l', 233, 'N', 401, 'n', 401, 'S', 235, 's', 235, ); END_STATE(); case 154: if (lookahead == 'D' || lookahead == 'd') ADVANCE(81); END_STATE(); case 155: if (lookahead == 'D' || lookahead == 'd') ADVANCE(107); END_STATE(); case 156: if (lookahead == 'D' || lookahead == 'd') ADVANCE(109); END_STATE(); case 157: if (lookahead == 'D' || lookahead == 'd') ADVANCE(88); END_STATE(); case 158: if (lookahead == 'E' || lookahead == 'e') ADVANCE(199); END_STATE(); case 159: if (lookahead == 'E' || lookahead == 'e') ADVANCE(199); if (lookahead == 'O' || lookahead == 'o') ADVANCE(307); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(632); END_STATE(); case 160: if (lookahead == 'E' || lookahead == 'e') ADVANCE(199); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(632); END_STATE(); case 161: if (lookahead == 'E' || lookahead == 'e') ADVANCE(102); END_STATE(); case 162: if (lookahead == 'E' || lookahead == 'e') ADVANCE(622); END_STATE(); case 163: if (lookahead == 'E' || lookahead == 'e') ADVANCE(619); if (lookahead == 'I' || lookahead == 'i') ADVANCE(192); END_STATE(); case 164: if (lookahead == 'E' || lookahead == 'e') ADVANCE(554); END_STATE(); case 165: if (lookahead == 'E' || lookahead == 'e') ADVANCE(487); END_STATE(); case 166: if (lookahead == 'E' || lookahead == 'e') ADVANCE(442); END_STATE(); case 167: if (lookahead == 'E' || lookahead == 'e') ADVANCE(557); END_STATE(); case 168: if (lookahead == 'E' || lookahead == 'e') ADVANCE(489); END_STATE(); case 169: if (lookahead == 'E' || lookahead == 'e') ADVANCE(70); END_STATE(); case 170: if (lookahead == 'E' || lookahead == 'e') ADVANCE(637); END_STATE(); case 171: if (lookahead == 'E' || lookahead == 'e') ADVANCE(201); END_STATE(); case 172: if (lookahead == 'E' || lookahead == 'e') ADVANCE(558); END_STATE(); case 173: if (lookahead == 'E' || lookahead == 'e') ADVANCE(1386); END_STATE(); case 174: if (lookahead == 'E' || lookahead == 'e') ADVANCE(625); END_STATE(); case 175: if (lookahead == 'E' || lookahead == 'e') ADVANCE(455); END_STATE(); case 176: if (lookahead == 'E' || lookahead == 'e') ADVANCE(640); END_STATE(); case 177: if (lookahead == 'E' || lookahead == 'e') ADVANCE(569); END_STATE(); case 178: if (lookahead == 'E' || lookahead == 'e') ADVANCE(575); END_STATE(); case 179: if (lookahead == 'E' || lookahead == 'e') ADVANCE(106); END_STATE(); case 180: if (lookahead == 'E' || lookahead == 'e') ADVANCE(258); END_STATE(); case 181: if (lookahead == 'E' || lookahead == 'e') ADVANCE(139); END_STATE(); case 182: if (lookahead == 'E' || lookahead == 'e') ADVANCE(114); END_STATE(); case 183: if (lookahead == 'E' || lookahead == 'e') ADVANCE(271); END_STATE(); case 184: if (lookahead == 'E' || lookahead == 'e') ADVANCE(398); END_STATE(); case 185: if (lookahead == 'E' || lookahead == 'e') ADVANCE(117); END_STATE(); case 186: if (lookahead == 'E' || lookahead == 'e') ADVANCE(337); END_STATE(); case 187: if (lookahead == 'E' || lookahead == 'e') ADVANCE(403); END_STATE(); case 188: if (lookahead == 'E' || lookahead == 'e') ADVANCE(407); END_STATE(); case 189: if (lookahead == 'E' || lookahead == 'e') ADVANCE(408); END_STATE(); case 190: if (lookahead == 'F' || lookahead == 'f') ADVANCE(609); if (lookahead == 'N' || lookahead == 'n') ADVANCE(371); END_STATE(); case 191: if (lookahead == 'F' || lookahead == 'f') ADVANCE(591); if (lookahead == 'R' || lookahead == 'r') ADVANCE(906); END_STATE(); case 192: if (lookahead == 'F' || lookahead == 'f') ADVANCE(616); END_STATE(); case 193: if (lookahead == 'F' || lookahead == 'f') ADVANCE(613); END_STATE(); case 194: if (lookahead == 'F' || lookahead == 'f') ADVANCE(83); END_STATE(); case 195: if (lookahead == 'F' || lookahead == 'f') ADVANCE(209); END_STATE(); case 196: if (lookahead == 'F' || lookahead == 'f') ADVANCE(87); END_STATE(); case 197: if (lookahead == 'G' || lookahead == 'g') ADVANCE(580); END_STATE(); case 198: if (lookahead == 'G' || lookahead == 'g') ADVANCE(582); END_STATE(); case 199: if (lookahead == 'G' || lookahead == 'g') ADVANCE(211); END_STATE(); case 200: if (lookahead == 'G' || lookahead == 'g') ADVANCE(113); END_STATE(); case 201: if (lookahead == 'G' || lookahead == 'g') ADVANCE(234); if (lookahead == 'P' || lookahead == 'p') ADVANCE(185); END_STATE(); case 202: if (lookahead == 'H' || lookahead == 'h') ADVANCE(183); if (lookahead == 'I' || lookahead == 'i') ADVANCE(392); if (lookahead == 'O' || lookahead == 'o') ADVANCE(631); END_STATE(); case 203: if (lookahead == 'H' || lookahead == 'h') ADVANCE(183); if (lookahead == 'O' || lookahead == 'o') ADVANCE(631); END_STATE(); case 204: if (lookahead == 'H' || lookahead == 'h') ADVANCE(112); END_STATE(); case 205: if (lookahead == 'H' || lookahead == 'h') ADVANCE(322); END_STATE(); case 206: if (lookahead == 'H' || lookahead == 'h') ADVANCE(228); END_STATE(); case 207: if (lookahead == 'I' || lookahead == 'i') ADVANCE(260); if (lookahead == 'O' || lookahead == 'o') ADVANCE(148); END_STATE(); case 208: if (lookahead == 'I' || lookahead == 'i') ADVANCE(426); END_STATE(); case 209: if (lookahead == 'I' || lookahead == 'i') ADVANCE(134); END_STATE(); case 210: if (lookahead == 'I' || lookahead == 'i') ADVANCE(195); END_STATE(); case 211: if (lookahead == 'I' || lookahead == 'i') ADVANCE(272); END_STATE(); case 212: if (lookahead == 'I' || lookahead == 'i') ADVANCE(247); END_STATE(); case 213: if (lookahead == 'I' || lookahead == 'i') ADVANCE(284); if (lookahead == 'U' || lookahead == 'u') ADVANCE(141); END_STATE(); case 214: if (lookahead == 'I' || lookahead == 'i') ADVANCE(245); END_STATE(); case 215: if (lookahead == 'I' || lookahead == 'i') ADVANCE(318); END_STATE(); case 216: if (lookahead == 'I' || lookahead == 'i') ADVANCE(299); END_STATE(); case 217: if (lookahead == 'I' || lookahead == 'i') ADVANCE(274); END_STATE(); case 218: if (lookahead == 'I' || lookahead == 'i') ADVANCE(270); if (lookahead == 'S' || lookahead == 's') ADVANCE(928); END_STATE(); case 219: if (lookahead == 'I' || lookahead == 'i') ADVANCE(374); END_STATE(); case 220: if (lookahead == 'I' || lookahead == 'i') ADVANCE(287); END_STATE(); case 221: if (lookahead == 'I' || lookahead == 'i') ADVANCE(280); END_STATE(); case 222: if (lookahead == 'I' || lookahead == 'i') ADVANCE(281); END_STATE(); case 223: if (lookahead == 'I' || lookahead == 'i') ADVANCE(283); END_STATE(); case 224: if (lookahead == 'I' || lookahead == 'i') ADVANCE(392); END_STATE(); case 225: if (lookahead == 'I' || lookahead == 'i') ADVANCE(261); END_STATE(); case 226: if (lookahead == 'I' || lookahead == 'i') ADVANCE(250); END_STATE(); case 227: if (lookahead == 'I' || lookahead == 'i') ADVANCE(262); END_STATE(); case 228: if (lookahead == 'I' || lookahead == 'i') ADVANCE(254); END_STATE(); case 229: if (lookahead == 'I' || lookahead == 'i') ADVANCE(263); END_STATE(); case 230: if (lookahead == 'I' || lookahead == 'i') ADVANCE(324); END_STATE(); case 231: if (lookahead == 'I' || lookahead == 'i') ADVANCE(294); END_STATE(); case 232: if (lookahead == 'I' || lookahead == 'i') ADVANCE(326); END_STATE(); case 233: if (lookahead == 'I' || lookahead == 'i') ADVANCE(295); END_STATE(); case 234: if (lookahead == 'I' || lookahead == 'i') ADVANCE(327); END_STATE(); case 235: if (lookahead == 'I' || lookahead == 'i') ADVANCE(296); END_STATE(); case 236: if (lookahead == 'I' || lookahead == 'i') ADVANCE(328); END_STATE(); case 237: if (lookahead == 'I' || lookahead == 'i') ADVANCE(329); END_STATE(); case 238: if (lookahead == 'K' || lookahead == 'k') ADVANCE(456); END_STATE(); case 239: if (lookahead == 'K' || lookahead == 'k') ADVANCE(464); END_STATE(); case 240: if (lookahead == 'K' || lookahead == 'k') ADVANCE(472); END_STATE(); case 241: if (lookahead == 'K' || lookahead == 'k') ADVANCE(469); END_STATE(); case 242: if (lookahead == 'L' || lookahead == 'l') ADVANCE(521); END_STATE(); case 243: if (lookahead == 'L' || lookahead == 'l') ADVANCE(546); END_STATE(); case 244: if (lookahead == 'L' || lookahead == 'l') ADVANCE(548); END_STATE(); case 245: if (lookahead == 'L' || lookahead == 'l') ADVANCE(646); END_STATE(); case 246: if (lookahead == 'L' || lookahead == 'l') ADVANCE(361); if (lookahead == 'N' || lookahead == 'n') ADVANCE(152); if (lookahead == 'X' || lookahead == 'x') ADVANCE(219); END_STATE(); case 247: if (lookahead == 'L' || lookahead == 'l') ADVANCE(422); END_STATE(); case 248: if (lookahead == 'L' || lookahead == 'l') ADVANCE(311); END_STATE(); case 249: if (lookahead == 'L' || lookahead == 'l') ADVANCE(169); END_STATE(); case 250: if (lookahead == 'L' || lookahead == 'l') ADVANCE(170); END_STATE(); case 251: if (lookahead == 'L' || lookahead == 'l') ADVANCE(314); END_STATE(); case 252: if (lookahead == 'L' || lookahead == 'l') ADVANCE(315); END_STATE(); case 253: if (lookahead == 'L' || lookahead == 'l') ADVANCE(317); END_STATE(); case 254: if (lookahead == 'L' || lookahead == 'l') ADVANCE(176); END_STATE(); case 255: if (lookahead == 'L' || lookahead == 'l') ADVANCE(364); if (lookahead == 'M' || lookahead == 'm') ADVANCE(212); END_STATE(); case 256: if (lookahead == 'L' || lookahead == 'l') ADVANCE(406); if (lookahead == 'T' || lookahead == 't') ADVANCE(227); END_STATE(); case 257: ADVANCE_MAP( 'M', 218, 'm', 218, 'N', 362, 'n', 362, 'U', 362, 'u', 362, 'D', 928, 'H', 928, 'S', 928, 'd', 928, 'h', 928, 's', 928, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(257); END_STATE(); case 258: if (lookahead == 'M' || lookahead == 'm') ADVANCE(333); END_STATE(); case 259: if (lookahead == 'M' || lookahead == 'm') ADVANCE(164); if (lookahead == 'T' || lookahead == 't') ADVANCE(249); END_STATE(); case 260: if (lookahead == 'M' || lookahead == 'm') ADVANCE(167); END_STATE(); case 261: if (lookahead == 'M' || lookahead == 'm') ADVANCE(172); END_STATE(); case 262: if (lookahead == 'M' || lookahead == 'm') ADVANCE(177); END_STATE(); case 263: if (lookahead == 'M' || lookahead == 'm') ADVANCE(178); END_STATE(); case 264: if (lookahead == 'M' || lookahead == 'm') ADVANCE(212); END_STATE(); case 265: if (lookahead == 'N' || lookahead == 'n') ADVANCE(146); END_STATE(); case 266: if (lookahead == 'N' || lookahead == 'n') ADVANCE(146); if (lookahead == 'R' || lookahead == 'r') ADVANCE(348); if (lookahead == 'U' || lookahead == 'u') ADVANCE(391); END_STATE(); case 267: if (lookahead == 'N' || lookahead == 'n') ADVANCE(146); if (lookahead == 'U' || lookahead == 'u') ADVANCE(391); END_STATE(); case 268: if (lookahead == 'N' || lookahead == 'n') ADVANCE(365); END_STATE(); case 269: if (lookahead == 'N' || lookahead == 'n') ADVANCE(140); END_STATE(); case 270: if (lookahead == 'N' || lookahead == 'n') ADVANCE(928); END_STATE(); case 271: if (lookahead == 'N' || lookahead == 'n') ADVANCE(612); END_STATE(); case 272: if (lookahead == 'N' || lookahead == 'n') ADVANCE(463); END_STATE(); case 273: if (lookahead == 'N' || lookahead == 'n') ADVANCE(650); END_STATE(); case 274: if (lookahead == 'N' || lookahead == 'n') ADVANCE(461); END_STATE(); case 275: if (lookahead == 'N' || lookahead == 'n') ADVANCE(896); END_STATE(); case 276: if (lookahead == 'N' || lookahead == 'n') ADVANCE(84); END_STATE(); case 277: if (lookahead == 'N' || lookahead == 'n') ADVANCE(449); END_STATE(); case 278: if (lookahead == 'N' || lookahead == 'n') ADVANCE(479); END_STATE(); case 279: if (lookahead == 'N' || lookahead == 'n') ADVANCE(653); END_STATE(); case 280: if (lookahead == 'N' || lookahead == 'n') ADVANCE(459); END_STATE(); case 281: if (lookahead == 'N' || lookahead == 'n') ADVANCE(511); END_STATE(); case 282: if (lookahead == 'N' || lookahead == 'n') ADVANCE(480); END_STATE(); case 283: if (lookahead == 'N' || lookahead == 'n') ADVANCE(514); END_STATE(); case 284: if (lookahead == 'N' || lookahead == 'n') ADVANCE(197); END_STATE(); case 285: if (lookahead == 'N' || lookahead == 'n') ADVANCE(85); END_STATE(); case 286: if (lookahead == 'N' || lookahead == 'n') ADVANCE(85); if (lookahead == 'T' || lookahead == 't') ADVANCE(900); END_STATE(); case 287: if (lookahead == 'N' || lookahead == 'n') ADVANCE(198); END_STATE(); case 288: if (lookahead == 'N' || lookahead == 'n') ADVANCE(369); END_STATE(); case 289: if (lookahead == 'N' || lookahead == 'n') ADVANCE(372); END_STATE(); case 290: if (lookahead == 'N' || lookahead == 'n') ADVANCE(208); END_STATE(); case 291: if (lookahead == 'N' || lookahead == 'n') ADVANCE(373); END_STATE(); case 292: if (lookahead == 'N' || lookahead == 'n') ADVANCE(375); END_STATE(); case 293: if (lookahead == 'N' || lookahead == 'n') ADVANCE(376); END_STATE(); case 294: if (lookahead == 'N' || lookahead == 'n') ADVANCE(377); END_STATE(); case 295: if (lookahead == 'N' || lookahead == 'n') ADVANCE(378); END_STATE(); case 296: if (lookahead == 'N' || lookahead == 'n') ADVANCE(379); END_STATE(); case 297: if (lookahead == 'N' || lookahead == 'n') ADVANCE(382); END_STATE(); case 298: if (lookahead == 'N' || lookahead == 'n') ADVANCE(388); END_STATE(); case 299: if (lookahead == 'N' || lookahead == 'n') ADVANCE(413); END_STATE(); case 300: if (lookahead == 'N' || lookahead == 'n') ADVANCE(154); END_STATE(); case 301: if (lookahead == 'N' || lookahead == 'n') ADVANCE(157); END_STATE(); case 302: if (lookahead == 'N' || lookahead == 'n') ADVANCE(90); END_STATE(); case 303: if (lookahead == 'N' || lookahead == 'n') ADVANCE(144); END_STATE(); case 304: if (lookahead == 'N' || lookahead == 'n') ADVANCE(91); END_STATE(); case 305: if (lookahead == 'O' || lookahead == 'o') ADVANCE(633); END_STATE(); case 306: if (lookahead == 'O' || lookahead == 'o') ADVANCE(286); END_STATE(); case 307: if (lookahead == 'O' || lookahead == 'o') ADVANCE(242); END_STATE(); case 308: if (lookahead == 'O' || lookahead == 'o') ADVANCE(898); END_STATE(); case 309: if (lookahead == 'O' || lookahead == 'o') ADVANCE(592); END_STATE(); case 310: if (lookahead == 'O' || lookahead == 'o') ADVANCE(147); END_STATE(); case 311: if (lookahead == 'O' || lookahead == 'o') ADVANCE(133); END_STATE(); case 312: if (lookahead == 'O' || lookahead == 'o') ADVANCE(194); END_STATE(); case 313: if (lookahead == 'O' || lookahead == 'o') ADVANCE(394); END_STATE(); case 314: if (lookahead == 'O' || lookahead == 'o') ADVANCE(135); END_STATE(); case 315: if (lookahead == 'O' || lookahead == 'o') ADVANCE(136); END_STATE(); case 316: if (lookahead == 'O' || lookahead == 'o') ADVANCE(342); END_STATE(); case 317: if (lookahead == 'O' || lookahead == 'o') ADVANCE(137); END_STATE(); case 318: if (lookahead == 'O' || lookahead == 'o') ADVANCE(273); END_STATE(); case 319: if (lookahead == 'O' || lookahead == 'o') ADVANCE(353); END_STATE(); case 320: if (lookahead == 'O' || lookahead == 'o') ADVANCE(354); END_STATE(); case 321: if (lookahead == 'O' || lookahead == 'o') ADVANCE(288); END_STATE(); case 322: if (lookahead == 'O' || lookahead == 'o') ADVANCE(345); END_STATE(); case 323: if (lookahead == 'O' || lookahead == 'o') ADVANCE(304); END_STATE(); case 324: if (lookahead == 'O' || lookahead == 'o') ADVANCE(277); END_STATE(); case 325: if (lookahead == 'O' || lookahead == 'o') ADVANCE(346); if (lookahead == 'U' || lookahead == 'u') ADVANCE(303); END_STATE(); case 326: if (lookahead == 'O' || lookahead == 'o') ADVANCE(278); END_STATE(); case 327: if (lookahead == 'O' || lookahead == 'o') ADVANCE(279); END_STATE(); case 328: if (lookahead == 'O' || lookahead == 'o') ADVANCE(282); END_STATE(); case 329: if (lookahead == 'O' || lookahead == 'o') ADVANCE(302); END_STATE(); case 330: if (lookahead == 'O' || lookahead == 'o') ADVANCE(416); END_STATE(); case 331: if (lookahead == 'O' || lookahead == 'o') ADVANCE(196); END_STATE(); case 332: if (lookahead == 'O' || lookahead == 'o') ADVANCE(285); END_STATE(); case 333: if (lookahead == 'P' || lookahead == 'p') ADVANCE(503); END_STATE(); case 334: if (lookahead == 'P' || lookahead == 'p') ADVANCE(166); END_STATE(); case 335: if (lookahead == 'P' || lookahead == 'p') ADVANCE(181); END_STATE(); case 336: if (lookahead == 'P' || lookahead == 'p') ADVANCE(175); END_STATE(); case 337: if (lookahead == 'P' || lookahead == 'p') ADVANCE(185); END_STATE(); case 338: if (lookahead == 'P' || lookahead == 'p') ADVANCE(417); END_STATE(); case 339: if (lookahead == 'R' || lookahead == 'r') ADVANCE(628); END_STATE(); case 340: if (lookahead == 'R' || lookahead == 'r') ADVANCE(213); END_STATE(); case 341: if (lookahead == 'R' || lookahead == 'r') ADVANCE(500); END_STATE(); case 342: if (lookahead == 'R' || lookahead == 'r') ADVANCE(907); END_STATE(); case 343: if (lookahead == 'R' || lookahead == 'r') ADVANCE(550); END_STATE(); case 344: if (lookahead == 'R' || lookahead == 'r') ADVANCE(552); END_STATE(); case 345: if (lookahead == 'R' || lookahead == 'r') ADVANCE(445); END_STATE(); case 346: if (lookahead == 'R' || lookahead == 'r') ADVANCE(634); END_STATE(); case 347: if (lookahead == 'R' || lookahead == 'r') ADVANCE(517); END_STATE(); case 348: if (lookahead == 'R' || lookahead == 'r') ADVANCE(101); END_STATE(); case 349: if (lookahead == 'R' || lookahead == 'r') ADVANCE(200); END_STATE(); case 350: if (lookahead == 'R' || lookahead == 'r') ADVANCE(419); END_STATE(); case 351: if (lookahead == 'R' || lookahead == 'r') ADVANCE(368); END_STATE(); case 352: if (lookahead == 'R' || lookahead == 'r') ADVANCE(149); END_STATE(); case 353: if (lookahead == 'R' || lookahead == 'r') ADVANCE(150); END_STATE(); case 354: if (lookahead == 'R' || lookahead == 'r') ADVANCE(151); END_STATE(); case 355: if (lookahead == 'R' || lookahead == 'r') ADVANCE(275); END_STATE(); case 356: if (lookahead == 'R' || lookahead == 'r') ADVANCE(184); END_STATE(); case 357: if (lookahead == 'R' || lookahead == 'r') ADVANCE(186); END_STATE(); case 358: if (lookahead == 'R' || lookahead == 'r') ADVANCE(220); END_STATE(); case 359: if (lookahead == 'R' || lookahead == 'r') ADVANCE(418); END_STATE(); case 360: if (lookahead == 'R' || lookahead == 'r') ADVANCE(188); END_STATE(); case 361: if (lookahead == 'S' || lookahead == 's') ADVANCE(163); END_STATE(); case 362: if (lookahead == 'S' || lookahead == 's') ADVANCE(928); END_STATE(); case 363: if (lookahead == 'S' || lookahead == 's') ADVANCE(162); END_STATE(); case 364: if (lookahead == 'S' || lookahead == 's') ADVANCE(168); END_STATE(); case 365: if (lookahead == 'S' || lookahead == 's') ADVANCE(393); if (lookahead == 'T' || lookahead == 't') ADVANCE(216); END_STATE(); case 366: if (lookahead == 'S' || lookahead == 's') ADVANCE(174); END_STATE(); case 367: if (lookahead == 'S' || lookahead == 's') ADVANCE(335); END_STATE(); case 368: if (lookahead == 'S' || lookahead == 's') ADVANCE(230); END_STATE(); case 369: if (lookahead == 'S' || lookahead == 's') ADVANCE(402); END_STATE(); case 370: if (lookahead == 'T' || lookahead == 't') ADVANCE(573); END_STATE(); case 371: if (lookahead == 'T' || lookahead == 't') ADVANCE(534); END_STATE(); case 372: if (lookahead == 'T' || lookahead == 't') ADVANCE(542); END_STATE(); case 373: if (lookahead == 'T' || lookahead == 't') ADVANCE(538); END_STATE(); case 374: if (lookahead == 'T' || lookahead == 't') ADVANCE(1385); END_STATE(); case 375: if (lookahead == 'T' || lookahead == 't') ADVANCE(530); END_STATE(); case 376: if (lookahead == 'T' || lookahead == 't') ADVANCE(536); END_STATE(); case 377: if (lookahead == 'T' || lookahead == 't') ADVANCE(540); END_STATE(); case 378: if (lookahead == 'T' || lookahead == 't') ADVANCE(544); END_STATE(); case 379: if (lookahead == 'T' || lookahead == 't') ADVANCE(532); END_STATE(); case 380: if (lookahead == 'T' || lookahead == 't') ADVANCE(643); END_STATE(); case 381: if (lookahead == 'T' || lookahead == 't') ADVANCE(450); END_STATE(); case 382: if (lookahead == 'T' || lookahead == 't') ADVANCE(506); END_STATE(); case 383: if (lookahead == 'T' || lookahead == 't') ADVANCE(491); END_STATE(); case 384: if (lookahead == 'T' || lookahead == 't') ADVANCE(649); END_STATE(); case 385: if (lookahead == 'T' || lookahead == 't') ADVANCE(452); END_STATE(); case 386: if (lookahead == 'T' || lookahead == 't') ADVANCE(497); END_STATE(); case 387: if (lookahead == 'T' || lookahead == 't') ADVANCE(494); END_STATE(); case 388: if (lookahead == 'T' || lookahead == 't') ADVANCE(508); END_STATE(); case 389: if (lookahead == 'T' || lookahead == 't') ADVANCE(108); END_STATE(); case 390: if (lookahead == 'T' || lookahead == 't') ADVANCE(338); END_STATE(); case 391: if (lookahead == 'T' || lookahead == 't') ADVANCE(205); END_STATE(); case 392: if (lookahead == 'T' || lookahead == 't') ADVANCE(249); END_STATE(); case 393: if (lookahead == 'T' || lookahead == 't') ADVANCE(124); END_STATE(); case 394: if (lookahead == 'T' || lookahead == 't') ADVANCE(308); END_STATE(); case 395: if (lookahead == 'T' || lookahead == 't') ADVANCE(225); END_STATE(); case 396: if (lookahead == 'T' || lookahead == 't') ADVANCE(309); END_STATE(); case 397: if (lookahead == 'T' || lookahead == 't') ADVANCE(126); END_STATE(); case 398: if (lookahead == 'T' || lookahead == 't') ADVANCE(121); END_STATE(); case 399: if (lookahead == 'T' || lookahead == 't') ADVANCE(358); END_STATE(); case 400: if (lookahead == 'T' || lookahead == 't') ADVANCE(350); END_STATE(); case 401: if (lookahead == 'T' || lookahead == 't') ADVANCE(214); END_STATE(); case 402: if (lookahead == 'T' || lookahead == 't') ADVANCE(125); END_STATE(); case 403: if (lookahead == 'T' || lookahead == 't') ADVANCE(122); END_STATE(); case 404: if (lookahead == 'T' || lookahead == 't') ADVANCE(359); END_STATE(); case 405: if (lookahead == 'T' || lookahead == 't') ADVANCE(232); END_STATE(); case 406: if (lookahead == 'T' || lookahead == 't') ADVANCE(229); END_STATE(); case 407: if (lookahead == 'T' || lookahead == 't') ADVANCE(123); END_STATE(); case 408: if (lookahead == 'T' || lookahead == 't') ADVANCE(119); END_STATE(); case 409: if (lookahead == 'T' || lookahead == 't') ADVANCE(236); END_STATE(); case 410: if (lookahead == 'T' || lookahead == 't') ADVANCE(237); END_STATE(); case 411: if (lookahead == 'U' || lookahead == 'u') ADVANCE(391); END_STATE(); case 412: if (lookahead == 'U' || lookahead == 'u') ADVANCE(165); END_STATE(); case 413: if (lookahead == 'U' || lookahead == 'u') ADVANCE(173); END_STATE(); case 414: if (lookahead == 'U' || lookahead == 'u') ADVANCE(390); END_STATE(); case 415: if (lookahead == 'U' || lookahead == 'u') ADVANCE(383); END_STATE(); case 416: if (lookahead == 'U' || lookahead == 'u') ADVANCE(386); END_STATE(); case 417: if (lookahead == 'U' || lookahead == 'u') ADVANCE(387); END_STATE(); case 418: if (lookahead == 'U' || lookahead == 'u') ADVANCE(141); END_STATE(); case 419: if (lookahead == 'U' || lookahead == 'u') ADVANCE(142); END_STATE(); case 420: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(632); END_STATE(); case 421: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(586); END_STATE(); case 422: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(448); END_STATE(); case 423: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(562); END_STATE(); case 424: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(567); END_STATE(); case 425: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(336); END_STATE(); case 426: if (lookahead == 'Z' || lookahead == 'z') ADVANCE(127); END_STATE(); case 427: if (lookahead == '0' || lookahead == '1' || lookahead == '_') ADVANCE(926); END_STATE(); case 428: if (('0' <= lookahead && lookahead <= '7') || lookahead == '_') ADVANCE(927); END_STATE(); case 429: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(924); END_STATE(); case 430: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(257); END_STATE(); case 431: if (lookahead == '-' || ('0' <= lookahead && lookahead <= ':') || lookahead == '_') ADVANCE(929); END_STATE(); case 432: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(925); END_STATE(); case 433: if (lookahead == '#' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(931); END_STATE(); case 434: if (eof) ADVANCE(436); ADVANCE_MAP( '"', 940, '#', 604, '&', 63, '\'', 932, '(', 594, '*', 64, '+', 65, '-', 66, '.', 605, '/', 60, ':', 67, ';', 454, '=', 71, '[', 584, '^', 68, '|', 69, 0xfeff, 1387, 'C', 991, 'c', 991, 'D', 992, 'd', 992, 'E', 1374, 'e', 1374, 'F', 1244, 'f', 1244, 'G', 1246, 'g', 1246, 'I', 1102, 'i', 1102, 'O', 1280, 'o', 1280, 'R', 1074, 'r', 1074, 'T', 1375, 't', 1375, 'V', 995, 'v', 995, 'W', 1118, 'w', 1118, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(434); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 435: if (eof) ADVANCE(436); ADVANCE_MAP( '"', 940, '#', 604, '\'', 932, '(', 54, '/', 671, ';', 454, '\t', 658, ' ', 658, 'C', 688, 'c', 688, 'D', 689, 'd', 689, 'E', 889, 'e', 889, 'F', 823, 'f', 823, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'O', 847, 'o', 847, 'R', 731, 'r', 731, 'T', 890, 't', 890, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('\n' <= lookahead && lookahead <= '\r')) SKIP(435); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 436: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 437: ACCEPT_TOKEN(sym_title_statement); if (lookahead == '\n' || lookahead == '\r') ADVANCE(98); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') ADVANCE(437); if (lookahead != 0) ADVANCE(438); END_STATE(); case 438: ACCEPT_TOKEN(sym_title_statement); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r') ADVANCE(438); END_STATE(); case 439: ACCEPT_TOKEN(sym_author_value); if (lookahead == '/') ADVANCE(441); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(440); END_STATE(); case 440: ACCEPT_TOKEN(sym_author_value); if (lookahead == '-' || ('/' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(440); END_STATE(); case 441: ACCEPT_TOKEN(sym_author_value); if (lookahead == '-' || ('/' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(441); if (lookahead != 0 && lookahead != '\n') ADVANCE(1382); END_STATE(); case 442: ACCEPT_TOKEN(aux_sym_type_definition_token1); END_STATE(); case 443: ACCEPT_TOKEN(aux_sym_type_definition_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 444: ACCEPT_TOKEN(aux_sym_type_definition_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 445: ACCEPT_TOKEN(aux_sym_type_definition_token2); END_STATE(); case 446: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 447: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '=') ADVANCE(486); END_STATE(); case 448: ACCEPT_TOKEN(aux_sym_type_definition_token3); END_STATE(); case 449: ACCEPT_TOKEN(aux_sym_type_definition_token4); END_STATE(); case 450: ACCEPT_TOKEN(aux_sym_type_definition_token5); END_STATE(); case 451: ACCEPT_TOKEN(aux_sym_type_definition_token5); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 452: ACCEPT_TOKEN(aux_sym_type_definition_token6); END_STATE(); case 453: ACCEPT_TOKEN(aux_sym_type_definition_token6); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 454: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 455: ACCEPT_TOKEN(aux_sym_type_definition_token7); END_STATE(); case 456: ACCEPT_TOKEN(aux_sym_data_block_token1); END_STATE(); case 457: ACCEPT_TOKEN(aux_sym_data_block_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 458: ACCEPT_TOKEN(aux_sym_data_block_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 459: ACCEPT_TOKEN(aux_sym_data_block_token2); END_STATE(); case 460: ACCEPT_TOKEN(aux_sym_data_block_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 461: ACCEPT_TOKEN(aux_sym_data_block_token3); END_STATE(); case 462: ACCEPT_TOKEN(aux_sym_data_block_token3); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 463: ACCEPT_TOKEN(aux_sym_data_block_token4); END_STATE(); case 464: ACCEPT_TOKEN(aux_sym_data_block_token5); END_STATE(); case 465: ACCEPT_TOKEN(aux_sym_data_block_token5); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 466: ACCEPT_TOKEN(aux_sym_data_block_token5); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 467: ACCEPT_TOKEN(aux_sym_organization_block_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 468: ACCEPT_TOKEN(aux_sym_organization_block_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 469: ACCEPT_TOKEN(aux_sym_organization_block_token2); END_STATE(); case 470: ACCEPT_TOKEN(aux_sym_organization_block_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 471: ACCEPT_TOKEN(aux_sym_organization_block_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 472: ACCEPT_TOKEN(aux_sym_function_block_token1); END_STATE(); case 473: ACCEPT_TOKEN(aux_sym_function_block_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 474: ACCEPT_TOKEN(aux_sym_function_block_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 475: ACCEPT_TOKEN(aux_sym_function_block_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 476: ACCEPT_TOKEN(aux_sym_function_block_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 477: ACCEPT_TOKEN(aux_sym_function_token1); if (lookahead == '_') ADVANCE(1026); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 478: ACCEPT_TOKEN(aux_sym_function_token1); if (lookahead == '_') ADVANCE(704); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 479: ACCEPT_TOKEN(aux_sym_function_token1); if (lookahead == '_') ADVANCE(130); END_STATE(); case 480: ACCEPT_TOKEN(aux_sym_function_token2); END_STATE(); case 481: ACCEPT_TOKEN(aux_sym_function_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 482: ACCEPT_TOKEN(aux_sym_function_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 483: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 484: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 485: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 486: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); case 487: ACCEPT_TOKEN(aux_sym_attribute_value_token1); END_STATE(); case 488: ACCEPT_TOKEN(aux_sym_attribute_value_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 489: ACCEPT_TOKEN(aux_sym_attribute_value_token2); END_STATE(); case 490: ACCEPT_TOKEN(aux_sym_attribute_value_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 491: ACCEPT_TOKEN(aux_sym_var_declaration_token1); END_STATE(); case 492: ACCEPT_TOKEN(aux_sym_var_declaration_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 493: ACCEPT_TOKEN(aux_sym_var_declaration_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 494: ACCEPT_TOKEN(aux_sym_var_declaration_token2); END_STATE(); case 495: ACCEPT_TOKEN(aux_sym_var_declaration_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 496: ACCEPT_TOKEN(aux_sym_var_declaration_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 497: ACCEPT_TOKEN(aux_sym_var_declaration_token3); END_STATE(); case 498: ACCEPT_TOKEN(aux_sym_var_declaration_token3); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 499: ACCEPT_TOKEN(aux_sym_var_declaration_token3); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 500: ACCEPT_TOKEN(aux_sym_var_declaration_token4); if (lookahead == '_') ADVANCE(143); END_STATE(); case 501: ACCEPT_TOKEN(aux_sym_var_declaration_token4); if (lookahead == '_') ADVANCE(1042); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 502: ACCEPT_TOKEN(aux_sym_var_declaration_token4); if (lookahead == '_') ADVANCE(716); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 503: ACCEPT_TOKEN(aux_sym_var_declaration_token5); END_STATE(); case 504: ACCEPT_TOKEN(aux_sym_var_declaration_token5); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 505: ACCEPT_TOKEN(aux_sym_var_declaration_token5); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 506: ACCEPT_TOKEN(aux_sym_var_declaration_token6); END_STATE(); case 507: ACCEPT_TOKEN(aux_sym_var_declaration_token6); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 508: ACCEPT_TOKEN(aux_sym_var_declaration_token7); END_STATE(); case 509: ACCEPT_TOKEN(aux_sym_var_declaration_token7); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 510: ACCEPT_TOKEN(aux_sym_var_declaration_token7); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 511: ACCEPT_TOKEN(aux_sym_var_declaration_token8); END_STATE(); case 512: ACCEPT_TOKEN(aux_sym_var_declaration_token8); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 513: ACCEPT_TOKEN(aux_sym_var_declaration_token8); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 514: ACCEPT_TOKEN(aux_sym_var_declaration_token9); END_STATE(); case 515: ACCEPT_TOKEN(aux_sym_var_declaration_token9); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 516: ACCEPT_TOKEN(aux_sym_var_declaration_token9); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 517: ACCEPT_TOKEN(aux_sym_var_declaration_token10); END_STATE(); case 518: ACCEPT_TOKEN(aux_sym_var_declaration_token10); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 519: ACCEPT_TOKEN(aux_sym_var_db_specific_declaration_token1); END_STATE(); case 520: ACCEPT_TOKEN(aux_sym_var_db_specific_declaration_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 521: ACCEPT_TOKEN(aux_sym_type_builtin_token1); if (lookahead == '#') ADVANCE(74); END_STATE(); case 522: ACCEPT_TOKEN(aux_sym_type_builtin_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 523: ACCEPT_TOKEN(aux_sym_type_builtin_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 524: ACCEPT_TOKEN(aux_sym_type_builtin_token3); END_STATE(); case 525: ACCEPT_TOKEN(aux_sym_type_builtin_token3); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 526: ACCEPT_TOKEN(aux_sym_type_builtin_token4); END_STATE(); case 527: ACCEPT_TOKEN(aux_sym_type_builtin_token4); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 528: ACCEPT_TOKEN(aux_sym_type_builtin_token5); END_STATE(); case 529: ACCEPT_TOKEN(aux_sym_type_builtin_token5); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 530: ACCEPT_TOKEN(aux_sym_type_builtin_token6); if (lookahead == '#') ADVANCE(433); END_STATE(); case 531: ACCEPT_TOKEN(aux_sym_type_builtin_token6); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 532: ACCEPT_TOKEN(aux_sym_type_builtin_token7); if (lookahead == '#') ADVANCE(433); END_STATE(); case 533: ACCEPT_TOKEN(aux_sym_type_builtin_token7); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 534: ACCEPT_TOKEN(aux_sym_type_builtin_token8); if (lookahead == '#') ADVANCE(433); END_STATE(); case 535: ACCEPT_TOKEN(aux_sym_type_builtin_token8); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 536: ACCEPT_TOKEN(aux_sym_type_builtin_token9); if (lookahead == '#') ADVANCE(433); END_STATE(); case 537: ACCEPT_TOKEN(aux_sym_type_builtin_token9); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 538: ACCEPT_TOKEN(aux_sym_type_builtin_token10); if (lookahead == '#') ADVANCE(433); END_STATE(); case 539: ACCEPT_TOKEN(aux_sym_type_builtin_token10); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 540: ACCEPT_TOKEN(aux_sym_type_builtin_token11); if (lookahead == '#') ADVANCE(433); END_STATE(); case 541: ACCEPT_TOKEN(aux_sym_type_builtin_token11); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 542: ACCEPT_TOKEN(aux_sym_type_builtin_token12); if (lookahead == '#') ADVANCE(433); END_STATE(); case 543: ACCEPT_TOKEN(aux_sym_type_builtin_token12); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 544: ACCEPT_TOKEN(aux_sym_type_builtin_token13); if (lookahead == '#') ADVANCE(433); END_STATE(); case 545: ACCEPT_TOKEN(aux_sym_type_builtin_token13); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 546: ACCEPT_TOKEN(aux_sym_type_builtin_token14); END_STATE(); case 547: ACCEPT_TOKEN(aux_sym_type_builtin_token14); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 548: ACCEPT_TOKEN(aux_sym_type_builtin_token15); END_STATE(); case 549: ACCEPT_TOKEN(aux_sym_type_builtin_token15); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 550: ACCEPT_TOKEN(aux_sym_type_builtin_token16); END_STATE(); case 551: ACCEPT_TOKEN(aux_sym_type_builtin_token16); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 552: ACCEPT_TOKEN(aux_sym_type_builtin_token17); if (lookahead == '#') ADVANCE(954); END_STATE(); case 553: ACCEPT_TOKEN(aux_sym_type_builtin_token17); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 554: ACCEPT_TOKEN(aux_sym_type_builtin_token18); if (lookahead == '_') ADVANCE(312); END_STATE(); case 555: ACCEPT_TOKEN(aux_sym_type_builtin_token18); if (lookahead == '_') ADVANCE(1252); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 556: ACCEPT_TOKEN(aux_sym_type_builtin_token19); if (lookahead == '_') ADVANCE(1270); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 557: ACCEPT_TOKEN(aux_sym_type_builtin_token19); if (lookahead == '_') ADVANCE(331); END_STATE(); case 558: ACCEPT_TOKEN(aux_sym_type_builtin_token20); END_STATE(); case 559: ACCEPT_TOKEN(aux_sym_type_builtin_token20); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 560: ACCEPT_TOKEN(aux_sym_type_builtin_token21); if (lookahead == '_') ADVANCE(111); END_STATE(); case 561: ACCEPT_TOKEN(aux_sym_type_builtin_token21); if (lookahead == '_') ADVANCE(1009); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 562: ACCEPT_TOKEN(aux_sym_type_builtin_token22); END_STATE(); case 563: ACCEPT_TOKEN(aux_sym_type_builtin_token22); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 564: ACCEPT_TOKEN(aux_sym_type_builtin_token23); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 565: ACCEPT_TOKEN(aux_sym_type_builtin_token24); END_STATE(); case 566: ACCEPT_TOKEN(aux_sym_type_builtin_token24); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 567: ACCEPT_TOKEN(aux_sym_type_builtin_token25); END_STATE(); case 568: ACCEPT_TOKEN(aux_sym_type_builtin_token25); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 569: ACCEPT_TOKEN(aux_sym_type_builtin_token26); END_STATE(); case 570: ACCEPT_TOKEN(aux_sym_type_builtin_token26); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 571: ACCEPT_TOKEN(aux_sym_type_builtin_token27); if (lookahead == 'L' || lookahead == 'l') ADVANCE(577); END_STATE(); case 572: ACCEPT_TOKEN(aux_sym_type_builtin_token27); if (lookahead == 'L' || lookahead == 'l') ADVANCE(578); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 573: ACCEPT_TOKEN(aux_sym_type_builtin_token28); END_STATE(); case 574: ACCEPT_TOKEN(aux_sym_type_builtin_token28); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 575: ACCEPT_TOKEN(aux_sym_type_builtin_token29); END_STATE(); case 576: ACCEPT_TOKEN(aux_sym_type_builtin_token29); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 577: ACCEPT_TOKEN(aux_sym_type_builtin_token30); END_STATE(); case 578: ACCEPT_TOKEN(aux_sym_type_builtin_token30); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 579: ACCEPT_TOKEN(aux_sym_type_builtin_token31); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 580: ACCEPT_TOKEN(aux_sym_string_type_token1); if (lookahead == '#') ADVANCE(4); END_STATE(); case 581: ACCEPT_TOKEN(aux_sym_string_type_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 582: ACCEPT_TOKEN(aux_sym_string_type_token2); if (lookahead == '#') ADVANCE(4); END_STATE(); case 583: ACCEPT_TOKEN(aux_sym_string_type_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 584: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 585: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 586: ACCEPT_TOKEN(aux_sym_array_type_token1); END_STATE(); case 587: ACCEPT_TOKEN(aux_sym_array_type_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 588: ACCEPT_TOKEN(anon_sym_DOT_DOT); END_STATE(); case 589: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 590: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(599); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym_array_type_token2); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_ref_type_token1); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_ref_type_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 594: ACCEPT_TOKEN(anon_sym_LPAREN); if (lookahead == '*') ADVANCE(55); if (lookahead == '/') ADVANCE(57); END_STATE(); case 595: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 596: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 597: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 598: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 599: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 600: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 601: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 602: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 603: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 604: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 605: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 606: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(588); END_STATE(); case 607: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym_bit_access_token1); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(608); END_STATE(); case 609: ACCEPT_TOKEN(aux_sym_if_statement_token1); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_if_statement_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_if_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_if_statement_token2); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_if_statement_token3); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym_if_statement_token3); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym_if_statement_token3); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 616: ACCEPT_TOKEN(aux_sym_elsif_clause_token1); END_STATE(); case 617: ACCEPT_TOKEN(aux_sym_elsif_clause_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 618: ACCEPT_TOKEN(aux_sym_elsif_clause_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 619: ACCEPT_TOKEN(aux_sym_else_clause_token1); END_STATE(); case 620: ACCEPT_TOKEN(aux_sym_else_clause_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 621: ACCEPT_TOKEN(aux_sym_else_clause_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 622: ACCEPT_TOKEN(aux_sym_case_statement_token1); END_STATE(); case 623: ACCEPT_TOKEN(aux_sym_case_statement_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 624: ACCEPT_TOKEN(aux_sym_case_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 625: ACCEPT_TOKEN(aux_sym_case_statement_token2); END_STATE(); case 626: ACCEPT_TOKEN(aux_sym_case_statement_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 627: ACCEPT_TOKEN(aux_sym_case_statement_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 628: ACCEPT_TOKEN(aux_sym_for_statement_token1); END_STATE(); case 629: ACCEPT_TOKEN(aux_sym_for_statement_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 630: ACCEPT_TOKEN(aux_sym_for_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 631: ACCEPT_TOKEN(aux_sym_for_statement_token2); END_STATE(); case 632: ACCEPT_TOKEN(aux_sym_for_statement_token3); END_STATE(); case 633: ACCEPT_TOKEN(aux_sym_for_statement_token4); END_STATE(); case 634: ACCEPT_TOKEN(aux_sym_for_statement_token5); END_STATE(); case 635: ACCEPT_TOKEN(aux_sym_for_statement_token5); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 636: ACCEPT_TOKEN(aux_sym_for_statement_token5); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 637: ACCEPT_TOKEN(aux_sym_while_statement_token1); END_STATE(); case 638: ACCEPT_TOKEN(aux_sym_while_statement_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 639: ACCEPT_TOKEN(aux_sym_while_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 640: ACCEPT_TOKEN(aux_sym_while_statement_token2); END_STATE(); case 641: ACCEPT_TOKEN(aux_sym_while_statement_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 642: ACCEPT_TOKEN(aux_sym_while_statement_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 643: ACCEPT_TOKEN(aux_sym_repeat_statement_token1); END_STATE(); case 644: ACCEPT_TOKEN(aux_sym_repeat_statement_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 645: ACCEPT_TOKEN(aux_sym_repeat_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 646: ACCEPT_TOKEN(aux_sym_repeat_statement_token2); END_STATE(); case 647: ACCEPT_TOKEN(aux_sym_repeat_statement_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 648: ACCEPT_TOKEN(aux_sym_repeat_statement_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 649: ACCEPT_TOKEN(aux_sym_repeat_statement_token3); END_STATE(); case 650: ACCEPT_TOKEN(aux_sym_region_statement_token1); END_STATE(); case 651: ACCEPT_TOKEN(aux_sym_region_statement_token1); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 652: ACCEPT_TOKEN(aux_sym_region_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 653: ACCEPT_TOKEN(aux_sym_region_statement_token2); END_STATE(); case 654: ACCEPT_TOKEN(aux_sym_region_statement_token2); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 655: ACCEPT_TOKEN(aux_sym_region_statement_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 656: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '-', 894, '/', 671, '\t', 656, ' ', 656, 'C', 688, 'c', 688, 'E', 789, 'e', 789, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(657); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 657: ACCEPT_TOKEN(sym_region_name); if (lookahead == '.') ADVANCE(429); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(657); if (('-' <= lookahead && lookahead <= '/') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(894); END_STATE(); case 658: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 658, ' ', 658, 'C', 688, 'c', 688, 'D', 689, 'd', 689, 'E', 889, 'e', 889, 'F', 823, 'f', 823, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'O', 847, 'o', 847, 'R', 731, 'r', 731, 'T', 890, 't', 890, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 659: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 659, ' ', 659, 'C', 688, 'c', 688, 'E', 780, 'e', 780, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 660: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 660, ' ', 660, 'C', 688, 'c', 688, 'E', 889, 'e', 889, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'U', 809, 'u', 809, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 661: ACCEPT_TOKEN(sym_region_name); if (lookahead == '/') ADVANCE(671); if (lookahead == '\t' || lookahead == ' ') ADVANCE(661); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(894); END_STATE(); case 662: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 662, ' ', 662, 'C', 688, 'c', 688, 'E', 807, 'e', 807, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 663: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 663, ' ', 663, 'C', 688, 'c', 688, 'E', 798, 'e', 798, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 664: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 664, ' ', 664, 'C', 688, 'c', 688, 'E', 808, 'e', 808, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 665: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 665, ' ', 665, 'C', 688, 'c', 688, 'E', 810, 'e', 810, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 666: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 666, ' ', 666, 'C', 688, 'c', 688, 'E', 811, 'e', 811, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 667: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 667, ' ', 667, 'C', 688, 'c', 688, 'E', 812, 'e', 812, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 668: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 668, ' ', 668, 'C', 688, 'c', 688, 'E', 813, 'e', 813, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 669: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 669, ' ', 669, 'C', 688, 'c', 688, 'E', 814, 'e', 814, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 670: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '/', 671, '\t', 670, ' ', 670, 'C', 688, 'c', 688, 'E', 821, 'e', 821, 'F', 824, 'f', 824, 'G', 825, 'g', 825, 'I', 744, 'i', 744, 'R', 731, 'r', 731, 'V', 691, 'v', 691, 'W', 754, 'w', 754, ); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9')) ADVANCE(894); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 671: ACCEPT_TOKEN(sym_region_name); if (lookahead == '/') ADVANCE(895); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(894); END_STATE(); case 672: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(703); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 673: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(888); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 674: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(728); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 675: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(747); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 676: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(840); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'P' || lookahead == 'p') ADVANCE(882); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 677: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(748); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 678: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(853); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 679: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(715); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 680: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(759); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 681: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(843); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 682: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(852); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 683: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(705); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 684: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(706); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 685: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(707); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 686: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(708); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 687: ACCEPT_TOKEN(sym_region_name); if (lookahead == '_') ADVANCE(749); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 688: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'A', 856, 'a', 856, 'O', 803, 'o', 803, ); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 689: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 690: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(672); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 691: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(849); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 692: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(805); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 693: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(861); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 694: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(763); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 695: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(806); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 696: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(764); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 697: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(858); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 698: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(875); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 699: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(684); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 700: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(877); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 701: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(878); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 702: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'A' || lookahead == 'a') ADVANCE(820); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 703: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'B' || lookahead == 'b') ADVANCE(781); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 704: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'B' || lookahead == 'b') ADVANCE(783); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 705: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'B' || lookahead == 'b') ADVANCE(784); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 706: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'B' || lookahead == 'b') ADVANCE(785); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 707: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'B' || lookahead == 'b') ADVANCE(786); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 708: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'B' || lookahead == 'b') ADVANCE(788); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 709: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(773); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 710: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(774); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 711: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(775); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 712: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(776); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 713: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(777); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 714: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(778); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 715: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(697); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 716: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'C', 833, 'c', 833, 'I', 794, 'i', 794, 'N', 835, 'n', 835, 'O', 881, 'o', 881, 'R', 742, 'r', 742, 'T', 735, 't', 735, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 717: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(873); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 718: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(876); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 719: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'C' || lookahead == 'c') ADVANCE(879); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 720: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(680); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 721: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(679); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 722: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(674); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 723: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(673); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 724: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(681); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 725: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(675); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 726: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(677); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 727: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(682); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 728: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(700); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 729: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'D' || lookahead == 'd') ADVANCE(687); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 730: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(893); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 731: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(750); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 732: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(623); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 733: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(443); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 734: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(638); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 735: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(790); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 736: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'E', 620, 'e', 620, 'I', 745, 'i', 745, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 737: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(620); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 738: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(626); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 739: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(641); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 740: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(752); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 741: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(693); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 742: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(870); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 743: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'E' || lookahead == 'e') ADVANCE(874); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 744: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'F' || lookahead == 'f') ADVANCE(610); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 745: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'F' || lookahead == 'f') ADVANCE(617); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 746: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'F' || lookahead == 'f') ADVANCE(614); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 747: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'F' || lookahead == 'f') ADVANCE(886); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 748: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'F' || lookahead == 'f') ADVANCE(830); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 749: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'F' || lookahead == 'f') ADVANCE(887); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 750: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'G', 758, 'g', 758, 'P', 741, 'p', 741, 'T', 880, 't', 880, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 751: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'G' || lookahead == 'g') ADVANCE(692); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 752: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'G' || lookahead == 'g') ADVANCE(768); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 753: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'G' || lookahead == 'g') ADVANCE(702); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 754: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'H' || lookahead == 'h') ADVANCE(756); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 755: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'H' || lookahead == 'h') ADVANCE(765); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 756: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(782); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 757: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(891); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 758: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(829); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 759: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(746); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 760: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(779); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 761: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(804); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 762: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(860); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 763: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(796); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 764: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(797); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 765: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(787); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 766: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(836); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 767: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(837); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 768: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(838); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 769: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(839); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 770: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(841); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 771: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(842); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 772: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'I' || lookahead == 'i') ADVANCE(892); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 773: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'K' || lookahead == 'k') ADVANCE(457); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 774: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'K' || lookahead == 'k') ADVANCE(473); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 775: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'K' || lookahead == 'k') ADVANCE(467); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 776: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'K' || lookahead == 'k') ADVANCE(465); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 777: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'K' || lookahead == 'k') ADVANCE(470); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 778: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'K' || lookahead == 'k') ADVANCE(475); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 779: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(647); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 780: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'L', 855, 'l', 855, 'N', 720, 'n', 720, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 781: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(826); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 782: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(734); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 783: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(827); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 784: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(828); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 785: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(831); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 786: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(832); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 787: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(739); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 788: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'L' || lookahead == 'l') ADVANCE(834); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 789: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'L', 857, 'l', 857, 'N', 721, 'n', 721, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 790: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'M' || lookahead == 'm') ADVANCE(844); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 791: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(893); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 792: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(717); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 793: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(651); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 794: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(676); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 795: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(478); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 796: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(512); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 797: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(515); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 798: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 720, 'n', 720, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 799: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(654); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 800: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(481); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 801: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 802: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(678); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 803: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(869); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 804: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(883); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 805: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(757); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 806: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(865); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 807: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 721, 'n', 721, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 808: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 722, 'n', 722, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 809: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(872); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 810: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 723, 'n', 723, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 811: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 724, 'n', 724, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 812: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 725, 'n', 725, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 813: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 727, 'n', 727, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 814: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 726, 'n', 726, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 815: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(683); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 816: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(685); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 817: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(686); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 818: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(719); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 819: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(718); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 820: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'N' || lookahead == 'n') ADVANCE(772); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 821: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'N', 729, 'n', 729, 'X', 762, 'x', 762, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 822: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(893); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 823: ACCEPT_TOKEN(sym_region_name); ADVANCE_MAP( '\t', 894, ' ', 894, '-', 894, '/', 894, 'O', 848, 'o', 848, 'U', 792, 'u', 792, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 824: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(848); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 825: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(866); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 826: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 827: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(710); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 828: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(711); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 829: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(793); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 830: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(850); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 831: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(712); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 832: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(713); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 833: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(801); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 834: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(714); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 835: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(802); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 836: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(795); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 837: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(815); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 838: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(799); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 839: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(800); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 840: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(884); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 841: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(816); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 842: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(817); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 843: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'O' || lookahead == 'o') ADVANCE(854); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 844: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'P' || lookahead == 'p') ADVANCE(504); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 845: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'P' || lookahead == 'p') ADVANCE(733); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 846: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'P' || lookahead == 'p') ADVANCE(885); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 847: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(751); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 848: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(629); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 849: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(502); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 850: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(635); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 851: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(791); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 852: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(740); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 853: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(743); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 854: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'R' || lookahead == 'r') ADVANCE(753); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 855: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'S' || lookahead == 's') ADVANCE(736); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 856: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'S' || lookahead == 's') ADVANCE(732); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 857: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'S' || lookahead == 's') ADVANCE(737); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 858: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'S' || lookahead == 's') ADVANCE(738); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 859: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'S' || lookahead == 's') ADVANCE(871); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 860: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(893); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 861: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(644); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 862: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(492); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 863: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(498); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 864: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(495); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 865: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(509); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 866: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(822); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 867: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(846); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 868: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(690); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 869: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(761); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 870: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(694); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 871: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(695); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 872: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(760); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 873: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(766); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 874: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(696); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 875: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(767); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 876: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(769); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 877: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(699); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 878: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(770); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 879: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'T' || lookahead == 't') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 880: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(851); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 881: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 882: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(862); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 883: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(730); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 884: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(863); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 885: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 886: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(818); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 887: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'U' || lookahead == 'u') ADVANCE(819); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 888: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'W' || lookahead == 'w') ADVANCE(755); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 889: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'X' || lookahead == 'x') ADVANCE(762); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 890: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 891: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'Z' || lookahead == 'z') ADVANCE(698); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y')) ADVANCE(893); END_STATE(); case 892: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (lookahead == 'Z' || lookahead == 'z') ADVANCE(701); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y')) ADVANCE(893); END_STATE(); case 893: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || lookahead == '/') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(893); END_STATE(); case 894: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(894); if (lookahead == '-' || ('/' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(894); END_STATE(); case 895: ACCEPT_TOKEN(sym_region_name); if (lookahead == '\t' || lookahead == ' ') ADVANCE(895); if (lookahead == '-' || ('/' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(895); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(1382); END_STATE(); case 896: ACCEPT_TOKEN(aux_sym_return_statement_token1); END_STATE(); case 897: ACCEPT_TOKEN(aux_sym_return_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 898: ACCEPT_TOKEN(aux_sym_goto_statement_token1); END_STATE(); case 899: ACCEPT_TOKEN(aux_sym_goto_statement_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 900: ACCEPT_TOKEN(aux_sym_unary_expression_token1); END_STATE(); case 901: ACCEPT_TOKEN(aux_sym_unary_expression_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 902: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 903: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(597); END_STATE(); case 904: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 905: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(598); END_STATE(); case 906: ACCEPT_TOKEN(aux_sym_binary_expression_token1); END_STATE(); case 907: ACCEPT_TOKEN(aux_sym_binary_expression_token2); END_STATE(); case 908: ACCEPT_TOKEN(aux_sym_binary_expression_token3); END_STATE(); case 909: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 910: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '>') ADVANCE(596); END_STATE(); case 911: ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 912: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '=') ADVANCE(914); if (lookahead == '>') ADVANCE(911); END_STATE(); case 913: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(915); END_STATE(); case 914: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 915: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 916: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(1382); END_STATE(); case 917: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(1382); if (lookahead == '=') ADVANCE(600); END_STATE(); case 918: ACCEPT_TOKEN(aux_sym_binary_expression_token4); END_STATE(); case 919: ACCEPT_TOKEN(sym_number); if (lookahead == '#') ADVANCE(427); if (lookahead == '.') ADVANCE(429); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); END_STATE(); case 920: ACCEPT_TOKEN(sym_number); if (lookahead == '#') ADVANCE(428); if (lookahead == '.') ADVANCE(429); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); END_STATE(); case 921: ACCEPT_TOKEN(sym_number); if (lookahead == '#') ADVANCE(432); if (lookahead == '.') ADVANCE(429); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); END_STATE(); case 922: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(429); if (lookahead == '6') ADVANCE(921); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); END_STATE(); case 923: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(429); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(923); END_STATE(); case 924: ACCEPT_TOKEN(sym_number); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(924); END_STATE(); case 925: ACCEPT_TOKEN(sym_hex_number); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(925); END_STATE(); case 926: ACCEPT_TOKEN(sym_binary_number); if (lookahead == '0' || lookahead == '1' || lookahead == '_') ADVANCE(926); END_STATE(); case 927: ACCEPT_TOKEN(sym_octal_number); if (('0' <= lookahead && lookahead <= '7') || lookahead == '_') ADVANCE(927); END_STATE(); case 928: ACCEPT_TOKEN(sym_time_value); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(257); END_STATE(); case 929: ACCEPT_TOKEN(sym_date_literal); if (lookahead == '-' || ('0' <= lookahead && lookahead <= ':') || lookahead == '_') ADVANCE(929); END_STATE(); case 930: ACCEPT_TOKEN(sym_bool_literal); END_STATE(); case 931: ACCEPT_TOKEN(sym_typed_int_literal); if (lookahead == '#' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(931); END_STATE(); case 932: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 933: ACCEPT_TOKEN(anon_sym_SQUOTE); if (lookahead == '\'') ADVANCE(939); END_STATE(); case 934: ACCEPT_TOKEN(aux_sym_string_token1); END_STATE(); case 935: ACCEPT_TOKEN(aux_sym_string_token1); if (lookahead == '\n') ADVANCE(950); if (lookahead == '(') ADVANCE(937); if (lookahead == '/') ADVANCE(938); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(935); if (lookahead != 0 && lookahead != '\'' && lookahead != '(') ADVANCE(934); END_STATE(); case 936: ACCEPT_TOKEN(aux_sym_string_token1); if (lookahead == '(') ADVANCE(937); if (lookahead == '/') ADVANCE(938); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(936); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != '\'' && lookahead != '(') ADVANCE(934); END_STATE(); case 937: ACCEPT_TOKEN(aux_sym_string_token1); if (lookahead == '*') ADVANCE(55); if (lookahead == '/') ADVANCE(57); END_STATE(); case 938: ACCEPT_TOKEN(aux_sym_string_token1); if (lookahead == '/') ADVANCE(1382); END_STATE(); case 939: ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE); END_STATE(); case 940: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 941: ACCEPT_TOKEN(anon_sym_DQUOTE); if (lookahead == '"') ADVANCE(946); END_STATE(); case 942: ACCEPT_TOKEN(aux_sym_string_token2); END_STATE(); case 943: ACCEPT_TOKEN(aux_sym_string_token2); if (lookahead == '(') ADVANCE(944); if (lookahead == '/') ADVANCE(945); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(943); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != '"') ADVANCE(942); END_STATE(); case 944: ACCEPT_TOKEN(aux_sym_string_token2); if (lookahead == '*') ADVANCE(55); if (lookahead == '/') ADVANCE(57); END_STATE(); case 945: ACCEPT_TOKEN(aux_sym_string_token2); if (lookahead == '/') ADVANCE(1382); END_STATE(); case 946: ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE); END_STATE(); case 947: ACCEPT_TOKEN(sym_wstring_literal); if (lookahead == '"') ADVANCE(5); END_STATE(); case 948: ACCEPT_TOKEN(sym_wstring_literal); if (lookahead == '\'') ADVANCE(43); END_STATE(); case 949: ACCEPT_TOKEN(aux_sym_char_literal_token1); END_STATE(); case 950: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '\n') ADVANCE(950); if (lookahead == '(') ADVANCE(937); if (lookahead == '/') ADVANCE(938); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(935); if (lookahead != 0 && lookahead != '\'' && lookahead != '(') ADVANCE(934); END_STATE(); case 951: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '(') ADVANCE(952); if (lookahead == '/') ADVANCE(953); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(951); if (lookahead != 0 && lookahead != '\'' && lookahead != '(') ADVANCE(949); END_STATE(); case 952: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '*') ADVANCE(55); if (lookahead == '/') ADVANCE(57); END_STATE(); case 953: ACCEPT_TOKEN(aux_sym_char_literal_token1); if (lookahead == '/') ADVANCE(1382); END_STATE(); case 954: ACCEPT_TOKEN(aux_sym_char_literal_token2); END_STATE(); case 955: ACCEPT_TOKEN(anon_sym_C_POUND); if (lookahead == '#' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(931); END_STATE(); case 956: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(955); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 957: ACCEPT_TOKEN(sym_identifier); ADVANCE_MAP( '#', 433, 'W', 958, 'D', 1337, 'd', 1337, 'I', 1220, 'i', 1220, 'T', 1147, 't', 1147, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 958: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(433); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 959: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(74); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 960: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(954); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 961: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(4); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 962: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(431); if (lookahead == 'L' || lookahead == 'l') ADVANCE(963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 963: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(431); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 964: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(430); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1054); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 965: ACCEPT_TOKEN(sym_identifier); if (lookahead == '5') ADVANCE(1342); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1214); if (lookahead == 'T' || lookahead == 't') ADVANCE(1284); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 966: ACCEPT_TOKEN(sym_identifier); if (lookahead == '5') ADVANCE(1358); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1220); if (lookahead == 'T' || lookahead == 't') ADVANCE(1300); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 967: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1024); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 968: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1373); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 969: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1182); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 970: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1372); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 971: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1071); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 972: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1105); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 973: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1309); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 974: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1269); if (lookahead == 'P' || lookahead == 'p') ADVANCE(1364); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 975: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1107); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 976: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1301); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 977: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1310); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 978: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1038); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 979: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 980: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1062); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 981: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1275); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 982: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1346); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 983: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1296); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 984: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1063); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 985: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1027); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 986: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1028); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 987: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1029); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 988: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1030); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 989: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1302); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 990: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(1110); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 991: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1305); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1204); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 992: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1336); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 993: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(967); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 994: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1376); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 995: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1282); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 996: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1377); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 997: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1208); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 998: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1378); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 999: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1314); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1000: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1167); if (lookahead == 'F' || lookahead == 'f') ADVANCE(982); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1001: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1133); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1002: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1168); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1003: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1181); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1004: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1297); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1005: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1285); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1006: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1286); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1007: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1290); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1008: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1287); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1009: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1230); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1010: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1210); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1011: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1134); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1012: ACCEPT_TOKEN(sym_identifier); ADVANCE_MAP( 'A', 1345, 'a', 1345, 'I', 1212, 'i', 1212, 'T', 572, 't', 572, 'W', 1262, 'w', 1262, ); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1013: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1307); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1014: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1348); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1220); if (lookahead == 'T' || lookahead == 't') ADVANCE(962); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1015: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1138); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1016: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1139); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1017: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1219); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1018: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1221); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1019: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1352); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1020: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(986); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1021: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1359); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1022: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1360); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1023: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1240); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1024: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(1170); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1025: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(973); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1026: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(1173); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1027: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(1174); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1028: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(1175); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1029: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(1176); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1030: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'B' || lookahead == 'b') ADVANCE(1177); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1031: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1159); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1032: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(520); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1033: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1160); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1034: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1161); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1035: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1162); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1036: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1163); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1037: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1164); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1038: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1013); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1039: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1131); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1040: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1328); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1041: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1332); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1042: ACCEPT_TOKEN(sym_identifier); ADVANCE_MAP( 'C', 1257, 'c', 1257, 'I', 1193, 'i', 1193, 'N', 1259, 'n', 1259, 'O', 1363, 'o', 1363, 'R', 1098, 'r', 1098, 'T', 1078, 't', 1078, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1043: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1349); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1044: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1121); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1289); if (lookahead == 'S' || lookahead == 's') ADVANCE(1343); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1045: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1122); if (lookahead == 'S' || lookahead == 's') ADVANCE(1351); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1046: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1356); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1047: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'C' || lookahead == 'c') ADVANCE(1361); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1048: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(564); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1049: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(566); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1050: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(525); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1051: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(527); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1052: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(529); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1053: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(979); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1054: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1055: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(978); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1056: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(971); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1057: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(981); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1058: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1059: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(975); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1060: ACCEPT_TOKEN(sym_identifier); ADVANCE_MAP( 'D', 1151, 'd', 1151, 'I', 1215, 'i', 1215, 'L', 1152, 'l', 1152, 'S', 1153, 's', 1153, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1061: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(968); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1062: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(996); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1063: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(998); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1064: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(969); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1065: ACCEPT_TOKEN(sym_identifier); ADVANCE_MAP( 'D', 1320, 'd', 1320, 'I', 1213, 'i', 1213, 'R', 1095, 'r', 1095, 'T', 1141, 't', 1141, 'W', 1264, 'w', 1264, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1066: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(970); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1067: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(977); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1068: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(1337); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1220); if (lookahead == 'T' || lookahead == 't') ADVANCE(1147); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1069: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(983); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1070: ACCEPT_TOKEN(sym_identifier); ADVANCE_MAP( 'D', 1154, 'd', 1154, 'I', 1220, 'i', 1220, 'L', 1154, 'l', 1154, 'S', 1154, 's', 1154, ); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1071: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(1021); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1072: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'D' || lookahead == 'd') ADVANCE(990); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1073: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1381); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1074: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1113); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1075: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(624); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1076: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(444); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1077: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(639); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1078: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1183); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1079: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(621); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1103); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1080: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(621); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1081: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(627); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1082: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(642); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1083: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1000); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1084: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(523); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1085: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(561); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1086: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(555); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1087: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(556); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1088: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(559); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1089: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(570); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1090: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(576); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1091: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(488); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1092: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(490); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1093: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1116); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1094: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1095: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1002); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1096: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1039); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1097: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(999); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1098: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1339); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1099: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1350); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1100: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1353); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1101: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E' || lookahead == 'e') ADVANCE(1357); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1102: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(611); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1103: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(618); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1104: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(615); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1105: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(1370); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1106: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(980); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1107: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(1253); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1108: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(1132); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1109: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(984); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1110: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(1371); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1111: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(581); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1112: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(583); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1113: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(1126); if (lookahead == 'P' || lookahead == 'p') ADVANCE(1097); if (lookahead == 'T' || lookahead == 't') ADVANCE(1362); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1114: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(997); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1115: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(961); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1116: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(1150); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1117: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'G' || lookahead == 'g') ADVANCE(1023); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1118: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'H' || lookahead == 'h') ADVANCE(1123); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1119: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'H' || lookahead == 'h') ADVANCE(1140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1120: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'H' || lookahead == 'h') ADVANCE(1005); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1121: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'H' || lookahead == 'h') ADVANCE(1006); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1122: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'H' || lookahead == 'h') ADVANCE(1007); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1123: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1172); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1124: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1379); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1125: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1184); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1048); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1126: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1251); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1127: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1104); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1128: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1165); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1129: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1206); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1130: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1313); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1131: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1108); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1132: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1032); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1133: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1195); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1134: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1196); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1135: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1205); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1040); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1136: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1207); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1137: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1209); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1138: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1200); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1139: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1201); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1140: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1178); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1141: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1185); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1049); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1142: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1186); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1143: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1187); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1144: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1260); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1145: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1188); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1146: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1261); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1147: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1189); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1054); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1148: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1189); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1149: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1265); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1150: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1266); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1151: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1216); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1152: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1217); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1153: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1218); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1154: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1220); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1155: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1017); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1156: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1272); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1157: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1273); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1158: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1380); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1159: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'K' || lookahead == 'k') ADVANCE(458); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1160: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'K' || lookahead == 'k') ADVANCE(474); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1161: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'K' || lookahead == 'k') ADVANCE(468); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1162: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'K' || lookahead == 'k') ADVANCE(466); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1163: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'K' || lookahead == 'k') ADVANCE(471); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1164: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'K' || lookahead == 'k') ADVANCE(476); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1165: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(648); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1166: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(522); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1167: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(547); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1168: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(549); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1169: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1304); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1053); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1170: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1247); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1171: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(959); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1172: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1077); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1173: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1248); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1174: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1249); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1175: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1254); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1176: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1255); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1177: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1258); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1178: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1082); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1179: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1306); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1055); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1180: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1306); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1055); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1181: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1308); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1182: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L' || lookahead == 'l') ADVANCE(1355); if (lookahead == 'T' || lookahead == 't') ADVANCE(1143); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1183: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1276); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1184: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1086); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1185: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1087); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1186: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1088); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1187: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1089); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1188: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1090); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1189: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'M' || lookahead == 'm') ADVANCE(1094); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1190: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1043); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1191: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(652); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1192: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(897); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1193: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(974); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1194: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(477); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1195: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(513); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1196: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(516); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1197: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1053); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1198: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(482); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1199: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(655); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1200: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(462); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1201: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(460); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1202: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1311); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1203: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(976); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1204: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1338); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1205: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1111); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1206: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1365); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1207: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1112); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1208: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1209: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1115); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1210: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1318); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1211: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1319); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1212: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1321); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1213: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1322); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1214: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1323); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1215: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1324); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1216: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1325); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1217: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1326); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1218: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1327); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1219: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1329); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1220: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1335); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1221: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1331); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1222: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1055); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1223: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1056); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1224: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1341); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1225: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1057); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1226: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1058); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1227: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1059); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1228: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1069); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1229: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1061); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1230: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1064); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1231: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1066); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1232: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1067); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1233: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(985); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1234: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1312); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1235: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(987); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1236: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(988); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1237: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1047); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1238: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1046); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1239: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(989); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1240: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1158); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1241: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1072); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1242: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1243: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(593); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1244: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1281); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1190); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1245: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1281); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1246: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1247: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1031); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1248: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1033); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1249: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1034); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1250: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1166); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1251: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1191); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1252: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1106); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1253: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1283); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1254: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1035); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1255: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1036); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1256: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1257: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1202); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1258: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1037); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1259: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1203); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1260: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1194); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1261: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1233); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1262: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1292); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1263: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1250); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(1344); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1264: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1293); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1265: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1198); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1266: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1199); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1267: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1256); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1268: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1330); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1269: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1270: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1109); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1271: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1234); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1272: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1235); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1273: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1236); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1274: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1239); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1275: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'O' || lookahead == 'o') ADVANCE(1303); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1276: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || lookahead == 'p') ADVANCE(505); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1277: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || lookahead == 'p') ADVANCE(1076); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1278: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || lookahead == 'p') ADVANCE(1096); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1279: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'P' || lookahead == 'p') ADVANCE(1367); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1280: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1114); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1281: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(630); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1282: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(501); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1283: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(636); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1284: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1135); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1285: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(551); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1286: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(553); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1287: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(518); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1288: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1369); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1289: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1050); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1290: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(960); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1291: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1192); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1292: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1051); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1293: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1052); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1294: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(994); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1295: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1294); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1296: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1093); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1297: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1155); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1298: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1368); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1299: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1136); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1300: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1137); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1301: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1099); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1302: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1101); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1303: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R' || lookahead == 'r') ADVANCE(1117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1304: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1079); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1305: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1075); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1306: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1080); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1307: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1081); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1308: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1092); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1309: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1278); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1310: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1347); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1311: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1340); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1312: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S' || lookahead == 's') ADVANCE(1354); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1313: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1381); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1314: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(645); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1315: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(493); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1316: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(499); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1317: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(496); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1318: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(510); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1319: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(535); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1320: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(574); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1321: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(539); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1322: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(543); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1323: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(531); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1324: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(537); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1325: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(541); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1326: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(545); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1327: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(533); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1328: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(451); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1329: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(579); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1330: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(901); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1331: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(507); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1332: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(453); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1333: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1242); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1334: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1279); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1335: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(958); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1336: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(993); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1337: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1338: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1129); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1339: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1001); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1340: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1010); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1341: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1128); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1342: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1142); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1343: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1299); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1344: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1084); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1345: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1085); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1346: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1243); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1347: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1288); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1348: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1094); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1349: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1144); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1350: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1011); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1351: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1300); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1352: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1353: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1015); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1354: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1018); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1355: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1145); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1356: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1357: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1016); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1358: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1148); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1359: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1020); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1360: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1156); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1361: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1157); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1362: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1291); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1363: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1334); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1364: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1315); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1365: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1073); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1366: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1316); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1367: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1317); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1368: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1091); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1369: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1041); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1370: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1237); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1371: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U' || lookahead == 'u') ADVANCE(1238); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1372: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'V' || lookahead == 'v') ADVANCE(1008); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1373: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'W' || lookahead == 'w') ADVANCE(1119); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1374: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'X' || lookahead == 'x') ADVANCE(1130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1375: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(1277); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1376: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(587); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1377: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(563); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1378: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(568); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1379: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || lookahead == 'z') ADVANCE(1019); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y')) ADVANCE(1381); END_STATE(); case 1380: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'Z' || lookahead == 'z') ADVANCE(1022); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Y') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y')) ADVANCE(1381); END_STATE(); case 1381: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1381); END_STATE(); case 1382: ACCEPT_TOKEN(sym_line_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(1382); END_STATE(); case 1383: ACCEPT_TOKEN(sym_block_comment); END_STATE(); case 1384: ACCEPT_TOKEN(sym_c_style_comment); if (lookahead == '*') ADVANCE(61); if (lookahead != 0) ADVANCE(56); END_STATE(); case 1385: ACCEPT_TOKEN(aux_sym_exit_statement_token1); END_STATE(); case 1386: ACCEPT_TOKEN(aux_sym_continue_statement_token1); END_STATE(); case 1387: ACCEPT_TOKEN(sym_bom); END_STATE(); default: return false; } } static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 434}, [2] = {.lex_state = 434}, [3] = {.lex_state = 434}, [4] = {.lex_state = 434}, [5] = {.lex_state = 434}, [6] = {.lex_state = 9}, [7] = {.lex_state = 9}, [8] = {.lex_state = 9}, [9] = {.lex_state = 9}, [10] = {.lex_state = 9}, [11] = {.lex_state = 9}, [12] = {.lex_state = 9}, [13] = {.lex_state = 9}, [14] = {.lex_state = 9}, [15] = {.lex_state = 9}, [16] = {.lex_state = 9}, [17] = {.lex_state = 9}, [18] = {.lex_state = 9}, [19] = {.lex_state = 9}, [20] = {.lex_state = 9}, [21] = {.lex_state = 9}, [22] = {.lex_state = 9}, [23] = {.lex_state = 9}, [24] = {.lex_state = 9}, [25] = {.lex_state = 9}, [26] = {.lex_state = 9}, [27] = {.lex_state = 9}, [28] = {.lex_state = 9}, [29] = {.lex_state = 9}, [30] = {.lex_state = 9}, [31] = {.lex_state = 9}, [32] = {.lex_state = 33}, [33] = {.lex_state = 9}, [34] = {.lex_state = 9}, [35] = {.lex_state = 12}, [36] = {.lex_state = 12}, [37] = {.lex_state = 33}, [38] = {.lex_state = 9}, [39] = {.lex_state = 12}, [40] = {.lex_state = 11}, [41] = {.lex_state = 14}, [42] = {.lex_state = 14}, [43] = {.lex_state = 14}, [44] = {.lex_state = 14}, [45] = {.lex_state = 15}, [46] = {.lex_state = 15}, [47] = {.lex_state = 16}, [48] = {.lex_state = 16}, [49] = {.lex_state = 20}, [50] = {.lex_state = 20}, [51] = {.lex_state = 13}, [52] = {.lex_state = 14}, [53] = {.lex_state = 14}, [54] = {.lex_state = 14}, [55] = {.lex_state = 14}, [56] = {.lex_state = 14}, [57] = {.lex_state = 14}, [58] = {.lex_state = 14}, [59] = {.lex_state = 15}, [60] = {.lex_state = 15}, [61] = {.lex_state = 16}, [62] = {.lex_state = 16}, [63] = {.lex_state = 20}, [64] = {.lex_state = 20}, [65] = {.lex_state = 15}, [66] = {.lex_state = 16}, [67] = {.lex_state = 14}, [68] = {.lex_state = 14}, [69] = {.lex_state = 14}, [70] = {.lex_state = 14}, [71] = {.lex_state = 14}, [72] = {.lex_state = 14}, [73] = {.lex_state = 15}, [74] = {.lex_state = 15}, [75] = {.lex_state = 16}, [76] = {.lex_state = 16}, [77] = {.lex_state = 20}, [78] = {.lex_state = 20}, [79] = {.lex_state = 17}, [80] = {.lex_state = 14}, [81] = {.lex_state = 14}, [82] = {.lex_state = 14}, [83] = {.lex_state = 14}, [84] = {.lex_state = 14}, [85] = {.lex_state = 14}, [86] = {.lex_state = 15}, [87] = {.lex_state = 15}, [88] = {.lex_state = 16}, [89] = {.lex_state = 16}, [90] = {.lex_state = 20}, [91] = {.lex_state = 20}, [92] = {.lex_state = 17}, [93] = {.lex_state = 14}, [94] = {.lex_state = 14}, [95] = {.lex_state = 14}, [96] = {.lex_state = 14}, [97] = {.lex_state = 14}, [98] = {.lex_state = 14}, [99] = {.lex_state = 15}, [100] = {.lex_state = 15}, [101] = {.lex_state = 16}, [102] = {.lex_state = 16}, [103] = {.lex_state = 20}, [104] = {.lex_state = 20}, [105] = {.lex_state = 17}, [106] = {.lex_state = 14}, [107] = {.lex_state = 14}, [108] = {.lex_state = 14}, [109] = {.lex_state = 14}, [110] = {.lex_state = 14}, [111] = {.lex_state = 14}, [112] = {.lex_state = 15}, [113] = {.lex_state = 15}, [114] = {.lex_state = 16}, [115] = {.lex_state = 16}, [116] = {.lex_state = 20}, [117] = {.lex_state = 20}, [118] = {.lex_state = 17}, [119] = {.lex_state = 14}, [120] = {.lex_state = 14}, [121] = {.lex_state = 14}, [122] = {.lex_state = 14}, [123] = {.lex_state = 14}, [124] = {.lex_state = 14}, [125] = {.lex_state = 15}, [126] = {.lex_state = 15}, [127] = {.lex_state = 16}, [128] = {.lex_state = 16}, [129] = {.lex_state = 20}, [130] = {.lex_state = 20}, [131] = {.lex_state = 14}, [132] = {.lex_state = 14}, [133] = {.lex_state = 14}, [134] = {.lex_state = 14}, [135] = {.lex_state = 14}, [136] = {.lex_state = 14}, [137] = {.lex_state = 15}, [138] = {.lex_state = 15}, [139] = {.lex_state = 16}, [140] = {.lex_state = 16}, [141] = {.lex_state = 20}, [142] = {.lex_state = 20}, [143] = {.lex_state = 14}, [144] = {.lex_state = 14}, [145] = {.lex_state = 14}, [146] = {.lex_state = 14}, [147] = {.lex_state = 14}, [148] = {.lex_state = 14}, [149] = {.lex_state = 15}, [150] = {.lex_state = 15}, [151] = {.lex_state = 16}, [152] = {.lex_state = 16}, [153] = {.lex_state = 20}, [154] = {.lex_state = 20}, [155] = {.lex_state = 14}, [156] = {.lex_state = 14}, [157] = {.lex_state = 14}, [158] = {.lex_state = 14}, [159] = {.lex_state = 14}, [160] = {.lex_state = 14}, [161] = {.lex_state = 15}, [162] = {.lex_state = 15}, [163] = {.lex_state = 16}, [164] = {.lex_state = 16}, [165] = {.lex_state = 20}, [166] = {.lex_state = 20}, [167] = {.lex_state = 14}, [168] = {.lex_state = 14}, [169] = {.lex_state = 14}, [170] = {.lex_state = 14}, [171] = {.lex_state = 14}, [172] = {.lex_state = 14}, [173] = {.lex_state = 15}, [174] = {.lex_state = 15}, [175] = {.lex_state = 16}, [176] = {.lex_state = 16}, [177] = {.lex_state = 20}, [178] = {.lex_state = 20}, [179] = {.lex_state = 14}, [180] = {.lex_state = 14}, [181] = {.lex_state = 14}, [182] = {.lex_state = 14}, [183] = {.lex_state = 14}, [184] = {.lex_state = 14}, [185] = {.lex_state = 15}, [186] = {.lex_state = 16}, [187] = {.lex_state = 20}, [188] = {.lex_state = 20}, [189] = {.lex_state = 14}, [190] = {.lex_state = 14}, [191] = {.lex_state = 14}, [192] = {.lex_state = 14}, [193] = {.lex_state = 20}, [194] = {.lex_state = 20}, [195] = {.lex_state = 14}, [196] = {.lex_state = 20}, [197] = {.lex_state = 18}, [198] = {.lex_state = 11}, [199] = {.lex_state = 10}, [200] = {.lex_state = 14}, [201] = {.lex_state = 15}, [202] = {.lex_state = 16}, [203] = {.lex_state = 20}, [204] = {.lex_state = 20}, [205] = {.lex_state = 19}, [206] = {.lex_state = 13}, [207] = {.lex_state = 11}, [208] = {.lex_state = 17}, [209] = {.lex_state = 18}, [210] = {.lex_state = 19}, [211] = {.lex_state = 18}, [212] = {.lex_state = 19}, [213] = {.lex_state = 10}, [214] = {.lex_state = 17}, [215] = {.lex_state = 17}, [216] = {.lex_state = 17}, [217] = {.lex_state = 17}, [218] = {.lex_state = 18}, [219] = {.lex_state = 10}, [220] = {.lex_state = 19}, [221] = {.lex_state = 18}, [222] = {.lex_state = 18}, [223] = {.lex_state = 19}, [224] = {.lex_state = 17}, [225] = {.lex_state = 17}, [226] = {.lex_state = 17}, [227] = {.lex_state = 17}, [228] = {.lex_state = 18}, [229] = {.lex_state = 10}, [230] = {.lex_state = 19}, [231] = {.lex_state = 18}, [232] = {.lex_state = 19}, [233] = {.lex_state = 17}, [234] = {.lex_state = 17}, [235] = {.lex_state = 17}, [236] = {.lex_state = 17}, [237] = {.lex_state = 18}, [238] = {.lex_state = 19}, [239] = {.lex_state = 18}, [240] = {.lex_state = 14}, [241] = {.lex_state = 19}, [242] = {.lex_state = 17}, [243] = {.lex_state = 17}, [244] = {.lex_state = 17}, [245] = {.lex_state = 17}, [246] = {.lex_state = 18}, [247] = {.lex_state = 19}, [248] = {.lex_state = 18}, [249] = {.lex_state = 14}, [250] = {.lex_state = 19}, [251] = {.lex_state = 17}, [252] = {.lex_state = 17}, [253] = {.lex_state = 17}, [254] = {.lex_state = 17}, [255] = {.lex_state = 18}, [256] = {.lex_state = 14}, [257] = {.lex_state = 19}, [258] = {.lex_state = 18}, [259] = {.lex_state = 15}, [260] = {.lex_state = 19}, [261] = {.lex_state = 17}, [262] = {.lex_state = 17}, [263] = {.lex_state = 17}, [264] = {.lex_state = 17}, [265] = {.lex_state = 18}, [266] = {.lex_state = 15}, [267] = {.lex_state = 19}, [268] = {.lex_state = 18}, [269] = {.lex_state = 16}, [270] = {.lex_state = 19}, [271] = {.lex_state = 17}, [272] = {.lex_state = 17}, [273] = {.lex_state = 17}, [274] = {.lex_state = 17}, [275] = {.lex_state = 18}, [276] = {.lex_state = 16}, [277] = {.lex_state = 19}, [278] = {.lex_state = 18}, [279] = {.lex_state = 20}, [280] = {.lex_state = 19}, [281] = {.lex_state = 17}, [282] = {.lex_state = 17}, [283] = {.lex_state = 17}, [284] = {.lex_state = 17}, [285] = {.lex_state = 18}, [286] = {.lex_state = 19}, [287] = {.lex_state = 18}, [288] = {.lex_state = 20}, [289] = {.lex_state = 19}, [290] = {.lex_state = 17}, [291] = {.lex_state = 17}, [292] = {.lex_state = 17}, [293] = {.lex_state = 17}, [294] = {.lex_state = 18}, [295] = {.lex_state = 19}, [296] = {.lex_state = 18}, [297] = {.lex_state = 13}, [298] = {.lex_state = 19}, [299] = {.lex_state = 17}, [300] = {.lex_state = 17}, [301] = {.lex_state = 17}, [302] = {.lex_state = 17}, [303] = {.lex_state = 18}, [304] = {.lex_state = 18}, [305] = {.lex_state = 19}, [306] = {.lex_state = 18}, [307] = {.lex_state = 19}, [308] = {.lex_state = 19}, [309] = {.lex_state = 17}, [310] = {.lex_state = 17}, [311] = {.lex_state = 17}, [312] = {.lex_state = 17}, [313] = {.lex_state = 18}, [314] = {.lex_state = 19}, [315] = {.lex_state = 18}, [316] = {.lex_state = 19}, [317] = {.lex_state = 17}, [318] = {.lex_state = 17}, [319] = {.lex_state = 17}, [320] = {.lex_state = 17}, [321] = {.lex_state = 14}, [322] = {.lex_state = 10}, [323] = {.lex_state = 10}, [324] = {.lex_state = 10}, [325] = {.lex_state = 10}, [326] = {.lex_state = 10}, [327] = {.lex_state = 10}, [328] = {.lex_state = 10}, [329] = {.lex_state = 10}, [330] = {.lex_state = 10}, [331] = {.lex_state = 10}, [332] = {.lex_state = 10}, [333] = {.lex_state = 10}, [334] = {.lex_state = 10}, [335] = {.lex_state = 10}, [336] = {.lex_state = 10}, [337] = {.lex_state = 10}, [338] = {.lex_state = 10}, [339] = {.lex_state = 10}, [340] = {.lex_state = 10}, [341] = {.lex_state = 10}, [342] = {.lex_state = 10}, [343] = {.lex_state = 10}, [344] = {.lex_state = 10}, [345] = {.lex_state = 19}, [346] = {.lex_state = 35}, [347] = {.lex_state = 35}, [348] = {.lex_state = 35}, [349] = {.lex_state = 35}, [350] = {.lex_state = 35}, [351] = {.lex_state = 35}, [352] = {.lex_state = 35}, [353] = {.lex_state = 35}, [354] = {.lex_state = 35}, [355] = {.lex_state = 42}, [356] = {.lex_state = 42}, [357] = {.lex_state = 7}, [358] = {.lex_state = 7}, [359] = {.lex_state = 42}, [360] = {.lex_state = 7}, [361] = {.lex_state = 42}, [362] = {.lex_state = 7}, [363] = {.lex_state = 7}, [364] = {.lex_state = 42}, [365] = {.lex_state = 7}, [366] = {.lex_state = 7}, [367] = {.lex_state = 7}, [368] = {.lex_state = 7}, [369] = {.lex_state = 7}, [370] = {.lex_state = 7}, [371] = {.lex_state = 7}, [372] = {.lex_state = 7}, [373] = {.lex_state = 7}, [374] = {.lex_state = 7}, [375] = {.lex_state = 7}, [376] = {.lex_state = 7}, [377] = {.lex_state = 7}, [378] = {.lex_state = 7}, [379] = {.lex_state = 7}, [380] = {.lex_state = 7}, [381] = {.lex_state = 7}, [382] = {.lex_state = 7}, [383] = {.lex_state = 7}, [384] = {.lex_state = 7}, [385] = {.lex_state = 7}, [386] = {.lex_state = 7}, [387] = {.lex_state = 7}, [388] = {.lex_state = 7}, [389] = {.lex_state = 7}, [390] = {.lex_state = 7}, [391] = {.lex_state = 7}, [392] = {.lex_state = 7}, [393] = {.lex_state = 7}, [394] = {.lex_state = 7}, [395] = {.lex_state = 7}, [396] = {.lex_state = 7}, [397] = {.lex_state = 7}, [398] = {.lex_state = 7}, [399] = {.lex_state = 7}, [400] = {.lex_state = 7}, [401] = {.lex_state = 7}, [402] = {.lex_state = 7}, [403] = {.lex_state = 7}, [404] = {.lex_state = 7}, [405] = {.lex_state = 7}, [406] = {.lex_state = 7}, [407] = {.lex_state = 7}, [408] = {.lex_state = 7}, [409] = {.lex_state = 7}, [410] = {.lex_state = 7}, [411] = {.lex_state = 7}, [412] = {.lex_state = 7}, [413] = {.lex_state = 7}, [414] = {.lex_state = 7}, [415] = {.lex_state = 7}, [416] = {.lex_state = 7}, [417] = {.lex_state = 7}, [418] = {.lex_state = 7}, [419] = {.lex_state = 7}, [420] = {.lex_state = 7}, [421] = {.lex_state = 7}, [422] = {.lex_state = 7}, [423] = {.lex_state = 7}, [424] = {.lex_state = 7}, [425] = {.lex_state = 7}, [426] = {.lex_state = 7}, [427] = {.lex_state = 7}, [428] = {.lex_state = 7}, [429] = {.lex_state = 7}, [430] = {.lex_state = 7}, [431] = {.lex_state = 7}, [432] = {.lex_state = 7}, [433] = {.lex_state = 7}, [434] = {.lex_state = 7}, [435] = {.lex_state = 7}, [436] = {.lex_state = 7}, [437] = {.lex_state = 7}, [438] = {.lex_state = 7}, [439] = {.lex_state = 7}, [440] = {.lex_state = 7}, [441] = {.lex_state = 7}, [442] = {.lex_state = 7}, [443] = {.lex_state = 7}, [444] = {.lex_state = 7}, [445] = {.lex_state = 7}, [446] = {.lex_state = 7}, [447] = {.lex_state = 7}, [448] = {.lex_state = 7}, [449] = {.lex_state = 7}, [450] = {.lex_state = 7}, [451] = {.lex_state = 7}, [452] = {.lex_state = 7}, [453] = {.lex_state = 7}, [454] = {.lex_state = 7}, [455] = {.lex_state = 7}, [456] = {.lex_state = 7}, [457] = {.lex_state = 7}, [458] = {.lex_state = 7}, [459] = {.lex_state = 7}, [460] = {.lex_state = 7}, [461] = {.lex_state = 7}, [462] = {.lex_state = 7}, [463] = {.lex_state = 7}, [464] = {.lex_state = 7}, [465] = {.lex_state = 7}, [466] = {.lex_state = 7}, [467] = {.lex_state = 7}, [468] = {.lex_state = 7}, [469] = {.lex_state = 7}, [470] = {.lex_state = 7}, [471] = {.lex_state = 7}, [472] = {.lex_state = 7}, [473] = {.lex_state = 7}, [474] = {.lex_state = 7}, [475] = {.lex_state = 7}, [476] = {.lex_state = 7}, [477] = {.lex_state = 7}, [478] = {.lex_state = 7}, [479] = {.lex_state = 7}, [480] = {.lex_state = 7}, [481] = {.lex_state = 7}, [482] = {.lex_state = 7}, [483] = {.lex_state = 7}, [484] = {.lex_state = 7}, [485] = {.lex_state = 7}, [486] = {.lex_state = 7}, [487] = {.lex_state = 7}, [488] = {.lex_state = 7}, [489] = {.lex_state = 7}, [490] = {.lex_state = 7}, [491] = {.lex_state = 7}, [492] = {.lex_state = 7}, [493] = {.lex_state = 7}, [494] = {.lex_state = 7}, [495] = {.lex_state = 7}, [496] = {.lex_state = 7}, [497] = {.lex_state = 7}, [498] = {.lex_state = 7}, [499] = {.lex_state = 7}, [500] = {.lex_state = 7}, [501] = {.lex_state = 7}, [502] = {.lex_state = 7}, [503] = {.lex_state = 7}, [504] = {.lex_state = 7}, [505] = {.lex_state = 7}, [506] = {.lex_state = 7}, [507] = {.lex_state = 435}, [508] = {.lex_state = 435}, [509] = {.lex_state = 434}, [510] = {.lex_state = 434}, [511] = {.lex_state = 434}, [512] = {.lex_state = 434}, [513] = {.lex_state = 434}, [514] = {.lex_state = 434}, [515] = {.lex_state = 434}, [516] = {.lex_state = 434}, [517] = {.lex_state = 434}, [518] = {.lex_state = 434}, [519] = {.lex_state = 434}, [520] = {.lex_state = 434}, [521] = {.lex_state = 434}, [522] = {.lex_state = 434}, [523] = {.lex_state = 434}, [524] = {.lex_state = 434}, [525] = {.lex_state = 434}, [526] = {.lex_state = 434}, [527] = {.lex_state = 434}, [528] = {.lex_state = 434}, [529] = {.lex_state = 434}, [530] = {.lex_state = 434}, [531] = {.lex_state = 434}, [532] = {.lex_state = 434}, [533] = {.lex_state = 434}, [534] = {.lex_state = 434}, [535] = {.lex_state = 434}, [536] = {.lex_state = 434}, [537] = {.lex_state = 434}, [538] = {.lex_state = 434}, [539] = {.lex_state = 434}, [540] = {.lex_state = 434}, [541] = {.lex_state = 434}, [542] = {.lex_state = 434}, [543] = {.lex_state = 434}, [544] = {.lex_state = 434}, [545] = {.lex_state = 434}, [546] = {.lex_state = 434}, [547] = {.lex_state = 434}, [548] = {.lex_state = 434}, [549] = {.lex_state = 434}, [550] = {.lex_state = 434}, [551] = {.lex_state = 434}, [552] = {.lex_state = 434}, [553] = {.lex_state = 434}, [554] = {.lex_state = 434}, [555] = {.lex_state = 434}, [556] = {.lex_state = 434}, [557] = {.lex_state = 434}, [558] = {.lex_state = 434}, [559] = {.lex_state = 434}, [560] = {.lex_state = 434}, [561] = {.lex_state = 434}, [562] = {.lex_state = 434}, [563] = {.lex_state = 434}, [564] = {.lex_state = 434}, [565] = {.lex_state = 434}, [566] = {.lex_state = 434}, [567] = {.lex_state = 434}, [568] = {.lex_state = 434}, [569] = {.lex_state = 434}, [570] = {.lex_state = 434}, [571] = {.lex_state = 434}, [572] = {.lex_state = 434}, [573] = {.lex_state = 434}, [574] = {.lex_state = 434}, [575] = {.lex_state = 434}, [576] = {.lex_state = 434}, [577] = {.lex_state = 434}, [578] = {.lex_state = 434}, [579] = {.lex_state = 434}, [580] = {.lex_state = 434}, [581] = {.lex_state = 434}, [582] = {.lex_state = 434}, [583] = {.lex_state = 434}, [584] = {.lex_state = 434}, [585] = {.lex_state = 434}, [586] = {.lex_state = 434}, [587] = {.lex_state = 434}, [588] = {.lex_state = 434}, [589] = {.lex_state = 434}, [590] = {.lex_state = 434}, [591] = {.lex_state = 434}, [592] = {.lex_state = 434}, [593] = {.lex_state = 434}, [594] = {.lex_state = 434}, [595] = {.lex_state = 434}, [596] = {.lex_state = 434}, [597] = {.lex_state = 434}, [598] = {.lex_state = 434}, [599] = {.lex_state = 434}, [600] = {.lex_state = 434}, [601] = {.lex_state = 434}, [602] = {.lex_state = 434}, [603] = {.lex_state = 434}, [604] = {.lex_state = 434}, [605] = {.lex_state = 434}, [606] = {.lex_state = 434}, [607] = {.lex_state = 434}, [608] = {.lex_state = 434}, [609] = {.lex_state = 434}, [610] = {.lex_state = 434}, [611] = {.lex_state = 434}, [612] = {.lex_state = 434}, [613] = {.lex_state = 434}, [614] = {.lex_state = 434}, [615] = {.lex_state = 434}, [616] = {.lex_state = 434}, [617] = {.lex_state = 434}, [618] = {.lex_state = 434}, [619] = {.lex_state = 434}, [620] = {.lex_state = 434}, [621] = {.lex_state = 434}, [622] = {.lex_state = 434}, [623] = {.lex_state = 434}, [624] = {.lex_state = 434}, [625] = {.lex_state = 434}, [626] = {.lex_state = 434}, [627] = {.lex_state = 434}, [628] = {.lex_state = 434}, [629] = {.lex_state = 434}, [630] = {.lex_state = 434}, [631] = {.lex_state = 434}, [632] = {.lex_state = 434}, [633] = {.lex_state = 434}, [634] = {.lex_state = 434}, [635] = {.lex_state = 434}, [636] = {.lex_state = 434}, [637] = {.lex_state = 434}, [638] = {.lex_state = 434}, [639] = {.lex_state = 434}, [640] = {.lex_state = 434}, [641] = {.lex_state = 434}, [642] = {.lex_state = 434}, [643] = {.lex_state = 434}, [644] = {.lex_state = 434}, [645] = {.lex_state = 434}, [646] = {.lex_state = 434}, [647] = {.lex_state = 434}, [648] = {.lex_state = 434}, [649] = {.lex_state = 434}, [650] = {.lex_state = 434}, [651] = {.lex_state = 434}, [652] = {.lex_state = 434}, [653] = {.lex_state = 434}, [654] = {.lex_state = 434}, [655] = {.lex_state = 434}, [656] = {.lex_state = 434}, [657] = {.lex_state = 434}, [658] = {.lex_state = 434}, [659] = {.lex_state = 434}, [660] = {.lex_state = 434}, [661] = {.lex_state = 434}, [662] = {.lex_state = 434}, [663] = {.lex_state = 434}, [664] = {.lex_state = 434}, [665] = {.lex_state = 44}, [666] = {.lex_state = 44}, [667] = {.lex_state = 22}, [668] = {.lex_state = 8}, [669] = {.lex_state = 8}, [670] = {.lex_state = 44}, [671] = {.lex_state = 22}, [672] = {.lex_state = 12}, [673] = {.lex_state = 9}, [674] = {.lex_state = 9}, [675] = {.lex_state = 9}, [676] = {.lex_state = 9}, [677] = {.lex_state = 9}, [678] = {.lex_state = 9}, [679] = {.lex_state = 9}, [680] = {.lex_state = 9}, [681] = {.lex_state = 9}, [682] = {.lex_state = 9}, [683] = {.lex_state = 9}, [684] = {.lex_state = 9}, [685] = {.lex_state = 9}, [686] = {.lex_state = 9}, [687] = {.lex_state = 12}, [688] = {.lex_state = 12}, [689] = {.lex_state = 12}, [690] = {.lex_state = 12}, [691] = {.lex_state = 12}, [692] = {.lex_state = 12}, [693] = {.lex_state = 9}, [694] = {.lex_state = 12}, [695] = {.lex_state = 12}, [696] = {.lex_state = 12}, [697] = {.lex_state = 12}, [698] = {.lex_state = 12}, [699] = {.lex_state = 12}, [700] = {.lex_state = 12}, [701] = {.lex_state = 9}, [702] = {.lex_state = 12}, [703] = {.lex_state = 12}, [704] = {.lex_state = 12}, [705] = {.lex_state = 12}, [706] = {.lex_state = 12}, [707] = {.lex_state = 12}, [708] = {.lex_state = 12}, [709] = {.lex_state = 12}, [710] = {.lex_state = 12}, [711] = {.lex_state = 12}, [712] = {.lex_state = 12}, [713] = {.lex_state = 12}, [714] = {.lex_state = 12}, [715] = {.lex_state = 12}, [716] = {.lex_state = 12}, [717] = {.lex_state = 12}, [718] = {.lex_state = 9}, [719] = {.lex_state = 12}, [720] = {.lex_state = 12}, [721] = {.lex_state = 12}, [722] = {.lex_state = 12}, [723] = {.lex_state = 12}, [724] = {.lex_state = 12}, [725] = {.lex_state = 12}, [726] = {.lex_state = 12}, [727] = {.lex_state = 12}, [728] = {.lex_state = 12}, [729] = {.lex_state = 12}, [730] = {.lex_state = 12}, [731] = {.lex_state = 12}, [732] = {.lex_state = 9}, [733] = {.lex_state = 9}, [734] = {.lex_state = 9}, [735] = {.lex_state = 9}, [736] = {.lex_state = 9}, [737] = {.lex_state = 9}, [738] = {.lex_state = 9}, [739] = {.lex_state = 9}, [740] = {.lex_state = 9}, [741] = {.lex_state = 9}, [742] = {.lex_state = 9}, [743] = {.lex_state = 9}, [744] = {.lex_state = 9}, [745] = {.lex_state = 9}, [746] = {.lex_state = 9}, [747] = {.lex_state = 9}, [748] = {.lex_state = 9}, [749] = {.lex_state = 9}, [750] = {.lex_state = 9}, [751] = {.lex_state = 9}, [752] = {.lex_state = 9}, [753] = {.lex_state = 9}, [754] = {.lex_state = 9}, [755] = {.lex_state = 9}, [756] = {.lex_state = 9}, [757] = {.lex_state = 9}, [758] = {.lex_state = 9}, [759] = {.lex_state = 12}, [760] = {.lex_state = 24}, [761] = {.lex_state = 23}, [762] = {.lex_state = 26}, [763] = {.lex_state = 24}, [764] = {.lex_state = 27}, [765] = {.lex_state = 26}, [766] = {.lex_state = 28}, [767] = {.lex_state = 28}, [768] = {.lex_state = 29}, [769] = {.lex_state = 29}, [770] = {.lex_state = 30}, [771] = {.lex_state = 32}, [772] = {.lex_state = 32}, [773] = {.lex_state = 30}, [774] = {.lex_state = 31}, [775] = {.lex_state = 25}, [776] = {.lex_state = 23}, [777] = {.lex_state = 27}, [778] = {.lex_state = 25}, [779] = {.lex_state = 31}, [780] = {.lex_state = 11}, [781] = {.lex_state = 20}, [782] = {.lex_state = 20}, [783] = {.lex_state = 20}, [784] = {.lex_state = 16}, [785] = {.lex_state = 20}, [786] = {.lex_state = 44}, [787] = {.lex_state = 10}, [788] = {.lex_state = 10}, [789] = {.lex_state = 10}, [790] = {.lex_state = 20}, [791] = {.lex_state = 20}, [792] = {.lex_state = 20}, [793] = {.lex_state = 20}, [794] = {.lex_state = 16}, [795] = {.lex_state = 44}, [796] = {.lex_state = 10}, [797] = {.lex_state = 10}, [798] = {.lex_state = 10}, [799] = {.lex_state = 10}, [800] = {.lex_state = 10}, [801] = {.lex_state = 20}, [802] = {.lex_state = 10}, [803] = {.lex_state = 10}, [804] = {.lex_state = 10}, [805] = {.lex_state = 10}, [806] = {.lex_state = 10}, [807] = {.lex_state = 10}, [808] = {.lex_state = 10}, [809] = {.lex_state = 10}, [810] = {.lex_state = 18}, [811] = {.lex_state = 18}, [812] = {.lex_state = 18}, [813] = {.lex_state = 18}, [814] = {.lex_state = 10}, [815] = {.lex_state = 19}, [816] = {.lex_state = 19}, [817] = {.lex_state = 19}, [818] = {.lex_state = 19}, [819] = {.lex_state = 20}, [820] = {.lex_state = 18}, [821] = {.lex_state = 18}, [822] = {.lex_state = 10}, [823] = {.lex_state = 10}, [824] = {.lex_state = 19}, [825] = {.lex_state = 20}, [826] = {.lex_state = 18}, [827] = {.lex_state = 18}, [828] = {.lex_state = 10}, [829] = {.lex_state = 20}, [830] = {.lex_state = 18}, [831] = {.lex_state = 18}, [832] = {.lex_state = 18}, [833] = {.lex_state = 19}, [834] = {.lex_state = 19}, [835] = {.lex_state = 18}, [836] = {.lex_state = 18}, [837] = {.lex_state = 10}, [838] = {.lex_state = 18}, [839] = {.lex_state = 20}, [840] = {.lex_state = 19}, [841] = {.lex_state = 19}, [842] = {.lex_state = 19}, [843] = {.lex_state = 19}, [844] = {.lex_state = 19}, [845] = {.lex_state = 10}, [846] = {.lex_state = 19}, [847] = {.lex_state = 18}, [848] = {.lex_state = 19}, [849] = {.lex_state = 19}, [850] = {.lex_state = 19}, [851] = {.lex_state = 19}, [852] = {.lex_state = 19}, [853] = {.lex_state = 19}, [854] = {.lex_state = 19}, [855] = {.lex_state = 19}, [856] = {.lex_state = 19}, [857] = {.lex_state = 19}, [858] = {.lex_state = 19}, [859] = {.lex_state = 19}, [860] = {.lex_state = 19}, [861] = {.lex_state = 13}, [862] = {.lex_state = 13}, [863] = {.lex_state = 13}, [864] = {.lex_state = 13}, [865] = {.lex_state = 13}, [866] = {.lex_state = 18}, [867] = {.lex_state = 19}, [868] = {.lex_state = 19}, [869] = {.lex_state = 19}, [870] = {.lex_state = 19}, [871] = {.lex_state = 13}, [872] = {.lex_state = 18}, [873] = {.lex_state = 19}, [874] = {.lex_state = 19}, [875] = {.lex_state = 19}, [876] = {.lex_state = 18}, [877] = {.lex_state = 19}, [878] = {.lex_state = 44}, [879] = {.lex_state = 18}, [880] = {.lex_state = 13}, [881] = {.lex_state = 13}, [882] = {.lex_state = 19}, [883] = {.lex_state = 19}, [884] = {.lex_state = 19}, [885] = {.lex_state = 19}, [886] = {.lex_state = 18}, [887] = {.lex_state = 13}, [888] = {.lex_state = 13}, [889] = {.lex_state = 13}, [890] = {.lex_state = 13}, [891] = {.lex_state = 13}, [892] = {.lex_state = 18}, [893] = {.lex_state = 13}, [894] = {.lex_state = 19}, [895] = {.lex_state = 13}, [896] = {.lex_state = 13}, [897] = {.lex_state = 13}, [898] = {.lex_state = 13}, [899] = {.lex_state = 13}, [900] = {.lex_state = 13}, [901] = {.lex_state = 13}, [902] = {.lex_state = 13}, [903] = {.lex_state = 13}, [904] = {.lex_state = 13}, [905] = {.lex_state = 13}, [906] = {.lex_state = 13}, [907] = {.lex_state = 13}, [908] = {.lex_state = 11}, [909] = {.lex_state = 11}, [910] = {.lex_state = 11}, [911] = {.lex_state = 11}, [912] = {.lex_state = 11}, [913] = {.lex_state = 19}, [914] = {.lex_state = 13}, [915] = {.lex_state = 13}, [916] = {.lex_state = 13}, [917] = {.lex_state = 13}, [918] = {.lex_state = 11}, [919] = {.lex_state = 19}, [920] = {.lex_state = 13}, [921] = {.lex_state = 13}, [922] = {.lex_state = 13}, [923] = {.lex_state = 19}, [924] = {.lex_state = 13}, [925] = {.lex_state = 44}, [926] = {.lex_state = 18}, [927] = {.lex_state = 11}, [928] = {.lex_state = 11}, [929] = {.lex_state = 13}, [930] = {.lex_state = 13}, [931] = {.lex_state = 13}, [932] = {.lex_state = 13}, [933] = {.lex_state = 19}, [934] = {.lex_state = 11}, [935] = {.lex_state = 11}, [936] = {.lex_state = 11}, [937] = {.lex_state = 11}, [938] = {.lex_state = 11}, [939] = {.lex_state = 18}, [940] = {.lex_state = 11}, [941] = {.lex_state = 13}, [942] = {.lex_state = 11}, [943] = {.lex_state = 11}, [944] = {.lex_state = 11}, [945] = {.lex_state = 11}, [946] = {.lex_state = 11}, [947] = {.lex_state = 11}, [948] = {.lex_state = 11}, [949] = {.lex_state = 11}, [950] = {.lex_state = 11}, [951] = {.lex_state = 11}, [952] = {.lex_state = 11}, [953] = {.lex_state = 11}, [954] = {.lex_state = 11}, [955] = {.lex_state = 18}, [956] = {.lex_state = 18}, [957] = {.lex_state = 18}, [958] = {.lex_state = 18}, [959] = {.lex_state = 14}, [960] = {.lex_state = 13}, [961] = {.lex_state = 11}, [962] = {.lex_state = 11}, [963] = {.lex_state = 11}, [964] = {.lex_state = 11}, [965] = {.lex_state = 14}, [966] = {.lex_state = 13}, [967] = {.lex_state = 11}, [968] = {.lex_state = 11}, [969] = {.lex_state = 11}, [970] = {.lex_state = 13}, [971] = {.lex_state = 14}, [972] = {.lex_state = 14}, [973] = {.lex_state = 14}, [974] = {.lex_state = 18}, [975] = {.lex_state = 18}, [976] = {.lex_state = 11}, [977] = {.lex_state = 11}, [978] = {.lex_state = 11}, [979] = {.lex_state = 11}, [980] = {.lex_state = 13}, [981] = {.lex_state = 18}, [982] = {.lex_state = 18}, [983] = {.lex_state = 14}, [984] = {.lex_state = 18}, [985] = {.lex_state = 18}, [986] = {.lex_state = 18}, [987] = {.lex_state = 18}, [988] = {.lex_state = 11}, [989] = {.lex_state = 10}, [990] = {.lex_state = 14}, [991] = {.lex_state = 14}, [992] = {.lex_state = 18}, [993] = {.lex_state = 18}, [994] = {.lex_state = 18}, [995] = {.lex_state = 18}, [996] = {.lex_state = 14}, [997] = {.lex_state = 14}, [998] = {.lex_state = 14}, [999] = {.lex_state = 14}, [1000] = {.lex_state = 14}, [1001] = {.lex_state = 17}, [1002] = {.lex_state = 17}, [1003] = {.lex_state = 17}, [1004] = {.lex_state = 17}, [1005] = {.lex_state = 17}, [1006] = {.lex_state = 11}, [1007] = {.lex_state = 10}, [1008] = {.lex_state = 14}, [1009] = {.lex_state = 18}, [1010] = {.lex_state = 14}, [1011] = {.lex_state = 17}, [1012] = {.lex_state = 11}, [1013] = {.lex_state = 14}, [1014] = {.lex_state = 14}, [1015] = {.lex_state = 14}, [1016] = {.lex_state = 11}, [1017] = {.lex_state = 14}, [1018] = {.lex_state = 14}, [1019] = {.lex_state = 17}, [1020] = {.lex_state = 17}, [1021] = {.lex_state = 14}, [1022] = {.lex_state = 14}, [1023] = {.lex_state = 14}, [1024] = {.lex_state = 14}, [1025] = {.lex_state = 11}, [1026] = {.lex_state = 17}, [1027] = {.lex_state = 17}, [1028] = {.lex_state = 17}, [1029] = {.lex_state = 17}, [1030] = {.lex_state = 17}, [1031] = {.lex_state = 14}, [1032] = {.lex_state = 17}, [1033] = {.lex_state = 14}, [1034] = {.lex_state = 17}, [1035] = {.lex_state = 17}, [1036] = {.lex_state = 17}, [1037] = {.lex_state = 17}, [1038] = {.lex_state = 17}, [1039] = {.lex_state = 17}, [1040] = {.lex_state = 17}, [1041] = {.lex_state = 17}, [1042] = {.lex_state = 17}, [1043] = {.lex_state = 17}, [1044] = {.lex_state = 17}, [1045] = {.lex_state = 17}, [1046] = {.lex_state = 17}, [1047] = {.lex_state = 14}, [1048] = {.lex_state = 17}, [1049] = {.lex_state = 17}, [1050] = {.lex_state = 17}, [1051] = {.lex_state = 17}, [1052] = {.lex_state = 15}, [1053] = {.lex_state = 17}, [1054] = {.lex_state = 17}, [1055] = {.lex_state = 17}, [1056] = {.lex_state = 15}, [1057] = {.lex_state = 17}, [1058] = {.lex_state = 17}, [1059] = {.lex_state = 17}, [1060] = {.lex_state = 17}, [1061] = {.lex_state = 17}, [1062] = {.lex_state = 15}, [1063] = {.lex_state = 17}, [1064] = {.lex_state = 17}, [1065] = {.lex_state = 17}, [1066] = {.lex_state = 17}, [1067] = {.lex_state = 17}, [1068] = {.lex_state = 44}, [1069] = {.lex_state = 15}, [1070] = {.lex_state = 15}, [1071] = {.lex_state = 18}, [1072] = {.lex_state = 14}, [1073] = {.lex_state = 14}, [1074] = {.lex_state = 44}, [1075] = {.lex_state = 14}, [1076] = {.lex_state = 14}, [1077] = {.lex_state = 15}, [1078] = {.lex_state = 18}, [1079] = {.lex_state = 14}, [1080] = {.lex_state = 14}, [1081] = {.lex_state = 14}, [1082] = {.lex_state = 18}, [1083] = {.lex_state = 14}, [1084] = {.lex_state = 44}, [1085] = {.lex_state = 10}, [1086] = {.lex_state = 15}, [1087] = {.lex_state = 15}, [1088] = {.lex_state = 14}, [1089] = {.lex_state = 14}, [1090] = {.lex_state = 14}, [1091] = {.lex_state = 14}, [1092] = {.lex_state = 18}, [1093] = {.lex_state = 15}, [1094] = {.lex_state = 15}, [1095] = {.lex_state = 15}, [1096] = {.lex_state = 15}, [1097] = {.lex_state = 15}, [1098] = {.lex_state = 10}, [1099] = {.lex_state = 15}, [1100] = {.lex_state = 14}, [1101] = {.lex_state = 15}, [1102] = {.lex_state = 15}, [1103] = {.lex_state = 15}, [1104] = {.lex_state = 15}, [1105] = {.lex_state = 15}, [1106] = {.lex_state = 15}, [1107] = {.lex_state = 15}, [1108] = {.lex_state = 15}, [1109] = {.lex_state = 15}, [1110] = {.lex_state = 15}, [1111] = {.lex_state = 15}, [1112] = {.lex_state = 15}, [1113] = {.lex_state = 15}, [1114] = {.lex_state = 16}, [1115] = {.lex_state = 16}, [1116] = {.lex_state = 16}, [1117] = {.lex_state = 16}, [1118] = {.lex_state = 16}, [1119] = {.lex_state = 14}, [1120] = {.lex_state = 15}, [1121] = {.lex_state = 44}, [1122] = {.lex_state = 15}, [1123] = {.lex_state = 15}, [1124] = {.lex_state = 15}, [1125] = {.lex_state = 16}, [1126] = {.lex_state = 14}, [1127] = {.lex_state = 15}, [1128] = {.lex_state = 15}, [1129] = {.lex_state = 15}, [1130] = {.lex_state = 14}, [1131] = {.lex_state = 15}, [1132] = {.lex_state = 44}, [1133] = {.lex_state = 44}, [1134] = {.lex_state = 16}, [1135] = {.lex_state = 16}, [1136] = {.lex_state = 15}, [1137] = {.lex_state = 15}, [1138] = {.lex_state = 15}, [1139] = {.lex_state = 15}, [1140] = {.lex_state = 14}, [1141] = {.lex_state = 16}, [1142] = {.lex_state = 16}, [1143] = {.lex_state = 16}, [1144] = {.lex_state = 16}, [1145] = {.lex_state = 16}, [1146] = {.lex_state = 10}, [1147] = {.lex_state = 16}, [1148] = {.lex_state = 15}, [1149] = {.lex_state = 16}, [1150] = {.lex_state = 16}, [1151] = {.lex_state = 16}, [1152] = {.lex_state = 16}, [1153] = {.lex_state = 16}, [1154] = {.lex_state = 16}, [1155] = {.lex_state = 16}, [1156] = {.lex_state = 16}, [1157] = {.lex_state = 16}, [1158] = {.lex_state = 16}, [1159] = {.lex_state = 16}, [1160] = {.lex_state = 16}, [1161] = {.lex_state = 16}, [1162] = {.lex_state = 20}, [1163] = {.lex_state = 20}, [1164] = {.lex_state = 20}, [1165] = {.lex_state = 20}, [1166] = {.lex_state = 20}, [1167] = {.lex_state = 15}, [1168] = {.lex_state = 16}, [1169] = {.lex_state = 44}, [1170] = {.lex_state = 16}, [1171] = {.lex_state = 16}, [1172] = {.lex_state = 16}, [1173] = {.lex_state = 20}, [1174] = {.lex_state = 15}, [1175] = {.lex_state = 16}, [1176] = {.lex_state = 16}, [1177] = {.lex_state = 16}, [1178] = {.lex_state = 15}, [1179] = {.lex_state = 16}, [1180] = {.lex_state = 10}, [1181] = {.lex_state = 10}, [1182] = {.lex_state = 20}, [1183] = {.lex_state = 20}, [1184] = {.lex_state = 16}, [1185] = {.lex_state = 16}, [1186] = {.lex_state = 16}, [1187] = {.lex_state = 16}, [1188] = {.lex_state = 15}, [1189] = {.lex_state = 20}, [1190] = {.lex_state = 20}, [1191] = {.lex_state = 20}, [1192] = {.lex_state = 20}, [1193] = {.lex_state = 20}, [1194] = {.lex_state = 10}, [1195] = {.lex_state = 20}, [1196] = {.lex_state = 16}, [1197] = {.lex_state = 20}, [1198] = {.lex_state = 20}, [1199] = {.lex_state = 20}, [1200] = {.lex_state = 20}, [1201] = {.lex_state = 44}, [1202] = {.lex_state = 20}, [1203] = {.lex_state = 20}, [1204] = {.lex_state = 20}, [1205] = {.lex_state = 44}, [1206] = {.lex_state = 44}, [1207] = {.lex_state = 20}, [1208] = {.lex_state = 20}, [1209] = {.lex_state = 20}, [1210] = {.lex_state = 20}, [1211] = {.lex_state = 20}, [1212] = {.lex_state = 20}, [1213] = {.lex_state = 10}, [1214] = {.lex_state = 10}, [1215] = {.lex_state = 10}, [1216] = {.lex_state = 10}, [1217] = {.lex_state = 10}, [1218] = {.lex_state = 16}, [1219] = {.lex_state = 20}, [1220] = {.lex_state = 20}, [1221] = {.lex_state = 20}, [1222] = {.lex_state = 20}, [1223] = {.lex_state = 10}, [1224] = {.lex_state = 16}, [1225] = {.lex_state = 10}, [1226] = {.lex_state = 10}, [1227] = {.lex_state = 10}, [1228] = {.lex_state = 10}, [1229] = {.lex_state = 10}, [1230] = {.lex_state = 10}, [1231] = {.lex_state = 10}, [1232] = {.lex_state = 10}, [1233] = {.lex_state = 19}, [1234] = {.lex_state = 34}, [1235] = {.lex_state = 33}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 0}, [1238] = {.lex_state = 0}, [1239] = {.lex_state = 33}, [1240] = {.lex_state = 0}, [1241] = {.lex_state = 0}, [1242] = {.lex_state = 44}, [1243] = {.lex_state = 44}, [1244] = {.lex_state = 0}, [1245] = {.lex_state = 0}, [1246] = {.lex_state = 33}, [1247] = {.lex_state = 44}, [1248] = {.lex_state = 33}, [1249] = {.lex_state = 0}, [1250] = {.lex_state = 0}, [1251] = {.lex_state = 0}, [1252] = {.lex_state = 0}, [1253] = {.lex_state = 34}, [1254] = {.lex_state = 33}, [1255] = {.lex_state = 34}, [1256] = {.lex_state = 34}, [1257] = {.lex_state = 33}, [1258] = {.lex_state = 0}, [1259] = {.lex_state = 33}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 0}, [1262] = {.lex_state = 0}, [1263] = {.lex_state = 0}, [1264] = {.lex_state = 33}, [1265] = {.lex_state = 44}, [1266] = {.lex_state = 33}, [1267] = {.lex_state = 0}, [1268] = {.lex_state = 0}, [1269] = {.lex_state = 0}, [1270] = {.lex_state = 33}, [1271] = {.lex_state = 33}, [1272] = {.lex_state = 33}, [1273] = {.lex_state = 0}, [1274] = {.lex_state = 0}, [1275] = {.lex_state = 44}, [1276] = {.lex_state = 0}, [1277] = {.lex_state = 44}, [1278] = {.lex_state = 33}, [1279] = {.lex_state = 0}, [1280] = {.lex_state = 0}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 0}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 44}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 0}, [1287] = {.lex_state = 44}, [1288] = {.lex_state = 44}, [1289] = {.lex_state = 33}, [1290] = {.lex_state = 33}, [1291] = {.lex_state = 44}, [1292] = {.lex_state = 33}, [1293] = {.lex_state = 0}, [1294] = {.lex_state = 33}, [1295] = {.lex_state = 33}, [1296] = {.lex_state = 0}, [1297] = {.lex_state = 44}, [1298] = {.lex_state = 0}, [1299] = {.lex_state = 0}, [1300] = {.lex_state = 44}, [1301] = {.lex_state = 0}, [1302] = {.lex_state = 0}, [1303] = {.lex_state = 44}, [1304] = {.lex_state = 44}, [1305] = {.lex_state = 44}, [1306] = {.lex_state = 33}, [1307] = {.lex_state = 33}, [1308] = {.lex_state = 44}, [1309] = {.lex_state = 33}, [1310] = {.lex_state = 0}, [1311] = {.lex_state = 44}, [1312] = {.lex_state = 0}, [1313] = {.lex_state = 44}, [1314] = {.lex_state = 0}, [1315] = {.lex_state = 0}, [1316] = {.lex_state = 0}, [1317] = {.lex_state = 0}, [1318] = {.lex_state = 44}, [1319] = {.lex_state = 0}, [1320] = {.lex_state = 44}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0}, [1323] = {.lex_state = 33}, [1324] = {.lex_state = 44}, [1325] = {.lex_state = 0}, [1326] = {.lex_state = 0}, [1327] = {.lex_state = 0}, [1328] = {.lex_state = 44}, [1329] = {.lex_state = 0}, [1330] = {.lex_state = 0}, [1331] = {.lex_state = 0}, [1332] = {.lex_state = 0}, [1333] = {.lex_state = 44}, [1334] = {.lex_state = 0}, [1335] = {.lex_state = 0}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 44}, [1338] = {.lex_state = 0}, [1339] = {.lex_state = 0}, [1340] = {.lex_state = 0}, [1341] = {.lex_state = 44}, [1342] = {.lex_state = 44}, [1343] = {.lex_state = 0}, [1344] = {.lex_state = 0}, [1345] = {.lex_state = 44}, [1346] = {.lex_state = 44}, [1347] = {.lex_state = 0}, [1348] = {.lex_state = 0}, [1349] = {.lex_state = 44}, [1350] = {.lex_state = 0}, [1351] = {.lex_state = 44}, [1352] = {.lex_state = 0}, [1353] = {.lex_state = 44}, [1354] = {.lex_state = 0}, [1355] = {.lex_state = 0}, [1356] = {.lex_state = 44}, [1357] = {.lex_state = 44}, [1358] = {.lex_state = 44}, [1359] = {.lex_state = 0}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 0}, [1364] = {.lex_state = 0}, [1365] = {.lex_state = 0}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, [1368] = {.lex_state = 44}, [1369] = {.lex_state = 34}, [1370] = {.lex_state = 44}, [1371] = {.lex_state = 44}, [1372] = {.lex_state = 44}, [1373] = {.lex_state = 44}, [1374] = {.lex_state = 44}, [1375] = {.lex_state = 34}, [1376] = {.lex_state = 44}, [1377] = {.lex_state = 44}, [1378] = {.lex_state = 44}, [1379] = {.lex_state = 44}, [1380] = {.lex_state = 44}, [1381] = {.lex_state = 44}, [1382] = {.lex_state = 44}, [1383] = {.lex_state = 44}, [1384] = {.lex_state = 44}, [1385] = {.lex_state = 44}, [1386] = {.lex_state = 44}, [1387] = {.lex_state = 44}, [1388] = {.lex_state = 44}, [1389] = {.lex_state = 44}, [1390] = {.lex_state = 44}, [1391] = {.lex_state = 44}, [1392] = {.lex_state = 44}, [1393] = {.lex_state = 44}, [1394] = {.lex_state = 44}, [1395] = {.lex_state = 44}, [1396] = {.lex_state = 44}, [1397] = {.lex_state = 44}, [1398] = {.lex_state = 44}, [1399] = {.lex_state = 44}, [1400] = {.lex_state = 0}, [1401] = {.lex_state = 0}, [1402] = {.lex_state = 44}, [1403] = {.lex_state = 44}, [1404] = {.lex_state = 0}, [1405] = {.lex_state = 44}, [1406] = {.lex_state = 0}, [1407] = {.lex_state = 44}, [1408] = {.lex_state = 44}, [1409] = {.lex_state = 44}, [1410] = {.lex_state = 44}, [1411] = {.lex_state = 44}, [1412] = {.lex_state = 44}, [1413] = {.lex_state = 44}, [1414] = {.lex_state = 44}, [1415] = {.lex_state = 44}, [1416] = {.lex_state = 44}, [1417] = {.lex_state = 44}, [1418] = {.lex_state = 44}, [1419] = {.lex_state = 44}, [1420] = {.lex_state = 44}, [1421] = {.lex_state = 44}, [1422] = {.lex_state = 44}, [1423] = {.lex_state = 44}, [1424] = {.lex_state = 44}, [1425] = {.lex_state = 44}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 44}, [1428] = {.lex_state = 44}, [1429] = {.lex_state = 44}, [1430] = {.lex_state = 44}, [1431] = {.lex_state = 44}, [1432] = {.lex_state = 44}, [1433] = {.lex_state = 44}, [1434] = {.lex_state = 44}, [1435] = {.lex_state = 44}, [1436] = {.lex_state = 44}, [1437] = {.lex_state = 44}, [1438] = {.lex_state = 44}, [1439] = {.lex_state = 44}, [1440] = {.lex_state = 44}, [1441] = {.lex_state = 44}, [1442] = {.lex_state = 44}, [1443] = {.lex_state = 44}, [1444] = {.lex_state = 44}, [1445] = {.lex_state = 44}, [1446] = {.lex_state = 44}, [1447] = {.lex_state = 44}, [1448] = {.lex_state = 44}, [1449] = {.lex_state = 44}, [1450] = {.lex_state = 44}, [1451] = {.lex_state = 44}, [1452] = {.lex_state = 44}, [1453] = {.lex_state = 44}, [1454] = {.lex_state = 44}, [1455] = {.lex_state = 44}, [1456] = {.lex_state = 44}, [1457] = {.lex_state = 44}, [1458] = {.lex_state = 44}, [1459] = {.lex_state = 44}, [1460] = {.lex_state = 44}, [1461] = {.lex_state = 44}, [1462] = {.lex_state = 44}, [1463] = {.lex_state = 0}, [1464] = {.lex_state = 0}, [1465] = {.lex_state = 44}, [1466] = {.lex_state = 44}, [1467] = {.lex_state = 44}, [1468] = {.lex_state = 0}, [1469] = {.lex_state = 0}, [1470] = {.lex_state = 0}, [1471] = {.lex_state = 44}, [1472] = {.lex_state = 44}, [1473] = {.lex_state = 44}, [1474] = {.lex_state = 44}, [1475] = {.lex_state = 44}, [1476] = {.lex_state = 44}, [1477] = {.lex_state = 44}, [1478] = {.lex_state = 44}, [1479] = {.lex_state = 44}, [1480] = {.lex_state = 44}, [1481] = {.lex_state = 44}, [1482] = {.lex_state = 0}, [1483] = {.lex_state = 21}, [1484] = {.lex_state = 21}, [1485] = {.lex_state = 33}, [1486] = {.lex_state = 21}, [1487] = {.lex_state = 21}, [1488] = {.lex_state = 33}, [1489] = {.lex_state = 21}, [1490] = {.lex_state = 21}, [1491] = {.lex_state = 21}, [1492] = {.lex_state = 33}, [1493] = {.lex_state = 0}, [1494] = {.lex_state = 21}, [1495] = {.lex_state = 0}, [1496] = {.lex_state = 21}, [1497] = {.lex_state = 21}, [1498] = {.lex_state = 33}, [1499] = {.lex_state = 21}, [1500] = {.lex_state = 21}, [1501] = {.lex_state = 0}, [1502] = {.lex_state = 21}, [1503] = {.lex_state = 0}, [1504] = {.lex_state = 0}, [1505] = {.lex_state = 21}, [1506] = {.lex_state = 0}, [1507] = {.lex_state = 21}, [1508] = {.lex_state = 33}, [1509] = {.lex_state = 21}, [1510] = {.lex_state = 21}, [1511] = {.lex_state = 33}, [1512] = {.lex_state = 33}, [1513] = {.lex_state = 21}, [1514] = {.lex_state = 33}, [1515] = {.lex_state = 21}, [1516] = {.lex_state = 0}, [1517] = {.lex_state = 21}, [1518] = {.lex_state = 33}, [1519] = {.lex_state = 21}, [1520] = {.lex_state = 21}, [1521] = {.lex_state = 21}, [1522] = {.lex_state = 33}, [1523] = {.lex_state = 21}, [1524] = {.lex_state = 21}, [1525] = {.lex_state = 33}, [1526] = {.lex_state = 21}, [1527] = {.lex_state = 0}, [1528] = {.lex_state = 33}, [1529] = {.lex_state = 0}, [1530] = {.lex_state = 0}, [1531] = {.lex_state = 21}, [1532] = {.lex_state = 0}, [1533] = {.lex_state = 0}, [1534] = {.lex_state = 0}, [1535] = {.lex_state = 0}, [1536] = {.lex_state = 0}, [1537] = {.lex_state = 0}, [1538] = {.lex_state = 0}, [1539] = {.lex_state = 0}, [1540] = {.lex_state = 0}, [1541] = {.lex_state = 0}, [1542] = {.lex_state = 434}, [1543] = {.lex_state = 0}, [1544] = {.lex_state = 434}, [1545] = {.lex_state = 434}, [1546] = {.lex_state = 434}, [1547] = {.lex_state = 434}, [1548] = {.lex_state = 434}, [1549] = {.lex_state = 434}, [1550] = {.lex_state = 0}, [1551] = {.lex_state = 0}, [1552] = {.lex_state = 434}, [1553] = {.lex_state = 434}, [1554] = {.lex_state = 434}, [1555] = {.lex_state = 0}, [1556] = {.lex_state = 0}, [1557] = {.lex_state = 0}, [1558] = {.lex_state = 0}, [1559] = {.lex_state = 434}, [1560] = {.lex_state = 434}, [1561] = {.lex_state = 434}, [1562] = {.lex_state = 0}, [1563] = {.lex_state = 0}, [1564] = {.lex_state = 434}, [1565] = {.lex_state = 434}, [1566] = {.lex_state = 434}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 0}, [1569] = {.lex_state = 0}, [1570] = {.lex_state = 434}, [1571] = {.lex_state = 434}, [1572] = {.lex_state = 434}, [1573] = {.lex_state = 0}, [1574] = {.lex_state = 0}, [1575] = {.lex_state = 434}, [1576] = {.lex_state = 434}, [1577] = {.lex_state = 434}, [1578] = {.lex_state = 0}, [1579] = {.lex_state = 0}, [1580] = {.lex_state = 434}, [1581] = {.lex_state = 434}, [1582] = {.lex_state = 434}, [1583] = {.lex_state = 0}, [1584] = {.lex_state = 0}, [1585] = {.lex_state = 434}, [1586] = {.lex_state = 434}, [1587] = {.lex_state = 0}, [1588] = {.lex_state = 0}, [1589] = {.lex_state = 0}, [1590] = {.lex_state = 0}, [1591] = {.lex_state = 434}, [1592] = {.lex_state = 434}, [1593] = {.lex_state = 434}, [1594] = {.lex_state = 0}, [1595] = {.lex_state = 434}, [1596] = {.lex_state = 434}, [1597] = {.lex_state = 434}, [1598] = {.lex_state = 0}, [1599] = {.lex_state = 434}, [1600] = {.lex_state = 0}, [1601] = {.lex_state = 0}, [1602] = {.lex_state = 0}, [1603] = {.lex_state = 0}, [1604] = {.lex_state = 0}, [1605] = {.lex_state = 0}, [1606] = {.lex_state = 0}, [1607] = {.lex_state = 434}, [1608] = {.lex_state = 0}, [1609] = {.lex_state = 0}, [1610] = {.lex_state = 434}, [1611] = {.lex_state = 0}, [1612] = {.lex_state = 0}, [1613] = {.lex_state = 434}, [1614] = {.lex_state = 434}, [1615] = {.lex_state = 434}, [1616] = {.lex_state = 434}, [1617] = {.lex_state = 434}, [1618] = {.lex_state = 6}, [1619] = {.lex_state = 434}, [1620] = {.lex_state = 434}, [1621] = {.lex_state = 6}, [1622] = {.lex_state = 434}, [1623] = {.lex_state = 434}, [1624] = {.lex_state = 434}, [1625] = {.lex_state = 434}, [1626] = {.lex_state = 434}, [1627] = {.lex_state = 434}, [1628] = {.lex_state = 434}, [1629] = {.lex_state = 434}, [1630] = {.lex_state = 434}, [1631] = {.lex_state = 434}, [1632] = {.lex_state = 0}, [1633] = {.lex_state = 0}, [1634] = {.lex_state = 0}, [1635] = {.lex_state = 0}, [1636] = {.lex_state = 0}, [1637] = {.lex_state = 0}, [1638] = {.lex_state = 6}, [1639] = {.lex_state = 0}, [1640] = {.lex_state = 6}, [1641] = {.lex_state = 0}, [1642] = {.lex_state = 0}, [1643] = {.lex_state = 0}, [1644] = {.lex_state = 0}, [1645] = {.lex_state = 0}, [1646] = {.lex_state = 0}, [1647] = {.lex_state = 0}, [1648] = {.lex_state = 0}, [1649] = {.lex_state = 0}, [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, [1652] = {.lex_state = 6}, [1653] = {.lex_state = 6}, [1654] = {.lex_state = 45}, [1655] = {.lex_state = 45}, [1656] = {.lex_state = 45}, [1657] = {.lex_state = 45}, [1658] = {.lex_state = 45}, [1659] = {.lex_state = 45}, [1660] = {.lex_state = 45}, [1661] = {.lex_state = 45}, [1662] = {.lex_state = 45}, [1663] = {.lex_state = 6}, [1664] = {.lex_state = 45}, [1665] = {.lex_state = 45}, [1666] = {.lex_state = 45}, [1667] = {.lex_state = 6}, [1668] = {.lex_state = 45}, [1669] = {.lex_state = 45}, [1670] = {.lex_state = 45}, [1671] = {.lex_state = 0}, [1672] = {.lex_state = 6}, [1673] = {.lex_state = 6}, [1674] = {.lex_state = 36}, [1675] = {.lex_state = 46}, [1676] = {.lex_state = 6}, [1677] = {.lex_state = 6}, [1678] = {.lex_state = 6}, [1679] = {.lex_state = 46}, [1680] = {.lex_state = 6}, [1681] = {.lex_state = 6}, [1682] = {.lex_state = 0}, [1683] = {.lex_state = 0}, [1684] = {.lex_state = 0}, [1685] = {.lex_state = 6}, [1686] = {.lex_state = 0}, [1687] = {.lex_state = 0}, [1688] = {.lex_state = 6}, [1689] = {.lex_state = 0}, [1690] = {.lex_state = 0}, [1691] = {.lex_state = 6}, [1692] = {.lex_state = 6}, [1693] = {.lex_state = 0}, [1694] = {.lex_state = 0}, [1695] = {.lex_state = 6}, [1696] = {.lex_state = 0}, [1697] = {.lex_state = 0}, [1698] = {.lex_state = 6}, [1699] = {.lex_state = 0}, [1700] = {.lex_state = 0}, [1701] = {.lex_state = 6}, [1702] = {.lex_state = 6}, [1703] = {.lex_state = 0}, [1704] = {.lex_state = 6}, [1705] = {.lex_state = 6}, [1706] = {.lex_state = 0}, [1707] = {.lex_state = 0}, [1708] = {.lex_state = 6}, [1709] = {.lex_state = 0}, [1710] = {.lex_state = 0}, [1711] = {.lex_state = 6}, [1712] = {.lex_state = 0}, [1713] = {.lex_state = 0}, [1714] = {.lex_state = 6}, [1715] = {.lex_state = 6}, [1716] = {.lex_state = 0}, [1717] = {.lex_state = 0}, [1718] = {.lex_state = 0}, [1719] = {.lex_state = 6}, [1720] = {.lex_state = 0}, [1721] = {.lex_state = 0}, [1722] = {.lex_state = 0}, [1723] = {.lex_state = 6}, [1724] = {.lex_state = 0}, [1725] = {.lex_state = 6}, [1726] = {.lex_state = 0}, [1727] = {.lex_state = 1}, [1728] = {.lex_state = 6}, [1729] = {.lex_state = 47}, [1730] = {.lex_state = 37}, [1731] = {.lex_state = 47}, [1732] = {.lex_state = 48}, [1733] = {.lex_state = 47}, [1734] = {.lex_state = 47}, [1735] = {.lex_state = 47}, [1736] = {.lex_state = 47}, [1737] = {.lex_state = 47}, [1738] = {.lex_state = 47}, [1739] = {.lex_state = 47}, [1740] = {.lex_state = 47}, [1741] = {.lex_state = 47}, [1742] = {.lex_state = 47}, [1743] = {.lex_state = 47}, [1744] = {.lex_state = 47}, [1745] = {.lex_state = 47}, [1746] = {.lex_state = 6}, [1747] = {.lex_state = 6}, [1748] = {.lex_state = 47}, [1749] = {.lex_state = 47}, [1750] = {.lex_state = 47}, [1751] = {.lex_state = 47}, [1752] = {.lex_state = 48}, [1753] = {.lex_state = 2}, [1754] = {.lex_state = 47}, [1755] = {.lex_state = 37}, [1756] = {.lex_state = 37}, [1757] = {.lex_state = 48}, [1758] = {.lex_state = 47}, [1759] = {.lex_state = 47}, [1760] = {.lex_state = 48}, [1761] = {.lex_state = 48}, [1762] = {.lex_state = 37}, [1763] = {.lex_state = 47}, [1764] = {.lex_state = 47}, [1765] = {.lex_state = 47}, [1766] = {.lex_state = 47}, [1767] = {.lex_state = 47}, [1768] = {.lex_state = 47}, [1769] = {.lex_state = 47}, [1770] = {.lex_state = 47}, [1771] = {.lex_state = 47}, [1772] = {.lex_state = 47}, [1773] = {.lex_state = 47}, [1774] = {.lex_state = 47}, [1775] = {.lex_state = 47}, [1776] = {.lex_state = 47}, [1777] = {.lex_state = 6}, [1778] = {.lex_state = 6}, [1779] = {.lex_state = 47}, [1780] = {.lex_state = 47}, [1781] = {.lex_state = 47}, [1782] = {.lex_state = 47}, [1783] = {.lex_state = 37}, [1784] = {.lex_state = 0}, [1785] = {.lex_state = 47}, [1786] = {.lex_state = 37}, [1787] = {.lex_state = 3}, [1788] = {.lex_state = 37}, [1789] = {.lex_state = 48}, [1790] = {.lex_state = 48}, [1791] = {.lex_state = 0}, [1792] = {.lex_state = 47}, [1793] = {.lex_state = 37}, [1794] = {.lex_state = 47}, [1795] = {.lex_state = 47}, [1796] = {.lex_state = 47}, [1797] = {.lex_state = 47}, [1798] = {.lex_state = 47}, [1799] = {.lex_state = 47}, [1800] = {.lex_state = 47}, [1801] = {.lex_state = 47}, [1802] = {.lex_state = 47}, [1803] = {.lex_state = 47}, [1804] = {.lex_state = 47}, [1805] = {.lex_state = 47}, [1806] = {.lex_state = 47}, [1807] = {.lex_state = 37}, [1808] = {.lex_state = 47}, [1809] = {.lex_state = 6}, [1810] = {.lex_state = 6}, [1811] = {.lex_state = 47}, [1812] = {.lex_state = 47}, [1813] = {.lex_state = 47}, [1814] = {.lex_state = 47}, [1815] = {.lex_state = 37}, [1816] = {.lex_state = 37}, [1817] = {.lex_state = 37}, [1818] = {.lex_state = 37}, [1819] = {.lex_state = 47}, [1820] = {.lex_state = 37}, [1821] = {.lex_state = 37}, [1822] = {.lex_state = 3}, [1823] = {.lex_state = 0}, [1824] = {.lex_state = 48}, [1825] = {.lex_state = 47}, [1826] = {.lex_state = 47}, [1827] = {.lex_state = 47}, [1828] = {.lex_state = 47}, [1829] = {.lex_state = 47}, [1830] = {.lex_state = 47}, [1831] = {.lex_state = 47}, [1832] = {.lex_state = 47}, [1833] = {.lex_state = 47}, [1834] = {.lex_state = 47}, [1835] = {.lex_state = 47}, [1836] = {.lex_state = 47}, [1837] = {.lex_state = 47}, [1838] = {.lex_state = 47}, [1839] = {.lex_state = 47}, [1840] = {.lex_state = 6}, [1841] = {.lex_state = 6}, [1842] = {.lex_state = 47}, [1843] = {.lex_state = 47}, [1844] = {.lex_state = 47}, [1845] = {.lex_state = 47}, [1846] = {.lex_state = 37}, [1847] = {.lex_state = 47}, [1848] = {.lex_state = 47}, [1849] = {.lex_state = 37}, [1850] = {.lex_state = 37}, [1851] = {.lex_state = 47}, [1852] = {.lex_state = 0}, [1853] = {.lex_state = 37}, [1854] = {.lex_state = 47}, [1855] = {.lex_state = 47}, [1856] = {.lex_state = 47}, [1857] = {.lex_state = 47}, [1858] = {.lex_state = 47}, [1859] = {.lex_state = 47}, [1860] = {.lex_state = 47}, [1861] = {.lex_state = 47}, [1862] = {.lex_state = 47}, [1863] = {.lex_state = 47}, [1864] = {.lex_state = 47}, [1865] = {.lex_state = 47}, [1866] = {.lex_state = 47}, [1867] = {.lex_state = 47}, [1868] = {.lex_state = 47}, [1869] = {.lex_state = 6}, [1870] = {.lex_state = 6}, [1871] = {.lex_state = 47}, [1872] = {.lex_state = 47}, [1873] = {.lex_state = 47}, [1874] = {.lex_state = 47}, [1875] = {.lex_state = 37}, [1876] = {.lex_state = 48}, [1877] = {.lex_state = 37}, [1878] = {.lex_state = 37}, [1879] = {.lex_state = 48}, [1880] = {.lex_state = 48}, [1881] = {.lex_state = 37}, [1882] = {.lex_state = 47}, [1883] = {.lex_state = 37}, [1884] = {.lex_state = 37}, [1885] = {.lex_state = 47}, [1886] = {.lex_state = 48}, [1887] = {.lex_state = 37}, [1888] = {.lex_state = 47}, [1889] = {.lex_state = 37}, [1890] = {.lex_state = 47}, [1891] = {.lex_state = 47}, [1892] = {.lex_state = 47}, [1893] = {.lex_state = 47}, [1894] = {.lex_state = 47}, [1895] = {.lex_state = 47}, [1896] = {.lex_state = 47}, [1897] = {.lex_state = 47}, [1898] = {.lex_state = 47}, [1899] = {.lex_state = 47}, [1900] = {.lex_state = 47}, [1901] = {.lex_state = 47}, [1902] = {.lex_state = 47}, [1903] = {.lex_state = 37}, [1904] = {.lex_state = 47}, [1905] = {.lex_state = 6}, [1906] = {.lex_state = 6}, [1907] = {.lex_state = 47}, [1908] = {.lex_state = 47}, [1909] = {.lex_state = 47}, [1910] = {.lex_state = 47}, [1911] = {.lex_state = 47}, [1912] = {.lex_state = 47}, [1913] = {.lex_state = 47}, [1914] = {.lex_state = 6}, [1915] = {.lex_state = 47}, [1916] = {.lex_state = 47}, [1917] = {.lex_state = 37}, [1918] = {.lex_state = 2}, [1919] = {.lex_state = 47}, [1920] = {.lex_state = 47}, [1921] = {.lex_state = 47}, [1922] = {.lex_state = 6}, [1923] = {.lex_state = 47}, [1924] = {.lex_state = 47}, [1925] = {.lex_state = 47}, [1926] = {.lex_state = 47}, [1927] = {.lex_state = 47}, [1928] = {.lex_state = 47}, [1929] = {.lex_state = 47}, [1930] = {.lex_state = 47}, [1931] = {.lex_state = 47}, [1932] = {.lex_state = 47}, [1933] = {.lex_state = 47}, [1934] = {.lex_state = 47}, [1935] = {.lex_state = 47}, [1936] = {.lex_state = 47}, [1937] = {.lex_state = 6}, [1938] = {.lex_state = 6}, [1939] = {.lex_state = 47}, [1940] = {.lex_state = 47}, [1941] = {.lex_state = 47}, [1942] = {.lex_state = 47}, [1943] = {.lex_state = 47}, [1944] = {.lex_state = 6}, [1945] = {.lex_state = 47}, [1946] = {.lex_state = 48}, [1947] = {.lex_state = 37}, [1948] = {.lex_state = 47}, [1949] = {.lex_state = 47}, [1950] = {.lex_state = 3}, [1951] = {.lex_state = 47}, [1952] = {.lex_state = 47}, [1953] = {.lex_state = 47}, [1954] = {.lex_state = 47}, [1955] = {.lex_state = 47}, [1956] = {.lex_state = 47}, [1957] = {.lex_state = 47}, [1958] = {.lex_state = 47}, [1959] = {.lex_state = 47}, [1960] = {.lex_state = 47}, [1961] = {.lex_state = 47}, [1962] = {.lex_state = 47}, [1963] = {.lex_state = 47}, [1964] = {.lex_state = 6}, [1965] = {.lex_state = 47}, [1966] = {.lex_state = 47}, [1967] = {.lex_state = 47}, [1968] = {.lex_state = 47}, [1969] = {.lex_state = 47}, [1970] = {.lex_state = 47}, [1971] = {.lex_state = 47}, [1972] = {.lex_state = 47}, [1973] = {.lex_state = 47}, [1974] = {.lex_state = 47}, [1975] = {.lex_state = 47}, [1976] = {.lex_state = 47}, [1977] = {.lex_state = 3}, [1978] = {.lex_state = 2}, [1979] = {.lex_state = 47}, [1980] = {.lex_state = 37}, [1981] = {.lex_state = 48}, [1982] = {.lex_state = 47}, [1983] = {.lex_state = 47}, [1984] = {.lex_state = 47}, [1985] = {.lex_state = 47}, [1986] = {.lex_state = 47}, [1987] = {.lex_state = 47}, [1988] = {.lex_state = 47}, [1989] = {.lex_state = 47}, [1990] = {.lex_state = 48}, [1991] = {.lex_state = 3}, [1992] = {.lex_state = 2}, [1993] = {.lex_state = 6}, [1994] = {.lex_state = 6}, [1995] = {.lex_state = 47}, [1996] = {.lex_state = 47}, [1997] = {.lex_state = 47}, [1998] = {.lex_state = 37}, [1999] = {.lex_state = 47}, [2000] = {.lex_state = 48}, [2001] = {.lex_state = 2}, [2002] = {.lex_state = 48}, [2003] = {.lex_state = 48}, [2004] = {.lex_state = 0}, [2005] = {.lex_state = 48}, [2006] = {.lex_state = 48}, [2007] = {.lex_state = 6}, [2008] = {.lex_state = 0}, [2009] = {.lex_state = 48}, [2010] = {.lex_state = 6}, [2011] = {.lex_state = 47}, [2012] = {.lex_state = 47}, [2013] = {.lex_state = 37}, [2014] = {.lex_state = 47}, [2015] = {.lex_state = 6}, [2016] = {.lex_state = 47}, [2017] = {.lex_state = 47}, [2018] = {.lex_state = 47}, [2019] = {.lex_state = 47}, [2020] = {.lex_state = 47}, [2021] = {.lex_state = 3}, [2022] = {.lex_state = 2}, [2023] = {.lex_state = 47}, [2024] = {.lex_state = 47}, [2025] = {.lex_state = 47}, [2026] = {.lex_state = 47}, [2027] = {.lex_state = 47}, [2028] = {.lex_state = 47}, [2029] = {.lex_state = 47}, [2030] = {.lex_state = 37}, [2031] = {.lex_state = 47}, [2032] = {.lex_state = 47}, [2033] = {.lex_state = 3}, [2034] = {.lex_state = 2}, [2035] = {.lex_state = 47}, [2036] = {.lex_state = 6}, [2037] = {.lex_state = 6}, [2038] = {.lex_state = 47}, [2039] = {.lex_state = 47}, [2040] = {.lex_state = 47}, [2041] = {.lex_state = 47}, [2042] = {.lex_state = 48}, [2043] = {.lex_state = 37}, [2044] = {.lex_state = 48}, [2045] = {.lex_state = 37}, [2046] = {.lex_state = 48}, [2047] = {.lex_state = 47}, [2048] = {.lex_state = 37}, [2049] = {.lex_state = 47}, [2050] = {.lex_state = 47}, [2051] = {.lex_state = 47}, [2052] = {.lex_state = 47}, [2053] = {.lex_state = 47}, [2054] = {.lex_state = 47}, [2055] = {.lex_state = 47}, [2056] = {.lex_state = 47}, [2057] = {.lex_state = 37}, [2058] = {.lex_state = 47}, [2059] = {.lex_state = 47}, [2060] = {.lex_state = 47}, [2061] = {.lex_state = 47}, [2062] = {.lex_state = 47}, [2063] = {.lex_state = 47}, [2064] = {.lex_state = 47}, [2065] = {.lex_state = 47}, [2066] = {.lex_state = 47}, [2067] = {.lex_state = 37}, [2068] = {.lex_state = 37}, [2069] = {.lex_state = 6}, [2070] = {.lex_state = 6}, [2071] = {.lex_state = 47}, [2072] = {.lex_state = 47}, [2073] = {.lex_state = 47}, [2074] = {.lex_state = 47}, [2075] = {.lex_state = 47}, [2076] = {.lex_state = 47}, [2077] = {.lex_state = 37}, [2078] = {.lex_state = 48}, [2079] = {.lex_state = 48}, [2080] = {.lex_state = 48}, [2081] = {.lex_state = 37}, [2082] = {.lex_state = 47}, [2083] = {.lex_state = 37}, [2084] = {.lex_state = 47}, [2085] = {.lex_state = 37}, [2086] = {.lex_state = 47}, [2087] = {.lex_state = 47}, [2088] = {.lex_state = 47}, [2089] = {.lex_state = 37}, [2090] = {.lex_state = 47}, [2091] = {.lex_state = 47}, [2092] = {.lex_state = 37}, [2093] = {.lex_state = 37}, [2094] = {.lex_state = 47}, [2095] = {.lex_state = 37}, [2096] = {.lex_state = 47}, [2097] = {.lex_state = 48}, [2098] = {.lex_state = 47}, [2099] = {.lex_state = 37}, [2100] = {.lex_state = 47}, [2101] = {.lex_state = 0}, [2102] = {.lex_state = 47}, [2103] = {.lex_state = 47}, [2104] = {.lex_state = 47}, [2105] = {.lex_state = 47}, [2106] = {.lex_state = 47}, [2107] = {.lex_state = 47}, [2108] = {.lex_state = 47}, [2109] = {.lex_state = 47}, [2110] = {.lex_state = 47}, [2111] = {.lex_state = 6}, [2112] = {.lex_state = 6}, [2113] = {.lex_state = 47}, [2114] = {.lex_state = 48}, [2115] = {.lex_state = 47}, [2116] = {.lex_state = 0}, [2117] = {.lex_state = 0}, [2118] = {.lex_state = 6}, [2119] = {.lex_state = 9}, [2120] = {.lex_state = 6}, [2121] = {.lex_state = 0}, [2122] = {.lex_state = 0}, [2123] = {.lex_state = 0}, [2124] = {.lex_state = 0}, [2125] = {.lex_state = 0}, [2126] = {.lex_state = 0}, [2127] = {.lex_state = 0}, [2128] = {.lex_state = 6}, [2129] = {.lex_state = 6}, [2130] = {.lex_state = 434}, [2131] = {.lex_state = 0}, [2132] = {.lex_state = 6}, [2133] = {.lex_state = 0}, [2134] = {.lex_state = 0}, [2135] = {.lex_state = 0}, [2136] = {.lex_state = 434}, [2137] = {.lex_state = 0}, [2138] = {.lex_state = 434}, [2139] = {.lex_state = 0}, [2140] = {.lex_state = 6}, [2141] = {.lex_state = 0}, [2142] = {.lex_state = 0}, [2143] = {.lex_state = 6}, [2144] = {.lex_state = 434}, [2145] = {.lex_state = 434}, [2146] = {.lex_state = 0}, [2147] = {.lex_state = 0}, [2148] = {.lex_state = 0}, [2149] = {.lex_state = 0}, [2150] = {.lex_state = 0}, [2151] = {.lex_state = 9}, [2152] = {.lex_state = 0}, [2153] = {.lex_state = 0}, [2154] = {.lex_state = 0}, [2155] = {.lex_state = 0}, [2156] = {.lex_state = 0}, [2157] = {.lex_state = 0}, [2158] = {.lex_state = 0}, [2159] = {.lex_state = 0}, [2160] = {.lex_state = 0}, [2161] = {.lex_state = 6}, [2162] = {.lex_state = 6}, [2163] = {.lex_state = 6}, [2164] = {.lex_state = 6}, [2165] = {.lex_state = 6}, [2166] = {.lex_state = 6}, [2167] = {.lex_state = 6}, [2168] = {.lex_state = 6}, [2169] = {.lex_state = 6}, [2170] = {.lex_state = 6}, [2171] = {.lex_state = 0}, [2172] = {.lex_state = 0}, [2173] = {.lex_state = 0}, [2174] = {.lex_state = 0}, [2175] = {.lex_state = 6}, [2176] = {.lex_state = 0}, [2177] = {.lex_state = 0}, [2178] = {.lex_state = 48}, [2179] = {.lex_state = 434}, [2180] = {.lex_state = 434}, [2181] = {.lex_state = 0}, [2182] = {.lex_state = 0}, [2183] = {.lex_state = 0}, [2184] = {.lex_state = 0}, [2185] = {.lex_state = 434}, [2186] = {.lex_state = 0}, [2187] = {.lex_state = 434}, [2188] = {.lex_state = 48}, [2189] = {.lex_state = 434}, [2190] = {.lex_state = 48}, [2191] = {.lex_state = 0}, [2192] = {.lex_state = 0}, [2193] = {.lex_state = 0}, [2194] = {.lex_state = 6}, [2195] = {.lex_state = 434}, [2196] = {.lex_state = 0}, [2197] = {.lex_state = 434}, [2198] = {.lex_state = 434}, [2199] = {.lex_state = 434}, [2200] = {.lex_state = 0}, [2201] = {.lex_state = 47}, [2202] = {.lex_state = 0}, [2203] = {.lex_state = 434}, [2204] = {.lex_state = 0}, [2205] = {.lex_state = 0}, [2206] = {.lex_state = 0}, [2207] = {.lex_state = 0}, [2208] = {.lex_state = 6}, [2209] = {.lex_state = 0}, [2210] = {.lex_state = 6}, [2211] = {.lex_state = 6}, [2212] = {.lex_state = 0}, [2213] = {.lex_state = 0}, [2214] = {.lex_state = 434}, [2215] = {.lex_state = 434}, [2216] = {.lex_state = 434}, [2217] = {.lex_state = 0}, [2218] = {.lex_state = 434}, [2219] = {.lex_state = 47}, [2220] = {.lex_state = 48}, [2221] = {.lex_state = 47}, [2222] = {.lex_state = 47}, [2223] = {.lex_state = 434}, [2224] = {.lex_state = 6}, [2225] = {.lex_state = 9}, [2226] = {.lex_state = 0}, [2227] = {.lex_state = 0}, [2228] = {.lex_state = 0}, [2229] = {.lex_state = 0}, [2230] = {.lex_state = 0}, [2231] = {.lex_state = 9}, [2232] = {.lex_state = 0}, [2233] = {.lex_state = 0}, [2234] = {.lex_state = 9}, [2235] = {.lex_state = 0}, [2236] = {.lex_state = 0}, [2237] = {.lex_state = 0}, [2238] = {.lex_state = 0}, [2239] = {.lex_state = 0}, [2240] = {.lex_state = 0}, [2241] = {.lex_state = 0}, [2242] = {.lex_state = 0}, [2243] = {.lex_state = 0}, [2244] = {.lex_state = 434}, [2245] = {.lex_state = 0}, [2246] = {.lex_state = 0}, [2247] = {.lex_state = 0}, [2248] = {.lex_state = 0}, [2249] = {.lex_state = 0}, [2250] = {.lex_state = 0}, [2251] = {.lex_state = 0}, [2252] = {.lex_state = 434}, [2253] = {.lex_state = 0}, [2254] = {.lex_state = 434}, [2255] = {.lex_state = 0}, [2256] = {.lex_state = 0}, [2257] = {.lex_state = 0}, [2258] = {.lex_state = 6}, [2259] = {.lex_state = 0}, [2260] = {.lex_state = 0}, [2261] = {.lex_state = 9}, [2262] = {.lex_state = 434}, [2263] = {.lex_state = 434}, [2264] = {.lex_state = 0}, [2265] = {.lex_state = 0}, [2266] = {.lex_state = 9}, [2267] = {.lex_state = 9}, [2268] = {.lex_state = 9}, [2269] = {.lex_state = 0}, [2270] = {.lex_state = 9}, [2271] = {.lex_state = 9}, [2272] = {.lex_state = 0}, [2273] = {.lex_state = 9}, [2274] = {.lex_state = 0}, [2275] = {.lex_state = 434}, [2276] = {.lex_state = 6}, [2277] = {.lex_state = 0}, [2278] = {.lex_state = 9}, [2279] = {.lex_state = 434}, [2280] = {.lex_state = 9}, [2281] = {.lex_state = 49}, [2282] = {.lex_state = 9}, [2283] = {.lex_state = 9}, [2284] = {.lex_state = 0}, [2285] = {.lex_state = 0}, [2286] = {.lex_state = 0}, [2287] = {.lex_state = 0}, [2288] = {.lex_state = 0}, [2289] = {.lex_state = 434}, [2290] = {.lex_state = 50}, [2291] = {.lex_state = 0}, [2292] = {.lex_state = 0}, [2293] = {.lex_state = 0}, [2294] = {.lex_state = 9}, [2295] = {.lex_state = 0}, [2296] = {.lex_state = 9}, [2297] = {.lex_state = 434}, [2298] = {.lex_state = 9}, [2299] = {.lex_state = 0}, [2300] = {.lex_state = 9}, [2301] = {.lex_state = 434}, [2302] = {.lex_state = 0}, [2303] = {.lex_state = 0}, [2304] = {.lex_state = 434}, [2305] = {.lex_state = 6}, [2306] = {.lex_state = 6}, [2307] = {.lex_state = 9}, [2308] = {.lex_state = 9}, [2309] = {.lex_state = 9}, [2310] = {.lex_state = 50}, [2311] = {.lex_state = 9}, [2312] = {.lex_state = 0}, [2313] = {.lex_state = 0}, [2314] = {.lex_state = 0}, [2315] = {.lex_state = 0}, [2316] = {.lex_state = 0}, [2317] = {.lex_state = 434}, [2318] = {.lex_state = 0}, [2319] = {.lex_state = 0}, [2320] = {.lex_state = 0}, [2321] = {.lex_state = 6}, [2322] = {.lex_state = 0}, [2323] = {.lex_state = 50}, [2324] = {.lex_state = 9}, [2325] = {.lex_state = 0}, [2326] = {.lex_state = 0}, [2327] = {.lex_state = 9}, [2328] = {.lex_state = 0}, [2329] = {.lex_state = 0}, [2330] = {.lex_state = 9}, [2331] = {.lex_state = 0}, [2332] = {.lex_state = 9}, [2333] = {.lex_state = 434}, [2334] = {.lex_state = 9}, [2335] = {.lex_state = 0}, [2336] = {.lex_state = 50}, [2337] = {.lex_state = 434}, [2338] = {.lex_state = 0}, [2339] = {.lex_state = 0}, [2340] = {.lex_state = 0}, [2341] = {.lex_state = 0}, [2342] = {.lex_state = 9}, [2343] = {.lex_state = 9}, [2344] = {.lex_state = 0}, [2345] = {.lex_state = 0}, [2346] = {.lex_state = 0}, [2347] = {.lex_state = 9}, [2348] = {.lex_state = 0}, [2349] = {.lex_state = 50}, [2350] = {.lex_state = 0}, [2351] = {.lex_state = 9}, [2352] = {.lex_state = 0}, [2353] = {.lex_state = 0}, [2354] = {.lex_state = 0}, [2355] = {.lex_state = 0}, [2356] = {.lex_state = 434}, [2357] = {.lex_state = 0}, [2358] = {.lex_state = 0}, [2359] = {.lex_state = 0}, [2360] = {.lex_state = 9}, [2361] = {.lex_state = 0}, [2362] = {.lex_state = 50}, [2363] = {.lex_state = 0}, [2364] = {.lex_state = 434}, [2365] = {.lex_state = 0}, [2366] = {.lex_state = 6}, [2367] = {.lex_state = 9}, [2368] = {.lex_state = 0}, [2369] = {.lex_state = 0}, [2370] = {.lex_state = 9}, [2371] = {.lex_state = 9}, [2372] = {.lex_state = 0}, [2373] = {.lex_state = 0}, [2374] = {.lex_state = 6}, [2375] = {.lex_state = 50}, [2376] = {.lex_state = 9}, [2377] = {.lex_state = 9}, [2378] = {.lex_state = 0}, [2379] = {.lex_state = 6}, [2380] = {.lex_state = 434}, [2381] = {.lex_state = 0}, [2382] = {.lex_state = 9}, [2383] = {.lex_state = 9}, [2384] = {.lex_state = 9}, [2385] = {.lex_state = 434}, [2386] = {.lex_state = 9}, [2387] = {.lex_state = 0}, [2388] = {.lex_state = 50}, [2389] = {.lex_state = 0}, [2390] = {.lex_state = 0}, [2391] = {.lex_state = 0}, [2392] = {.lex_state = 6}, [2393] = {.lex_state = 0}, [2394] = {.lex_state = 434}, [2395] = {.lex_state = 434}, [2396] = {.lex_state = 0}, [2397] = {.lex_state = 0}, [2398] = {.lex_state = 434}, [2399] = {.lex_state = 9}, [2400] = {.lex_state = 434}, [2401] = {.lex_state = 50}, [2402] = {.lex_state = 9}, [2403] = {.lex_state = 9}, [2404] = {.lex_state = 0}, [2405] = {.lex_state = 0}, [2406] = {.lex_state = 9}, [2407] = {.lex_state = 9}, [2408] = {.lex_state = 0}, [2409] = {.lex_state = 0}, [2410] = {.lex_state = 0}, [2411] = {.lex_state = 9}, [2412] = {.lex_state = 9}, [2413] = {.lex_state = 0}, [2414] = {.lex_state = 50}, [2415] = {.lex_state = 434}, [2416] = {.lex_state = 0}, [2417] = {.lex_state = 0}, [2418] = {.lex_state = 9}, [2419] = {.lex_state = 0}, [2420] = {.lex_state = 0}, [2421] = {.lex_state = 0}, [2422] = {.lex_state = 9}, [2423] = {.lex_state = 0}, [2424] = {.lex_state = 0}, [2425] = {.lex_state = 0}, [2426] = {.lex_state = 434}, [2427] = {.lex_state = 50}, [2428] = {.lex_state = 0}, [2429] = {.lex_state = 9}, [2430] = {.lex_state = 0}, [2431] = {.lex_state = 0}, [2432] = {.lex_state = 9}, [2433] = {.lex_state = 0}, [2434] = {.lex_state = 434}, [2435] = {.lex_state = 9}, [2436] = {.lex_state = 9}, [2437] = {.lex_state = 0}, [2438] = {.lex_state = 9}, [2439] = {.lex_state = 0}, [2440] = {.lex_state = 50}, [2441] = {.lex_state = 0}, [2442] = {.lex_state = 0}, [2443] = {.lex_state = 0}, [2444] = {.lex_state = 0}, [2445] = {.lex_state = 0}, [2446] = {.lex_state = 434}, [2447] = {.lex_state = 9}, [2448] = {.lex_state = 9}, [2449] = {.lex_state = 9}, [2450] = {.lex_state = 9}, [2451] = {.lex_state = 9}, [2452] = {.lex_state = 9}, [2453] = {.lex_state = 0}, [2454] = {.lex_state = 51}, [2455] = {.lex_state = 434}, [2456] = {.lex_state = 434}, [2457] = {.lex_state = 9}, [2458] = {.lex_state = 0}, [2459] = {.lex_state = 0}, [2460] = {.lex_state = 6}, [2461] = {.lex_state = 9}, [2462] = {.lex_state = 0}, [2463] = {.lex_state = 9}, [2464] = {.lex_state = 9}, [2465] = {.lex_state = 0}, [2466] = {.lex_state = 9}, [2467] = {.lex_state = 6}, [2468] = {.lex_state = 434}, [2469] = {.lex_state = 9}, [2470] = {.lex_state = 9}, [2471] = {.lex_state = 0}, [2472] = {.lex_state = 0}, [2473] = {.lex_state = 9}, [2474] = {.lex_state = 9}, [2475] = {.lex_state = 434}, [2476] = {.lex_state = 0}, [2477] = {.lex_state = 434}, [2478] = {.lex_state = 434}, [2479] = {.lex_state = 0}, [2480] = {.lex_state = 9}, [2481] = {.lex_state = 9}, [2482] = {.lex_state = 434}, [2483] = {.lex_state = 9}, [2484] = {.lex_state = 9}, [2485] = {.lex_state = 0}, [2486] = {.lex_state = 0}, [2487] = {.lex_state = 0}, [2488] = {.lex_state = 0}, [2489] = {.lex_state = 0}, [2490] = {.lex_state = 0}, [2491] = {.lex_state = 434}, [2492] = {.lex_state = 0}, [2493] = {.lex_state = 0}, [2494] = {.lex_state = 9}, [2495] = {.lex_state = 9}, [2496] = {.lex_state = 0}, [2497] = {.lex_state = 9}, [2498] = {.lex_state = 9}, [2499] = {.lex_state = 0}, [2500] = {.lex_state = 434}, [2501] = {.lex_state = 0}, [2502] = {.lex_state = 0}, [2503] = {.lex_state = 0}, [2504] = {.lex_state = 434}, [2505] = {.lex_state = 0}, [2506] = {.lex_state = 0}, [2507] = {.lex_state = 0}, [2508] = {.lex_state = 0}, [2509] = {.lex_state = 0}, [2510] = {.lex_state = 434}, [2511] = {.lex_state = 0}, [2512] = {.lex_state = 0}, [2513] = {.lex_state = 0}, [2514] = {.lex_state = 0}, [2515] = {.lex_state = 9}, [2516] = {.lex_state = 434}, [2517] = {.lex_state = 0}, [2518] = {.lex_state = 0}, [2519] = {.lex_state = 0}, [2520] = {.lex_state = 9}, [2521] = {.lex_state = 0}, [2522] = {.lex_state = 0}, [2523] = {.lex_state = 434}, [2524] = {.lex_state = 434}, [2525] = {.lex_state = 0}, [2526] = {.lex_state = 9}, [2527] = {.lex_state = 6}, [2528] = {.lex_state = 434}, [2529] = {.lex_state = 50}, [2530] = {.lex_state = 0}, [2531] = {.lex_state = 0}, [2532] = {.lex_state = 0}, [2533] = {.lex_state = 0}, [2534] = {.lex_state = 434}, [2535] = {.lex_state = 0}, [2536] = {.lex_state = 9}, [2537] = {.lex_state = 434}, [2538] = {.lex_state = 434}, [2539] = {.lex_state = 9}, [2540] = {.lex_state = 0}, [2541] = {.lex_state = 9}, [2542] = {.lex_state = 9}, [2543] = {.lex_state = 434}, [2544] = {.lex_state = 434}, [2545] = {.lex_state = 9}, [2546] = {.lex_state = 9}, [2547] = {.lex_state = 434}, [2548] = {.lex_state = 9}, [2549] = {.lex_state = 6}, [2550] = {.lex_state = 9}, [2551] = {.lex_state = 9}, [2552] = {.lex_state = 9}, [2553] = {.lex_state = 0}, [2554] = {.lex_state = 6}, [2555] = {.lex_state = 9}, [2556] = {.lex_state = 434}, [2557] = {.lex_state = 434}, [2558] = {.lex_state = 434}, [2559] = {.lex_state = 9}, [2560] = {.lex_state = 0}, [2561] = {.lex_state = 0}, [2562] = {.lex_state = 0}, [2563] = {.lex_state = 0}, [2564] = {.lex_state = 0}, [2565] = {.lex_state = 0}, [2566] = {.lex_state = 434}, [2567] = {.lex_state = 434}, [2568] = {.lex_state = 0}, [2569] = {.lex_state = 0}, [2570] = {.lex_state = 9}, [2571] = {.lex_state = 434}, [2572] = {.lex_state = 0}, [2573] = {.lex_state = 0}, [2574] = {.lex_state = 434}, [2575] = {.lex_state = 0}, [2576] = {.lex_state = 0}, [2577] = {.lex_state = 0}, [2578] = {.lex_state = 434}, [2579] = {.lex_state = 434}, [2580] = {.lex_state = 434}, [2581] = {.lex_state = 434}, [2582] = {.lex_state = 434}, [2583] = {.lex_state = 434}, [2584] = {.lex_state = 434}, [2585] = {.lex_state = 434}, [2586] = {.lex_state = 434}, [2587] = {.lex_state = 434}, [2588] = {.lex_state = 434}, [2589] = {.lex_state = 434}, [2590] = {.lex_state = 9}, [2591] = {.lex_state = 0}, [2592] = {.lex_state = 9}, [2593] = {.lex_state = 0}, [2594] = {.lex_state = 0}, [2595] = {.lex_state = 0}, [2596] = {.lex_state = 434}, [2597] = {.lex_state = 9}, [2598] = {.lex_state = 9}, [2599] = {.lex_state = 434}, [2600] = {.lex_state = 6}, [2601] = {.lex_state = 9}, [2602] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_title_statement] = ACTIONS(1), [aux_sym_type_definition_token1] = ACTIONS(1), [aux_sym_type_definition_token2] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [aux_sym_type_definition_token3] = ACTIONS(1), [aux_sym_type_definition_token4] = ACTIONS(1), [aux_sym_type_definition_token5] = ACTIONS(1), [aux_sym_type_definition_token6] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [aux_sym_type_definition_token7] = ACTIONS(1), [aux_sym_data_block_token1] = ACTIONS(1), [aux_sym_data_block_token2] = ACTIONS(1), [aux_sym_data_block_token3] = ACTIONS(1), [aux_sym_data_block_token4] = ACTIONS(1), [aux_sym_data_block_token5] = ACTIONS(1), [aux_sym_organization_block_token2] = ACTIONS(1), [aux_sym_function_block_token1] = ACTIONS(1), [aux_sym_function_token1] = ACTIONS(1), [aux_sym_function_token2] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_COLON_EQ] = ACTIONS(1), [aux_sym_attribute_value_token1] = ACTIONS(1), [aux_sym_attribute_value_token2] = ACTIONS(1), [aux_sym_var_declaration_token1] = ACTIONS(1), [aux_sym_var_declaration_token2] = ACTIONS(1), [aux_sym_var_declaration_token3] = ACTIONS(1), [aux_sym_var_declaration_token4] = ACTIONS(1), [aux_sym_var_declaration_token5] = ACTIONS(1), [aux_sym_var_declaration_token6] = ACTIONS(1), [aux_sym_var_declaration_token7] = ACTIONS(1), [aux_sym_var_declaration_token8] = ACTIONS(1), [aux_sym_var_declaration_token9] = ACTIONS(1), [aux_sym_var_declaration_token10] = ACTIONS(1), [aux_sym_var_db_specific_declaration_token1] = ACTIONS(1), [aux_sym_type_builtin_token1] = ACTIONS(1), [aux_sym_type_builtin_token3] = ACTIONS(1), [aux_sym_type_builtin_token4] = ACTIONS(1), [aux_sym_type_builtin_token5] = ACTIONS(1), [aux_sym_type_builtin_token6] = ACTIONS(1), [aux_sym_type_builtin_token7] = ACTIONS(1), [aux_sym_type_builtin_token8] = ACTIONS(1), [aux_sym_type_builtin_token9] = ACTIONS(1), [aux_sym_type_builtin_token10] = ACTIONS(1), [aux_sym_type_builtin_token11] = ACTIONS(1), [aux_sym_type_builtin_token12] = ACTIONS(1), [aux_sym_type_builtin_token13] = ACTIONS(1), [aux_sym_type_builtin_token14] = ACTIONS(1), [aux_sym_type_builtin_token15] = ACTIONS(1), [aux_sym_type_builtin_token16] = ACTIONS(1), [aux_sym_type_builtin_token17] = ACTIONS(1), [aux_sym_type_builtin_token18] = ACTIONS(1), [aux_sym_type_builtin_token19] = ACTIONS(1), [aux_sym_type_builtin_token20] = ACTIONS(1), [aux_sym_type_builtin_token21] = ACTIONS(1), [aux_sym_type_builtin_token22] = ACTIONS(1), [aux_sym_type_builtin_token24] = ACTIONS(1), [aux_sym_type_builtin_token25] = ACTIONS(1), [aux_sym_type_builtin_token26] = ACTIONS(1), [aux_sym_type_builtin_token27] = ACTIONS(1), [aux_sym_type_builtin_token28] = ACTIONS(1), [aux_sym_type_builtin_token29] = ACTIONS(1), [aux_sym_type_builtin_token30] = ACTIONS(1), [aux_sym_string_type_token1] = ACTIONS(1), [aux_sym_string_type_token2] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [aux_sym_array_type_token1] = ACTIONS(1), [anon_sym_DOT_DOT] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [aux_sym_array_type_token2] = ACTIONS(1), [aux_sym_ref_type_token1] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_EQ_GT] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_POUND] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [aux_sym_if_statement_token1] = ACTIONS(1), [aux_sym_if_statement_token2] = ACTIONS(1), [aux_sym_if_statement_token3] = ACTIONS(1), [aux_sym_elsif_clause_token1] = ACTIONS(1), [aux_sym_else_clause_token1] = ACTIONS(1), [aux_sym_case_statement_token1] = ACTIONS(1), [aux_sym_case_statement_token2] = ACTIONS(1), [aux_sym_for_statement_token1] = ACTIONS(1), [aux_sym_for_statement_token2] = ACTIONS(1), [aux_sym_for_statement_token3] = ACTIONS(1), [aux_sym_for_statement_token4] = ACTIONS(1), [aux_sym_for_statement_token5] = ACTIONS(1), [aux_sym_while_statement_token1] = ACTIONS(1), [aux_sym_while_statement_token2] = ACTIONS(1), [aux_sym_repeat_statement_token1] = ACTIONS(1), [aux_sym_repeat_statement_token2] = ACTIONS(1), [aux_sym_repeat_statement_token3] = ACTIONS(1), [aux_sym_region_statement_token1] = ACTIONS(1), [aux_sym_region_statement_token2] = ACTIONS(1), [aux_sym_return_statement_token1] = ACTIONS(1), [aux_sym_goto_statement_token1] = ACTIONS(1), [aux_sym_unary_expression_token1] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [aux_sym_binary_expression_token1] = ACTIONS(1), [aux_sym_binary_expression_token2] = ACTIONS(1), [aux_sym_binary_expression_token3] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_LT_GT] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [aux_sym_binary_expression_token4] = ACTIONS(1), [sym_number] = ACTIONS(1), [sym_hex_number] = ACTIONS(1), [sym_binary_number] = ACTIONS(1), [sym_octal_number] = ACTIONS(1), [sym_time_value] = ACTIONS(1), [sym_bool_literal] = ACTIONS(1), [sym_typed_int_literal] = ACTIONS(1), [anon_sym_SQUOTE] = ACTIONS(1), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_DQUOTE_DQUOTE] = ACTIONS(1), [sym_wstring_literal] = ACTIONS(1), [aux_sym_char_literal_token2] = ACTIONS(1), [anon_sym_C_POUND] = ACTIONS(1), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), [sym_c_style_comment] = ACTIONS(3), [aux_sym_exit_statement_token1] = ACTIONS(1), [aux_sym_continue_statement_token1] = ACTIONS(1), [sym_bom] = ACTIONS(1), }, [STATE(1)] = { [sym_source_file] = STATE(2405), [sym_type_definition] = STATE(3), [sym_data_block] = STATE(3), [sym_organization_block] = STATE(3), [sym_function_block] = STATE(3), [sym_function] = STATE(3), [sym_var_declaration] = STATE(598), [sym_var_temp_declaration] = STATE(598), [sym_var_constant_declaration] = STATE(598), [sym_var_retain_declaration] = STATE(598), [sym_var_non_retain_declaration] = STATE(598), [sym_var_db_specific_declaration] = STATE(598), [sym_statement] = STATE(3), [sym_empty_statement] = STATE(598), [sym_fb_call] = STATE(598), [sym_assignment] = STATE(598), [sym_lvalue] = STATE(1616), [sym_function_name] = STATE(1617), [sym_prefixed_identifier] = STATE(1614), [sym_field_access] = STATE(1617), [sym_array_access] = STATE(1617), [sym_bit_access] = STATE(1617), [sym_if_statement] = STATE(598), [sym_case_statement] = STATE(598), [sym_for_statement] = STATE(598), [sym_while_statement] = STATE(598), [sym_repeat_statement] = STATE(598), [sym_region_statement] = STATE(598), [sym_return_statement] = STATE(598), [sym_goto_statement] = STATE(598), [sym_function_call] = STATE(598), [sym_method_callee] = STATE(2242), [sym_string] = STATE(1613), [sym_exit_statement] = STATE(598), [sym_continue_statement] = STATE(598), [aux_sym_source_file_repeat1] = STATE(3), [ts_builtin_sym_end] = ACTIONS(5), [aux_sym_type_definition_token1] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [aux_sym_data_block_token1] = ACTIONS(11), [aux_sym_organization_block_token1] = ACTIONS(13), [aux_sym_function_block_token1] = ACTIONS(15), [aux_sym_function_token1] = ACTIONS(17), [aux_sym_var_declaration_token1] = ACTIONS(19), [aux_sym_var_declaration_token2] = ACTIONS(19), [aux_sym_var_declaration_token3] = ACTIONS(19), [aux_sym_var_declaration_token4] = ACTIONS(21), [aux_sym_var_declaration_token5] = ACTIONS(23), [aux_sym_var_declaration_token7] = ACTIONS(25), [aux_sym_var_declaration_token8] = ACTIONS(27), [aux_sym_var_declaration_token9] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [aux_sym_if_statement_token1] = ACTIONS(33), [aux_sym_case_statement_token1] = ACTIONS(35), [aux_sym_for_statement_token1] = ACTIONS(37), [aux_sym_while_statement_token1] = ACTIONS(39), [aux_sym_repeat_statement_token1] = ACTIONS(41), [aux_sym_region_statement_token1] = ACTIONS(43), [aux_sym_return_statement_token1] = ACTIONS(45), [aux_sym_goto_statement_token1] = ACTIONS(47), [anon_sym_SQUOTE] = ACTIONS(49), [anon_sym_DQUOTE] = ACTIONS(51), [sym_identifier] = ACTIONS(53), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), [sym_c_style_comment] = ACTIONS(3), [aux_sym_exit_statement_token1] = ACTIONS(55), [aux_sym_continue_statement_token1] = ACTIONS(57), [sym_bom] = ACTIONS(59), }, [STATE(2)] = { [sym_type_definition] = STATE(4), [sym_data_block] = STATE(4), [sym_organization_block] = STATE(4), [sym_function_block] = STATE(4), [sym_function] = STATE(4), [sym_var_declaration] = STATE(598), [sym_var_temp_declaration] = STATE(598), [sym_var_constant_declaration] = STATE(598), [sym_var_retain_declaration] = STATE(598), [sym_var_non_retain_declaration] = STATE(598), [sym_var_db_specific_declaration] = STATE(598), [sym_statement] = STATE(4), [sym_empty_statement] = STATE(598), [sym_fb_call] = STATE(598), [sym_assignment] = STATE(598), [sym_lvalue] = STATE(1616), [sym_function_name] = STATE(1617), [sym_prefixed_identifier] = STATE(1614), [sym_field_access] = STATE(1617), [sym_array_access] = STATE(1617), [sym_bit_access] = STATE(1617), [sym_if_statement] = STATE(598), [sym_case_statement] = STATE(598), [sym_for_statement] = STATE(598), [sym_while_statement] = STATE(598), [sym_repeat_statement] = STATE(598), [sym_region_statement] = STATE(598), [sym_return_statement] = STATE(598), [sym_goto_statement] = STATE(598), [sym_function_call] = STATE(598), [sym_method_callee] = STATE(2242), [sym_string] = STATE(1613), [sym_exit_statement] = STATE(598), [sym_continue_statement] = STATE(598), [aux_sym_source_file_repeat1] = STATE(4), [ts_builtin_sym_end] = ACTIONS(61), [aux_sym_type_definition_token1] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [aux_sym_data_block_token1] = ACTIONS(11), [aux_sym_organization_block_token1] = ACTIONS(13), [aux_sym_function_block_token1] = ACTIONS(15), [aux_sym_function_token1] = ACTIONS(17), [aux_sym_var_declaration_token1] = ACTIONS(19), [aux_sym_var_declaration_token2] = ACTIONS(19), [aux_sym_var_declaration_token3] = ACTIONS(19), [aux_sym_var_declaration_token4] = ACTIONS(21), [aux_sym_var_declaration_token5] = ACTIONS(23), [aux_sym_var_declaration_token7] = ACTIONS(25), [aux_sym_var_declaration_token8] = ACTIONS(27), [aux_sym_var_declaration_token9] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [aux_sym_if_statement_token1] = ACTIONS(33), [aux_sym_case_statement_token1] = ACTIONS(35), [aux_sym_for_statement_token1] = ACTIONS(37), [aux_sym_while_statement_token1] = ACTIONS(39), [aux_sym_repeat_statement_token1] = ACTIONS(41), [aux_sym_region_statement_token1] = ACTIONS(43), [aux_sym_return_statement_token1] = ACTIONS(45), [aux_sym_goto_statement_token1] = ACTIONS(47), [anon_sym_SQUOTE] = ACTIONS(49), [anon_sym_DQUOTE] = ACTIONS(51), [sym_identifier] = ACTIONS(53), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), [sym_c_style_comment] = ACTIONS(3), [aux_sym_exit_statement_token1] = ACTIONS(55), [aux_sym_continue_statement_token1] = ACTIONS(57), }, [STATE(3)] = { [sym_type_definition] = STATE(5), [sym_data_block] = STATE(5), [sym_organization_block] = STATE(5), [sym_function_block] = STATE(5), [sym_function] = STATE(5), [sym_var_declaration] = STATE(598), [sym_var_temp_declaration] = STATE(598), [sym_var_constant_declaration] = STATE(598), [sym_var_retain_declaration] = STATE(598), [sym_var_non_retain_declaration] = STATE(598), [sym_var_db_specific_declaration] = STATE(598), [sym_statement] = STATE(5), [sym_empty_statement] = STATE(598), [sym_fb_call] = STATE(598), [sym_assignment] = STATE(598), [sym_lvalue] = STATE(1616), [sym_function_name] = STATE(1617), [sym_prefixed_identifier] = STATE(1614), [sym_field_access] = STATE(1617), [sym_array_access] = STATE(1617), [sym_bit_access] = STATE(1617), [sym_if_statement] = STATE(598), [sym_case_statement] = STATE(598), [sym_for_statement] = STATE(598), [sym_while_statement] = STATE(598), [sym_repeat_statement] = STATE(598), [sym_region_statement] = STATE(598), [sym_return_statement] = STATE(598), [sym_goto_statement] = STATE(598), [sym_function_call] = STATE(598), [sym_method_callee] = STATE(2242), [sym_string] = STATE(1613), [sym_exit_statement] = STATE(598), [sym_continue_statement] = STATE(598), [aux_sym_source_file_repeat1] = STATE(5), [ts_builtin_sym_end] = ACTIONS(61), [aux_sym_type_definition_token1] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [aux_sym_data_block_token1] = ACTIONS(11), [aux_sym_organization_block_token1] = ACTIONS(13), [aux_sym_function_block_token1] = ACTIONS(15), [aux_sym_function_token1] = ACTIONS(17), [aux_sym_var_declaration_token1] = ACTIONS(19), [aux_sym_var_declaration_token2] = ACTIONS(19), [aux_sym_var_declaration_token3] = ACTIONS(19), [aux_sym_var_declaration_token4] = ACTIONS(21), [aux_sym_var_declaration_token5] = ACTIONS(23), [aux_sym_var_declaration_token7] = ACTIONS(25), [aux_sym_var_declaration_token8] = ACTIONS(27), [aux_sym_var_declaration_token9] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [aux_sym_if_statement_token1] = ACTIONS(33), [aux_sym_case_statement_token1] = ACTIONS(35), [aux_sym_for_statement_token1] = ACTIONS(37), [aux_sym_while_statement_token1] = ACTIONS(39), [aux_sym_repeat_statement_token1] = ACTIONS(41), [aux_sym_region_statement_token1] = ACTIONS(43), [aux_sym_return_statement_token1] = ACTIONS(45), [aux_sym_goto_statement_token1] = ACTIONS(47), [anon_sym_SQUOTE] = ACTIONS(49), [anon_sym_DQUOTE] = ACTIONS(51), [sym_identifier] = ACTIONS(53), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), [sym_c_style_comment] = ACTIONS(3), [aux_sym_exit_statement_token1] = ACTIONS(55), [aux_sym_continue_statement_token1] = ACTIONS(57), }, [STATE(4)] = { [sym_type_definition] = STATE(5), [sym_data_block] = STATE(5), [sym_organization_block] = STATE(5), [sym_function_block] = STATE(5), [sym_function] = STATE(5), [sym_var_declaration] = STATE(598), [sym_var_temp_declaration] = STATE(598), [sym_var_constant_declaration] = STATE(598), [sym_var_retain_declaration] = STATE(598), [sym_var_non_retain_declaration] = STATE(598), [sym_var_db_specific_declaration] = STATE(598), [sym_statement] = STATE(5), [sym_empty_statement] = STATE(598), [sym_fb_call] = STATE(598), [sym_assignment] = STATE(598), [sym_lvalue] = STATE(1616), [sym_function_name] = STATE(1617), [sym_prefixed_identifier] = STATE(1614), [sym_field_access] = STATE(1617), [sym_array_access] = STATE(1617), [sym_bit_access] = STATE(1617), [sym_if_statement] = STATE(598), [sym_case_statement] = STATE(598), [sym_for_statement] = STATE(598), [sym_while_statement] = STATE(598), [sym_repeat_statement] = STATE(598), [sym_region_statement] = STATE(598), [sym_return_statement] = STATE(598), [sym_goto_statement] = STATE(598), [sym_function_call] = STATE(598), [sym_method_callee] = STATE(2242), [sym_string] = STATE(1613), [sym_exit_statement] = STATE(598), [sym_continue_statement] = STATE(598), [aux_sym_source_file_repeat1] = STATE(5), [ts_builtin_sym_end] = ACTIONS(63), [aux_sym_type_definition_token1] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [aux_sym_data_block_token1] = ACTIONS(11), [aux_sym_organization_block_token1] = ACTIONS(13), [aux_sym_function_block_token1] = ACTIONS(15), [aux_sym_function_token1] = ACTIONS(17), [aux_sym_var_declaration_token1] = ACTIONS(19), [aux_sym_var_declaration_token2] = ACTIONS(19), [aux_sym_var_declaration_token3] = ACTIONS(19), [aux_sym_var_declaration_token4] = ACTIONS(21), [aux_sym_var_declaration_token5] = ACTIONS(23), [aux_sym_var_declaration_token7] = ACTIONS(25), [aux_sym_var_declaration_token8] = ACTIONS(27), [aux_sym_var_declaration_token9] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [aux_sym_if_statement_token1] = ACTIONS(33), [aux_sym_case_statement_token1] = ACTIONS(35), [aux_sym_for_statement_token1] = ACTIONS(37), [aux_sym_while_statement_token1] = ACTIONS(39), [aux_sym_repeat_statement_token1] = ACTIONS(41), [aux_sym_region_statement_token1] = ACTIONS(43), [aux_sym_return_statement_token1] = ACTIONS(45), [aux_sym_goto_statement_token1] = ACTIONS(47), [anon_sym_SQUOTE] = ACTIONS(49), [anon_sym_DQUOTE] = ACTIONS(51), [sym_identifier] = ACTIONS(53), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), [sym_c_style_comment] = ACTIONS(3), [aux_sym_exit_statement_token1] = ACTIONS(55), [aux_sym_continue_statement_token1] = ACTIONS(57), }, [STATE(5)] = { [sym_type_definition] = STATE(5), [sym_data_block] = STATE(5), [sym_organization_block] = STATE(5), [sym_function_block] = STATE(5), [sym_function] = STATE(5), [sym_var_declaration] = STATE(598), [sym_var_temp_declaration] = STATE(598), [sym_var_constant_declaration] = STATE(598), [sym_var_retain_declaration] = STATE(598), [sym_var_non_retain_declaration] = STATE(598), [sym_var_db_specific_declaration] = STATE(598), [sym_statement] = STATE(5), [sym_empty_statement] = STATE(598), [sym_fb_call] = STATE(598), [sym_assignment] = STATE(598), [sym_lvalue] = STATE(1616), [sym_function_name] = STATE(1617), [sym_prefixed_identifier] = STATE(1614), [sym_field_access] = STATE(1617), [sym_array_access] = STATE(1617), [sym_bit_access] = STATE(1617), [sym_if_statement] = STATE(598), [sym_case_statement] = STATE(598), [sym_for_statement] = STATE(598), [sym_while_statement] = STATE(598), [sym_repeat_statement] = STATE(598), [sym_region_statement] = STATE(598), [sym_return_statement] = STATE(598), [sym_goto_statement] = STATE(598), [sym_function_call] = STATE(598), [sym_method_callee] = STATE(2242), [sym_string] = STATE(1613), [sym_exit_statement] = STATE(598), [sym_continue_statement] = STATE(598), [aux_sym_source_file_repeat1] = STATE(5), [ts_builtin_sym_end] = ACTIONS(65), [aux_sym_type_definition_token1] = ACTIONS(67), [anon_sym_SEMI] = ACTIONS(70), [aux_sym_data_block_token1] = ACTIONS(73), [aux_sym_organization_block_token1] = ACTIONS(76), [aux_sym_function_block_token1] = ACTIONS(79), [aux_sym_function_token1] = ACTIONS(82), [aux_sym_var_declaration_token1] = ACTIONS(85), [aux_sym_var_declaration_token2] = ACTIONS(85), [aux_sym_var_declaration_token3] = ACTIONS(85), [aux_sym_var_declaration_token4] = ACTIONS(88), [aux_sym_var_declaration_token5] = ACTIONS(91), [aux_sym_var_declaration_token7] = ACTIONS(94), [aux_sym_var_declaration_token8] = ACTIONS(97), [aux_sym_var_declaration_token9] = ACTIONS(100), [anon_sym_POUND] = ACTIONS(103), [aux_sym_if_statement_token1] = ACTIONS(106), [aux_sym_case_statement_token1] = ACTIONS(109), [aux_sym_for_statement_token1] = ACTIONS(112), [aux_sym_while_statement_token1] = ACTIONS(115), [aux_sym_repeat_statement_token1] = ACTIONS(118), [aux_sym_region_statement_token1] = ACTIONS(121), [aux_sym_return_statement_token1] = ACTIONS(124), [aux_sym_goto_statement_token1] = ACTIONS(127), [anon_sym_SQUOTE] = ACTIONS(130), [anon_sym_DQUOTE] = ACTIONS(133), [sym_identifier] = ACTIONS(136), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), [sym_c_style_comment] = ACTIONS(3), [aux_sym_exit_statement_token1] = ACTIONS(139), [aux_sym_continue_statement_token1] = ACTIONS(142), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(161), 1, aux_sym_if_statement_token3, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2506), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1703), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [131] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(187), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2257), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1710), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [262] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(189), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2535), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1682), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [393] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(191), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2472), 1, sym_else_clause, STATE(10), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1712), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [524] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(193), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2485), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1713), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [655] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(195), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2243), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(12), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1716), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [786] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(197), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2256), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1717), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [917] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(199), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2325), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(14), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1720), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1048] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(201), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2335), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1722), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1179] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(203), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2416), 1, sym_else_clause, STATE(31), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1683), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1310] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(205), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2517), 1, sym_else_clause, STATE(17), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1686), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1441] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(207), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2530), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1687), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1572] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(209), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2230), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(19), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1689), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1703] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(211), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2237), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1690), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1834] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(213), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2291), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(21), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1693), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [1965] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(215), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2299), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1694), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2096] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(217), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2357), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(23), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1696), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2227] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(219), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2368), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1697), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2358] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(221), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2428), 1, sym_else_clause, STATE(25), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1699), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2489] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(223), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2437), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1700), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2620] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(225), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2496), 1, sym_else_clause, STATE(6), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1724), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2751] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(227), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2410), 1, sym_else_clause, STATE(8), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1718), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [2882] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(229), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2565), 1, sym_else_clause, STATE(29), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1706), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3013] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(231), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2573), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1707), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3144] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(233), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2250), 1, sym_else_clause, STATE(2391), 1, sym_method_callee, STATE(7), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1709), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3275] = 34, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(163), 1, aux_sym_elsif_clause_token1, ACTIONS(165), 1, aux_sym_else_clause_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, ACTIONS(235), 1, aux_sym_if_statement_token3, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(2433), 1, sym_else_clause, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, STATE(1684), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3406] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(239), 9, aux_sym_var_declaration_token4, anon_sym_STAR, anon_sym_LPAREN, anon_sym_DOT, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(237), 47, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_type_definition_token5, anon_sym_SEMI, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_data_block_token4, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_EQ, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, anon_sym_SQUOTE, anon_sym_DQUOTE, [3472] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, ACTIONS(241), 3, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3592] = 30, ACTIONS(243), 1, anon_sym_SEMI, ACTIONS(249), 1, aux_sym_var_declaration_token4, ACTIONS(252), 1, aux_sym_var_declaration_token5, ACTIONS(255), 1, aux_sym_var_declaration_token7, ACTIONS(258), 1, aux_sym_var_declaration_token8, ACTIONS(261), 1, aux_sym_var_declaration_token9, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(267), 1, aux_sym_if_statement_token1, ACTIONS(272), 1, aux_sym_case_statement_token1, ACTIONS(275), 1, aux_sym_for_statement_token1, ACTIONS(278), 1, aux_sym_while_statement_token1, ACTIONS(281), 1, aux_sym_repeat_statement_token1, ACTIONS(284), 1, aux_sym_region_statement_token1, ACTIONS(287), 1, aux_sym_return_statement_token1, ACTIONS(290), 1, aux_sym_goto_statement_token1, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(299), 1, sym_identifier, ACTIONS(302), 1, aux_sym_exit_statement_token1, ACTIONS(305), 1, aux_sym_continue_statement_token1, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(34), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(246), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, ACTIONS(270), 3, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3712] = 31, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(308), 1, anon_sym_SEMI, ACTIONS(314), 1, aux_sym_var_declaration_token4, ACTIONS(317), 1, aux_sym_var_declaration_token5, ACTIONS(320), 1, aux_sym_var_declaration_token7, ACTIONS(323), 1, aux_sym_var_declaration_token8, ACTIONS(326), 1, aux_sym_var_declaration_token9, ACTIONS(329), 1, aux_sym_if_statement_token1, ACTIONS(332), 1, aux_sym_case_statement_token1, ACTIONS(335), 1, aux_sym_for_statement_token1, ACTIONS(338), 1, aux_sym_while_statement_token1, ACTIONS(341), 1, aux_sym_repeat_statement_token1, ACTIONS(344), 1, aux_sym_region_statement_token1, ACTIONS(347), 1, aux_sym_return_statement_token1, ACTIONS(350), 1, aux_sym_goto_statement_token1, ACTIONS(353), 1, sym_number, ACTIONS(355), 1, sym_identifier, ACTIONS(358), 1, aux_sym_exit_statement_token1, ACTIONS(361), 1, aux_sym_continue_statement_token1, STATE(1592), 1, sym_prefixed_identifier, STATE(1593), 1, sym_string, STATE(1630), 1, sym_lvalue, STATE(2443), 1, sym_method_callee, ACTIONS(270), 2, aux_sym_else_clause_token1, aux_sym_case_statement_token2, STATE(35), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(311), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(691), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3834] = 31, ACTIONS(364), 1, anon_sym_SEMI, ACTIONS(368), 1, aux_sym_var_declaration_token4, ACTIONS(370), 1, aux_sym_var_declaration_token5, ACTIONS(372), 1, aux_sym_var_declaration_token7, ACTIONS(374), 1, aux_sym_var_declaration_token8, ACTIONS(376), 1, aux_sym_var_declaration_token9, ACTIONS(378), 1, anon_sym_POUND, ACTIONS(381), 1, aux_sym_if_statement_token1, ACTIONS(385), 1, aux_sym_case_statement_token1, ACTIONS(387), 1, aux_sym_for_statement_token1, ACTIONS(389), 1, aux_sym_while_statement_token1, ACTIONS(391), 1, aux_sym_repeat_statement_token1, ACTIONS(393), 1, aux_sym_region_statement_token1, ACTIONS(395), 1, aux_sym_return_statement_token1, ACTIONS(397), 1, aux_sym_goto_statement_token1, ACTIONS(399), 1, sym_number, ACTIONS(401), 1, anon_sym_SQUOTE, ACTIONS(404), 1, anon_sym_DQUOTE, ACTIONS(407), 1, sym_identifier, ACTIONS(410), 1, aux_sym_exit_statement_token1, ACTIONS(412), 1, aux_sym_continue_statement_token1, STATE(1592), 1, sym_prefixed_identifier, STATE(1593), 1, sym_string, STATE(1630), 1, sym_lvalue, STATE(2443), 1, sym_method_callee, ACTIONS(383), 2, aux_sym_else_clause_token1, aux_sym_case_statement_token2, STATE(39), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(366), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(691), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [3956] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(416), 9, aux_sym_var_declaration_token4, anon_sym_STAR, anon_sym_LPAREN, anon_sym_DOT, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(414), 47, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_type_definition_token5, anon_sym_SEMI, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_data_block_token4, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_EQ, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, anon_sym_SQUOTE, anon_sym_DQUOTE, [4022] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(145), 1, anon_sym_SEMI, ACTIONS(149), 1, aux_sym_var_declaration_token4, ACTIONS(151), 1, aux_sym_var_declaration_token5, ACTIONS(153), 1, aux_sym_var_declaration_token7, ACTIONS(155), 1, aux_sym_var_declaration_token8, ACTIONS(157), 1, aux_sym_var_declaration_token9, ACTIONS(159), 1, aux_sym_if_statement_token1, ACTIONS(167), 1, aux_sym_case_statement_token1, ACTIONS(169), 1, aux_sym_for_statement_token1, ACTIONS(171), 1, aux_sym_while_statement_token1, ACTIONS(173), 1, aux_sym_repeat_statement_token1, ACTIONS(175), 1, aux_sym_region_statement_token1, ACTIONS(177), 1, aux_sym_return_statement_token1, ACTIONS(179), 1, aux_sym_goto_statement_token1, ACTIONS(181), 1, sym_identifier, ACTIONS(183), 1, aux_sym_exit_statement_token1, ACTIONS(185), 1, aux_sym_continue_statement_token1, STATE(1571), 1, sym_prefixed_identifier, STATE(1572), 1, sym_string, STATE(1626), 1, sym_lvalue, STATE(2391), 1, sym_method_callee, STATE(33), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(147), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, ACTIONS(418), 3, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(739), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4142] = 31, ACTIONS(364), 1, anon_sym_SEMI, ACTIONS(368), 1, aux_sym_var_declaration_token4, ACTIONS(370), 1, aux_sym_var_declaration_token5, ACTIONS(372), 1, aux_sym_var_declaration_token7, ACTIONS(374), 1, aux_sym_var_declaration_token8, ACTIONS(376), 1, aux_sym_var_declaration_token9, ACTIONS(381), 1, aux_sym_if_statement_token1, ACTIONS(385), 1, aux_sym_case_statement_token1, ACTIONS(387), 1, aux_sym_for_statement_token1, ACTIONS(389), 1, aux_sym_while_statement_token1, ACTIONS(391), 1, aux_sym_repeat_statement_token1, ACTIONS(393), 1, aux_sym_region_statement_token1, ACTIONS(395), 1, aux_sym_return_statement_token1, ACTIONS(397), 1, aux_sym_goto_statement_token1, ACTIONS(410), 1, aux_sym_exit_statement_token1, ACTIONS(412), 1, aux_sym_continue_statement_token1, ACTIONS(420), 1, anon_sym_POUND, ACTIONS(425), 1, sym_number, ACTIONS(427), 1, anon_sym_SQUOTE, ACTIONS(430), 1, anon_sym_DQUOTE, ACTIONS(433), 1, sym_identifier, STATE(1592), 1, sym_prefixed_identifier, STATE(1593), 1, sym_string, STATE(1630), 1, sym_lvalue, STATE(2443), 1, sym_method_callee, ACTIONS(423), 2, aux_sym_else_clause_token1, aux_sym_case_statement_token2, STATE(35), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(366), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(691), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4264] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(436), 1, anon_sym_SEMI, ACTIONS(440), 1, aux_sym_var_declaration_token4, ACTIONS(442), 1, aux_sym_var_declaration_token5, ACTIONS(444), 1, aux_sym_var_declaration_token7, ACTIONS(446), 1, aux_sym_var_declaration_token8, ACTIONS(448), 1, aux_sym_var_declaration_token9, ACTIONS(450), 1, aux_sym_if_statement_token1, ACTIONS(452), 1, aux_sym_case_statement_token1, ACTIONS(454), 1, aux_sym_case_statement_token2, ACTIONS(456), 1, aux_sym_for_statement_token1, ACTIONS(458), 1, aux_sym_while_statement_token1, ACTIONS(460), 1, aux_sym_repeat_statement_token1, ACTIONS(462), 1, aux_sym_region_statement_token1, ACTIONS(464), 1, aux_sym_return_statement_token1, ACTIONS(466), 1, aux_sym_goto_statement_token1, ACTIONS(468), 1, sym_identifier, ACTIONS(470), 1, aux_sym_exit_statement_token1, ACTIONS(472), 1, aux_sym_continue_statement_token1, STATE(1542), 1, sym_prefixed_identifier, STATE(1586), 1, sym_string, STATE(1629), 1, sym_lvalue, STATE(2430), 1, sym_method_callee, STATE(207), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(438), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(912), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4382] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(476), 1, aux_sym_data_block_token5, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4500] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(512), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(56), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4618] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(514), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4736] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(514), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(58), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4854] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(518), 1, aux_sym_organization_block_token2, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [4972] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(518), 1, aux_sym_organization_block_token2, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(59), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5090] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(556), 1, aux_sym_function_block_token2, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5208] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(556), 1, aux_sym_function_block_token2, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(61), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5326] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(594), 1, aux_sym_function_token2, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5444] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(594), 1, aux_sym_function_token2, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(63), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5562] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(454), 1, aux_sym_if_statement_token3, ACTIONS(630), 1, anon_sym_SEMI, ACTIONS(634), 1, aux_sym_var_declaration_token4, ACTIONS(636), 1, aux_sym_var_declaration_token5, ACTIONS(638), 1, aux_sym_var_declaration_token7, ACTIONS(640), 1, aux_sym_var_declaration_token8, ACTIONS(642), 1, aux_sym_var_declaration_token9, ACTIONS(644), 1, aux_sym_if_statement_token1, ACTIONS(646), 1, aux_sym_case_statement_token1, ACTIONS(648), 1, aux_sym_for_statement_token1, ACTIONS(650), 1, aux_sym_while_statement_token1, ACTIONS(652), 1, aux_sym_repeat_statement_token1, ACTIONS(654), 1, aux_sym_region_statement_token1, ACTIONS(656), 1, aux_sym_return_statement_token1, ACTIONS(658), 1, aux_sym_goto_statement_token1, ACTIONS(660), 1, sym_identifier, ACTIONS(662), 1, aux_sym_exit_statement_token1, ACTIONS(664), 1, aux_sym_continue_statement_token1, STATE(1581), 1, sym_prefixed_identifier, STATE(1582), 1, sym_string, STATE(1628), 1, sym_lvalue, STATE(2417), 1, sym_method_callee, STATE(206), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(632), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(865), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5680] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(666), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(249), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5798] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(668), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [5916] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(668), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(68), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6034] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(670), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(69), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6152] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(672), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6270] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(672), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(72), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6388] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(674), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6506] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(676), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6624] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(676), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(74), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6742] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(678), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6860] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(678), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(76), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [6978] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(680), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7096] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(680), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(78), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7214] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(682), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(266), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7332] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(684), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(276), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7450] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(686), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(81), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7568] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(686), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7686] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(688), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7804] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(688), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(83), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [7922] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(690), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(84), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8040] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(692), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8158] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(694), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(86), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8276] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(694), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8394] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(696), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(88), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8512] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(696), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8630] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(698), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(90), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8748] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(698), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8866] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(720), 1, aux_sym_for_statement_token5, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(92), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [8984] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(738), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(93), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9102] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(738), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9220] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(740), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(96), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9338] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(742), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9456] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(744), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9574] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(744), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(98), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9692] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(746), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9810] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(746), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(99), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [9928] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(748), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10046] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(748), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(101), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10164] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(750), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10282] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(750), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(103), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10400] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(752), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10518] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(754), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10636] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(754), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(107), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10754] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(756), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(108), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10872] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(758), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [10990] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(758), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(110), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11108] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(760), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11226] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(762), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11344] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(762), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(113), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11462] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(764), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11580] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(764), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(115), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11698] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(766), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11816] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(766), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(117), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [11934] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(768), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(118), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12052] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(770), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(120), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12170] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(770), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12288] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(772), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12406] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(772), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(122), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12524] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(774), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12642] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(776), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(123), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12760] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(778), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(125), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12878] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(778), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [12996] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(780), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(127), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13114] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(780), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13232] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(782), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(129), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13350] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(782), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13468] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(784), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13586] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(786), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(131), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13704] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(786), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13822] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(788), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(134), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [13940] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(790), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14058] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(792), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14176] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(792), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(136), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14294] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(794), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14412] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(794), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(137), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14530] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(796), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14648] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(796), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(139), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14766] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(798), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [14884] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(798), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(141), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15002] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(800), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15120] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(800), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(144), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15238] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(802), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(145), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15356] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(804), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15474] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(804), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(147), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15592] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(806), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15710] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(808), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15828] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(808), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(150), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [15946] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(810), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16064] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(810), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(152), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16182] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(812), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16300] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(812), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(154), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16418] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(814), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(156), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16536] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(814), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16654] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(816), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16772] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(816), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(158), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [16890] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(818), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17008] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(820), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(159), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17126] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(822), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(161), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17244] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(822), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17362] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(824), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(163), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17480] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(824), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17598] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(826), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(165), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17716] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(826), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17834] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(828), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(167), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [17952] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(828), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18070] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(830), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(170), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18188] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(832), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18306] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(834), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18424] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(834), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(172), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18542] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(836), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18660] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(836), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(173), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18778] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(838), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [18896] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(838), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(175), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19014] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(840), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19132] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(840), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(177), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19250] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(842), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19368] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(842), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(179), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19486] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(844), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(180), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19604] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(846), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19722] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(846), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(182), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19840] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(848), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [19958] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(850), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20076] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(850), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(185), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20194] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(852), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20312] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(852), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(186), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20430] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(854), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20548] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(854), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(187), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20666] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(856), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20784] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(858), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [20902] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(858), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(189), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21020] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(860), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21138] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(856), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(190), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21256] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(862), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(191), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21374] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(864), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21492] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(866), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21610] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(868), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21728] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(868), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(193), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21846] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(870), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [21964] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(872), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22082] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(874), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22200] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(874), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(195), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22318] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(876), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22436] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(876), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(196), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22554] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(878), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22672] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(880), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22790] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_region_statement_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(882), 1, anon_sym_SEMI, ACTIONS(888), 1, aux_sym_var_declaration_token4, ACTIONS(891), 1, aux_sym_var_declaration_token5, ACTIONS(894), 1, aux_sym_var_declaration_token7, ACTIONS(897), 1, aux_sym_var_declaration_token8, ACTIONS(900), 1, aux_sym_var_declaration_token9, ACTIONS(903), 1, aux_sym_if_statement_token1, ACTIONS(906), 1, aux_sym_case_statement_token1, ACTIONS(909), 1, aux_sym_for_statement_token1, ACTIONS(912), 1, aux_sym_while_statement_token1, ACTIONS(915), 1, aux_sym_repeat_statement_token1, ACTIONS(918), 1, aux_sym_region_statement_token1, ACTIONS(921), 1, aux_sym_return_statement_token1, ACTIONS(924), 1, aux_sym_goto_statement_token1, ACTIONS(927), 1, sym_identifier, ACTIONS(930), 1, aux_sym_exit_statement_token1, ACTIONS(933), 1, aux_sym_continue_statement_token1, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(885), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [22908] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(436), 1, anon_sym_SEMI, ACTIONS(440), 1, aux_sym_var_declaration_token4, ACTIONS(442), 1, aux_sym_var_declaration_token5, ACTIONS(444), 1, aux_sym_var_declaration_token7, ACTIONS(446), 1, aux_sym_var_declaration_token8, ACTIONS(448), 1, aux_sym_var_declaration_token9, ACTIONS(450), 1, aux_sym_if_statement_token1, ACTIONS(452), 1, aux_sym_case_statement_token1, ACTIONS(456), 1, aux_sym_for_statement_token1, ACTIONS(458), 1, aux_sym_while_statement_token1, ACTIONS(460), 1, aux_sym_repeat_statement_token1, ACTIONS(462), 1, aux_sym_region_statement_token1, ACTIONS(464), 1, aux_sym_return_statement_token1, ACTIONS(466), 1, aux_sym_goto_statement_token1, ACTIONS(468), 1, sym_identifier, ACTIONS(470), 1, aux_sym_exit_statement_token1, ACTIONS(472), 1, aux_sym_continue_statement_token1, ACTIONS(936), 1, aux_sym_case_statement_token2, STATE(1542), 1, sym_prefixed_identifier, STATE(1586), 1, sym_string, STATE(1629), 1, sym_lvalue, STATE(2430), 1, sym_method_callee, STATE(40), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(438), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(912), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23026] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(962), 1, aux_sym_repeat_statement_token2, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23144] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_data_block_token5, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(976), 1, anon_sym_SEMI, ACTIONS(982), 1, aux_sym_var_declaration_token4, ACTIONS(985), 1, aux_sym_var_declaration_token5, ACTIONS(988), 1, aux_sym_var_declaration_token7, ACTIONS(991), 1, aux_sym_var_declaration_token8, ACTIONS(994), 1, aux_sym_var_declaration_token9, ACTIONS(997), 1, aux_sym_if_statement_token1, ACTIONS(1000), 1, aux_sym_case_statement_token1, ACTIONS(1003), 1, aux_sym_for_statement_token1, ACTIONS(1006), 1, aux_sym_while_statement_token1, ACTIONS(1009), 1, aux_sym_repeat_statement_token1, ACTIONS(1012), 1, aux_sym_region_statement_token1, ACTIONS(1015), 1, aux_sym_return_statement_token1, ACTIONS(1018), 1, aux_sym_goto_statement_token1, ACTIONS(1021), 1, sym_identifier, ACTIONS(1024), 1, aux_sym_exit_statement_token1, ACTIONS(1027), 1, aux_sym_continue_statement_token1, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(979), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23262] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_organization_block_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1030), 1, anon_sym_SEMI, ACTIONS(1036), 1, aux_sym_var_declaration_token4, ACTIONS(1039), 1, aux_sym_var_declaration_token5, ACTIONS(1042), 1, aux_sym_var_declaration_token7, ACTIONS(1045), 1, aux_sym_var_declaration_token8, ACTIONS(1048), 1, aux_sym_var_declaration_token9, ACTIONS(1051), 1, aux_sym_if_statement_token1, ACTIONS(1054), 1, aux_sym_case_statement_token1, ACTIONS(1057), 1, aux_sym_for_statement_token1, ACTIONS(1060), 1, aux_sym_while_statement_token1, ACTIONS(1063), 1, aux_sym_repeat_statement_token1, ACTIONS(1066), 1, aux_sym_region_statement_token1, ACTIONS(1069), 1, aux_sym_return_statement_token1, ACTIONS(1072), 1, aux_sym_goto_statement_token1, ACTIONS(1075), 1, sym_identifier, ACTIONS(1078), 1, aux_sym_exit_statement_token1, ACTIONS(1081), 1, aux_sym_continue_statement_token1, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1033), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23380] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_function_block_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1084), 1, anon_sym_SEMI, ACTIONS(1090), 1, aux_sym_var_declaration_token4, ACTIONS(1093), 1, aux_sym_var_declaration_token5, ACTIONS(1096), 1, aux_sym_var_declaration_token7, ACTIONS(1099), 1, aux_sym_var_declaration_token8, ACTIONS(1102), 1, aux_sym_var_declaration_token9, ACTIONS(1105), 1, aux_sym_if_statement_token1, ACTIONS(1108), 1, aux_sym_case_statement_token1, ACTIONS(1111), 1, aux_sym_for_statement_token1, ACTIONS(1114), 1, aux_sym_while_statement_token1, ACTIONS(1117), 1, aux_sym_repeat_statement_token1, ACTIONS(1120), 1, aux_sym_region_statement_token1, ACTIONS(1123), 1, aux_sym_return_statement_token1, ACTIONS(1126), 1, aux_sym_goto_statement_token1, ACTIONS(1129), 1, sym_identifier, ACTIONS(1132), 1, aux_sym_exit_statement_token1, ACTIONS(1135), 1, aux_sym_continue_statement_token1, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1087), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23498] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_function_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1138), 1, anon_sym_SEMI, ACTIONS(1144), 1, aux_sym_var_declaration_token4, ACTIONS(1147), 1, aux_sym_var_declaration_token5, ACTIONS(1150), 1, aux_sym_var_declaration_token7, ACTIONS(1153), 1, aux_sym_var_declaration_token8, ACTIONS(1156), 1, aux_sym_var_declaration_token9, ACTIONS(1159), 1, aux_sym_if_statement_token1, ACTIONS(1162), 1, aux_sym_case_statement_token1, ACTIONS(1165), 1, aux_sym_for_statement_token1, ACTIONS(1168), 1, aux_sym_while_statement_token1, ACTIONS(1171), 1, aux_sym_repeat_statement_token1, ACTIONS(1174), 1, aux_sym_region_statement_token1, ACTIONS(1177), 1, aux_sym_return_statement_token1, ACTIONS(1180), 1, aux_sym_goto_statement_token1, ACTIONS(1183), 1, sym_identifier, ACTIONS(1186), 1, aux_sym_exit_statement_token1, ACTIONS(1189), 1, aux_sym_continue_statement_token1, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1141), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23616] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(1192), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(288), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23734] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_while_statement_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1194), 1, anon_sym_SEMI, ACTIONS(1200), 1, aux_sym_var_declaration_token4, ACTIONS(1203), 1, aux_sym_var_declaration_token5, ACTIONS(1206), 1, aux_sym_var_declaration_token7, ACTIONS(1209), 1, aux_sym_var_declaration_token8, ACTIONS(1212), 1, aux_sym_var_declaration_token9, ACTIONS(1215), 1, aux_sym_if_statement_token1, ACTIONS(1218), 1, aux_sym_case_statement_token1, ACTIONS(1221), 1, aux_sym_for_statement_token1, ACTIONS(1224), 1, aux_sym_while_statement_token1, ACTIONS(1227), 1, aux_sym_repeat_statement_token1, ACTIONS(1230), 1, aux_sym_region_statement_token1, ACTIONS(1233), 1, aux_sym_return_statement_token1, ACTIONS(1236), 1, aux_sym_goto_statement_token1, ACTIONS(1239), 1, sym_identifier, ACTIONS(1242), 1, aux_sym_exit_statement_token1, ACTIONS(1245), 1, aux_sym_continue_statement_token1, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1197), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23852] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_if_statement_token3, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1248), 1, anon_sym_SEMI, ACTIONS(1254), 1, aux_sym_var_declaration_token4, ACTIONS(1257), 1, aux_sym_var_declaration_token5, ACTIONS(1260), 1, aux_sym_var_declaration_token7, ACTIONS(1263), 1, aux_sym_var_declaration_token8, ACTIONS(1266), 1, aux_sym_var_declaration_token9, ACTIONS(1269), 1, aux_sym_if_statement_token1, ACTIONS(1272), 1, aux_sym_case_statement_token1, ACTIONS(1275), 1, aux_sym_for_statement_token1, ACTIONS(1278), 1, aux_sym_while_statement_token1, ACTIONS(1281), 1, aux_sym_repeat_statement_token1, ACTIONS(1284), 1, aux_sym_region_statement_token1, ACTIONS(1287), 1, aux_sym_return_statement_token1, ACTIONS(1290), 1, aux_sym_goto_statement_token1, ACTIONS(1293), 1, sym_identifier, ACTIONS(1296), 1, aux_sym_exit_statement_token1, ACTIONS(1299), 1, aux_sym_continue_statement_token1, STATE(1581), 1, sym_prefixed_identifier, STATE(1582), 1, sym_string, STATE(1628), 1, sym_lvalue, STATE(2417), 1, sym_method_callee, STATE(206), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1251), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(865), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [23970] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_case_statement_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1302), 1, anon_sym_SEMI, ACTIONS(1308), 1, aux_sym_var_declaration_token4, ACTIONS(1311), 1, aux_sym_var_declaration_token5, ACTIONS(1314), 1, aux_sym_var_declaration_token7, ACTIONS(1317), 1, aux_sym_var_declaration_token8, ACTIONS(1320), 1, aux_sym_var_declaration_token9, ACTIONS(1323), 1, aux_sym_if_statement_token1, ACTIONS(1326), 1, aux_sym_case_statement_token1, ACTIONS(1329), 1, aux_sym_for_statement_token1, ACTIONS(1332), 1, aux_sym_while_statement_token1, ACTIONS(1335), 1, aux_sym_repeat_statement_token1, ACTIONS(1338), 1, aux_sym_region_statement_token1, ACTIONS(1341), 1, aux_sym_return_statement_token1, ACTIONS(1344), 1, aux_sym_goto_statement_token1, ACTIONS(1347), 1, sym_identifier, ACTIONS(1350), 1, aux_sym_exit_statement_token1, ACTIONS(1353), 1, aux_sym_continue_statement_token1, STATE(1542), 1, sym_prefixed_identifier, STATE(1586), 1, sym_string, STATE(1629), 1, sym_lvalue, STATE(2430), 1, sym_method_callee, STATE(207), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1305), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(912), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24088] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_for_statement_token5, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1356), 1, anon_sym_SEMI, ACTIONS(1362), 1, aux_sym_var_declaration_token4, ACTIONS(1365), 1, aux_sym_var_declaration_token5, ACTIONS(1368), 1, aux_sym_var_declaration_token7, ACTIONS(1371), 1, aux_sym_var_declaration_token8, ACTIONS(1374), 1, aux_sym_var_declaration_token9, ACTIONS(1377), 1, aux_sym_if_statement_token1, ACTIONS(1380), 1, aux_sym_case_statement_token1, ACTIONS(1383), 1, aux_sym_for_statement_token1, ACTIONS(1386), 1, aux_sym_while_statement_token1, ACTIONS(1389), 1, aux_sym_repeat_statement_token1, ACTIONS(1392), 1, aux_sym_region_statement_token1, ACTIONS(1395), 1, aux_sym_return_statement_token1, ACTIONS(1398), 1, aux_sym_goto_statement_token1, ACTIONS(1401), 1, sym_identifier, ACTIONS(1404), 1, aux_sym_exit_statement_token1, ACTIONS(1407), 1, aux_sym_continue_statement_token1, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1359), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24206] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1436), 1, aux_sym_region_statement_token2, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(211), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24324] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1470), 1, aux_sym_while_statement_token2, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(345), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24442] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1486), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24560] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1488), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(307), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24678] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1490), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(229), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24796] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1492), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(215), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [24914] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1494), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25032] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1496), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(217), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25150] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1498), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25268] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1500), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(221), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25386] = 30, ACTIONS(264), 1, anon_sym_POUND, ACTIONS(270), 1, aux_sym_repeat_statement_token2, ACTIONS(293), 1, anon_sym_SQUOTE, ACTIONS(296), 1, anon_sym_DQUOTE, ACTIONS(1502), 1, anon_sym_SEMI, ACTIONS(1508), 1, aux_sym_var_declaration_token4, ACTIONS(1511), 1, aux_sym_var_declaration_token5, ACTIONS(1514), 1, aux_sym_var_declaration_token7, ACTIONS(1517), 1, aux_sym_var_declaration_token8, ACTIONS(1520), 1, aux_sym_var_declaration_token9, ACTIONS(1523), 1, aux_sym_if_statement_token1, ACTIONS(1526), 1, aux_sym_case_statement_token1, ACTIONS(1529), 1, aux_sym_for_statement_token1, ACTIONS(1532), 1, aux_sym_while_statement_token1, ACTIONS(1535), 1, aux_sym_repeat_statement_token1, ACTIONS(1538), 1, aux_sym_region_statement_token1, ACTIONS(1541), 1, aux_sym_return_statement_token1, ACTIONS(1544), 1, aux_sym_goto_statement_token1, ACTIONS(1547), 1, sym_identifier, ACTIONS(1550), 1, aux_sym_exit_statement_token1, ACTIONS(1553), 1, aux_sym_continue_statement_token1, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1505), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25504] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1556), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(223), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25622] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1558), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25740] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1560), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25858] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1562), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [25976] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1564), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(225), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26094] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1566), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26212] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1568), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(227), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26330] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1570), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26448] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1572), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(231), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26566] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1574), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26684] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1576), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(232), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26802] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1578), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [26920] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1580), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27038] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1582), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(234), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27156] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1584), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27274] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1586), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(236), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27392] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1588), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27510] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1590), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(239), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27628] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1592), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(241), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27746] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1594), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27864] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(1596), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(41), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [27982] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1598), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28100] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1600), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(243), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28218] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1602), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28336] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1604), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(245), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28454] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1606), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28572] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1608), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(248), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28690] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1610), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(250), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28808] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1612), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [28926] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(1596), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(200), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29044] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1614), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29162] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1616), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(252), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29280] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1618), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29398] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1620), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(254), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29516] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1622), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29634] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1624), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(258), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29752] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, ACTIONS(1626), 1, aux_sym_data_block_token5, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(43), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29870] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1628), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(260), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [29988] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1630), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30106] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(1632), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(45), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30224] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1634), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30342] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1636), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(262), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30460] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1638), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30578] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1640), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(264), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30696] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1642), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30814] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1644), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(268), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [30932] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(516), 1, anon_sym_SEMI, ACTIONS(522), 1, aux_sym_var_declaration_token4, ACTIONS(524), 1, aux_sym_var_declaration_token5, ACTIONS(526), 1, aux_sym_var_declaration_token7, ACTIONS(528), 1, aux_sym_var_declaration_token8, ACTIONS(530), 1, aux_sym_var_declaration_token9, ACTIONS(532), 1, aux_sym_if_statement_token1, ACTIONS(534), 1, aux_sym_case_statement_token1, ACTIONS(536), 1, aux_sym_for_statement_token1, ACTIONS(538), 1, aux_sym_while_statement_token1, ACTIONS(540), 1, aux_sym_repeat_statement_token1, ACTIONS(542), 1, aux_sym_region_statement_token1, ACTIONS(544), 1, aux_sym_return_statement_token1, ACTIONS(546), 1, aux_sym_goto_statement_token1, ACTIONS(548), 1, sym_identifier, ACTIONS(550), 1, aux_sym_exit_statement_token1, ACTIONS(552), 1, aux_sym_continue_statement_token1, ACTIONS(1632), 1, aux_sym_organization_block_token2, STATE(1553), 1, sym_prefixed_identifier, STATE(1554), 1, sym_string, STATE(1623), 1, sym_lvalue, STATE(2352), 1, sym_method_callee, STATE(201), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(520), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1070), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31050] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1646), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(270), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31168] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1648), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31286] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(1650), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(47), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31404] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1652), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31522] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1654), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(272), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31640] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1656), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31758] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1658), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(274), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31876] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1660), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [31994] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1662), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(278), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32112] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(554), 1, anon_sym_SEMI, ACTIONS(560), 1, aux_sym_var_declaration_token4, ACTIONS(562), 1, aux_sym_var_declaration_token5, ACTIONS(564), 1, aux_sym_var_declaration_token7, ACTIONS(566), 1, aux_sym_var_declaration_token8, ACTIONS(568), 1, aux_sym_var_declaration_token9, ACTIONS(570), 1, aux_sym_if_statement_token1, ACTIONS(572), 1, aux_sym_case_statement_token1, ACTIONS(574), 1, aux_sym_for_statement_token1, ACTIONS(576), 1, aux_sym_while_statement_token1, ACTIONS(578), 1, aux_sym_repeat_statement_token1, ACTIONS(580), 1, aux_sym_region_statement_token1, ACTIONS(582), 1, aux_sym_return_statement_token1, ACTIONS(584), 1, aux_sym_goto_statement_token1, ACTIONS(586), 1, sym_identifier, ACTIONS(588), 1, aux_sym_exit_statement_token1, ACTIONS(590), 1, aux_sym_continue_statement_token1, ACTIONS(1650), 1, aux_sym_function_block_token2, STATE(1560), 1, sym_prefixed_identifier, STATE(1561), 1, sym_string, STATE(1624), 1, sym_lvalue, STATE(2365), 1, sym_method_callee, STATE(202), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(558), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1118), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32230] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1664), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(280), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32348] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1666), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32466] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(1668), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(49), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32584] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1670), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32702] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1672), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(282), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32820] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1674), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [32938] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1676), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(284), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33056] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1678), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33174] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1680), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(287), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33292] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1682), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(289), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33410] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1684), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33528] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(592), 1, anon_sym_SEMI, ACTIONS(598), 1, aux_sym_var_declaration_token4, ACTIONS(600), 1, aux_sym_var_declaration_token5, ACTIONS(602), 1, aux_sym_var_declaration_token7, ACTIONS(604), 1, aux_sym_var_declaration_token8, ACTIONS(606), 1, aux_sym_var_declaration_token9, ACTIONS(608), 1, aux_sym_if_statement_token1, ACTIONS(610), 1, aux_sym_case_statement_token1, ACTIONS(612), 1, aux_sym_for_statement_token1, ACTIONS(614), 1, aux_sym_while_statement_token1, ACTIONS(616), 1, aux_sym_repeat_statement_token1, ACTIONS(618), 1, aux_sym_region_statement_token1, ACTIONS(620), 1, aux_sym_return_statement_token1, ACTIONS(622), 1, aux_sym_goto_statement_token1, ACTIONS(624), 1, sym_identifier, ACTIONS(626), 1, aux_sym_exit_statement_token1, ACTIONS(628), 1, aux_sym_continue_statement_token1, ACTIONS(1668), 1, aux_sym_function_token2, STATE(1565), 1, sym_prefixed_identifier, STATE(1566), 1, sym_string, STATE(1625), 1, sym_lvalue, STATE(2378), 1, sym_method_callee, STATE(203), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(596), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1166), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33646] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1686), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33764] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1688), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(291), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [33882] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1690), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34000] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1692), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(293), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34118] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1694), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34236] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1696), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(296), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34354] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1698), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(298), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34472] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1700), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34590] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(630), 1, anon_sym_SEMI, ACTIONS(634), 1, aux_sym_var_declaration_token4, ACTIONS(636), 1, aux_sym_var_declaration_token5, ACTIONS(638), 1, aux_sym_var_declaration_token7, ACTIONS(640), 1, aux_sym_var_declaration_token8, ACTIONS(642), 1, aux_sym_var_declaration_token9, ACTIONS(644), 1, aux_sym_if_statement_token1, ACTIONS(646), 1, aux_sym_case_statement_token1, ACTIONS(648), 1, aux_sym_for_statement_token1, ACTIONS(650), 1, aux_sym_while_statement_token1, ACTIONS(652), 1, aux_sym_repeat_statement_token1, ACTIONS(654), 1, aux_sym_region_statement_token1, ACTIONS(656), 1, aux_sym_return_statement_token1, ACTIONS(658), 1, aux_sym_goto_statement_token1, ACTIONS(660), 1, sym_identifier, ACTIONS(662), 1, aux_sym_exit_statement_token1, ACTIONS(664), 1, aux_sym_continue_statement_token1, ACTIONS(936), 1, aux_sym_if_statement_token3, STATE(1581), 1, sym_prefixed_identifier, STATE(1582), 1, sym_string, STATE(1628), 1, sym_lvalue, STATE(2417), 1, sym_method_callee, STATE(51), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(632), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(865), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34708] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1702), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34826] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1704), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(300), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [34944] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1706), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35062] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1708), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(302), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35180] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1710), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35298] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1712), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(306), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35416] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1714), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(222), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35534] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1716), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(308), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35652] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1718), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35770] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1720), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [35888] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1722), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36006] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1724), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(310), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36124] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1726), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36242] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1728), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(312), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36360] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1730), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36478] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1732), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(315), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36596] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1734), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(316), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36714] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1410), 1, anon_sym_SEMI, ACTIONS(1414), 1, aux_sym_var_declaration_token4, ACTIONS(1416), 1, aux_sym_var_declaration_token5, ACTIONS(1418), 1, aux_sym_var_declaration_token7, ACTIONS(1420), 1, aux_sym_var_declaration_token8, ACTIONS(1422), 1, aux_sym_var_declaration_token9, ACTIONS(1424), 1, aux_sym_if_statement_token1, ACTIONS(1426), 1, aux_sym_case_statement_token1, ACTIONS(1428), 1, aux_sym_for_statement_token1, ACTIONS(1430), 1, aux_sym_while_statement_token1, ACTIONS(1432), 1, aux_sym_repeat_statement_token1, ACTIONS(1434), 1, aux_sym_region_statement_token1, ACTIONS(1438), 1, aux_sym_return_statement_token1, ACTIONS(1440), 1, aux_sym_goto_statement_token1, ACTIONS(1442), 1, sym_identifier, ACTIONS(1444), 1, aux_sym_exit_statement_token1, ACTIONS(1446), 1, aux_sym_continue_statement_token1, ACTIONS(1736), 1, aux_sym_region_statement_token2, STATE(1546), 1, sym_prefixed_identifier, STATE(1615), 1, sym_string, STATE(1620), 1, sym_lvalue, STATE(2326), 1, sym_method_callee, STATE(197), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1412), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(820), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36832] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1738), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [36950] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1740), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(318), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37068] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1742), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37186] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1744), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(320), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37304] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(700), 1, anon_sym_SEMI, ACTIONS(704), 1, aux_sym_var_declaration_token4, ACTIONS(706), 1, aux_sym_var_declaration_token5, ACTIONS(708), 1, aux_sym_var_declaration_token7, ACTIONS(710), 1, aux_sym_var_declaration_token8, ACTIONS(712), 1, aux_sym_var_declaration_token9, ACTIONS(714), 1, aux_sym_if_statement_token1, ACTIONS(716), 1, aux_sym_case_statement_token1, ACTIONS(718), 1, aux_sym_for_statement_token1, ACTIONS(722), 1, aux_sym_while_statement_token1, ACTIONS(724), 1, aux_sym_repeat_statement_token1, ACTIONS(726), 1, aux_sym_region_statement_token1, ACTIONS(728), 1, aux_sym_return_statement_token1, ACTIONS(730), 1, aux_sym_goto_statement_token1, ACTIONS(732), 1, sym_identifier, ACTIONS(734), 1, aux_sym_exit_statement_token1, ACTIONS(736), 1, aux_sym_continue_statement_token1, ACTIONS(1746), 1, aux_sym_for_statement_token5, STATE(1596), 1, sym_prefixed_identifier, STATE(1597), 1, sym_string, STATE(1631), 1, sym_lvalue, STATE(2453), 1, sym_method_callee, STATE(208), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(702), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1005), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37422] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(474), 1, anon_sym_SEMI, ACTIONS(476), 1, aux_sym_data_block_token5, ACTIONS(480), 1, aux_sym_var_declaration_token4, ACTIONS(482), 1, aux_sym_var_declaration_token5, ACTIONS(484), 1, aux_sym_var_declaration_token7, ACTIONS(486), 1, aux_sym_var_declaration_token8, ACTIONS(488), 1, aux_sym_var_declaration_token9, ACTIONS(490), 1, aux_sym_if_statement_token1, ACTIONS(492), 1, aux_sym_case_statement_token1, ACTIONS(494), 1, aux_sym_for_statement_token1, ACTIONS(496), 1, aux_sym_while_statement_token1, ACTIONS(498), 1, aux_sym_repeat_statement_token1, ACTIONS(500), 1, aux_sym_region_statement_token1, ACTIONS(502), 1, aux_sym_return_statement_token1, ACTIONS(504), 1, aux_sym_goto_statement_token1, ACTIONS(506), 1, sym_identifier, ACTIONS(508), 1, aux_sym_exit_statement_token1, ACTIONS(510), 1, aux_sym_continue_statement_token1, STATE(1548), 1, sym_prefixed_identifier, STATE(1549), 1, sym_string, STATE(1622), 1, sym_lvalue, STATE(2339), 1, sym_method_callee, STATE(53), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(478), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(973), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37540] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1748), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(323), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37658] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1750), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37776] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1752), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(325), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [37894] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1754), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38012] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1756), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(327), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38130] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1758), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38248] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1760), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(329), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38366] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1762), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38484] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1764), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(331), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38602] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1766), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38720] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1768), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(333), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38838] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1770), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [38956] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1772), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(335), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39074] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1774), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39192] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1776), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(337), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39310] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1778), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39428] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1780), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(339), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39546] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1782), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39664] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1784), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(341), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39782] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1786), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [39900] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1788), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(343), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [40018] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1790), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(219), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [40136] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(938), 1, anon_sym_SEMI, ACTIONS(942), 1, aux_sym_var_declaration_token4, ACTIONS(944), 1, aux_sym_var_declaration_token5, ACTIONS(946), 1, aux_sym_var_declaration_token7, ACTIONS(948), 1, aux_sym_var_declaration_token8, ACTIONS(950), 1, aux_sym_var_declaration_token9, ACTIONS(952), 1, aux_sym_if_statement_token1, ACTIONS(954), 1, aux_sym_case_statement_token1, ACTIONS(956), 1, aux_sym_for_statement_token1, ACTIONS(958), 1, aux_sym_while_statement_token1, ACTIONS(960), 1, aux_sym_repeat_statement_token1, ACTIONS(964), 1, aux_sym_region_statement_token1, ACTIONS(966), 1, aux_sym_return_statement_token1, ACTIONS(968), 1, aux_sym_goto_statement_token1, ACTIONS(970), 1, sym_identifier, ACTIONS(972), 1, aux_sym_exit_statement_token1, ACTIONS(974), 1, aux_sym_continue_statement_token1, ACTIONS(1792), 1, aux_sym_repeat_statement_token2, STATE(1607), 1, sym_prefixed_identifier, STATE(1610), 1, sym_string, STATE(1619), 1, sym_lvalue, STATE(2313), 1, sym_method_callee, STATE(199), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(940), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(1229), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [40254] = 30, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1448), 1, anon_sym_SEMI, ACTIONS(1452), 1, aux_sym_var_declaration_token4, ACTIONS(1454), 1, aux_sym_var_declaration_token5, ACTIONS(1456), 1, aux_sym_var_declaration_token7, ACTIONS(1458), 1, aux_sym_var_declaration_token8, ACTIONS(1460), 1, aux_sym_var_declaration_token9, ACTIONS(1462), 1, aux_sym_if_statement_token1, ACTIONS(1464), 1, aux_sym_case_statement_token1, ACTIONS(1466), 1, aux_sym_for_statement_token1, ACTIONS(1468), 1, aux_sym_while_statement_token1, ACTIONS(1472), 1, aux_sym_repeat_statement_token1, ACTIONS(1474), 1, aux_sym_region_statement_token1, ACTIONS(1476), 1, aux_sym_return_statement_token1, ACTIONS(1478), 1, aux_sym_goto_statement_token1, ACTIONS(1480), 1, sym_identifier, ACTIONS(1482), 1, aux_sym_exit_statement_token1, ACTIONS(1484), 1, aux_sym_continue_statement_token1, ACTIONS(1794), 1, aux_sym_while_statement_token2, STATE(1576), 1, sym_prefixed_identifier, STATE(1577), 1, sym_string, STATE(1627), 1, sym_lvalue, STATE(2404), 1, sym_method_callee, STATE(205), 2, sym_statement, aux_sym_data_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1450), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1617), 4, sym_function_name, sym_field_access, sym_array_access, sym_bit_access, STATE(818), 20, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, sym_empty_statement, sym_fb_call, sym_assignment, sym_if_statement, sym_case_statement, sym_for_statement, sym_while_statement, sym_repeat_statement, sym_region_statement, sym_return_statement, sym_goto_statement, sym_function_call, sym_exit_statement, sym_continue_statement, [40372] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1796), 1, aux_sym_type_definition_token5, ACTIONS(1802), 1, aux_sym_array_type_token1, ACTIONS(1804), 1, aux_sym_ref_type_token1, ACTIONS(1806), 1, sym_identifier, STATE(2218), 1, sym_type, ACTIONS(1800), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(2187), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1798), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40444] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1796), 1, aux_sym_type_definition_token5, ACTIONS(1802), 1, aux_sym_array_type_token1, ACTIONS(1804), 1, aux_sym_ref_type_token1, ACTIONS(1806), 1, sym_identifier, STATE(2223), 1, sym_type, ACTIONS(1800), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(2187), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1798), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40516] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1796), 1, aux_sym_type_definition_token5, ACTIONS(1802), 1, aux_sym_array_type_token1, ACTIONS(1804), 1, aux_sym_ref_type_token1, ACTIONS(1806), 1, sym_identifier, STATE(2203), 1, sym_type, ACTIONS(1800), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(2187), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1798), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40588] = 11, ACTIONS(1808), 1, aux_sym_type_definition_token5, ACTIONS(1814), 1, aux_sym_array_type_token1, ACTIONS(1816), 1, aux_sym_ref_type_token1, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1822), 1, sym_identifier, STATE(1527), 1, sym_type, ACTIONS(1812), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1482), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1810), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40660] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1796), 1, aux_sym_type_definition_token5, ACTIONS(1802), 1, aux_sym_array_type_token1, ACTIONS(1804), 1, aux_sym_ref_type_token1, ACTIONS(1806), 1, sym_identifier, STATE(2189), 1, sym_type, ACTIONS(1800), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(2187), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1798), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40732] = 11, ACTIONS(1808), 1, aux_sym_type_definition_token5, ACTIONS(1814), 1, aux_sym_array_type_token1, ACTIONS(1816), 1, aux_sym_ref_type_token1, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1822), 1, sym_identifier, STATE(1506), 1, sym_type, ACTIONS(1812), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1482), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1810), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40804] = 11, ACTIONS(1808), 1, aux_sym_type_definition_token5, ACTIONS(1814), 1, aux_sym_array_type_token1, ACTIONS(1816), 1, aux_sym_ref_type_token1, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1822), 1, sym_identifier, STATE(1237), 1, sym_type, ACTIONS(1812), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1482), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1810), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40876] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1796), 1, aux_sym_type_definition_token5, ACTIONS(1802), 1, aux_sym_array_type_token1, ACTIONS(1804), 1, aux_sym_ref_type_token1, ACTIONS(1806), 1, sym_identifier, STATE(2199), 1, sym_type, ACTIONS(1800), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(2187), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1798), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [40948] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1796), 1, aux_sym_type_definition_token5, ACTIONS(1802), 1, aux_sym_array_type_token1, ACTIONS(1804), 1, aux_sym_ref_type_token1, ACTIONS(1806), 1, sym_identifier, STATE(2179), 1, sym_type, ACTIONS(1800), 2, aux_sym_string_type_token1, aux_sym_string_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(2187), 6, sym_type_builtin, sym_string_type, sym_array_type, sym_ref_type, sym_struct_type, sym_string, ACTIONS(1798), 31, aux_sym_type_builtin_token1, aux_sym_type_builtin_token2, aux_sym_type_builtin_token3, aux_sym_type_builtin_token4, aux_sym_type_builtin_token5, aux_sym_type_builtin_token6, aux_sym_type_builtin_token7, aux_sym_type_builtin_token8, aux_sym_type_builtin_token9, aux_sym_type_builtin_token10, aux_sym_type_builtin_token11, aux_sym_type_builtin_token12, aux_sym_type_builtin_token13, aux_sym_type_builtin_token14, aux_sym_type_builtin_token15, aux_sym_type_builtin_token16, aux_sym_type_builtin_token17, aux_sym_type_builtin_token18, aux_sym_type_builtin_token19, aux_sym_type_builtin_token20, aux_sym_type_builtin_token21, aux_sym_type_builtin_token22, aux_sym_type_builtin_token23, aux_sym_type_builtin_token24, aux_sym_type_builtin_token25, aux_sym_type_builtin_token26, aux_sym_type_builtin_token27, aux_sym_type_builtin_token28, aux_sym_type_builtin_token29, aux_sym_type_builtin_token30, aux_sym_type_builtin_token31, [41020] = 4, ACTIONS(1828), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1826), 6, anon_sym_STAR, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(1824), 28, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [41067] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1832), 7, anon_sym_STAR, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(1830), 28, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [41112] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1836), 1, anon_sym_RPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41192] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, ACTIONS(1854), 1, anon_sym_RPAREN, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41272] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1826), 6, anon_sym_STAR, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(1824), 28, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [41316] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, ACTIONS(1856), 1, anon_sym_RPAREN, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41396] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1860), 6, anon_sym_STAR, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(1858), 28, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [41440] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1862), 1, anon_sym_RPAREN, ACTIONS(1864), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1265), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2117), 1, sym_struct_initializer, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41520] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, ACTIONS(1866), 1, anon_sym_RPAREN, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41600] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1870), 6, anon_sym_STAR, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(1868), 28, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [41644] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, ACTIONS(1872), 1, anon_sym_RPAREN, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41724] = 21, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, ACTIONS(1874), 1, anon_sym_RPAREN, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41804] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1389), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2228), 1, sym_chained_assignment, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41881] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1395), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2355), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [41958] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1398), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2425), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42035] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1392), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2288), 1, sym_chained_assignment, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42112] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1371), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2465), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42189] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1408), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2563), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42266] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1413), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2248), 1, sym_chained_assignment, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42343] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1275), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2154), 1, sym_struct_initializer, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42420] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1373), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2502), 1, sym_struct_initializer, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42497] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1403), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2493), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42574] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1386), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2512), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42651] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1288), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2205), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42728] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1852), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1305), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2207), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42805] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1374), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2522), 1, sym_struct_initializer, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42882] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1380), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2322), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [42959] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1377), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2241), 1, sym_chained_assignment, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43036] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1358), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2315), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43113] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1356), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2274), 1, sym_chained_assignment, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43190] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1412), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2251), 1, sym_struct_initializer, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43267] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1834), 1, anon_sym_LPAREN, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1368), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2314), 1, sym_struct_initializer, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43344] = 20, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1383), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2136), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, STATE(2413), 1, sym_chained_assignment, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43421] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1447), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43495] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1465), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43569] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1387), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43643] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1388), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43717] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1342), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43791] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1390), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43865] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1391), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [43939] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1467), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44013] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1393), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44087] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1394), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44161] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1074), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44235] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1396), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44309] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1397), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44383] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1399), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44457] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1402), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44531] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1353), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44605] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1405), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44679] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1349), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44753] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1407), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44827] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1357), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44901] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1409), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [44975] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1411), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45049] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1318), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45123] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1414), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45197] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1415), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45271] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1416), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45345] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1481), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45419] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1346), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45493] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1300), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45567] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1418), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45641] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1419), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45715] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1420), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45789] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1421), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45863] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1284), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [45937] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1880), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1287), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46011] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1304), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46085] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1422), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46159] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1423), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46233] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1424), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46307] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1425), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46381] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1206), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46455] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1351), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46529] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1308), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46603] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1427), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46677] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1428), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46751] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1429), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46825] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1430), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46899] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1287), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [46973] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1370), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47047] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1313), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47121] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1431), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47195] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1432), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47269] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1433), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47343] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1434), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47417] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1466), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47491] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1297), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47565] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1320), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47639] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1435), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47713] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1436), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47787] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1437), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47861] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1438), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [47935] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1372), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48009] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1345), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48083] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1324), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48157] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1439), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48231] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1440), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48305] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1441), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48379] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1442), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48453] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1132), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48527] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(786), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48601] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1328), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48675] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1443), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48749] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1444), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48823] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1445), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48897] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1446), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [48971] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1376), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49045] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(878), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49119] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1333), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49193] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1410), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49267] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1448), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49341] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1449), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49415] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1450), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49489] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1378), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49563] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1379), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49637] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1337), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49711] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1451), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49785] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1452), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49859] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1453), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [49933] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1454), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50007] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(925), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50081] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1381), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50155] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1311), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50229] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1455), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50303] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1456), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50377] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1457), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50451] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1341), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50525] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1382), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50599] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1068), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50673] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1291), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50747] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1458), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50821] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1459), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50895] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1460), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [50969] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1461), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51043] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1384), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51117] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1385), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51191] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1303), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51265] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1462), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51339] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1471), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51413] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1472), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51487] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1473), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51561] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1474), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51635] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1475), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51709] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1476), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51783] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1477), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51857] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1478), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [51931] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1479), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [52005] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1480), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [52079] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1417), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [52153] = 19, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1838), 1, aux_sym_unary_expression_token1, ACTIONS(1842), 1, sym_number, ACTIONS(1846), 1, anon_sym_SQUOTE, ACTIONS(1848), 1, aux_sym_char_literal_token2, ACTIONS(1850), 1, anon_sym_C_POUND, ACTIONS(1876), 1, anon_sym_LPAREN, ACTIONS(1878), 1, sym_identifier, STATE(666), 1, sym_string, STATE(1084), 1, sym_expression, STATE(1617), 1, sym_function_name, STATE(2185), 1, sym_lvalue, STATE(2293), 1, sym_method_callee, ACTIONS(1840), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(670), 4, sym_prefixed_identifier, sym_field_access, sym_array_access, sym_bit_access, STATE(1169), 4, sym_function_call, sym_unary_expression, sym_binary_expression, sym_char_literal, ACTIONS(1844), 8, sym_hex_number, sym_binary_number, sym_octal_number, sym_time_value, sym_date_literal, sym_bool_literal, sym_typed_int_literal, sym_wstring_literal, [52227] = 4, ACTIONS(1882), 1, ts_builtin_sym_end, ACTIONS(1886), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 28, aux_sym_type_definition_token1, anon_sym_SEMI, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52269] = 4, ACTIONS(1890), 1, ts_builtin_sym_end, ACTIONS(1894), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 28, aux_sym_type_definition_token1, anon_sym_SEMI, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52311] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1896), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1898), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52350] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1900), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1902), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52389] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1904), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1906), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52428] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52467] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52506] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52545] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1922), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1924), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52584] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1926), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1928), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52623] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52662] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1934), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1936), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52701] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1938), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1940), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52740] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52779] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52818] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1950), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1952), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52857] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1954), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1956), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52896] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52935] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1962), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1964), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [52974] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53013] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1966), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1968), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53052] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53091] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53130] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53169] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53208] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53247] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1990), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1992), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53286] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1994), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1996), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53325] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53364] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2002), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2004), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53403] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2006), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2008), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53442] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2010), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2012), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53481] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2014), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2016), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53520] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2018), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2020), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53559] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2022), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2024), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53598] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2026), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2028), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53637] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2030), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2032), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53676] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2034), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2036), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53715] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2038), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2040), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53754] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53793] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53832] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53871] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2058), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2060), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53910] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2062), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2064), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53949] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2066), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2068), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [53988] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2070), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2072), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54027] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54066] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2080), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2082), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54105] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2084), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2086), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54144] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54183] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2094), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2096), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54222] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2098), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2100), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54261] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2102), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2104), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54300] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2106), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2108), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54339] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2110), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2112), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54378] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54417] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54456] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2124), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2126), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54495] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2128), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2130), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54534] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54573] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2136), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2138), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54612] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54651] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2144), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2146), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54690] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2148), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2150), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54729] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54768] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54807] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2160), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2162), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54846] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2164), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2166), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54885] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54924] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [54963] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2176), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2178), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55002] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55041] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55080] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2188), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2190), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55119] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2192), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2194), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55158] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55197] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2200), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2202), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55236] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2204), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2206), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55275] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2208), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2210), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55314] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2212), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2214), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55353] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2216), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2218), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55392] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2220), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2222), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55431] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2224), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2226), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55470] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2228), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2230), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55509] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2232), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2234), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55548] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2236), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2238), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55587] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2240), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2242), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55626] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2244), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2246), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55665] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55704] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2252), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2254), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55743] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2256), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2258), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55782] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55821] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2264), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2266), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55860] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2268), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2270), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55899] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2272), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2274), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55938] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2276), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2278), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [55977] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2280), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2282), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56016] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2284), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2286), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56055] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2288), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2290), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56094] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2292), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2294), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56133] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2296), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2298), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56172] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2300), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2302), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56211] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2304), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2306), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56250] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2308), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2310), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56289] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2312), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2314), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56328] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2316), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2318), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56367] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2320), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2322), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56406] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2324), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2326), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56445] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56484] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2332), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2334), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56523] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56562] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2340), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2342), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56601] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2344), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2346), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56640] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56679] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2352), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2354), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56718] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2356), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2358), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56757] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2360), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2362), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56796] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2364), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2366), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56835] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2368), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2370), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56874] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56913] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2378), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2380), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56952] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2382), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2384), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [56991] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57030] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2392), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2394), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57069] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2396), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2398), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57108] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57147] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2406), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2408), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57186] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57225] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2416), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2418), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57264] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2420), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2422), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57303] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2424), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2426), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57342] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57381] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2434), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2436), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57420] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2438), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2440), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57459] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57498] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2446), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2448), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57537] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2450), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2452), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57576] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2454), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2456), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57615] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2458), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2460), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57654] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2462), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2464), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57693] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2466), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2468), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57732] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2470), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2472), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57771] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2474), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2476), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57810] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2478), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2480), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57849] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2482), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2484), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57888] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2486), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2488), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57927] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2490), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2492), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [57966] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2494), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2496), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58005] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2498), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2500), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58044] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2502), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2504), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58083] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58122] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2510), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2512), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58161] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2514), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2516), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58200] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2518), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2520), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58239] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2522), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2524), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58278] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58317] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2532), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2534), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58356] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 24, aux_sym_type_definition_token1, aux_sym_data_block_token1, aux_sym_organization_block_token1, aux_sym_function_block_token1, aux_sym_function_token1, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58395] = 5, ACTIONS(2544), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 3, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2540), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [58437] = 5, ACTIONS(2544), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2548), 3, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(2540), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [58479] = 3, ACTIONS(2550), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 26, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58516] = 3, ACTIONS(2552), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 26, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58553] = 3, ACTIONS(2554), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 26, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58590] = 4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 3, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2540), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [58629] = 3, ACTIONS(2556), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 26, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58666] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58702] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58738] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58774] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58810] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58846] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58882] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58918] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58954] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [58990] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59026] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59062] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59098] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59134] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59170] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59206] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59242] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59278] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59314] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59350] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59386] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59422] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59458] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59494] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59530] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59566] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59602] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59638] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59674] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59710] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59746] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59782] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59818] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59854] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59890] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59926] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59962] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [59998] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60034] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60070] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60106] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60142] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60178] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60214] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60250] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60286] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60322] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60358] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60394] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60430] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60466] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60502] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60538] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60574] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60610] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60646] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60682] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60718] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60754] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60790] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60826] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60862] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60898] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60934] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [60970] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61006] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61042] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61078] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61114] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61150] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61186] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61222] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61258] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61294] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61330] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61366] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61402] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61438] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61474] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61510] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61546] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61582] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61618] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61654] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61690] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61726] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61762] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 22, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_elsif_clause_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61798] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 5, anon_sym_SEMI, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 21, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_else_clause_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61834] = 3, ACTIONS(2558), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61869] = 3, ACTIONS(2560), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61904] = 3, ACTIONS(2562), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61939] = 3, ACTIONS(2564), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [61974] = 3, ACTIONS(2566), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62009] = 3, ACTIONS(2568), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62044] = 3, ACTIONS(2570), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62079] = 3, ACTIONS(2572), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62114] = 3, ACTIONS(2574), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62149] = 3, ACTIONS(2576), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62184] = 3, ACTIONS(2578), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62219] = 3, ACTIONS(2580), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62254] = 3, ACTIONS(2582), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62289] = 3, ACTIONS(2584), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62324] = 3, ACTIONS(2586), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62359] = 3, ACTIONS(2588), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62394] = 3, ACTIONS(2590), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62429] = 3, ACTIONS(2592), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1884), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62464] = 3, ACTIONS(2594), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62499] = 3, ACTIONS(2596), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1892), 24, anon_sym_SEMI, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_POUND, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62534] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62568] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62602] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62636] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62670] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62704] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62738] = 9, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2598), 12, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, [62784] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62818] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62852] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62886] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62920] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62954] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [62988] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63022] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63056] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1976), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(1974), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [63090] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63124] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63158] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63192] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63226] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63260] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63294] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63328] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63362] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63396] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63430] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63464] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63498] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63532] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63566] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63600] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63634] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63668] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63702] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63736] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63770] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63804] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63838] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63872] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63906] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63940] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [63974] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64008] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64042] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64076] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64110] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64144] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64178] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64212] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64246] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64280] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64314] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64348] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64382] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64416] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64450] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64484] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64518] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64552] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64586] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64620] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64654] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64688] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64722] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64756] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64790] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64824] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64858] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64892] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64926] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64960] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [64994] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65028] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65062] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65096] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65130] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65164] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65198] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65232] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65266] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65300] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65334] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65368] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65402] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65436] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65470] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65504] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65538] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65572] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65606] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65640] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65674] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65708] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65742] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65776] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65810] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65844] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65878] = 8, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2598), 13, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, [65922] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65956] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [65990] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66024] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66058] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66092] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66126] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66160] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66194] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66228] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66262] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66296] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66330] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66364] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66398] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66432] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66466] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66500] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66534] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66568] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66602] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66636] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66670] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66704] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66738] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66772] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66806] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66840] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66874] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66908] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66942] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [66976] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67010] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67044] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67078] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67112] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67146] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67180] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67214] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67248] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67282] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67316] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67350] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67384] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67418] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67452] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67486] = 7, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2598), 15, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, [67528] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67562] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67596] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67630] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67664] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67698] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67732] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67766] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67800] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67834] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67868] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67902] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67936] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [67970] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68004] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68038] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68072] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68106] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68140] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68174] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68208] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68242] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68276] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68310] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68344] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68378] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68412] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68446] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68480] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68514] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68548] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68582] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68616] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68650] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68684] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68718] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68752] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68786] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68820] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68854] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68888] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68922] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68956] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [68990] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69024] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69058] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69092] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69126] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69160] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69194] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69228] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69262] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69296] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69330] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69364] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_if_statement_token3, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69398] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69432] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69466] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69500] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69534] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69568] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69602] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69636] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69670] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69704] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69738] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69772] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69806] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69840] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69874] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69908] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69942] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [69976] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70010] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70044] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70078] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70112] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70146] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70180] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70214] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70248] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70282] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70316] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70350] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70384] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70418] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70452] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70486] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70520] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70554] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70588] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70622] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70656] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70690] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70724] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70758] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70792] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70826] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70860] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70894] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_case_statement_token2, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70928] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70962] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [70996] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71030] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71064] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71098] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71132] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71166] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71200] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71234] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71268] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71302] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71336] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71370] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71404] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71438] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71472] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71506] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71540] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71574] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71608] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71642] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71676] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71710] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71744] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71778] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71812] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71846] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71880] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71914] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71948] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [71982] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72016] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72050] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72084] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72118] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72152] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72186] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72220] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72254] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72288] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72322] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_for_statement_token5, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72356] = 6, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2614), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2598), 17, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, [72396] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72430] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72464] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72498] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72532] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72566] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2618), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2616), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [72600] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72634] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72668] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72702] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72736] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72770] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72804] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72838] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72872] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72906] = 5, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2614), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2598), 19, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, [72944] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [72978] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73012] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73046] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73080] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73114] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73148] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73182] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_region_statement_token2, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73216] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73250] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73284] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73318] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73352] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73386] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73420] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73454] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73488] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73522] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73556] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73590] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73624] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73658] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73692] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73726] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73760] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73794] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73828] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73862] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73896] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73930] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73964] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [73998] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74032] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74066] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74100] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74134] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74168] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2622), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2620), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [74202] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74236] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74270] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74304] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74338] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74372] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74406] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74440] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74474] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74508] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74542] = 10, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2598), 11, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, aux_sym_binary_expression_token1, [74590] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2142), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2140), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [74624] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74658] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74692] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74726] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74760] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74794] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74828] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_data_block_token5, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74862] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74896] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74930] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74964] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [74998] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75032] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75066] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75100] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75134] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75168] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75202] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75236] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75270] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75304] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75338] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75372] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75406] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75440] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75474] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75508] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75542] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75576] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75610] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75644] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75678] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75712] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75746] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75780] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75814] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2540), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [75848] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75882] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75916] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75950] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1998), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2000), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [75984] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76018] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2372), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2375), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76052] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2386), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2389), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76086] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2526), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2529), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76120] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1908), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1910), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76154] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1912), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1915), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76188] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76222] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76256] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2088), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2091), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76290] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2132), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2134), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76324] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2140), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2142), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76358] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2400), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2403), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76392] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2410), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2413), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76426] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76460] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_organization_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76494] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76528] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76562] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76596] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76630] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1890), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1892), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76664] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2428), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2431), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76698] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1970), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1972), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76732] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1974), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1976), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76766] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1978), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1980), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76800] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2152), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2154), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76834] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2156), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2158), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76868] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2168), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2170), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76902] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2628), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2626), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [76936] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2172), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2174), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [76970] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2180), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2182), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77004] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2336), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2338), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77038] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2632), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2630), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [77072] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2614), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2598), 21, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, aux_sym_array_type_token2, anon_sym_RPAREN, aux_sym_if_statement_token2, aux_sym_for_statement_token2, aux_sym_for_statement_token3, aux_sym_for_statement_token4, aux_sym_repeat_statement_token3, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [77106] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2348), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2350), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77140] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1918), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1920), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77174] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1982), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1984), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77208] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2054), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2056), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77242] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2120), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2122), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77276] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2184), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2186), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77310] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2442), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2444), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77344] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2506), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2508), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77378] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77412] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1942), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1944), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77446] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1946), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1948), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77480] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77514] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77548] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77582] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2074), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2077), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77616] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2114), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2117), 20, aux_sym_function_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77650] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1958), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1960), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77684] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2330), 20, aux_sym_function_block_token2, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77718] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77752] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2248), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2250), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77786] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1986), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1988), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77820] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2196), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2198), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77854] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2260), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2262), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77888] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2538), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77922] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2042), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2045), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77956] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2048), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(2051), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_repeat_statement_token1, aux_sym_repeat_statement_token2, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [77990] = 3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1930), 4, anon_sym_SEMI, anon_sym_POUND, anon_sym_SQUOTE, anon_sym_DQUOTE, ACTIONS(1932), 20, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token4, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, aux_sym_if_statement_token1, aux_sym_case_statement_token1, aux_sym_for_statement_token1, aux_sym_while_statement_token1, aux_sym_while_statement_token2, aux_sym_repeat_statement_token1, aux_sym_region_statement_token1, aux_sym_return_statement_token1, aux_sym_goto_statement_token1, sym_identifier, aux_sym_exit_statement_token1, aux_sym_continue_statement_token1, [78024] = 17, ACTIONS(2634), 1, sym_title_statement, ACTIONS(2636), 1, aux_sym_type_definition_token2, ACTIONS(2638), 1, anon_sym_COLON, ACTIONS(2640), 1, aux_sym_type_definition_token3, ACTIONS(2642), 1, aux_sym_type_definition_token4, ACTIONS(2644), 1, aux_sym_data_block_token4, ACTIONS(2646), 1, anon_sym_LBRACE, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2660), 1, sym_block_comment, STATE(1260), 1, sym_attribute_list, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1468), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [78084] = 15, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2662), 1, sym_title_statement, ACTIONS(2664), 1, aux_sym_type_definition_token2, ACTIONS(2666), 1, aux_sym_type_definition_token3, ACTIONS(2668), 1, aux_sym_type_definition_token4, ACTIONS(2672), 1, aux_sym_data_block_token4, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, STATE(1248), 1, sym_attribute_list, STATE(1562), 1, sym_string, ACTIONS(2670), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2359), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [78140] = 16, ACTIONS(2646), 1, anon_sym_LBRACE, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2680), 1, sym_title_statement, ACTIONS(2682), 1, aux_sym_type_definition_token2, ACTIONS(2684), 1, aux_sym_type_definition_token3, ACTIONS(2686), 1, aux_sym_type_definition_token4, ACTIONS(2688), 1, aux_sym_data_block_token4, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2692), 1, sym_block_comment, STATE(1245), 1, sym_attribute_list, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1319), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [78198] = 16, ACTIONS(2646), 1, anon_sym_LBRACE, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2694), 1, sym_title_statement, ACTIONS(2696), 1, aux_sym_type_definition_token2, ACTIONS(2698), 1, aux_sym_type_definition_token3, ACTIONS(2700), 1, aux_sym_type_definition_token4, ACTIONS(2702), 1, aux_sym_data_block_token4, ACTIONS(2704), 1, sym_block_comment, STATE(1250), 1, sym_attribute_list, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1350), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [78255] = 15, ACTIONS(2646), 1, anon_sym_LBRACE, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2706), 1, aux_sym_type_definition_token2, ACTIONS(2708), 1, aux_sym_type_definition_token3, ACTIONS(2710), 1, aux_sym_type_definition_token4, ACTIONS(2712), 1, aux_sym_data_block_token4, ACTIONS(2714), 1, sym_block_comment, STATE(1244), 1, sym_attribute_list, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1298), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [78310] = 14, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2716), 1, aux_sym_type_definition_token2, ACTIONS(2718), 1, aux_sym_type_definition_token3, ACTIONS(2720), 1, aux_sym_type_definition_token4, ACTIONS(2724), 1, aux_sym_data_block_token4, STATE(1246), 1, sym_attribute_list, STATE(1578), 1, sym_string, ACTIONS(2722), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2255), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [78363] = 15, ACTIONS(2646), 1, anon_sym_LBRACE, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2726), 1, aux_sym_type_definition_token2, ACTIONS(2728), 1, aux_sym_type_definition_token3, ACTIONS(2730), 1, aux_sym_type_definition_token4, ACTIONS(2732), 1, aux_sym_data_block_token4, ACTIONS(2734), 1, sym_block_comment, STATE(1258), 1, sym_attribute_list, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1400), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [78417] = 15, ACTIONS(2646), 1, anon_sym_LBRACE, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2736), 1, aux_sym_type_definition_token2, ACTIONS(2738), 1, aux_sym_type_definition_token3, ACTIONS(2740), 1, aux_sym_type_definition_token4, ACTIONS(2742), 1, aux_sym_data_block_token4, ACTIONS(2744), 1, sym_block_comment, STATE(1252), 1, sym_attribute_list, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1367), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [78471] = 6, ACTIONS(2544), 1, anon_sym_LPAREN, ACTIONS(2746), 1, anon_sym_COLON_EQ, ACTIONS(2542), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2540), 13, anon_sym_COMMA, anon_sym_STAR, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [78507] = 6, ACTIONS(2544), 1, anon_sym_LPAREN, ACTIONS(2748), 1, anon_sym_COLON_EQ, ACTIONS(2542), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2540), 13, anon_sym_COMMA, anon_sym_STAR, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [78543] = 13, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2750), 1, aux_sym_type_definition_token2, ACTIONS(2752), 1, aux_sym_type_definition_token3, ACTIONS(2754), 1, aux_sym_type_definition_token4, ACTIONS(2756), 1, aux_sym_data_block_token4, ACTIONS(2758), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1322), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [78592] = 13, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2706), 1, aux_sym_type_definition_token2, ACTIONS(2708), 1, aux_sym_type_definition_token3, ACTIONS(2710), 1, aux_sym_type_definition_token4, ACTIONS(2712), 1, aux_sym_data_block_token4, ACTIONS(2714), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1298), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [78641] = 12, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2760), 1, aux_sym_type_definition_token2, ACTIONS(2762), 1, aux_sym_type_definition_token3, ACTIONS(2764), 1, aux_sym_type_definition_token4, ACTIONS(2768), 1, aux_sym_data_block_token4, STATE(1579), 1, sym_string, ACTIONS(2766), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2229), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [78688] = 6, ACTIONS(2544), 1, anon_sym_LPAREN, ACTIONS(2542), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(2770), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2546), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2540), 11, anon_sym_STAR, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [78723] = 12, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2716), 1, aux_sym_type_definition_token2, ACTIONS(2718), 1, aux_sym_type_definition_token3, ACTIONS(2720), 1, aux_sym_type_definition_token4, ACTIONS(2724), 1, aux_sym_data_block_token4, STATE(1578), 1, sym_string, ACTIONS(2722), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2255), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [78770] = 12, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2772), 1, aux_sym_type_definition_token3, ACTIONS(2774), 1, aux_sym_type_definition_token4, ACTIONS(2776), 1, aux_sym_data_block_token4, ACTIONS(2778), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1315), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [78816] = 13, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2736), 1, aux_sym_type_definition_token2, ACTIONS(2738), 1, aux_sym_type_definition_token3, ACTIONS(2740), 1, aux_sym_type_definition_token4, ACTIONS(2742), 1, aux_sym_data_block_token4, ACTIONS(2744), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1367), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [78864] = 12, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2780), 1, aux_sym_type_definition_token3, ACTIONS(2782), 1, aux_sym_type_definition_token4, ACTIONS(2784), 1, aux_sym_data_block_token4, ACTIONS(2786), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1312), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [78910] = 13, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2788), 1, aux_sym_type_definition_token2, ACTIONS(2790), 1, aux_sym_type_definition_token3, ACTIONS(2792), 1, aux_sym_type_definition_token4, ACTIONS(2794), 1, aux_sym_data_block_token4, ACTIONS(2796), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1401), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [78958] = 3, ACTIONS(2800), 1, aux_sym_var_declaration_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2798), 17, aux_sym_type_definition_token2, anon_sym_COLON, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_type_definition_token5, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_SQUOTE, anon_sym_DQUOTE, [78986] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2802), 1, aux_sym_type_definition_token3, ACTIONS(2804), 1, aux_sym_type_definition_token4, ACTIONS(2808), 1, aux_sym_data_block_token4, STATE(1557), 1, sym_string, ACTIONS(2806), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2344), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79030] = 3, ACTIONS(2812), 1, aux_sym_var_declaration_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2810), 17, aux_sym_type_definition_token2, anon_sym_COLON, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_type_definition_token5, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_SQUOTE, anon_sym_DQUOTE, [79058] = 3, ACTIONS(2816), 1, aux_sym_var_declaration_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2814), 17, aux_sym_type_definition_token2, anon_sym_COLON, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_type_definition_token5, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, anon_sym_SQUOTE, anon_sym_DQUOTE, [79086] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2818), 1, aux_sym_type_definition_token3, ACTIONS(2820), 1, aux_sym_type_definition_token4, ACTIONS(2824), 1, aux_sym_data_block_token4, STATE(1574), 1, sym_string, ACTIONS(2822), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2312), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79130] = 13, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2696), 1, aux_sym_type_definition_token2, ACTIONS(2698), 1, aux_sym_type_definition_token3, ACTIONS(2700), 1, aux_sym_type_definition_token4, ACTIONS(2702), 1, aux_sym_data_block_token4, ACTIONS(2704), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1350), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [79178] = 11, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2826), 1, aux_sym_type_definition_token3, ACTIONS(2828), 1, aux_sym_type_definition_token4, ACTIONS(2832), 1, aux_sym_data_block_token4, STATE(1551), 1, sym_string, ACTIONS(2830), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2531), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79222] = 13, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2726), 1, aux_sym_type_definition_token2, ACTIONS(2728), 1, aux_sym_type_definition_token3, ACTIONS(2730), 1, aux_sym_type_definition_token4, ACTIONS(2732), 1, aux_sym_data_block_token4, ACTIONS(2734), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1400), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [79270] = 12, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2834), 1, aux_sym_type_definition_token3, ACTIONS(2836), 1, aux_sym_type_definition_token4, ACTIONS(2838), 1, aux_sym_data_block_token4, ACTIONS(2840), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1310), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [79316] = 12, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2842), 1, aux_sym_type_definition_token3, ACTIONS(2844), 1, aux_sym_type_definition_token4, ACTIONS(2846), 1, aux_sym_data_block_token4, ACTIONS(2848), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1470), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [79361] = 12, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2790), 1, aux_sym_type_definition_token3, ACTIONS(2792), 1, aux_sym_type_definition_token4, ACTIONS(2794), 1, aux_sym_data_block_token4, ACTIONS(2796), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1401), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [79406] = 10, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2804), 1, aux_sym_type_definition_token4, ACTIONS(2808), 1, aux_sym_data_block_token4, STATE(1557), 1, sym_string, ACTIONS(2806), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2344), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79447] = 13, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2850), 1, anon_sym_COMMA, ACTIONS(2852), 1, anon_sym_RPAREN, ACTIONS(2854), 1, aux_sym_binary_expression_token1, STATE(2123), 1, aux_sym_struct_initializer_repeat1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [79494] = 10, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2828), 1, aux_sym_type_definition_token4, ACTIONS(2832), 1, aux_sym_data_block_token4, STATE(1551), 1, sym_string, ACTIONS(2830), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2531), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79535] = 11, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2782), 1, aux_sym_type_definition_token4, ACTIONS(2784), 1, aux_sym_data_block_token4, ACTIONS(2786), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1312), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [79578] = 11, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2856), 1, aux_sym_type_definition_token4, ACTIONS(2858), 1, aux_sym_data_block_token4, ACTIONS(2860), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1327), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [79621] = 11, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(2862), 1, sym_title_statement, ACTIONS(2864), 1, aux_sym_type_definition_token2, ACTIONS(2866), 1, aux_sym_type_definition_token3, ACTIONS(2868), 1, aux_sym_type_definition_token4, ACTIONS(2870), 1, aux_sym_data_block_token4, ACTIONS(2872), 1, aux_sym_var_declaration_token4, STATE(1516), 1, sym_attribute_list, STATE(1594), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79664] = 10, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2874), 1, aux_sym_type_definition_token4, ACTIONS(2878), 1, aux_sym_data_block_token4, STATE(1558), 1, sym_string, ACTIONS(2876), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2389), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79705] = 10, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2820), 1, aux_sym_type_definition_token4, ACTIONS(2824), 1, aux_sym_data_block_token4, STATE(1574), 1, sym_string, ACTIONS(2822), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2312), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79746] = 10, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2880), 1, aux_sym_type_definition_token4, ACTIONS(2884), 1, aux_sym_data_block_token4, STATE(1606), 1, sym_string, ACTIONS(2882), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2511), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [79787] = 12, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2886), 1, aux_sym_type_definition_token3, ACTIONS(2888), 1, aux_sym_type_definition_token4, ACTIONS(2890), 1, aux_sym_data_block_token4, ACTIONS(2892), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1343), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [79832] = 11, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2774), 1, aux_sym_type_definition_token4, ACTIONS(2776), 1, aux_sym_data_block_token4, ACTIONS(2778), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1315), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [79875] = 13, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2894), 1, anon_sym_COMMA, ACTIONS(2896), 1, anon_sym_RPAREN, STATE(2150), 1, aux_sym_struct_initializer_repeat1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [79922] = 11, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2898), 1, aux_sym_type_definition_token4, ACTIONS(2900), 1, aux_sym_data_block_token4, ACTIONS(2902), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1331), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [79965] = 4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2628), 3, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, ACTIONS(2904), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2626), 11, anon_sym_STAR, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, anon_sym_EQ, anon_sym_LT_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, aux_sym_binary_expression_token4, [79994] = 10, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2906), 1, aux_sym_type_definition_token4, ACTIONS(2910), 1, aux_sym_data_block_token4, STATE(1569), 1, sym_string, ACTIONS(2908), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2569), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [80035] = 12, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2912), 1, aux_sym_type_definition_token3, ACTIONS(2914), 1, aux_sym_type_definition_token4, ACTIONS(2916), 1, aux_sym_data_block_token4, ACTIONS(2918), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1463), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [80080] = 11, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2836), 1, aux_sym_type_definition_token4, ACTIONS(2838), 1, aux_sym_data_block_token4, ACTIONS(2840), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1310), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [80123] = 12, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2738), 1, aux_sym_type_definition_token3, ACTIONS(2740), 1, aux_sym_type_definition_token4, ACTIONS(2742), 1, aux_sym_data_block_token4, ACTIONS(2744), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1367), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [80168] = 11, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2920), 1, aux_sym_type_definition_token4, ACTIONS(2922), 1, aux_sym_data_block_token4, ACTIONS(2924), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1330), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [80211] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2844), 1, aux_sym_type_definition_token4, ACTIONS(2846), 1, aux_sym_data_block_token4, ACTIONS(2848), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1470), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [80253] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2770), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [80295] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2926), 1, aux_sym_type_definition_token4, ACTIONS(2928), 1, aux_sym_data_block_token4, ACTIONS(2930), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1355), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [80337] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2784), 1, aux_sym_data_block_token4, ACTIONS(2786), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1312), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [80377] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2932), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [80419] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2934), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [80461] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2938), 1, aux_sym_data_block_token4, STATE(1573), 1, sym_string, ACTIONS(2936), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2390), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [80499] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2832), 1, aux_sym_data_block_token4, STATE(1551), 1, sym_string, ACTIONS(2830), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2531), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [80537] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2940), 1, aux_sym_for_statement_token3, ACTIONS(2942), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [80581] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2946), 1, aux_sym_data_block_token4, STATE(1590), 1, sym_string, ACTIONS(2944), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2245), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [80619] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2948), 1, aux_sym_type_definition_token4, ACTIONS(2950), 1, aux_sym_data_block_token4, ACTIONS(2952), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1347), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [80661] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2884), 1, aux_sym_data_block_token4, STATE(1606), 1, sym_string, ACTIONS(2882), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2511), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [80699] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2808), 1, aux_sym_data_block_token4, STATE(1557), 1, sym_string, ACTIONS(2806), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2344), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [80737] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2858), 1, aux_sym_data_block_token4, ACTIONS(2860), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1327), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [80777] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2770), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [80819] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2756), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [80859] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2914), 1, aux_sym_type_definition_token4, ACTIONS(2916), 1, aux_sym_data_block_token4, ACTIONS(2918), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1463), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [80901] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2956), 1, aux_sym_for_statement_token3, ACTIONS(2958), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [80945] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(2960), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [80985] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(2962), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81025] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2964), 1, aux_sym_for_statement_token3, ACTIONS(2966), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81069] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2968), 1, aux_sym_for_statement_token3, ACTIONS(2970), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81113] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2972), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81155] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2976), 1, aux_sym_data_block_token4, STATE(1556), 1, sym_string, ACTIONS(2974), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2431), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [81193] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2878), 1, aux_sym_data_block_token4, STATE(1558), 1, sym_string, ACTIONS(2876), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2389), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [81231] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2978), 1, aux_sym_for_statement_token3, ACTIONS(2980), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81275] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2824), 1, aux_sym_data_block_token4, STATE(1574), 1, sym_string, ACTIONS(2822), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2312), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [81313] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2784), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81353] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2982), 1, aux_sym_for_statement_token3, ACTIONS(2984), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81397] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2776), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81437] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2986), 1, aux_sym_for_statement_token3, ACTIONS(2988), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81481] = 10, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(2990), 1, aux_sym_type_definition_token2, ACTIONS(2992), 1, aux_sym_type_definition_token3, ACTIONS(2994), 1, aux_sym_type_definition_token4, ACTIONS(2996), 1, aux_sym_data_block_token4, STATE(1503), 1, sym_attribute_list, STATE(1550), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [81521] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2858), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81561] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2740), 1, aux_sym_type_definition_token4, ACTIONS(2742), 1, aux_sym_data_block_token4, ACTIONS(2744), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1367), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [81603] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2776), 1, aux_sym_data_block_token4, ACTIONS(2778), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1315), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81643] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(2998), 1, aux_sym_for_statement_token3, ACTIONS(3000), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81687] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2712), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81727] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3002), 1, aux_sym_for_statement_token3, ACTIONS(3004), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81771] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3006), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81811] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2838), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [81851] = 9, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2910), 1, aux_sym_data_block_token4, STATE(1569), 1, sym_string, ACTIONS(2908), 2, aux_sym_data_block_token2, aux_sym_data_block_token3, STATE(2569), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [81889] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3008), 1, aux_sym_for_statement_token3, ACTIONS(3010), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [81933] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2792), 1, aux_sym_type_definition_token4, ACTIONS(2794), 1, aux_sym_data_block_token4, ACTIONS(2796), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1401), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [81975] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3012), 1, aux_sym_type_definition_token4, ACTIONS(3014), 1, aux_sym_data_block_token4, ACTIONS(3016), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1359), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82017] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2900), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82057] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3018), 1, aux_sym_for_statement_token3, ACTIONS(3020), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82101] = 11, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2888), 1, aux_sym_type_definition_token4, ACTIONS(2890), 1, aux_sym_data_block_token4, ACTIONS(2892), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1343), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82143] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3022), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82183] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2922), 1, aux_sym_data_block_token4, ACTIONS(2954), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82223] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(3022), 1, aux_sym_data_block_token4, ACTIONS(3024), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1321), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82263] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3026), 1, aux_sym_for_statement_token3, ACTIONS(3028), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82307] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2962), 1, aux_sym_data_block_token4, ACTIONS(3030), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1301), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82347] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2922), 1, aux_sym_data_block_token4, ACTIONS(2924), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1330), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82387] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2838), 1, aux_sym_data_block_token4, ACTIONS(2840), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1310), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82427] = 12, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3032), 1, aux_sym_for_statement_token3, ACTIONS(3034), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82471] = 10, ACTIONS(3036), 1, aux_sym_data_block_token4, ACTIONS(3041), 1, aux_sym_var_declaration_token4, ACTIONS(3044), 1, aux_sym_var_declaration_token5, ACTIONS(3047), 1, aux_sym_var_declaration_token7, ACTIONS(3050), 1, aux_sym_var_declaration_token8, ACTIONS(3053), 1, aux_sym_var_declaration_token9, ACTIONS(3056), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3038), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1338), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82511] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(2900), 1, aux_sym_data_block_token4, ACTIONS(2902), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1331), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82551] = 10, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2690), 1, aux_sym_var_declaration_token4, ACTIONS(3006), 1, aux_sym_data_block_token4, ACTIONS(3059), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1302), 7, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, sym_var_db_specific_declaration, aux_sym_function_block_repeat1, [82591] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3061), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82632] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3063), 1, anon_sym_RPAREN, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82673] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2950), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82712] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2950), 1, aux_sym_data_block_token4, ACTIONS(2952), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1347), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82751] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3067), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82792] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3069), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82833] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2928), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82872] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2928), 1, aux_sym_data_block_token4, ACTIONS(2930), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1355), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82911] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3071), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [82952] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2742), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [82991] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3073), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83032] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2742), 1, aux_sym_data_block_token4, ACTIONS(2744), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1367), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83071] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3075), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83112] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3014), 1, aux_sym_data_block_token4, ACTIONS(3016), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1359), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83151] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3014), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83190] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3077), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83231] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3079), 1, anon_sym_RBRACK, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83272] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3081), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83313] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3083), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83352] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3083), 1, aux_sym_data_block_token4, ACTIONS(3085), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1361), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83391] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3087), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83430] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3087), 1, aux_sym_data_block_token4, ACTIONS(3089), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1363), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83469] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3091), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83508] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3091), 1, aux_sym_data_block_token4, ACTIONS(3093), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1365), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83547] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3095), 1, aux_sym_data_block_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83586] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2794), 1, aux_sym_data_block_token4, ACTIONS(2796), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1401), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83625] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2794), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [83664] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3097), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83705] = 3, ACTIONS(239), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(237), 15, sym_title_statement, aux_sym_type_definition_token2, anon_sym_COLON, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [83730] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3099), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83771] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3101), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83812] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3103), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83853] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3105), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83894] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3107), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [83935] = 3, ACTIONS(416), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(414), 15, sym_title_statement, aux_sym_type_definition_token2, anon_sym_COLON, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [83960] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3109), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84001] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3111), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84042] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3113), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84083] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3115), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84124] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3117), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84165] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3119), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84206] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3121), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84247] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3123), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84288] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3125), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84329] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3127), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84370] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3129), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84411] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3131), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84452] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3133), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84493] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3135), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84534] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3137), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84575] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3139), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84616] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3141), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84657] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3143), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84698] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3145), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84739] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3147), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84780] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3149), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84821] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3151), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84862] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3153), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84903] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3155), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [84944] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2702), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [84983] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2916), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [85022] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3157), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85063] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3159), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85104] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2916), 1, aux_sym_data_block_token4, ACTIONS(2918), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1463), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [85143] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3161), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85184] = 4, ACTIONS(3165), 1, aux_sym_var_declaration_token4, ACTIONS(3167), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3163), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [85211] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3169), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85252] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3171), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85293] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3173), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85334] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3175), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85375] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3177), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85416] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3179), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85457] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3181), 1, anon_sym_SEMI, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85498] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3183), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85539] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3185), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85580] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3187), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85621] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3189), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85662] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3191), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85703] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3193), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85744] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3195), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85785] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3197), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85826] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3199), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85867] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3201), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85908] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3203), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85949] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3205), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [85990] = 10, ACTIONS(3207), 1, aux_sym_data_block_token4, ACTIONS(3212), 1, aux_sym_var_declaration_token4, ACTIONS(3215), 1, aux_sym_var_declaration_token5, ACTIONS(3218), 1, aux_sym_var_declaration_token7, ACTIONS(3221), 1, aux_sym_var_declaration_token8, ACTIONS(3224), 1, aux_sym_var_declaration_token9, ACTIONS(3227), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3209), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [86029] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3230), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86070] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3232), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86111] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3234), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86152] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3236), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86193] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3238), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86234] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3240), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86275] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3242), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86316] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3244), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86357] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3246), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86398] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3248), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86439] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3250), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86480] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3252), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86521] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3254), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86562] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3256), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86603] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3258), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86644] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3260), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86685] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3262), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86726] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3264), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86767] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3266), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86808] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3268), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86849] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3270), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86890] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3272), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86931] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3274), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [86972] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3276), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87013] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3278), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87054] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3280), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87095] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3282), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87136] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3284), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87177] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3286), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87218] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3288), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87259] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3290), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87300] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3292), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87341] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3294), 1, aux_sym_if_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87382] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3296), 1, aux_sym_array_type_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87423] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3298), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87464] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3300), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87505] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2846), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [87544] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2846), 1, aux_sym_data_block_token4, ACTIONS(2848), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1470), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [87583] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3302), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87624] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3304), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87665] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3306), 1, aux_sym_repeat_statement_token3, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87706] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2732), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [87745] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2890), 1, aux_sym_data_block_token4, ACTIONS(2892), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1343), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [87784] = 10, ACTIONS(2650), 1, aux_sym_var_declaration_token4, ACTIONS(2652), 1, aux_sym_var_declaration_token5, ACTIONS(2654), 1, aux_sym_var_declaration_token7, ACTIONS(2656), 1, aux_sym_var_declaration_token8, ACTIONS(2658), 1, aux_sym_var_declaration_token9, ACTIONS(2890), 1, aux_sym_data_block_token4, ACTIONS(3065), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2648), 3, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, STATE(1426), 6, sym_var_declaration, sym_var_temp_declaration, sym_var_constant_declaration, sym_var_retain_declaration, sym_var_non_retain_declaration, aux_sym_function_repeat1, [87823] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3308), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87864] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3310), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87905] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3312), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87946] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3314), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [87987] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3316), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88028] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3318), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88069] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3320), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88110] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3322), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88151] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3324), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88192] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3326), 1, aux_sym_for_statement_token2, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88233] = 11, ACTIONS(2604), 1, aux_sym_binary_expression_token3, ACTIONS(2612), 1, anon_sym_SLASH, ACTIONS(2624), 1, aux_sym_binary_expression_token2, ACTIONS(2854), 1, aux_sym_binary_expression_token1, ACTIONS(3328), 1, aux_sym_for_statement_token4, ACTIONS(2600), 2, anon_sym_STAR, aux_sym_binary_expression_token4, ACTIONS(2602), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2606), 2, anon_sym_EQ, anon_sym_LT_GT, ACTIONS(2608), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2610), 2, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [88274] = 3, ACTIONS(3332), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3330), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [88298] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3338), 1, aux_sym_case_statement_token2, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2302), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88340] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3348), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2363), 1, sym_else_clause, STATE(1486), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88382] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3350), 1, aux_sym_data_block_token4, STATE(1555), 1, sym_string, STATE(2540), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [88416] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3352), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2372), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88458] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3354), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2602), 1, sym_else_clause, STATE(1490), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88500] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2832), 1, aux_sym_data_block_token4, STATE(1551), 1, sym_string, STATE(2531), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [88534] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3356), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2471), 1, sym_else_clause, STATE(1523), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88576] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3358), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2441), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88618] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3360), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2501), 1, sym_else_clause, STATE(1494), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88660] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2824), 1, aux_sym_data_block_token4, STATE(1574), 1, sym_string, STATE(2312), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [88694] = 3, ACTIONS(3364), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3362), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [88718] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3366), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2508), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88760] = 3, ACTIONS(3370), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3368), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [88784] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3372), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2568), 1, sym_else_clause, STATE(1497), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88826] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3374), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2576), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88868] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2768), 1, aux_sym_data_block_token4, STATE(1579), 1, sym_string, STATE(2229), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [88902] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3376), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2253), 1, sym_else_clause, STATE(1500), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88944] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3378), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2259), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [88986] = 3, ACTIONS(3382), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3380), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [89010] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3384), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2295), 1, sym_else_clause, STATE(1483), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89052] = 8, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3386), 1, aux_sym_type_definition_token2, ACTIONS(3388), 1, aux_sym_type_definition_token3, ACTIONS(3390), 1, aux_sym_type_definition_token4, ACTIONS(3392), 1, aux_sym_data_block_token4, STATE(1568), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89086] = 3, ACTIONS(3396), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3394), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [89110] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3398), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2476), 1, sym_else_clause, STATE(1507), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89152] = 3, ACTIONS(3402), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3400), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [89176] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3404), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2489), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89218] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2946), 1, aux_sym_data_block_token4, STATE(1590), 1, sym_string, STATE(2245), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89252] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3406), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2249), 1, sym_else_clause, STATE(1510), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89294] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3408), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2264), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89336] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2884), 1, aux_sym_data_block_token4, STATE(1606), 1, sym_string, STATE(2511), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89370] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2808), 1, aux_sym_data_block_token4, STATE(1557), 1, sym_string, STATE(2344), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89404] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3410), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2329), 1, sym_else_clause, STATE(1515), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89446] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2878), 1, aux_sym_data_block_token4, STATE(1558), 1, sym_string, STATE(2389), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89480] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3412), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2338), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89522] = 8, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(2990), 1, aux_sym_type_definition_token2, ACTIONS(2992), 1, aux_sym_type_definition_token3, ACTIONS(2994), 1, aux_sym_type_definition_token4, ACTIONS(2996), 1, aux_sym_data_block_token4, STATE(1550), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89556] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3414), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2421), 1, sym_else_clause, STATE(1519), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89598] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2938), 1, aux_sym_data_block_token4, STATE(1573), 1, sym_string, STATE(2390), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89632] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3416), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2439), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89674] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3418), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2521), 1, sym_else_clause, STATE(1521), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89716] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3420), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2532), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89758] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2976), 1, aux_sym_data_block_token4, STATE(1556), 1, sym_string, STATE(2431), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89792] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3422), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2593), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89834] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3424), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2233), 1, sym_else_clause, STATE(1526), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89876] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2910), 1, aux_sym_data_block_token4, STATE(1569), 1, sym_string, STATE(2569), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [89910] = 12, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3336), 1, aux_sym_else_clause_token1, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3346), 1, sym_identifier, ACTIONS(3426), 1, aux_sym_case_statement_token2, STATE(1621), 1, aux_sym_case_item_repeat1, STATE(2239), 1, sym_else_clause, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [89952] = 3, ACTIONS(3430), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(3428), 14, sym_title_statement, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, anon_sym_LBRACE, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [89976] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(2724), 1, aux_sym_data_block_token4, STATE(1578), 1, sym_string, STATE(2255), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90010] = 7, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3432), 1, aux_sym_type_definition_token3, ACTIONS(3434), 1, aux_sym_type_definition_token4, ACTIONS(3436), 1, aux_sym_data_block_token4, STATE(1601), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90041] = 7, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3438), 1, aux_sym_type_definition_token3, ACTIONS(3440), 1, aux_sym_type_definition_token4, ACTIONS(3442), 1, aux_sym_data_block_token4, STATE(1604), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90072] = 10, ACTIONS(3444), 1, anon_sym_POUND, ACTIONS(3449), 1, sym_number, ACTIONS(3452), 1, anon_sym_SQUOTE, ACTIONS(3455), 1, anon_sym_DQUOTE, ACTIONS(3458), 1, sym_identifier, STATE(1621), 1, aux_sym_case_item_repeat1, ACTIONS(3447), 2, aux_sym_else_clause_token1, aux_sym_case_statement_token2, STATE(1531), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [90109] = 7, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3461), 1, aux_sym_type_definition_token3, ACTIONS(3463), 1, aux_sym_type_definition_token4, ACTIONS(3465), 1, aux_sym_data_block_token4, STATE(1588), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90140] = 6, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3463), 1, aux_sym_type_definition_token4, ACTIONS(3465), 1, aux_sym_data_block_token4, STATE(1588), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90168] = 6, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3434), 1, aux_sym_type_definition_token4, ACTIONS(3436), 1, aux_sym_data_block_token4, STATE(1601), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90196] = 6, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3440), 1, aux_sym_type_definition_token4, ACTIONS(3442), 1, aux_sym_data_block_token4, STATE(1604), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90224] = 3, ACTIONS(2812), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2810), 12, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [90246] = 6, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3467), 1, aux_sym_type_definition_token4, ACTIONS(3469), 1, aux_sym_data_block_token4, STATE(1611), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90274] = 6, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3471), 1, aux_sym_type_definition_token4, ACTIONS(3473), 1, aux_sym_data_block_token4, STATE(1609), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90302] = 3, ACTIONS(2816), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2814), 12, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [90324] = 3, ACTIONS(2800), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2798), 12, aux_sym_type_definition_token2, aux_sym_type_definition_token3, aux_sym_type_definition_token4, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [90346] = 6, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3475), 1, aux_sym_type_definition_token4, ACTIONS(3477), 1, aux_sym_data_block_token4, STATE(1587), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90374] = 3, ACTIONS(3479), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90395] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3481), 1, aux_sym_data_block_token4, STATE(1567), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90420] = 3, ACTIONS(3483), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90441] = 3, ACTIONS(3485), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90462] = 3, ACTIONS(3487), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90483] = 3, ACTIONS(3489), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90504] = 3, ACTIONS(3491), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90525] = 3, ACTIONS(3493), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90546] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3392), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90571] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3495), 1, aux_sym_data_block_token4, STATE(2445), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90596] = 3, ACTIONS(3497), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90617] = 3, ACTIONS(3499), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90638] = 3, ACTIONS(3501), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90659] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3503), 1, aux_sym_data_block_token4, STATE(2232), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90684] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3505), 1, aux_sym_data_block_token4, STATE(2284), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90709] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3507), 1, aux_sym_data_block_token4, STATE(2503), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90734] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3509), 1, aux_sym_data_block_token4, STATE(2396), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90759] = 3, ACTIONS(3511), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90780] = 3, ACTIONS(3513), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90801] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90822] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3517), 1, aux_sym_data_block_token4, STATE(2316), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90847] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3519), 1, aux_sym_data_block_token4, STATE(1603), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90872] = 3, ACTIONS(3521), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90893] = 3, ACTIONS(3523), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90914] = 3, ACTIONS(3525), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [90935] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3519), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90960] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3436), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [90985] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3527), 1, aux_sym_data_block_token4, STATE(2419), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91010] = 3, ACTIONS(3529), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91031] = 3, ACTIONS(3531), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91052] = 3, ACTIONS(3533), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91073] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3535), 1, aux_sym_data_block_token4, STATE(2519), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91098] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3537), 1, aux_sym_data_block_token4, STATE(2358), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91123] = 3, ACTIONS(3539), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91144] = 3, ACTIONS(3541), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91165] = 3, ACTIONS(3543), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91186] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3545), 1, aux_sym_data_block_token4, STATE(2277), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91211] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3547), 1, aux_sym_data_block_token4, STATE(2488), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91236] = 3, ACTIONS(3549), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91257] = 3, ACTIONS(3551), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91278] = 3, ACTIONS(3553), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91299] = 5, ACTIONS(3555), 1, aux_sym_data_block_token4, ACTIONS(3560), 1, aux_sym_var_declaration_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3557), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91324] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3442), 1, aux_sym_data_block_token4, STATE(1604), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91349] = 3, ACTIONS(3563), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91370] = 3, ACTIONS(3565), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91391] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3469), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91416] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3473), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91441] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3473), 1, aux_sym_data_block_token4, STATE(1609), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91466] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3567), 1, aux_sym_data_block_token4, STATE(2397), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91491] = 3, ACTIONS(3569), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91512] = 3, ACTIONS(3571), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91533] = 3, ACTIONS(3573), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91554] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(2996), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91579] = 3, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91600] = 3, ACTIONS(3577), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91621] = 3, ACTIONS(3579), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91642] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3436), 1, aux_sym_data_block_token4, STATE(1601), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91667] = 3, ACTIONS(3581), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91688] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3469), 1, aux_sym_data_block_token4, STATE(1611), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91713] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3442), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91738] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3583), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91763] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3585), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91788] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3465), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91813] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3585), 1, aux_sym_data_block_token4, STATE(1602), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91838] = 5, ACTIONS(2678), 1, aux_sym_var_declaration_token4, ACTIONS(3587), 1, aux_sym_data_block_token4, STATE(2393), 2, sym_var_declaration, sym_var_db_specific_declaration, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91863] = 3, ACTIONS(3589), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91884] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3477), 1, aux_sym_data_block_token4, STATE(1587), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91909] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3477), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91934] = 3, ACTIONS(3591), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [91955] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3481), 1, aux_sym_data_block_token4, STATE(1583), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [91980] = 5, ACTIONS(2872), 1, aux_sym_var_declaration_token4, ACTIONS(3465), 1, aux_sym_data_block_token4, STATE(1588), 2, sym_var_declaration, aux_sym_organization_block_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2676), 7, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [92005] = 3, ACTIONS(3593), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [92026] = 3, ACTIONS(3595), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [92047] = 3, ACTIONS(3597), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2548), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [92068] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3599), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92090] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2542), 10, anon_sym_COLON_EQ, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_DOT, [92108] = 9, ACTIONS(3605), 1, anon_sym_COLON, ACTIONS(3607), 1, anon_sym_POUND, ACTIONS(3610), 1, sym_number, ACTIONS(3613), 1, anon_sym_SQUOTE, ACTIONS(3616), 1, anon_sym_DQUOTE, ACTIONS(3619), 1, sym_identifier, STATE(1618), 1, aux_sym_case_item_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [92140] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3622), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92162] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3624), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92184] = 9, ACTIONS(3334), 1, anon_sym_POUND, ACTIONS(3340), 1, sym_number, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, ACTIONS(3626), 1, anon_sym_COLON, ACTIONS(3628), 1, sym_identifier, STATE(1618), 1, aux_sym_case_item_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, STATE(1676), 3, sym_prefixed_identifier, sym_range, sym_string, [92216] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3630), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92238] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3632), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92260] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3634), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92282] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3636), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92304] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3638), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92326] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3640), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92348] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3642), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92370] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3644), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92392] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3646), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92414] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3648), 8, anon_sym_COLON_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [92436] = 3, ACTIONS(2330), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2328), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92455] = 3, ACTIONS(2330), 1, aux_sym_var_declaration_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2328), 8, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [92474] = 3, ACTIONS(2403), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2400), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92493] = 3, ACTIONS(2375), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2372), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92512] = 3, ACTIONS(2444), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2442), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92531] = 3, ACTIONS(2413), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2410), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92550] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(237), 9, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [92567] = 3, ACTIONS(2529), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2526), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92586] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(414), 9, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_STAR, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [92603] = 3, ACTIONS(2538), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2536), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92622] = 3, ACTIONS(1910), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(1908), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92641] = 3, ACTIONS(2431), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2428), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92660] = 3, ACTIONS(3652), 1, aux_sym_var_declaration_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3650), 8, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [92679] = 3, ACTIONS(1915), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(1912), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92698] = 3, ACTIONS(2538), 1, aux_sym_var_declaration_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2536), 8, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, [92717] = 3, ACTIONS(2045), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2042), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92736] = 3, ACTIONS(2117), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2114), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92755] = 3, ACTIONS(2051), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2048), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92774] = 3, ACTIONS(2389), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2386), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92793] = 3, ACTIONS(2077), 1, aux_sym_var_declaration_token4, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(2074), 9, aux_sym_data_block_token4, aux_sym_var_declaration_token1, aux_sym_var_declaration_token2, aux_sym_var_declaration_token3, aux_sym_var_declaration_token5, aux_sym_var_declaration_token7, aux_sym_var_declaration_token8, aux_sym_var_declaration_token9, sym_block_comment, [92812] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(3654), 1, anon_sym_RBRACK, ACTIONS(3656), 1, anon_sym_STAR, STATE(1667), 1, aux_sym_array_type_repeat1, STATE(2296), 1, sym_string, ACTIONS(3658), 2, sym_number, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [92840] = 4, ACTIONS(3662), 1, anon_sym_COMMA, ACTIONS(3664), 1, anon_sym_DOT_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3660), 6, anon_sym_COLON, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [92860] = 9, ACTIONS(3666), 1, aux_sym_data_block_token2, ACTIONS(3668), 1, aux_sym_data_block_token3, ACTIONS(3670), 1, aux_sym_var_declaration_token6, ACTIONS(3672), 1, aux_sym_var_declaration_token10, ACTIONS(3674), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3676), 1, sym_identifier, ACTIONS(3678), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1894), 2, sym_var_item, aux_sym_type_definition_repeat1, [92890] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3680), 1, aux_sym_data_block_token2, ACTIONS(3682), 1, aux_sym_data_block_token3, ACTIONS(3684), 1, aux_sym_var_declaration_token6, ACTIONS(3686), 1, aux_sym_var_declaration_token10, ACTIONS(3688), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3690), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2058), 2, sym_var_item, aux_sym_type_definition_repeat1, [92920] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3692), 1, aux_sym_data_block_token2, ACTIONS(3694), 1, aux_sym_data_block_token3, ACTIONS(3696), 1, aux_sym_var_declaration_token6, ACTIONS(3698), 1, aux_sym_var_declaration_token10, ACTIONS(3700), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3702), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2102), 2, sym_var_item, aux_sym_type_definition_repeat1, [92950] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3704), 1, aux_sym_data_block_token2, ACTIONS(3706), 1, aux_sym_data_block_token3, ACTIONS(3708), 1, aux_sym_var_declaration_token6, ACTIONS(3710), 1, aux_sym_var_declaration_token10, ACTIONS(3712), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3714), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2054), 2, sym_var_item, aux_sym_type_definition_repeat1, [92980] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3716), 1, aux_sym_data_block_token2, ACTIONS(3718), 1, aux_sym_data_block_token3, ACTIONS(3720), 1, aux_sym_var_declaration_token6, ACTIONS(3722), 1, aux_sym_var_declaration_token10, ACTIONS(3724), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3726), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1979), 2, sym_var_item, aux_sym_type_definition_repeat1, [93010] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3728), 1, aux_sym_data_block_token2, ACTIONS(3730), 1, aux_sym_data_block_token3, ACTIONS(3732), 1, aux_sym_var_declaration_token6, ACTIONS(3734), 1, aux_sym_var_declaration_token10, ACTIONS(3736), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3738), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1882), 2, sym_var_item, aux_sym_type_definition_repeat1, [93040] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3740), 1, aux_sym_data_block_token2, ACTIONS(3742), 1, aux_sym_data_block_token3, ACTIONS(3744), 1, aux_sym_var_declaration_token6, ACTIONS(3746), 1, aux_sym_var_declaration_token10, ACTIONS(3748), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3750), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1970), 2, sym_var_item, aux_sym_type_definition_repeat1, [93070] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3752), 1, aux_sym_data_block_token2, ACTIONS(3754), 1, aux_sym_data_block_token3, ACTIONS(3756), 1, aux_sym_var_declaration_token6, ACTIONS(3758), 1, aux_sym_var_declaration_token10, ACTIONS(3760), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3762), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1830), 2, sym_var_item, aux_sym_type_definition_repeat1, [93100] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3764), 1, aux_sym_data_block_token2, ACTIONS(3766), 1, aux_sym_data_block_token3, ACTIONS(3768), 1, aux_sym_var_declaration_token6, ACTIONS(3770), 1, aux_sym_var_declaration_token10, ACTIONS(3772), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3774), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1768), 2, sym_var_item, aux_sym_type_definition_repeat1, [93130] = 8, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(3656), 1, anon_sym_STAR, ACTIONS(3776), 1, anon_sym_RBRACK, STATE(1667), 1, aux_sym_array_type_repeat1, STATE(2296), 1, sym_string, ACTIONS(3658), 2, sym_number, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93158] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3778), 1, aux_sym_data_block_token2, ACTIONS(3780), 1, aux_sym_data_block_token3, ACTIONS(3782), 1, aux_sym_var_declaration_token6, ACTIONS(3784), 1, aux_sym_var_declaration_token10, ACTIONS(3786), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3788), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1737), 2, sym_var_item, aux_sym_type_definition_repeat1, [93188] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3790), 1, aux_sym_data_block_token2, ACTIONS(3792), 1, aux_sym_data_block_token3, ACTIONS(3794), 1, aux_sym_var_declaration_token6, ACTIONS(3796), 1, aux_sym_var_declaration_token10, ACTIONS(3798), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3800), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1955), 2, sym_var_item, aux_sym_type_definition_repeat1, [93218] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3802), 1, aux_sym_data_block_token2, ACTIONS(3804), 1, aux_sym_data_block_token3, ACTIONS(3806), 1, aux_sym_var_declaration_token6, ACTIONS(3808), 1, aux_sym_var_declaration_token10, ACTIONS(3810), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3812), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1798), 2, sym_var_item, aux_sym_type_definition_repeat1, [93248] = 8, ACTIONS(3814), 1, anon_sym_RBRACK, ACTIONS(3816), 1, anon_sym_STAR, ACTIONS(3822), 1, anon_sym_SQUOTE, ACTIONS(3825), 1, anon_sym_DQUOTE, STATE(1667), 1, aux_sym_array_type_repeat1, STATE(2296), 1, sym_string, ACTIONS(3819), 2, sym_number, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93276] = 7, ACTIONS(3676), 1, sym_identifier, ACTIONS(3830), 1, aux_sym_var_declaration_token10, ACTIONS(3832), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3834), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2023), 2, sym_var_item, aux_sym_type_definition_repeat1, ACTIONS(3828), 3, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_var_declaration_token6, [93302] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3836), 1, aux_sym_data_block_token2, ACTIONS(3838), 1, aux_sym_data_block_token3, ACTIONS(3840), 1, aux_sym_var_declaration_token6, ACTIONS(3842), 1, aux_sym_var_declaration_token10, ACTIONS(3844), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3846), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1859), 2, sym_var_item, aux_sym_type_definition_repeat1, [93332] = 9, ACTIONS(3676), 1, sym_identifier, ACTIONS(3848), 1, aux_sym_data_block_token2, ACTIONS(3850), 1, aux_sym_data_block_token3, ACTIONS(3852), 1, aux_sym_var_declaration_token6, ACTIONS(3854), 1, aux_sym_var_declaration_token10, ACTIONS(3856), 1, aux_sym_var_db_specific_declaration_token1, ACTIONS(3858), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1927), 2, sym_var_item, aux_sym_type_definition_repeat1, [93362] = 8, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(3860), 1, sym_title_statement, ACTIONS(3862), 1, aux_sym_type_definition_token2, ACTIONS(3864), 1, aux_sym_type_definition_token3, ACTIONS(3866), 1, aux_sym_type_definition_token4, ACTIONS(3868), 1, aux_sym_type_definition_token5, STATE(1823), 1, sym_attribute_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93389] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(1830), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [93404] = 7, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(3656), 1, anon_sym_STAR, STATE(1652), 1, aux_sym_array_type_repeat1, STATE(2296), 1, sym_string, ACTIONS(3658), 2, sym_number, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93429] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, STATE(2135), 1, sym_attribute_value, STATE(2149), 1, sym_string, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3870), 3, aux_sym_attribute_value_token1, aux_sym_attribute_value_token2, sym_identifier, [93452] = 8, ACTIONS(3676), 1, sym_identifier, ACTIONS(3704), 1, aux_sym_data_block_token2, ACTIONS(3706), 1, aux_sym_data_block_token3, ACTIONS(3708), 1, aux_sym_var_declaration_token6, ACTIONS(3710), 1, aux_sym_var_declaration_token10, ACTIONS(3714), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2054), 2, sym_var_item, aux_sym_type_definition_repeat1, [93479] = 3, ACTIONS(3662), 1, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3660), 6, anon_sym_COLON, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [93496] = 3, ACTIONS(3872), 1, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3874), 6, anon_sym_RBRACK, anon_sym_STAR, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [93513] = 7, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(3656), 1, anon_sym_STAR, STATE(1663), 1, aux_sym_array_type_repeat1, STATE(2296), 1, sym_string, ACTIONS(3658), 2, sym_number, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93538] = 6, ACTIONS(3676), 1, sym_identifier, ACTIONS(3830), 1, aux_sym_var_declaration_token10, ACTIONS(3834), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2023), 2, sym_var_item, aux_sym_type_definition_repeat1, ACTIONS(3828), 3, aux_sym_data_block_token2, aux_sym_data_block_token3, aux_sym_var_declaration_token6, [93561] = 3, ACTIONS(3876), 1, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3878), 6, anon_sym_RBRACK, anon_sym_STAR, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [93578] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3880), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [93593] = 6, ACTIONS(3882), 1, aux_sym_if_statement_token3, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, STATE(2328), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93615] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3888), 1, aux_sym_if_statement_token3, STATE(2433), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93637] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3890), 1, aux_sym_if_statement_token3, STATE(2444), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93659] = 7, ACTIONS(3892), 1, anon_sym_RPAREN, ACTIONS(3894), 1, sym_identifier, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2227), 1, sym_parameter_list, STATE(2505), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93683] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3896), 1, aux_sym_if_statement_token3, STATE(2530), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93705] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3898), 1, aux_sym_if_statement_token3, STATE(2533), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93727] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3900), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2226), 1, sym_fb_parameter_list, STATE(2287), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93751] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3902), 1, aux_sym_if_statement_token3, STATE(2237), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93773] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3904), 1, aux_sym_if_statement_token3, STATE(2240), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93795] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3906), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2286), 1, sym_fb_parameter_list, STATE(2354), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93819] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3908), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2272), 1, sym_parameter_list, STATE(2564), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93843] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3910), 1, aux_sym_if_statement_token3, STATE(2299), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93865] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3912), 1, aux_sym_if_statement_token3, STATE(2303), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93887] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3914), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2353), 1, sym_fb_parameter_list, STATE(2424), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93911] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3916), 1, aux_sym_if_statement_token3, STATE(2368), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93933] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3918), 1, aux_sym_if_statement_token3, STATE(2373), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93955] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3920), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2423), 1, sym_fb_parameter_list, STATE(2492), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [93979] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3922), 1, aux_sym_if_statement_token3, STATE(2437), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94001] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3924), 1, aux_sym_if_statement_token3, STATE(2442), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94023] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3926), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2490), 1, sym_fb_parameter_list, STATE(2562), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94047] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3928), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2408), 1, sym_fb_parameter_list, STATE(2507), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94071] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3930), 1, aux_sym_if_statement_token3, STATE(2509), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94093] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3932), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2247), 1, sym_parameter_list, STATE(2561), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94117] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3814), 6, anon_sym_RBRACK, anon_sym_STAR, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [94131] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3934), 1, aux_sym_if_statement_token3, STATE(2573), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94153] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3936), 1, aux_sym_if_statement_token3, STATE(2577), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94175] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3938), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2246), 1, sym_fb_parameter_list, STATE(2285), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94199] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3940), 1, aux_sym_if_statement_token3, STATE(2257), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94221] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3942), 1, aux_sym_if_statement_token3, STATE(2260), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94243] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3944), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2238), 1, sym_parameter_list, STATE(2459), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94267] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3946), 1, aux_sym_if_statement_token3, STATE(2485), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94289] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3948), 1, aux_sym_if_statement_token3, STATE(2514), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94311] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3605), 6, anon_sym_COLON, anon_sym_POUND, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [94325] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3950), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2236), 1, sym_fb_parameter_list, STATE(2319), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94349] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3952), 1, aux_sym_if_statement_token3, STATE(2256), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94371] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3954), 1, aux_sym_if_statement_token3, STATE(2265), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94393] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3956), 1, aux_sym_if_statement_token3, STATE(2535), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94415] = 7, ACTIONS(3894), 1, sym_identifier, ACTIONS(3958), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2134), 1, sym_parameter, STATE(2318), 1, sym_fb_parameter_list, STATE(2409), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94439] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3960), 1, aux_sym_if_statement_token3, STATE(2335), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94461] = 7, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(3962), 1, aux_sym_type_definition_token2, ACTIONS(3964), 1, aux_sym_type_definition_token3, ACTIONS(3966), 1, aux_sym_type_definition_token4, ACTIONS(3968), 1, aux_sym_type_definition_token5, STATE(1791), 1, sym_attribute_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94485] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3970), 1, aux_sym_if_statement_token3, STATE(2340), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94507] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(3972), 6, anon_sym_RBRACK, anon_sym_STAR, sym_number, anon_sym_SQUOTE, anon_sym_DQUOTE, sym_identifier, [94521] = 6, ACTIONS(3884), 1, aux_sym_elsif_clause_token1, ACTIONS(3886), 1, aux_sym_else_clause_token1, ACTIONS(3974), 1, aux_sym_if_statement_token3, STATE(2506), 1, sym_else_clause, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94543] = 5, ACTIONS(3342), 1, anon_sym_SQUOTE, ACTIONS(3344), 1, anon_sym_DQUOTE, STATE(1677), 1, sym_string, ACTIONS(3976), 2, sym_number, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94562] = 4, ACTIONS(3980), 1, aux_sym_elsif_clause_token1, ACTIONS(3978), 2, aux_sym_if_statement_token3, aux_sym_else_clause_token1, STATE(1726), 2, sym_elsif_clause, aux_sym_if_statement_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94579] = 5, ACTIONS(3983), 1, anon_sym_SQUOTE, ACTIONS(3987), 1, aux_sym_char_literal_token1, STATE(1822), 1, aux_sym_string_repeat1, ACTIONS(3985), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94598] = 5, ACTIONS(3989), 1, anon_sym_RPAREN, ACTIONS(3991), 1, sym_identifier, STATE(2131), 1, sym_fb_parameter, STATE(2505), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94616] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3993), 1, aux_sym_var_declaration_token10, ACTIONS(3995), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94634] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(3997), 1, sym_author_value, STATE(1280), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [94654] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3784), 1, aux_sym_var_declaration_token10, ACTIONS(3788), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1737), 2, sym_var_item, aux_sym_type_definition_repeat1, [94672] = 5, ACTIONS(3999), 1, aux_sym_type_definition_token6, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [94690] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4005), 1, aux_sym_var_declaration_token10, ACTIONS(4007), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1742), 2, sym_var_item, aux_sym_type_definition_repeat1, [94708] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4009), 1, aux_sym_var_declaration_token10, ACTIONS(4011), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1743), 2, sym_var_item, aux_sym_type_definition_repeat1, [94726] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4013), 1, aux_sym_var_declaration_token10, ACTIONS(4015), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1744), 2, sym_var_item, aux_sym_type_definition_repeat1, [94744] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4017), 1, aux_sym_var_declaration_token10, ACTIONS(4019), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1745), 2, sym_var_item, aux_sym_type_definition_repeat1, [94762] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4021), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94780] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4023), 1, aux_sym_var_declaration_token10, ACTIONS(4025), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1748), 2, sym_var_item, aux_sym_type_definition_repeat1, [94798] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4027), 1, aux_sym_var_declaration_token10, ACTIONS(4029), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1749), 2, sym_var_item, aux_sym_type_definition_repeat1, [94816] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4031), 1, aux_sym_var_declaration_token10, ACTIONS(4033), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1750), 2, sym_var_item, aux_sym_type_definition_repeat1, [94834] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4035), 1, aux_sym_var_declaration_token10, ACTIONS(4037), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1751), 2, sym_var_item, aux_sym_type_definition_repeat1, [94852] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4039), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94870] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4031), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94888] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4027), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94906] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4023), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94924] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4041), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2226), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94942] = 5, ACTIONS(4043), 1, anon_sym_RPAREN, ACTIONS(4045), 1, sym_identifier, STATE(2134), 1, sym_parameter, STATE(2227), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [94960] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4047), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94978] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4049), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [94996] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4051), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95014] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4053), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95032] = 5, ACTIONS(3999), 1, aux_sym_type_definition_token6, ACTIONS(4001), 1, sym_identifier, ACTIONS(4055), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1790), 2, sym_var_item, aux_sym_type_definition_repeat1, [95050] = 4, ACTIONS(4057), 1, anon_sym_DQUOTE, STATE(2001), 1, aux_sym_string_repeat2, ACTIONS(4059), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [95066] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4061), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95084] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4063), 1, sym_author_value, STATE(2152), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95104] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4065), 1, sym_author_value, STATE(2196), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95124] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4067), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [95142] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4069), 1, aux_sym_var_declaration_token10, ACTIONS(4071), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2082), 2, sym_var_item, aux_sym_type_definition_repeat1, [95160] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4073), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95178] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4067), 1, aux_sym_type_definition_token6, ACTIONS(4075), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2042), 2, sym_var_item, aux_sym_type_definition_repeat1, [95196] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4077), 1, aux_sym_type_definition_token6, ACTIONS(4079), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1824), 2, sym_var_item, aux_sym_type_definition_repeat1, [95214] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4081), 1, sym_author_value, STATE(1538), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95234] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3770), 1, aux_sym_var_declaration_token10, ACTIONS(3774), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1768), 2, sym_var_item, aux_sym_type_definition_repeat1, [95252] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4083), 1, aux_sym_var_declaration_token10, ACTIONS(4085), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1773), 2, sym_var_item, aux_sym_type_definition_repeat1, [95270] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4087), 1, aux_sym_var_declaration_token10, ACTIONS(4089), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1774), 2, sym_var_item, aux_sym_type_definition_repeat1, [95288] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4091), 1, aux_sym_var_declaration_token10, ACTIONS(4093), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1775), 2, sym_var_item, aux_sym_type_definition_repeat1, [95306] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4095), 1, aux_sym_var_declaration_token10, ACTIONS(4097), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1776), 2, sym_var_item, aux_sym_type_definition_repeat1, [95324] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4099), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95342] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4101), 1, aux_sym_var_declaration_token10, ACTIONS(4103), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1779), 2, sym_var_item, aux_sym_type_definition_repeat1, [95360] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4105), 1, aux_sym_var_declaration_token10, ACTIONS(4107), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1780), 2, sym_var_item, aux_sym_type_definition_repeat1, [95378] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4109), 1, aux_sym_var_declaration_token10, ACTIONS(4111), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1781), 2, sym_var_item, aux_sym_type_definition_repeat1, [95396] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4113), 1, aux_sym_var_declaration_token10, ACTIONS(4115), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1782), 2, sym_var_item, aux_sym_type_definition_repeat1, [95414] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4117), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95432] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4109), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95450] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4105), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95468] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4101), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95486] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4119), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2286), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [95504] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4121), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2287), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [95522] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4123), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95540] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4125), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95558] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4127), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95576] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4129), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95594] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4131), 1, sym_author_value, STATE(1263), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95614] = 4, ACTIONS(4136), 1, anon_sym_RBRACE, STATE(1784), 1, aux_sym_attribute_list_repeat1, ACTIONS(4133), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [95630] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4138), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95648] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4140), 1, sym_author_value, STATE(1325), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95668] = 4, ACTIONS(3983), 1, anon_sym_SQUOTE, STATE(1822), 1, aux_sym_string_repeat1, ACTIONS(3985), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [95684] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4142), 1, sym_author_value, STATE(1261), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95704] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4144), 1, aux_sym_type_definition_token6, ACTIONS(4146), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2097), 2, sym_var_item, aux_sym_type_definition_repeat1, [95722] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4148), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [95740] = 5, ACTIONS(4150), 1, aux_sym_type_definition_token2, ACTIONS(4152), 1, aux_sym_type_definition_token3, ACTIONS(4154), 1, aux_sym_type_definition_token4, ACTIONS(4156), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [95758] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3808), 1, aux_sym_var_declaration_token10, ACTIONS(3812), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1798), 2, sym_var_item, aux_sym_type_definition_repeat1, [95776] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4158), 1, sym_author_value, STATE(1254), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [95796] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4160), 1, aux_sym_var_declaration_token10, ACTIONS(4162), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1803), 2, sym_var_item, aux_sym_type_definition_repeat1, [95814] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4164), 1, aux_sym_var_declaration_token10, ACTIONS(4166), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1804), 2, sym_var_item, aux_sym_type_definition_repeat1, [95832] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4168), 1, aux_sym_var_declaration_token10, ACTIONS(4170), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1805), 2, sym_var_item, aux_sym_type_definition_repeat1, [95850] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4172), 1, aux_sym_var_declaration_token10, ACTIONS(4174), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1806), 2, sym_var_item, aux_sym_type_definition_repeat1, [95868] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4176), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95886] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4178), 1, aux_sym_var_declaration_token10, ACTIONS(4180), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1811), 2, sym_var_item, aux_sym_type_definition_repeat1, [95904] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4182), 1, aux_sym_var_declaration_token10, ACTIONS(4184), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1812), 2, sym_var_item, aux_sym_type_definition_repeat1, [95922] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4186), 1, aux_sym_var_declaration_token10, ACTIONS(4188), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1813), 2, sym_var_item, aux_sym_type_definition_repeat1, [95940] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4190), 1, aux_sym_var_declaration_token10, ACTIONS(4192), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1814), 2, sym_var_item, aux_sym_type_definition_repeat1, [95958] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4194), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95976] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4186), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [95994] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4182), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96012] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4178), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96030] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4196), 1, sym_author_value, STATE(1264), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96050] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4198), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96068] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4200), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2353), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96086] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4202), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2354), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96104] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4204), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96122] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4206), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96140] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4208), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96158] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4210), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96176] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4212), 1, sym_author_value, STATE(1257), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96196] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4214), 1, sym_author_value, STATE(2156), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96216] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4216), 1, sym_author_value, STATE(1530), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96236] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4218), 1, sym_author_value, STATE(2206), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96256] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3734), 1, aux_sym_var_declaration_token10, ACTIONS(3738), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1882), 2, sym_var_item, aux_sym_type_definition_repeat1, [96274] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4220), 1, sym_author_value, STATE(1271), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96294] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4222), 1, sym_author_value, STATE(1326), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96314] = 4, ACTIONS(4057), 1, anon_sym_SQUOTE, STATE(1950), 1, aux_sym_string_repeat1, ACTIONS(4224), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96330] = 5, ACTIONS(3962), 1, aux_sym_type_definition_token2, ACTIONS(3964), 1, aux_sym_type_definition_token3, ACTIONS(3966), 1, aux_sym_type_definition_token4, ACTIONS(3968), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96348] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4144), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [96366] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3758), 1, aux_sym_var_declaration_token10, ACTIONS(3762), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1830), 2, sym_var_item, aux_sym_type_definition_repeat1, [96384] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4226), 1, aux_sym_var_declaration_token10, ACTIONS(4228), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1835), 2, sym_var_item, aux_sym_type_definition_repeat1, [96402] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4230), 1, aux_sym_var_declaration_token10, ACTIONS(4232), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1836), 2, sym_var_item, aux_sym_type_definition_repeat1, [96420] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4234), 1, aux_sym_var_declaration_token10, ACTIONS(4236), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1837), 2, sym_var_item, aux_sym_type_definition_repeat1, [96438] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4238), 1, aux_sym_var_declaration_token10, ACTIONS(4240), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1838), 2, sym_var_item, aux_sym_type_definition_repeat1, [96456] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4242), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96474] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4244), 1, aux_sym_var_declaration_token10, ACTIONS(4246), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1842), 2, sym_var_item, aux_sym_type_definition_repeat1, [96492] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4248), 1, aux_sym_var_declaration_token10, ACTIONS(4250), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1843), 2, sym_var_item, aux_sym_type_definition_repeat1, [96510] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4252), 1, aux_sym_var_declaration_token10, ACTIONS(4254), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1844), 2, sym_var_item, aux_sym_type_definition_repeat1, [96528] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4256), 1, aux_sym_var_declaration_token10, ACTIONS(4258), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1845), 2, sym_var_item, aux_sym_type_definition_repeat1, [96546] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4260), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96564] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4252), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96582] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4248), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96600] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4244), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96618] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4262), 1, aux_sym_var_declaration_token10, ACTIONS(4264), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1915), 2, sym_var_item, aux_sym_type_definition_repeat1, [96636] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4266), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2423), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96654] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4268), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2424), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96672] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4270), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96690] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4272), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96708] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4274), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96726] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4276), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [96744] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4278), 1, sym_author_value, STATE(1535), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96764] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4280), 1, aux_sym_var_declaration_token10, ACTIONS(4282), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1808), 2, sym_var_item, aux_sym_type_definition_repeat1, [96782] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4284), 1, aux_sym_var_declaration_token10, ACTIONS(4286), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1919), 2, sym_var_item, aux_sym_type_definition_repeat1, [96800] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4288), 1, sym_author_value, STATE(1532), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96820] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4290), 1, sym_author_value, STATE(1533), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96840] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4292), 1, aux_sym_var_declaration_token10, ACTIONS(4294), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1936), 2, sym_var_item, aux_sym_type_definition_repeat1, [96858] = 4, ACTIONS(4298), 1, anon_sym_RBRACE, STATE(2101), 1, aux_sym_attribute_list_repeat1, ACTIONS(4296), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [96874] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4300), 1, sym_author_value, STATE(1268), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [96894] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3842), 1, aux_sym_var_declaration_token10, ACTIONS(3846), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1859), 2, sym_var_item, aux_sym_type_definition_repeat1, [96912] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4302), 1, aux_sym_var_declaration_token10, ACTIONS(4304), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1864), 2, sym_var_item, aux_sym_type_definition_repeat1, [96930] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4306), 1, aux_sym_var_declaration_token10, ACTIONS(4308), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1865), 2, sym_var_item, aux_sym_type_definition_repeat1, [96948] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4310), 1, aux_sym_var_declaration_token10, ACTIONS(4312), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1866), 2, sym_var_item, aux_sym_type_definition_repeat1, [96966] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4314), 1, aux_sym_var_declaration_token10, ACTIONS(4316), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1867), 2, sym_var_item, aux_sym_type_definition_repeat1, [96984] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4318), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97002] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4320), 1, aux_sym_var_declaration_token10, ACTIONS(4322), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1871), 2, sym_var_item, aux_sym_type_definition_repeat1, [97020] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4324), 1, aux_sym_var_declaration_token10, ACTIONS(4326), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1872), 2, sym_var_item, aux_sym_type_definition_repeat1, [97038] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4328), 1, aux_sym_var_declaration_token10, ACTIONS(4330), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1873), 2, sym_var_item, aux_sym_type_definition_repeat1, [97056] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4332), 1, aux_sym_var_declaration_token10, ACTIONS(4334), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1874), 2, sym_var_item, aux_sym_type_definition_repeat1, [97074] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4336), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97092] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4328), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97110] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4324), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97128] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4320), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97146] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4338), 1, aux_sym_var_declaration_token10, ACTIONS(4340), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1945), 2, sym_var_item, aux_sym_type_definition_repeat1, [97164] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4342), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2490), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [97182] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4344), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2492), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [97200] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4346), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97218] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4348), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97236] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4350), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97254] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4352), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97272] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4354), 1, sym_author_value, STATE(1281), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97292] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4356), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [97310] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4358), 1, sym_author_value, STATE(1249), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97330] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4360), 1, sym_author_value, STATE(1274), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97350] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4362), 1, aux_sym_type_definition_token6, ACTIONS(4364), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1886), 2, sym_var_item, aux_sym_type_definition_repeat1, [97368] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4356), 1, aux_sym_type_definition_token6, ACTIONS(4366), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2046), 2, sym_var_item, aux_sym_type_definition_repeat1, [97386] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4368), 1, sym_author_value, STATE(1285), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97406] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4370), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97424] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4372), 1, sym_author_value, STATE(1259), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97444] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4374), 1, sym_author_value, STATE(1266), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97464] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4376), 1, aux_sym_var_declaration_token10, ACTIONS(4378), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2011), 2, sym_var_item, aux_sym_type_definition_repeat1, [97482] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4380), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [97500] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4382), 1, sym_author_value, STATE(1283), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97520] = 5, ACTIONS(3672), 1, aux_sym_var_declaration_token10, ACTIONS(3676), 1, sym_identifier, ACTIONS(3678), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1894), 2, sym_var_item, aux_sym_type_definition_repeat1, [97538] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4384), 1, sym_author_value, STATE(1279), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97558] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4386), 1, aux_sym_var_declaration_token10, ACTIONS(4388), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1899), 2, sym_var_item, aux_sym_type_definition_repeat1, [97576] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4390), 1, aux_sym_var_declaration_token10, ACTIONS(4392), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1900), 2, sym_var_item, aux_sym_type_definition_repeat1, [97594] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4394), 1, aux_sym_var_declaration_token10, ACTIONS(4396), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1901), 2, sym_var_item, aux_sym_type_definition_repeat1, [97612] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4398), 1, aux_sym_var_declaration_token10, ACTIONS(4400), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1902), 2, sym_var_item, aux_sym_type_definition_repeat1, [97630] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4402), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97648] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4404), 1, aux_sym_var_declaration_token10, ACTIONS(4406), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1907), 2, sym_var_item, aux_sym_type_definition_repeat1, [97666] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4408), 1, aux_sym_var_declaration_token10, ACTIONS(4410), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1908), 2, sym_var_item, aux_sym_type_definition_repeat1, [97684] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4412), 1, aux_sym_var_declaration_token10, ACTIONS(4414), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1909), 2, sym_var_item, aux_sym_type_definition_repeat1, [97702] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4416), 1, aux_sym_var_declaration_token10, ACTIONS(4418), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1910), 2, sym_var_item, aux_sym_type_definition_repeat1, [97720] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4420), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97738] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4412), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97756] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4408), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97774] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4404), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97792] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4422), 1, sym_author_value, STATE(1299), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [97812] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4424), 1, aux_sym_var_declaration_token10, ACTIONS(4426), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2012), 2, sym_var_item, aux_sym_type_definition_repeat1, [97830] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4428), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2561), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [97848] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4430), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2562), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [97866] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4432), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97884] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4434), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97902] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4436), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97920] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4438), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [97938] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4440), 1, aux_sym_var_declaration_token10, ACTIONS(4442), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2016), 2, sym_var_item, aux_sym_type_definition_repeat1, [97956] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4444), 1, aux_sym_var_declaration_token10, ACTIONS(4446), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2087), 2, sym_var_item, aux_sym_type_definition_repeat1, [97974] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4448), 1, aux_sym_var_declaration_token10, ACTIONS(4450), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2035), 2, sym_var_item, aux_sym_type_definition_repeat1, [97992] = 5, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(4452), 1, anon_sym_PERCENT, ACTIONS(4454), 1, sym_identifier, STATE(359), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98010] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4456), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98028] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4458), 1, aux_sym_var_declaration_token10, ACTIONS(4460), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2088), 2, sym_var_item, aux_sym_type_definition_repeat1, [98046] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4462), 1, sym_author_value, STATE(1262), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [98066] = 4, ACTIONS(3983), 1, anon_sym_DQUOTE, STATE(1753), 1, aux_sym_string_repeat2, ACTIONS(4464), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98082] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4440), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98100] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4466), 1, aux_sym_var_declaration_token10, ACTIONS(4468), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1754), 2, sym_var_item, aux_sym_type_definition_repeat1, [98118] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3854), 1, aux_sym_var_declaration_token10, ACTIONS(3858), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1927), 2, sym_var_item, aux_sym_type_definition_repeat1, [98136] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4470), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2564), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98154] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4472), 1, aux_sym_var_declaration_token10, ACTIONS(4474), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1932), 2, sym_var_item, aux_sym_type_definition_repeat1, [98172] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4476), 1, aux_sym_var_declaration_token10, ACTIONS(4478), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1933), 2, sym_var_item, aux_sym_type_definition_repeat1, [98190] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4480), 1, aux_sym_var_declaration_token10, ACTIONS(4482), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1934), 2, sym_var_item, aux_sym_type_definition_repeat1, [98208] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4484), 1, aux_sym_var_declaration_token10, ACTIONS(4486), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1935), 2, sym_var_item, aux_sym_type_definition_repeat1, [98226] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4488), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98244] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4490), 1, aux_sym_var_declaration_token10, ACTIONS(4492), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1939), 2, sym_var_item, aux_sym_type_definition_repeat1, [98262] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4494), 1, aux_sym_var_declaration_token10, ACTIONS(4496), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1940), 2, sym_var_item, aux_sym_type_definition_repeat1, [98280] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4498), 1, aux_sym_var_declaration_token10, ACTIONS(4500), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1941), 2, sym_var_item, aux_sym_type_definition_repeat1, [98298] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4502), 1, aux_sym_var_declaration_token10, ACTIONS(4504), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1942), 2, sym_var_item, aux_sym_type_definition_repeat1, [98316] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4506), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98334] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4498), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98352] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4494), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98370] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4490), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98388] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4424), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98406] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4508), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2246), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98424] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4510), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2247), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98442] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4512), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98460] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4514), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98478] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4516), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98496] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4518), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98514] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4520), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98532] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4522), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2272), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98550] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4376), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98568] = 5, ACTIONS(4524), 1, aux_sym_type_definition_token6, ACTIONS(4526), 1, sym_identifier, ACTIONS(4529), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [98586] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4532), 1, sym_author_value, STATE(1316), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [98606] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3722), 1, aux_sym_var_declaration_token10, ACTIONS(3726), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1979), 2, sym_var_item, aux_sym_type_definition_repeat1, [98624] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3796), 1, aux_sym_var_declaration_token10, ACTIONS(3800), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1955), 2, sym_var_item, aux_sym_type_definition_repeat1, [98642] = 4, ACTIONS(4534), 1, anon_sym_SQUOTE, STATE(1950), 1, aux_sym_string_repeat1, ACTIONS(4536), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98658] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4539), 1, aux_sym_var_declaration_token10, ACTIONS(4541), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1960), 2, sym_var_item, aux_sym_type_definition_repeat1, [98676] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4543), 1, aux_sym_var_declaration_token10, ACTIONS(4545), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1961), 2, sym_var_item, aux_sym_type_definition_repeat1, [98694] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4547), 1, aux_sym_var_declaration_token10, ACTIONS(4549), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1962), 2, sym_var_item, aux_sym_type_definition_repeat1, [98712] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4551), 1, aux_sym_var_declaration_token10, ACTIONS(4553), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1963), 2, sym_var_item, aux_sym_type_definition_repeat1, [98730] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4555), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98748] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4557), 1, aux_sym_var_declaration_token10, ACTIONS(4559), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1965), 2, sym_var_item, aux_sym_type_definition_repeat1, [98766] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4561), 1, aux_sym_var_declaration_token10, ACTIONS(4563), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1966), 2, sym_var_item, aux_sym_type_definition_repeat1, [98784] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4565), 1, aux_sym_var_declaration_token10, ACTIONS(4567), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1967), 2, sym_var_item, aux_sym_type_definition_repeat1, [98802] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4569), 1, aux_sym_var_declaration_token10, ACTIONS(4571), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1968), 2, sym_var_item, aux_sym_type_definition_repeat1, [98820] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4573), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98838] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4565), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98856] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4561), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98874] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4557), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98892] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4575), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2285), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [98910] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4577), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98928] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4579), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98946] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4581), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98964] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4583), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [98982] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3746), 1, aux_sym_var_declaration_token10, ACTIONS(3750), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1970), 2, sym_var_item, aux_sym_type_definition_repeat1, [99000] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4585), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99018] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4587), 1, aux_sym_var_declaration_token10, ACTIONS(4589), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1972), 2, sym_var_item, aux_sym_type_definition_repeat1, [99036] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4591), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99054] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4593), 1, aux_sym_var_declaration_token10, ACTIONS(4595), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1986), 2, sym_var_item, aux_sym_type_definition_repeat1, [99072] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4597), 1, aux_sym_var_declaration_token10, ACTIONS(4599), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1987), 2, sym_var_item, aux_sym_type_definition_repeat1, [99090] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4601), 1, aux_sym_var_declaration_token10, ACTIONS(4603), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1988), 2, sym_var_item, aux_sym_type_definition_repeat1, [99108] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4605), 1, aux_sym_var_declaration_token10, ACTIONS(4607), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1989), 2, sym_var_item, aux_sym_type_definition_repeat1, [99126] = 4, ACTIONS(4609), 1, anon_sym_SQUOTE, STATE(1991), 1, aux_sym_string_repeat1, ACTIONS(4611), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99142] = 4, ACTIONS(4609), 1, anon_sym_DQUOTE, STATE(1992), 1, aux_sym_string_repeat2, ACTIONS(4613), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99158] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4615), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99176] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4617), 1, sym_author_value, STATE(2182), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [99196] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4619), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [99214] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4621), 1, aux_sym_var_declaration_token10, ACTIONS(4623), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1995), 2, sym_var_item, aux_sym_type_definition_repeat1, [99232] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4625), 1, aux_sym_var_declaration_token10, ACTIONS(4627), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1996), 2, sym_var_item, aux_sym_type_definition_repeat1, [99250] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4629), 1, aux_sym_var_declaration_token10, ACTIONS(4631), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1997), 2, sym_var_item, aux_sym_type_definition_repeat1, [99268] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4633), 1, aux_sym_var_declaration_token10, ACTIONS(4635), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1999), 2, sym_var_item, aux_sym_type_definition_repeat1, [99286] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4637), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99304] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4629), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99322] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4625), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99340] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4621), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99358] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4619), 1, aux_sym_type_definition_token6, ACTIONS(4639), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2078), 2, sym_var_item, aux_sym_type_definition_repeat1, [99376] = 4, ACTIONS(4641), 1, anon_sym_SQUOTE, STATE(1950), 1, aux_sym_string_repeat1, ACTIONS(4224), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99392] = 4, ACTIONS(4641), 1, anon_sym_DQUOTE, STATE(2001), 1, aux_sym_string_repeat2, ACTIONS(4059), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99408] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4643), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2459), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99426] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4645), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2462), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99444] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4647), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99462] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4649), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99480] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4651), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99498] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4653), 1, sym_author_value, STATE(1278), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [99518] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4655), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99536] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4657), 1, aux_sym_type_definition_token6, ACTIONS(4659), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1981), 2, sym_var_item, aux_sym_type_definition_repeat1, [99554] = 4, ACTIONS(4661), 1, anon_sym_DQUOTE, STATE(2001), 1, aux_sym_string_repeat2, ACTIONS(4663), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99570] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4666), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [99588] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4666), 1, aux_sym_type_definition_token6, ACTIONS(4668), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1876), 2, sym_var_item, aux_sym_type_definition_repeat1, [99606] = 4, ACTIONS(4672), 1, anon_sym_RBRACE, STATE(2008), 1, aux_sym_attribute_list_repeat1, ACTIONS(4670), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99622] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4674), 1, aux_sym_type_definition_token6, ACTIONS(4676), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2009), 2, sym_var_item, aux_sym_type_definition_repeat1, [99640] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4678), 1, aux_sym_type_definition_token6, ACTIONS(4680), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2002), 2, sym_var_item, aux_sym_type_definition_repeat1, [99658] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4682), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2507), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99676] = 4, ACTIONS(4686), 1, anon_sym_RBRACE, STATE(1784), 1, aux_sym_attribute_list_repeat1, ACTIONS(4684), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99692] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4688), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [99710] = 5, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(4690), 1, sym_identifier, STATE(1671), 1, sym_string, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99728] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4692), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99746] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4694), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99764] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4696), 1, sym_author_value, STATE(2212), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [99784] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3830), 1, aux_sym_var_declaration_token10, ACTIONS(3834), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2023), 2, sym_var_item, aux_sym_type_definition_repeat1, [99802] = 5, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(4698), 1, sym_identifier, STATE(1235), 1, sym_string, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99820] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4700), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99838] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4702), 1, aux_sym_var_declaration_token10, ACTIONS(4704), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2028), 2, sym_var_item, aux_sym_type_definition_repeat1, [99856] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4706), 1, aux_sym_var_declaration_token10, ACTIONS(4708), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2029), 2, sym_var_item, aux_sym_type_definition_repeat1, [99874] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4710), 1, aux_sym_var_declaration_token10, ACTIONS(4712), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2031), 2, sym_var_item, aux_sym_type_definition_repeat1, [99892] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4714), 1, aux_sym_var_declaration_token10, ACTIONS(4716), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2032), 2, sym_var_item, aux_sym_type_definition_repeat1, [99910] = 4, ACTIONS(4718), 1, anon_sym_SQUOTE, STATE(2033), 1, aux_sym_string_repeat1, ACTIONS(4720), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99926] = 4, ACTIONS(4718), 1, anon_sym_DQUOTE, STATE(2034), 1, aux_sym_string_repeat2, ACTIONS(4722), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [99942] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4466), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [99960] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4724), 1, aux_sym_var_declaration_token10, ACTIONS(4726), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2038), 2, sym_var_item, aux_sym_type_definition_repeat1, [99978] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4728), 1, aux_sym_var_declaration_token10, ACTIONS(4730), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2039), 2, sym_var_item, aux_sym_type_definition_repeat1, [99996] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4732), 1, aux_sym_var_declaration_token10, ACTIONS(4734), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2040), 2, sym_var_item, aux_sym_type_definition_repeat1, [100014] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4736), 1, aux_sym_var_declaration_token10, ACTIONS(4738), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2041), 2, sym_var_item, aux_sym_type_definition_repeat1, [100032] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4740), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100050] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4732), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100068] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4742), 1, sym_author_value, STATE(1541), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100088] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4728), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100106] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4724), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100124] = 4, ACTIONS(4744), 1, anon_sym_SQUOTE, STATE(1950), 1, aux_sym_string_repeat1, ACTIONS(4224), 2, aux_sym_string_token1, anon_sym_SQUOTE_SQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [100140] = 4, ACTIONS(4744), 1, anon_sym_DQUOTE, STATE(2001), 1, aux_sym_string_repeat2, ACTIONS(4059), 2, aux_sym_string_token2, anon_sym_DQUOTE_DQUOTE, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [100156] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4746), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100174] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4748), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2236), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [100192] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4750), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2238), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [100210] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4752), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100228] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4754), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100246] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4756), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100264] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4758), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100282] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4657), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [100300] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4760), 1, sym_author_value, STATE(1276), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100320] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4762), 1, aux_sym_type_definition_token6, ACTIONS(4764), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1732), 2, sym_var_item, aux_sym_type_definition_repeat1, [100338] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4766), 1, sym_author_value, STATE(1529), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100358] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4762), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [100376] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3710), 1, aux_sym_var_declaration_token10, ACTIONS(3714), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2054), 2, sym_var_item, aux_sym_type_definition_repeat1, [100394] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4768), 1, sym_author_value, STATE(1272), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100414] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4770), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100432] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4772), 1, aux_sym_var_declaration_token10, ACTIONS(4774), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2063), 2, sym_var_item, aux_sym_type_definition_repeat1, [100450] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4776), 1, aux_sym_var_declaration_token10, ACTIONS(4778), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2064), 2, sym_var_item, aux_sym_type_definition_repeat1, [100468] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4780), 1, aux_sym_var_declaration_token10, ACTIONS(4782), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2065), 2, sym_var_item, aux_sym_type_definition_repeat1, [100486] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4784), 1, aux_sym_var_declaration_token10, ACTIONS(4786), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2066), 2, sym_var_item, aux_sym_type_definition_repeat1, [100504] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4788), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100522] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4790), 1, aux_sym_var_declaration_token10, ACTIONS(4792), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2071), 2, sym_var_item, aux_sym_type_definition_repeat1, [100540] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4794), 1, aux_sym_var_declaration_token10, ACTIONS(4796), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2072), 2, sym_var_item, aux_sym_type_definition_repeat1, [100558] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4798), 1, sym_author_value, STATE(1329), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100578] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4800), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100596] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4198), 1, aux_sym_var_declaration_token10, ACTIONS(4802), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1729), 2, sym_var_item, aux_sym_type_definition_repeat1, [100614] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4804), 1, aux_sym_var_declaration_token10, ACTIONS(4806), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2073), 2, sym_var_item, aux_sym_type_definition_repeat1, [100632] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4808), 1, aux_sym_var_declaration_token10, ACTIONS(4810), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1943), 2, sym_var_item, aux_sym_type_definition_repeat1, [100650] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4812), 1, aux_sym_var_declaration_token10, ACTIONS(4814), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2075), 2, sym_var_item, aux_sym_type_definition_repeat1, [100668] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4816), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100686] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4804), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100704] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4794), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100722] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4790), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100740] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4818), 1, sym_author_value, STATE(1534), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100760] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4820), 1, sym_author_value, STATE(1273), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100780] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4822), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2318), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [100798] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4824), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2319), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [100816] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4826), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100834] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4828), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100852] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4830), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100870] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4832), 1, aux_sym_var_declaration_token10, ACTIONS(4834), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2049), 2, sym_var_item, aux_sym_type_definition_repeat1, [100888] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4836), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [100906] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4838), 1, aux_sym_var_declaration_token10, ACTIONS(4840), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2084), 2, sym_var_item, aux_sym_type_definition_repeat1, [100924] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4842), 1, sym_author_value, STATE(2191), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [100944] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4844), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [100962] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4678), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [100980] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4844), 1, aux_sym_type_definition_token6, ACTIONS(4846), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2079), 2, sym_var_item, aux_sym_type_definition_repeat1, [100998] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4848), 1, sym_author_value, STATE(1251), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101018] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4850), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101036] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4852), 1, sym_author_value, STATE(1270), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101056] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4854), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101074] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4856), 1, sym_author_value, STATE(1267), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101094] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3686), 1, aux_sym_var_declaration_token10, ACTIONS(3690), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2058), 2, sym_var_item, aux_sym_type_definition_repeat1, [101112] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4808), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101130] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4832), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101148] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4858), 1, sym_author_value, STATE(1537), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101168] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3698), 1, aux_sym_var_declaration_token10, ACTIONS(3702), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2102), 2, sym_var_item, aux_sym_type_definition_repeat1, [101186] = 5, ACTIONS(4524), 1, aux_sym_var_declaration_token10, ACTIONS(4860), 1, sym_identifier, ACTIONS(4863), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101204] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4866), 1, sym_author_value, STATE(2122), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101224] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4868), 1, sym_author_value, STATE(1282), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101244] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4870), 1, aux_sym_var_declaration_token10, ACTIONS(4872), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2107), 2, sym_var_item, aux_sym_type_definition_repeat1, [101262] = 6, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4874), 1, sym_author_value, STATE(2217), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101282] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4876), 1, aux_sym_var_declaration_token10, ACTIONS(4878), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2108), 2, sym_var_item, aux_sym_type_definition_repeat1, [101300] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4003), 1, sym_block_comment, ACTIONS(4880), 1, aux_sym_type_definition_token6, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1946), 2, sym_var_item, aux_sym_type_definition_repeat1, [101318] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4882), 1, aux_sym_var_declaration_token10, ACTIONS(4884), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2109), 2, sym_var_item, aux_sym_type_definition_repeat1, [101336] = 6, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, ACTIONS(1888), 1, sym_line_comment, ACTIONS(4886), 1, sym_author_value, STATE(1293), 1, sym_string, ACTIONS(3), 2, sym_block_comment, sym_c_style_comment, [101356] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4888), 1, aux_sym_var_declaration_token10, ACTIONS(4890), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2110), 2, sym_var_item, aux_sym_type_definition_repeat1, [101374] = 4, ACTIONS(4894), 1, anon_sym_RBRACE, STATE(1784), 1, aux_sym_attribute_list_repeat1, ACTIONS(4892), 2, anon_sym_SEMI, anon_sym_COMMA, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101390] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4896), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101408] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4898), 1, aux_sym_var_declaration_token10, ACTIONS(4900), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2113), 2, sym_var_item, aux_sym_type_definition_repeat1, [101426] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4902), 1, aux_sym_var_declaration_token10, ACTIONS(4904), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2115), 2, sym_var_item, aux_sym_type_definition_repeat1, [101444] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4906), 1, aux_sym_var_declaration_token10, ACTIONS(4908), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1759), 2, sym_var_item, aux_sym_type_definition_repeat1, [101462] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(4910), 1, aux_sym_var_declaration_token10, ACTIONS(4912), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1785), 2, sym_var_item, aux_sym_type_definition_repeat1, [101480] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4914), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101498] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4906), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101516] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4902), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101534] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4898), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101552] = 5, ACTIONS(3991), 1, sym_identifier, ACTIONS(4916), 1, anon_sym_RPAREN, STATE(2131), 1, sym_fb_parameter, STATE(2408), 1, sym_fb_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101570] = 5, ACTIONS(4045), 1, sym_identifier, ACTIONS(4918), 1, anon_sym_RPAREN, STATE(2134), 1, sym_parameter, STATE(2409), 1, sym_parameter_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101588] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4920), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101606] = 5, ACTIONS(4001), 1, sym_identifier, ACTIONS(4880), 1, aux_sym_type_definition_token6, ACTIONS(4922), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(1757), 2, sym_var_item, aux_sym_type_definition_repeat1, [101624] = 5, ACTIONS(3676), 1, sym_identifier, ACTIONS(3995), 1, sym_block_comment, ACTIONS(4924), 1, aux_sym_var_declaration_token10, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, STATE(2091), 2, sym_var_item, aux_sym_type_definition_repeat1, [101642] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4926), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [101653] = 4, ACTIONS(2850), 1, anon_sym_COMMA, ACTIONS(4928), 1, anon_sym_RPAREN, STATE(2125), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101668] = 4, ACTIONS(4930), 1, anon_sym_RBRACE, ACTIONS(4932), 1, sym_identifier, STATE(2127), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101683] = 4, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(4934), 1, anon_sym_COLON, STATE(2461), 1, sym_attribute_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101698] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(4936), 1, sym_identifier, STATE(2589), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101713] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4926), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [101724] = 4, ACTIONS(4938), 1, aux_sym_type_definition_token3, ACTIONS(4940), 1, aux_sym_type_definition_token4, ACTIONS(4942), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101739] = 4, ACTIONS(4944), 1, anon_sym_COMMA, ACTIONS(4946), 1, anon_sym_RPAREN, STATE(2158), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101754] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(2904), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [101765] = 4, ACTIONS(4948), 1, anon_sym_COMMA, ACTIONS(4950), 1, anon_sym_RPAREN, STATE(2158), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101780] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4952), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [101791] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4136), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, [101802] = 4, ACTIONS(4932), 1, sym_identifier, ACTIONS(4954), 1, anon_sym_RBRACE, STATE(2127), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101817] = 4, ACTIONS(4894), 1, anon_sym_RBRACE, ACTIONS(4932), 1, sym_identifier, STATE(2127), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101832] = 4, ACTIONS(49), 1, anon_sym_SQUOTE, ACTIONS(51), 1, anon_sym_DQUOTE, STATE(1269), 1, sym_string, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101847] = 4, ACTIONS(4956), 1, anon_sym_COMMA, ACTIONS(4958), 1, anon_sym_RPAREN, STATE(2133), 1, aux_sym_fb_parameter_list_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101862] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(4960), 1, sym_identifier, STATE(2337), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101877] = 4, ACTIONS(4956), 1, anon_sym_COMMA, ACTIONS(4962), 1, anon_sym_RPAREN, STATE(2142), 1, aux_sym_fb_parameter_list_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101892] = 4, ACTIONS(4964), 1, anon_sym_COMMA, ACTIONS(4966), 1, anon_sym_RPAREN, STATE(2137), 1, aux_sym_parameter_list_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101907] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4968), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, [101918] = 4, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(4970), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101933] = 4, ACTIONS(4964), 1, anon_sym_COMMA, ACTIONS(4972), 1, anon_sym_RPAREN, STATE(2139), 1, aux_sym_parameter_list_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101948] = 4, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, STATE(1236), 1, sym_string, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101963] = 4, ACTIONS(4974), 1, anon_sym_COMMA, ACTIONS(4977), 1, anon_sym_RPAREN, STATE(2139), 1, aux_sym_parameter_list_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101978] = 4, ACTIONS(4686), 1, anon_sym_RBRACE, ACTIONS(4932), 1, sym_identifier, STATE(2127), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [101993] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4979), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102004] = 4, ACTIONS(4981), 1, anon_sym_COMMA, ACTIONS(4984), 1, anon_sym_RPAREN, STATE(2142), 1, aux_sym_fb_parameter_list_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102019] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(4986), 1, sym_identifier, STATE(2588), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102034] = 4, ACTIONS(1818), 1, anon_sym_SQUOTE, ACTIONS(1820), 1, anon_sym_DQUOTE, STATE(1234), 1, sym_string, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102049] = 3, ACTIONS(4988), 1, anon_sym_LBRACK, ACTIONS(3163), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102062] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4990), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102073] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4990), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102084] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4992), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102095] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(4994), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, [102106] = 4, ACTIONS(4996), 1, anon_sym_COMMA, ACTIONS(4998), 1, anon_sym_RPAREN, STATE(2158), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102121] = 4, ACTIONS(2674), 1, anon_sym_LBRACE, ACTIONS(5000), 1, anon_sym_COLON, STATE(2520), 1, sym_attribute_list, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102136] = 4, ACTIONS(5002), 1, aux_sym_type_definition_token3, ACTIONS(5004), 1, aux_sym_type_definition_token4, ACTIONS(5006), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102151] = 4, ACTIONS(5008), 1, anon_sym_COMMA, ACTIONS(5010), 1, anon_sym_RPAREN, STATE(2158), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102166] = 4, ACTIONS(2894), 1, anon_sym_COMMA, ACTIONS(2896), 1, anon_sym_RPAREN, STATE(2153), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102181] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(5012), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102192] = 4, ACTIONS(5014), 1, aux_sym_type_definition_token3, ACTIONS(5016), 1, aux_sym_type_definition_token4, ACTIONS(5018), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102207] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(5020), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102218] = 4, ACTIONS(5022), 1, anon_sym_COMMA, ACTIONS(5025), 1, anon_sym_RPAREN, STATE(2158), 1, aux_sym_struct_initializer_repeat1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102233] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(5020), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102244] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(5027), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102255] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5029), 1, sym_identifier, STATE(2578), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102270] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5031), 1, sym_identifier, STATE(2579), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102285] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5033), 1, sym_identifier, STATE(2580), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102300] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5035), 1, sym_identifier, STATE(2581), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102315] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5037), 1, sym_identifier, STATE(2582), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102330] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5039), 1, sym_identifier, STATE(2583), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102345] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5041), 1, sym_identifier, STATE(2584), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102360] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5043), 1, sym_identifier, STATE(2585), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102375] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5045), 1, sym_identifier, STATE(2586), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102390] = 4, ACTIONS(31), 1, anon_sym_POUND, ACTIONS(5047), 1, sym_identifier, STATE(2587), 1, sym_prefixed_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102405] = 2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, ACTIONS(5027), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, [102416] = 3, ACTIONS(5049), 1, anon_sym_SEMI, ACTIONS(5051), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102428] = 2, ACTIONS(4984), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102438] = 3, ACTIONS(5053), 1, anon_sym_SEMI, ACTIONS(5055), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102450] = 3, ACTIONS(4932), 1, sym_identifier, STATE(1852), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102462] = 3, ACTIONS(5057), 1, anon_sym_SEMI, ACTIONS(5059), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102474] = 3, ACTIONS(5061), 1, anon_sym_SEMI, ACTIONS(5063), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102486] = 3, ACTIONS(5067), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5065), 2, aux_sym_type_definition_token6, sym_identifier, [102498] = 3, ACTIONS(5069), 1, anon_sym_SEMI, ACTIONS(5071), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102510] = 2, ACTIONS(3362), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102520] = 3, ACTIONS(5073), 1, anon_sym_SEMI, ACTIONS(5075), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102532] = 3, ACTIONS(5077), 1, aux_sym_type_definition_token4, ACTIONS(5079), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102544] = 2, ACTIONS(4977), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102554] = 3, ACTIONS(5081), 1, anon_sym_SEMI, ACTIONS(5083), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102566] = 3, ACTIONS(3601), 1, anon_sym_LBRACK, ACTIONS(3603), 1, anon_sym_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102578] = 3, ACTIONS(5085), 1, anon_sym_SEMI, ACTIONS(5087), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102590] = 2, ACTIONS(3330), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102600] = 3, ACTIONS(5091), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5089), 2, aux_sym_type_definition_token6, sym_identifier, [102612] = 2, ACTIONS(3428), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102622] = 3, ACTIONS(5095), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5093), 2, aux_sym_type_definition_token6, sym_identifier, [102634] = 3, ACTIONS(5097), 1, aux_sym_type_definition_token4, ACTIONS(5099), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102646] = 3, ACTIONS(5101), 1, anon_sym_SEMI, ACTIONS(5103), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102658] = 2, ACTIONS(2770), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102668] = 3, ACTIONS(4932), 1, sym_identifier, STATE(2127), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102680] = 3, ACTIONS(5105), 1, anon_sym_COLON_EQ, ACTIONS(5107), 1, anon_sym_EQ_GT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102692] = 3, ACTIONS(5004), 1, aux_sym_type_definition_token4, ACTIONS(5006), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102704] = 2, ACTIONS(3394), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102714] = 2, ACTIONS(3368), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102724] = 3, ACTIONS(5109), 1, anon_sym_SEMI, ACTIONS(5111), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102736] = 3, ACTIONS(5113), 1, anon_sym_SEMI, ACTIONS(5115), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102748] = 3, ACTIONS(5119), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5117), 2, aux_sym_var_declaration_token10, sym_identifier, [102760] = 3, ACTIONS(5121), 1, anon_sym_SEMI, ACTIONS(5123), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102772] = 3, ACTIONS(5125), 1, anon_sym_SEMI, ACTIONS(5127), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102784] = 3, ACTIONS(5129), 1, anon_sym_SEMI, ACTIONS(5131), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102796] = 2, ACTIONS(2934), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102806] = 3, ACTIONS(5016), 1, aux_sym_type_definition_token4, ACTIONS(5018), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102818] = 2, ACTIONS(2972), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102828] = 3, ACTIONS(3991), 1, sym_identifier, STATE(2173), 1, sym_fb_parameter, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102840] = 3, ACTIONS(5133), 1, anon_sym_SEMI, ACTIONS(5135), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102852] = 3, ACTIONS(4932), 1, sym_identifier, STATE(2004), 1, sym_attribute, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102864] = 3, ACTIONS(4045), 1, sym_identifier, STATE(2183), 1, sym_parameter, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102876] = 3, ACTIONS(5137), 1, aux_sym_type_definition_token4, ACTIONS(5139), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102888] = 3, ACTIONS(5141), 1, anon_sym_SEMI, ACTIONS(5143), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102900] = 2, ACTIONS(5145), 2, anon_sym_COLON_EQ, anon_sym_EQ_GT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102910] = 3, ACTIONS(5147), 1, anon_sym_COLON_EQ, ACTIONS(5149), 1, anon_sym_EQ_GT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102922] = 2, ACTIONS(3380), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102932] = 3, ACTIONS(4940), 1, aux_sym_type_definition_token4, ACTIONS(4942), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102944] = 2, ACTIONS(3400), 2, anon_sym_SEMI, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [102954] = 3, ACTIONS(5091), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5089), 2, aux_sym_var_declaration_token10, sym_identifier, [102966] = 3, ACTIONS(5119), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5117), 2, aux_sym_type_definition_token6, sym_identifier, [102978] = 3, ACTIONS(5095), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5093), 2, aux_sym_var_declaration_token10, sym_identifier, [102990] = 3, ACTIONS(5067), 1, sym_block_comment, ACTIONS(3), 2, sym_line_comment, sym_c_style_comment, ACTIONS(5065), 2, aux_sym_var_declaration_token10, sym_identifier, [103002] = 3, ACTIONS(5151), 1, anon_sym_SEMI, ACTIONS(5153), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103014] = 2, ACTIONS(5155), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103023] = 2, ACTIONS(5157), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103032] = 2, ACTIONS(5159), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103041] = 2, ACTIONS(5161), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103050] = 2, ACTIONS(3135), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103059] = 2, ACTIONS(2832), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103068] = 2, ACTIONS(3902), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103077] = 2, ACTIONS(5163), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103086] = 2, ACTIONS(5165), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103095] = 2, ACTIONS(5167), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103104] = 2, ACTIONS(5169), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103113] = 2, ACTIONS(5099), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103122] = 2, ACTIONS(5171), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103131] = 2, ACTIONS(3904), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103140] = 2, ACTIONS(5173), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103149] = 2, ACTIONS(5175), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103158] = 2, ACTIONS(5177), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103167] = 2, ACTIONS(3111), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103176] = 2, ACTIONS(3593), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103185] = 2, ACTIONS(3952), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103194] = 2, ACTIONS(5179), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103203] = 2, ACTIONS(2938), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103212] = 2, ACTIONS(5181), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103221] = 2, ACTIONS(5183), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103230] = 2, ACTIONS(3181), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103239] = 2, ACTIONS(5185), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103248] = 2, ACTIONS(3940), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103257] = 2, ACTIONS(3179), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103266] = 2, ACTIONS(5187), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103275] = 2, ACTIONS(5189), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103284] = 2, ACTIONS(5191), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103293] = 2, ACTIONS(2768), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103302] = 2, ACTIONS(3954), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103311] = 2, ACTIONS(3942), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103320] = 2, ACTIONS(5193), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103329] = 2, ACTIONS(5195), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103338] = 2, ACTIONS(5197), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103347] = 2, ACTIONS(5199), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103356] = 2, ACTIONS(5201), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103365] = 2, ACTIONS(5203), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103374] = 2, ACTIONS(5205), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103383] = 2, ACTIONS(5207), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103392] = 2, ACTIONS(5209), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103401] = 2, ACTIONS(5211), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103410] = 2, ACTIONS(5213), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103419] = 2, ACTIONS(5215), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103428] = 2, ACTIONS(5217), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103437] = 2, ACTIONS(5219), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103446] = 2, ACTIONS(5221), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103455] = 2, ACTIONS(5223), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103464] = 2, ACTIONS(3077), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103473] = 2, ACTIONS(5225), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103482] = 2, ACTIONS(5227), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103491] = 2, ACTIONS(5229), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103500] = 2, ACTIONS(5231), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103509] = 2, ACTIONS(5233), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103518] = 2, ACTIONS(5235), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103527] = 2, ACTIONS(5237), 1, aux_sym_bit_access_token1, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103536] = 2, ACTIONS(5239), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103545] = 2, ACTIONS(5241), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103554] = 2, ACTIONS(5243), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103563] = 2, ACTIONS(5245), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103572] = 2, ACTIONS(5247), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103581] = 2, ACTIONS(5249), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103590] = 2, ACTIONS(3141), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103599] = 2, ACTIONS(5251), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103608] = 2, ACTIONS(5253), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103617] = 2, ACTIONS(3910), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103626] = 2, ACTIONS(5255), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103635] = 2, ACTIONS(2544), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103644] = 2, ACTIONS(5257), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103653] = 2, ACTIONS(5259), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103662] = 2, ACTIONS(5261), 1, anon_sym_DOT_DOT, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103671] = 2, ACTIONS(5263), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103680] = 2, ACTIONS(5265), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103689] = 2, ACTIONS(3912), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103698] = 2, ACTIONS(5267), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103707] = 2, ACTIONS(5269), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103716] = 2, ACTIONS(5271), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103725] = 2, ACTIONS(5273), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103734] = 2, ACTIONS(5275), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103743] = 2, ACTIONS(5277), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103752] = 2, ACTIONS(5279), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103761] = 2, ACTIONS(5281), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103770] = 2, ACTIONS(5283), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103779] = 2, ACTIONS(5285), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103788] = 2, ACTIONS(5287), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103797] = 2, ACTIONS(5289), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103806] = 2, ACTIONS(2808), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103815] = 2, ACTIONS(3591), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103824] = 2, ACTIONS(3097), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103833] = 2, ACTIONS(3081), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103842] = 2, ACTIONS(5291), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103851] = 2, ACTIONS(5293), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103860] = 2, ACTIONS(5295), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103869] = 2, ACTIONS(5297), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103878] = 2, ACTIONS(5143), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103887] = 2, ACTIONS(5299), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103896] = 2, ACTIONS(3117), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103905] = 2, ACTIONS(5301), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103914] = 2, ACTIONS(5303), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103923] = 2, ACTIONS(3960), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103932] = 2, ACTIONS(3597), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103941] = 2, ACTIONS(5305), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103950] = 2, ACTIONS(5307), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103959] = 2, ACTIONS(5309), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103968] = 2, ACTIONS(5311), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103977] = 2, ACTIONS(5139), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103986] = 2, ACTIONS(5313), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [103995] = 2, ACTIONS(5315), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104004] = 2, ACTIONS(5317), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104013] = 2, ACTIONS(3970), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104022] = 2, ACTIONS(5319), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104031] = 2, ACTIONS(5321), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104040] = 2, ACTIONS(5323), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104049] = 2, ACTIONS(3493), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104058] = 2, ACTIONS(5325), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104067] = 2, ACTIONS(5327), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104076] = 2, ACTIONS(5329), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104085] = 2, ACTIONS(5331), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104094] = 2, ACTIONS(2884), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104103] = 2, ACTIONS(5131), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104112] = 2, ACTIONS(1908), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104121] = 2, ACTIONS(5333), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104130] = 2, ACTIONS(5059), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104139] = 2, ACTIONS(5335), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104148] = 2, ACTIONS(5135), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104157] = 2, ACTIONS(5337), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104166] = 2, ACTIONS(3501), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104175] = 2, ACTIONS(5339), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104184] = 2, ACTIONS(5341), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104193] = 2, ACTIONS(3147), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104202] = 2, ACTIONS(5343), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104211] = 2, ACTIONS(3916), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104220] = 2, ACTIONS(5345), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104229] = 2, ACTIONS(2724), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104238] = 2, ACTIONS(5347), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104247] = 2, ACTIONS(4942), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104256] = 2, ACTIONS(5349), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104265] = 2, ACTIONS(5351), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104274] = 2, ACTIONS(5353), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104283] = 2, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104292] = 2, ACTIONS(5355), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104301] = 2, ACTIONS(5357), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104310] = 2, ACTIONS(3918), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104319] = 2, ACTIONS(5359), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104328] = 2, ACTIONS(5361), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104337] = 2, ACTIONS(5363), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104346] = 2, ACTIONS(5365), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104355] = 2, ACTIONS(5367), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104364] = 2, ACTIONS(5369), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104373] = 2, ACTIONS(5371), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104382] = 2, ACTIONS(5373), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104391] = 2, ACTIONS(5375), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104400] = 2, ACTIONS(3525), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104409] = 2, ACTIONS(5377), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104418] = 2, ACTIONS(5379), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104427] = 2, ACTIONS(5115), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104436] = 2, ACTIONS(5381), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104445] = 2, ACTIONS(5383), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104454] = 2, ACTIONS(5385), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104463] = 2, ACTIONS(5387), 1, anon_sym_SQUOTE, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104472] = 2, ACTIONS(5389), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104481] = 2, ACTIONS(5055), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104490] = 2, ACTIONS(5391), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104499] = 2, ACTIONS(2976), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104508] = 2, ACTIONS(3350), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104517] = 2, ACTIONS(3533), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104526] = 2, ACTIONS(5393), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104535] = 2, ACTIONS(5395), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104544] = 2, ACTIONS(5397), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104553] = 2, ACTIONS(5399), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104562] = 2, ACTIONS(5401), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104571] = 2, ACTIONS(5403), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104580] = 2, ACTIONS(5405), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104589] = 2, ACTIONS(5407), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104598] = 2, ACTIONS(5409), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104607] = 2, ACTIONS(5411), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104616] = 2, ACTIONS(5413), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104625] = 2, ACTIONS(5415), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104634] = 2, ACTIONS(3543), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104643] = 2, ACTIONS(5417), 1, ts_builtin_sym_end, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104652] = 2, ACTIONS(5419), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104661] = 2, ACTIONS(5421), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104670] = 2, ACTIONS(5423), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104679] = 2, ACTIONS(5425), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104688] = 2, ACTIONS(3956), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104697] = 2, ACTIONS(5427), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104706] = 2, ACTIONS(5429), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104715] = 2, ACTIONS(3123), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104724] = 2, ACTIONS(5431), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104733] = 2, ACTIONS(5433), 1, anon_sym_SQUOTE, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104742] = 2, ACTIONS(3888), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104751] = 2, ACTIONS(3553), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104760] = 2, ACTIONS(5435), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104769] = 2, ACTIONS(5437), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104778] = 2, ACTIONS(2442), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104787] = 2, ACTIONS(5439), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104796] = 2, ACTIONS(5441), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104805] = 2, ACTIONS(5443), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104814] = 2, ACTIONS(5445), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104823] = 2, ACTIONS(3153), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104832] = 2, ACTIONS(5447), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104841] = 2, ACTIONS(5449), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104850] = 2, ACTIONS(3922), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104859] = 2, ACTIONS(5451), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104868] = 2, ACTIONS(3565), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104877] = 2, ACTIONS(2946), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104886] = 2, ACTIONS(5453), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104895] = 2, ACTIONS(3890), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104904] = 2, ACTIONS(5455), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104913] = 2, ACTIONS(5457), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104922] = 2, ACTIONS(5459), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104931] = 2, ACTIONS(3924), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104940] = 2, ACTIONS(5461), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104949] = 2, ACTIONS(5463), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104958] = 2, ACTIONS(5465), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104967] = 2, ACTIONS(5467), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104976] = 2, ACTIONS(5469), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104985] = 2, ACTIONS(3573), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [104994] = 2, ACTIONS(5471), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105003] = 2, ACTIONS(5473), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105012] = 2, ACTIONS(5475), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105021] = 2, ACTIONS(5477), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105030] = 2, ACTIONS(5479), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105039] = 2, ACTIONS(5481), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105048] = 2, ACTIONS(5483), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105057] = 2, ACTIONS(5485), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105066] = 2, ACTIONS(5487), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105075] = 2, ACTIONS(3579), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105084] = 2, ACTIONS(5489), 1, aux_sym_char_literal_token1, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105093] = 2, ACTIONS(5491), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105102] = 2, ACTIONS(5493), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105111] = 2, ACTIONS(5495), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105120] = 2, ACTIONS(5083), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105129] = 2, ACTIONS(5497), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105138] = 2, ACTIONS(5499), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105147] = 2, ACTIONS(5501), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105156] = 2, ACTIONS(5503), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105165] = 2, ACTIONS(5505), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105174] = 2, ACTIONS(5507), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105183] = 2, ACTIONS(3101), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105192] = 2, ACTIONS(5509), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105201] = 2, ACTIONS(5511), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105210] = 2, ACTIONS(5513), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105219] = 2, ACTIONS(5515), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105228] = 2, ACTIONS(5517), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105237] = 2, ACTIONS(5519), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105246] = 2, ACTIONS(3946), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105255] = 2, ACTIONS(5521), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105264] = 2, ACTIONS(5523), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105273] = 2, ACTIONS(5525), 1, anon_sym_SQUOTE, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105282] = 2, ACTIONS(5527), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105291] = 2, ACTIONS(5529), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105300] = 2, ACTIONS(5531), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105309] = 2, ACTIONS(5063), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105318] = 2, ACTIONS(5533), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105327] = 2, ACTIONS(5535), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105336] = 2, ACTIONS(5537), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105345] = 2, ACTIONS(5539), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105354] = 2, ACTIONS(5541), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105363] = 2, ACTIONS(3948), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105372] = 2, ACTIONS(5079), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105381] = 2, ACTIONS(5087), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105390] = 2, ACTIONS(5543), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105399] = 2, ACTIONS(5545), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105408] = 2, ACTIONS(5547), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105417] = 2, ACTIONS(5549), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105426] = 2, ACTIONS(5551), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105435] = 2, ACTIONS(3159), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105444] = 2, ACTIONS(5553), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105453] = 2, ACTIONS(5555), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105462] = 2, ACTIONS(3974), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105471] = 2, ACTIONS(5557), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105480] = 2, ACTIONS(5559), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105489] = 2, ACTIONS(5561), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105498] = 2, ACTIONS(5563), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105507] = 2, ACTIONS(5565), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105516] = 2, ACTIONS(3105), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105525] = 2, ACTIONS(5567), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105534] = 2, ACTIONS(5569), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105543] = 2, ACTIONS(5571), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105552] = 2, ACTIONS(3930), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105561] = 2, ACTIONS(5573), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105570] = 2, ACTIONS(5575), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105579] = 2, ACTIONS(5577), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105588] = 2, ACTIONS(5579), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105597] = 2, ACTIONS(2910), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105606] = 2, ACTIONS(3129), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105615] = 2, ACTIONS(5581), 1, anon_sym_LBRACK, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105624] = 2, ACTIONS(5583), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105633] = 2, ACTIONS(5585), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105642] = 2, ACTIONS(5587), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105651] = 2, ACTIONS(3896), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105660] = 2, ACTIONS(5589), 1, aux_sym_array_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105669] = 2, ACTIONS(5591), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105678] = 2, ACTIONS(5593), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105687] = 2, ACTIONS(5595), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105696] = 2, ACTIONS(3107), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105705] = 2, ACTIONS(5597), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105714] = 2, ACTIONS(5599), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105723] = 2, ACTIONS(5006), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105732] = 2, ACTIONS(5601), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105741] = 2, ACTIONS(5603), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105750] = 2, ACTIONS(5605), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105759] = 2, ACTIONS(5607), 1, sym_region_name, ACTIONS(1888), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105768] = 2, ACTIONS(3898), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105777] = 2, ACTIONS(2824), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105786] = 2, ACTIONS(5609), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105795] = 2, ACTIONS(5611), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105804] = 2, ACTIONS(5613), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105813] = 2, ACTIONS(3882), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105822] = 2, ACTIONS(5615), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105831] = 2, ACTIONS(5617), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105840] = 2, ACTIONS(5619), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105849] = 2, ACTIONS(5621), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105858] = 2, ACTIONS(5623), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105867] = 2, ACTIONS(5625), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105876] = 2, ACTIONS(5627), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105885] = 2, ACTIONS(5629), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105894] = 2, ACTIONS(5631), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105903] = 2, ACTIONS(5633), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105912] = 2, ACTIONS(5635), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105921] = 2, ACTIONS(5637), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105930] = 2, ACTIONS(5639), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105939] = 2, ACTIONS(5641), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105948] = 2, ACTIONS(5643), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105957] = 2, ACTIONS(5645), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105966] = 2, ACTIONS(5647), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105975] = 2, ACTIONS(5649), 1, anon_sym_LBRACK, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105984] = 2, ACTIONS(5651), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [105993] = 2, ACTIONS(5653), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106002] = 2, ACTIONS(5655), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106011] = 2, ACTIONS(5657), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106020] = 2, ACTIONS(5659), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106029] = 2, ACTIONS(5661), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106038] = 2, ACTIONS(5663), 1, aux_sym_array_type_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106047] = 2, ACTIONS(5665), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106056] = 2, ACTIONS(5667), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106065] = 2, ACTIONS(3171), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106074] = 2, ACTIONS(5669), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106083] = 2, ACTIONS(3934), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106092] = 2, ACTIONS(5671), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106101] = 2, ACTIONS(5673), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106110] = 2, ACTIONS(5675), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106119] = 2, ACTIONS(2878), 1, aux_sym_data_block_token4, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106128] = 2, ACTIONS(5677), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106137] = 2, ACTIONS(5679), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106146] = 2, ACTIONS(5018), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106155] = 2, ACTIONS(3936), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106164] = 2, ACTIONS(5681), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106173] = 2, ACTIONS(5075), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106182] = 2, ACTIONS(5683), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106191] = 2, ACTIONS(5685), 1, aux_sym_if_statement_token3, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106200] = 2, ACTIONS(5687), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106209] = 2, ACTIONS(5689), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106218] = 2, ACTIONS(5691), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106227] = 2, ACTIONS(5693), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106236] = 2, ACTIONS(5695), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106245] = 2, ACTIONS(5697), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106254] = 2, ACTIONS(5699), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106263] = 2, ACTIONS(5701), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106272] = 2, ACTIONS(5703), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106281] = 2, ACTIONS(5705), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106290] = 2, ACTIONS(5707), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106299] = 2, ACTIONS(5709), 1, anon_sym_COLON_EQ, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106308] = 2, ACTIONS(5711), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106317] = 2, ACTIONS(5123), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106326] = 2, ACTIONS(5713), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106335] = 2, ACTIONS(5715), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106344] = 2, ACTIONS(5103), 1, aux_sym_type_definition_token7, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106353] = 2, ACTIONS(5717), 1, aux_sym_type_definition_token5, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106362] = 2, ACTIONS(5719), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106371] = 2, ACTIONS(5721), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106380] = 2, ACTIONS(5723), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106389] = 2, ACTIONS(5725), 1, sym_number, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106398] = 2, ACTIONS(5727), 1, sym_identifier, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106407] = 2, ACTIONS(5729), 1, anon_sym_COLON, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, [106416] = 2, ACTIONS(5731), 1, aux_sym_case_statement_token2, ACTIONS(3), 3, sym_line_comment, sym_block_comment, sym_c_style_comment, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(6)] = 0, [SMALL_STATE(7)] = 131, [SMALL_STATE(8)] = 262, [SMALL_STATE(9)] = 393, [SMALL_STATE(10)] = 524, [SMALL_STATE(11)] = 655, [SMALL_STATE(12)] = 786, [SMALL_STATE(13)] = 917, [SMALL_STATE(14)] = 1048, [SMALL_STATE(15)] = 1179, [SMALL_STATE(16)] = 1310, [SMALL_STATE(17)] = 1441, [SMALL_STATE(18)] = 1572, [SMALL_STATE(19)] = 1703, [SMALL_STATE(20)] = 1834, [SMALL_STATE(21)] = 1965, [SMALL_STATE(22)] = 2096, [SMALL_STATE(23)] = 2227, [SMALL_STATE(24)] = 2358, [SMALL_STATE(25)] = 2489, [SMALL_STATE(26)] = 2620, [SMALL_STATE(27)] = 2751, [SMALL_STATE(28)] = 2882, [SMALL_STATE(29)] = 3013, [SMALL_STATE(30)] = 3144, [SMALL_STATE(31)] = 3275, [SMALL_STATE(32)] = 3406, [SMALL_STATE(33)] = 3472, [SMALL_STATE(34)] = 3592, [SMALL_STATE(35)] = 3712, [SMALL_STATE(36)] = 3834, [SMALL_STATE(37)] = 3956, [SMALL_STATE(38)] = 4022, [SMALL_STATE(39)] = 4142, [SMALL_STATE(40)] = 4264, [SMALL_STATE(41)] = 4382, [SMALL_STATE(42)] = 4500, [SMALL_STATE(43)] = 4618, [SMALL_STATE(44)] = 4736, [SMALL_STATE(45)] = 4854, [SMALL_STATE(46)] = 4972, [SMALL_STATE(47)] = 5090, [SMALL_STATE(48)] = 5208, [SMALL_STATE(49)] = 5326, [SMALL_STATE(50)] = 5444, [SMALL_STATE(51)] = 5562, [SMALL_STATE(52)] = 5680, [SMALL_STATE(53)] = 5798, [SMALL_STATE(54)] = 5916, [SMALL_STATE(55)] = 6034, [SMALL_STATE(56)] = 6152, [SMALL_STATE(57)] = 6270, [SMALL_STATE(58)] = 6388, [SMALL_STATE(59)] = 6506, [SMALL_STATE(60)] = 6624, [SMALL_STATE(61)] = 6742, [SMALL_STATE(62)] = 6860, [SMALL_STATE(63)] = 6978, [SMALL_STATE(64)] = 7096, [SMALL_STATE(65)] = 7214, [SMALL_STATE(66)] = 7332, [SMALL_STATE(67)] = 7450, [SMALL_STATE(68)] = 7568, [SMALL_STATE(69)] = 7686, [SMALL_STATE(70)] = 7804, [SMALL_STATE(71)] = 7922, [SMALL_STATE(72)] = 8040, [SMALL_STATE(73)] = 8158, [SMALL_STATE(74)] = 8276, [SMALL_STATE(75)] = 8394, [SMALL_STATE(76)] = 8512, [SMALL_STATE(77)] = 8630, [SMALL_STATE(78)] = 8748, [SMALL_STATE(79)] = 8866, [SMALL_STATE(80)] = 8984, [SMALL_STATE(81)] = 9102, [SMALL_STATE(82)] = 9220, [SMALL_STATE(83)] = 9338, [SMALL_STATE(84)] = 9456, [SMALL_STATE(85)] = 9574, [SMALL_STATE(86)] = 9692, [SMALL_STATE(87)] = 9810, [SMALL_STATE(88)] = 9928, [SMALL_STATE(89)] = 10046, [SMALL_STATE(90)] = 10164, [SMALL_STATE(91)] = 10282, [SMALL_STATE(92)] = 10400, [SMALL_STATE(93)] = 10518, [SMALL_STATE(94)] = 10636, [SMALL_STATE(95)] = 10754, [SMALL_STATE(96)] = 10872, [SMALL_STATE(97)] = 10990, [SMALL_STATE(98)] = 11108, [SMALL_STATE(99)] = 11226, [SMALL_STATE(100)] = 11344, [SMALL_STATE(101)] = 11462, [SMALL_STATE(102)] = 11580, [SMALL_STATE(103)] = 11698, [SMALL_STATE(104)] = 11816, [SMALL_STATE(105)] = 11934, [SMALL_STATE(106)] = 12052, [SMALL_STATE(107)] = 12170, [SMALL_STATE(108)] = 12288, [SMALL_STATE(109)] = 12406, [SMALL_STATE(110)] = 12524, [SMALL_STATE(111)] = 12642, [SMALL_STATE(112)] = 12760, [SMALL_STATE(113)] = 12878, [SMALL_STATE(114)] = 12996, [SMALL_STATE(115)] = 13114, [SMALL_STATE(116)] = 13232, [SMALL_STATE(117)] = 13350, [SMALL_STATE(118)] = 13468, [SMALL_STATE(119)] = 13586, [SMALL_STATE(120)] = 13704, [SMALL_STATE(121)] = 13822, [SMALL_STATE(122)] = 13940, [SMALL_STATE(123)] = 14058, [SMALL_STATE(124)] = 14176, [SMALL_STATE(125)] = 14294, [SMALL_STATE(126)] = 14412, [SMALL_STATE(127)] = 14530, [SMALL_STATE(128)] = 14648, [SMALL_STATE(129)] = 14766, [SMALL_STATE(130)] = 14884, [SMALL_STATE(131)] = 15002, [SMALL_STATE(132)] = 15120, [SMALL_STATE(133)] = 15238, [SMALL_STATE(134)] = 15356, [SMALL_STATE(135)] = 15474, [SMALL_STATE(136)] = 15592, [SMALL_STATE(137)] = 15710, [SMALL_STATE(138)] = 15828, [SMALL_STATE(139)] = 15946, [SMALL_STATE(140)] = 16064, [SMALL_STATE(141)] = 16182, [SMALL_STATE(142)] = 16300, [SMALL_STATE(143)] = 16418, [SMALL_STATE(144)] = 16536, [SMALL_STATE(145)] = 16654, [SMALL_STATE(146)] = 16772, [SMALL_STATE(147)] = 16890, [SMALL_STATE(148)] = 17008, [SMALL_STATE(149)] = 17126, [SMALL_STATE(150)] = 17244, [SMALL_STATE(151)] = 17362, [SMALL_STATE(152)] = 17480, [SMALL_STATE(153)] = 17598, [SMALL_STATE(154)] = 17716, [SMALL_STATE(155)] = 17834, [SMALL_STATE(156)] = 17952, [SMALL_STATE(157)] = 18070, [SMALL_STATE(158)] = 18188, [SMALL_STATE(159)] = 18306, [SMALL_STATE(160)] = 18424, [SMALL_STATE(161)] = 18542, [SMALL_STATE(162)] = 18660, [SMALL_STATE(163)] = 18778, [SMALL_STATE(164)] = 18896, [SMALL_STATE(165)] = 19014, [SMALL_STATE(166)] = 19132, [SMALL_STATE(167)] = 19250, [SMALL_STATE(168)] = 19368, [SMALL_STATE(169)] = 19486, [SMALL_STATE(170)] = 19604, [SMALL_STATE(171)] = 19722, [SMALL_STATE(172)] = 19840, [SMALL_STATE(173)] = 19958, [SMALL_STATE(174)] = 20076, [SMALL_STATE(175)] = 20194, [SMALL_STATE(176)] = 20312, [SMALL_STATE(177)] = 20430, [SMALL_STATE(178)] = 20548, [SMALL_STATE(179)] = 20666, [SMALL_STATE(180)] = 20784, [SMALL_STATE(181)] = 20902, [SMALL_STATE(182)] = 21020, [SMALL_STATE(183)] = 21138, [SMALL_STATE(184)] = 21256, [SMALL_STATE(185)] = 21374, [SMALL_STATE(186)] = 21492, [SMALL_STATE(187)] = 21610, [SMALL_STATE(188)] = 21728, [SMALL_STATE(189)] = 21846, [SMALL_STATE(190)] = 21964, [SMALL_STATE(191)] = 22082, [SMALL_STATE(192)] = 22200, [SMALL_STATE(193)] = 22318, [SMALL_STATE(194)] = 22436, [SMALL_STATE(195)] = 22554, [SMALL_STATE(196)] = 22672, [SMALL_STATE(197)] = 22790, [SMALL_STATE(198)] = 22908, [SMALL_STATE(199)] = 23026, [SMALL_STATE(200)] = 23144, [SMALL_STATE(201)] = 23262, [SMALL_STATE(202)] = 23380, [SMALL_STATE(203)] = 23498, [SMALL_STATE(204)] = 23616, [SMALL_STATE(205)] = 23734, [SMALL_STATE(206)] = 23852, [SMALL_STATE(207)] = 23970, [SMALL_STATE(208)] = 24088, [SMALL_STATE(209)] = 24206, [SMALL_STATE(210)] = 24324, [SMALL_STATE(211)] = 24442, [SMALL_STATE(212)] = 24560, [SMALL_STATE(213)] = 24678, [SMALL_STATE(214)] = 24796, [SMALL_STATE(215)] = 24914, [SMALL_STATE(216)] = 25032, [SMALL_STATE(217)] = 25150, [SMALL_STATE(218)] = 25268, [SMALL_STATE(219)] = 25386, [SMALL_STATE(220)] = 25504, [SMALL_STATE(221)] = 25622, [SMALL_STATE(222)] = 25740, [SMALL_STATE(223)] = 25858, [SMALL_STATE(224)] = 25976, [SMALL_STATE(225)] = 26094, [SMALL_STATE(226)] = 26212, [SMALL_STATE(227)] = 26330, [SMALL_STATE(228)] = 26448, [SMALL_STATE(229)] = 26566, [SMALL_STATE(230)] = 26684, [SMALL_STATE(231)] = 26802, [SMALL_STATE(232)] = 26920, [SMALL_STATE(233)] = 27038, [SMALL_STATE(234)] = 27156, [SMALL_STATE(235)] = 27274, [SMALL_STATE(236)] = 27392, [SMALL_STATE(237)] = 27510, [SMALL_STATE(238)] = 27628, [SMALL_STATE(239)] = 27746, [SMALL_STATE(240)] = 27864, [SMALL_STATE(241)] = 27982, [SMALL_STATE(242)] = 28100, [SMALL_STATE(243)] = 28218, [SMALL_STATE(244)] = 28336, [SMALL_STATE(245)] = 28454, [SMALL_STATE(246)] = 28572, [SMALL_STATE(247)] = 28690, [SMALL_STATE(248)] = 28808, [SMALL_STATE(249)] = 28926, [SMALL_STATE(250)] = 29044, [SMALL_STATE(251)] = 29162, [SMALL_STATE(252)] = 29280, [SMALL_STATE(253)] = 29398, [SMALL_STATE(254)] = 29516, [SMALL_STATE(255)] = 29634, [SMALL_STATE(256)] = 29752, [SMALL_STATE(257)] = 29870, [SMALL_STATE(258)] = 29988, [SMALL_STATE(259)] = 30106, [SMALL_STATE(260)] = 30224, [SMALL_STATE(261)] = 30342, [SMALL_STATE(262)] = 30460, [SMALL_STATE(263)] = 30578, [SMALL_STATE(264)] = 30696, [SMALL_STATE(265)] = 30814, [SMALL_STATE(266)] = 30932, [SMALL_STATE(267)] = 31050, [SMALL_STATE(268)] = 31168, [SMALL_STATE(269)] = 31286, [SMALL_STATE(270)] = 31404, [SMALL_STATE(271)] = 31522, [SMALL_STATE(272)] = 31640, [SMALL_STATE(273)] = 31758, [SMALL_STATE(274)] = 31876, [SMALL_STATE(275)] = 31994, [SMALL_STATE(276)] = 32112, [SMALL_STATE(277)] = 32230, [SMALL_STATE(278)] = 32348, [SMALL_STATE(279)] = 32466, [SMALL_STATE(280)] = 32584, [SMALL_STATE(281)] = 32702, [SMALL_STATE(282)] = 32820, [SMALL_STATE(283)] = 32938, [SMALL_STATE(284)] = 33056, [SMALL_STATE(285)] = 33174, [SMALL_STATE(286)] = 33292, [SMALL_STATE(287)] = 33410, [SMALL_STATE(288)] = 33528, [SMALL_STATE(289)] = 33646, [SMALL_STATE(290)] = 33764, [SMALL_STATE(291)] = 33882, [SMALL_STATE(292)] = 34000, [SMALL_STATE(293)] = 34118, [SMALL_STATE(294)] = 34236, [SMALL_STATE(295)] = 34354, [SMALL_STATE(296)] = 34472, [SMALL_STATE(297)] = 34590, [SMALL_STATE(298)] = 34708, [SMALL_STATE(299)] = 34826, [SMALL_STATE(300)] = 34944, [SMALL_STATE(301)] = 35062, [SMALL_STATE(302)] = 35180, [SMALL_STATE(303)] = 35298, [SMALL_STATE(304)] = 35416, [SMALL_STATE(305)] = 35534, [SMALL_STATE(306)] = 35652, [SMALL_STATE(307)] = 35770, [SMALL_STATE(308)] = 35888, [SMALL_STATE(309)] = 36006, [SMALL_STATE(310)] = 36124, [SMALL_STATE(311)] = 36242, [SMALL_STATE(312)] = 36360, [SMALL_STATE(313)] = 36478, [SMALL_STATE(314)] = 36596, [SMALL_STATE(315)] = 36714, [SMALL_STATE(316)] = 36832, [SMALL_STATE(317)] = 36950, [SMALL_STATE(318)] = 37068, [SMALL_STATE(319)] = 37186, [SMALL_STATE(320)] = 37304, [SMALL_STATE(321)] = 37422, [SMALL_STATE(322)] = 37540, [SMALL_STATE(323)] = 37658, [SMALL_STATE(324)] = 37776, [SMALL_STATE(325)] = 37894, [SMALL_STATE(326)] = 38012, [SMALL_STATE(327)] = 38130, [SMALL_STATE(328)] = 38248, [SMALL_STATE(329)] = 38366, [SMALL_STATE(330)] = 38484, [SMALL_STATE(331)] = 38602, [SMALL_STATE(332)] = 38720, [SMALL_STATE(333)] = 38838, [SMALL_STATE(334)] = 38956, [SMALL_STATE(335)] = 39074, [SMALL_STATE(336)] = 39192, [SMALL_STATE(337)] = 39310, [SMALL_STATE(338)] = 39428, [SMALL_STATE(339)] = 39546, [SMALL_STATE(340)] = 39664, [SMALL_STATE(341)] = 39782, [SMALL_STATE(342)] = 39900, [SMALL_STATE(343)] = 40018, [SMALL_STATE(344)] = 40136, [SMALL_STATE(345)] = 40254, [SMALL_STATE(346)] = 40372, [SMALL_STATE(347)] = 40444, [SMALL_STATE(348)] = 40516, [SMALL_STATE(349)] = 40588, [SMALL_STATE(350)] = 40660, [SMALL_STATE(351)] = 40732, [SMALL_STATE(352)] = 40804, [SMALL_STATE(353)] = 40876, [SMALL_STATE(354)] = 40948, [SMALL_STATE(355)] = 41020, [SMALL_STATE(356)] = 41067, [SMALL_STATE(357)] = 41112, [SMALL_STATE(358)] = 41192, [SMALL_STATE(359)] = 41272, [SMALL_STATE(360)] = 41316, [SMALL_STATE(361)] = 41396, [SMALL_STATE(362)] = 41440, [SMALL_STATE(363)] = 41520, [SMALL_STATE(364)] = 41600, [SMALL_STATE(365)] = 41644, [SMALL_STATE(366)] = 41724, [SMALL_STATE(367)] = 41804, [SMALL_STATE(368)] = 41881, [SMALL_STATE(369)] = 41958, [SMALL_STATE(370)] = 42035, [SMALL_STATE(371)] = 42112, [SMALL_STATE(372)] = 42189, [SMALL_STATE(373)] = 42266, [SMALL_STATE(374)] = 42343, [SMALL_STATE(375)] = 42420, [SMALL_STATE(376)] = 42497, [SMALL_STATE(377)] = 42574, [SMALL_STATE(378)] = 42651, [SMALL_STATE(379)] = 42728, [SMALL_STATE(380)] = 42805, [SMALL_STATE(381)] = 42882, [SMALL_STATE(382)] = 42959, [SMALL_STATE(383)] = 43036, [SMALL_STATE(384)] = 43113, [SMALL_STATE(385)] = 43190, [SMALL_STATE(386)] = 43267, [SMALL_STATE(387)] = 43344, [SMALL_STATE(388)] = 43421, [SMALL_STATE(389)] = 43495, [SMALL_STATE(390)] = 43569, [SMALL_STATE(391)] = 43643, [SMALL_STATE(392)] = 43717, [SMALL_STATE(393)] = 43791, [SMALL_STATE(394)] = 43865, [SMALL_STATE(395)] = 43939, [SMALL_STATE(396)] = 44013, [SMALL_STATE(397)] = 44087, [SMALL_STATE(398)] = 44161, [SMALL_STATE(399)] = 44235, [SMALL_STATE(400)] = 44309, [SMALL_STATE(401)] = 44383, [SMALL_STATE(402)] = 44457, [SMALL_STATE(403)] = 44531, [SMALL_STATE(404)] = 44605, [SMALL_STATE(405)] = 44679, [SMALL_STATE(406)] = 44753, [SMALL_STATE(407)] = 44827, [SMALL_STATE(408)] = 44901, [SMALL_STATE(409)] = 44975, [SMALL_STATE(410)] = 45049, [SMALL_STATE(411)] = 45123, [SMALL_STATE(412)] = 45197, [SMALL_STATE(413)] = 45271, [SMALL_STATE(414)] = 45345, [SMALL_STATE(415)] = 45419, [SMALL_STATE(416)] = 45493, [SMALL_STATE(417)] = 45567, [SMALL_STATE(418)] = 45641, [SMALL_STATE(419)] = 45715, [SMALL_STATE(420)] = 45789, [SMALL_STATE(421)] = 45863, [SMALL_STATE(422)] = 45937, [SMALL_STATE(423)] = 46011, [SMALL_STATE(424)] = 46085, [SMALL_STATE(425)] = 46159, [SMALL_STATE(426)] = 46233, [SMALL_STATE(427)] = 46307, [SMALL_STATE(428)] = 46381, [SMALL_STATE(429)] = 46455, [SMALL_STATE(430)] = 46529, [SMALL_STATE(431)] = 46603, [SMALL_STATE(432)] = 46677, [SMALL_STATE(433)] = 46751, [SMALL_STATE(434)] = 46825, [SMALL_STATE(435)] = 46899, [SMALL_STATE(436)] = 46973, [SMALL_STATE(437)] = 47047, [SMALL_STATE(438)] = 47121, [SMALL_STATE(439)] = 47195, [SMALL_STATE(440)] = 47269, [SMALL_STATE(441)] = 47343, [SMALL_STATE(442)] = 47417, [SMALL_STATE(443)] = 47491, [SMALL_STATE(444)] = 47565, [SMALL_STATE(445)] = 47639, [SMALL_STATE(446)] = 47713, [SMALL_STATE(447)] = 47787, [SMALL_STATE(448)] = 47861, [SMALL_STATE(449)] = 47935, [SMALL_STATE(450)] = 48009, [SMALL_STATE(451)] = 48083, [SMALL_STATE(452)] = 48157, [SMALL_STATE(453)] = 48231, [SMALL_STATE(454)] = 48305, [SMALL_STATE(455)] = 48379, [SMALL_STATE(456)] = 48453, [SMALL_STATE(457)] = 48527, [SMALL_STATE(458)] = 48601, [SMALL_STATE(459)] = 48675, [SMALL_STATE(460)] = 48749, [SMALL_STATE(461)] = 48823, [SMALL_STATE(462)] = 48897, [SMALL_STATE(463)] = 48971, [SMALL_STATE(464)] = 49045, [SMALL_STATE(465)] = 49119, [SMALL_STATE(466)] = 49193, [SMALL_STATE(467)] = 49267, [SMALL_STATE(468)] = 49341, [SMALL_STATE(469)] = 49415, [SMALL_STATE(470)] = 49489, [SMALL_STATE(471)] = 49563, [SMALL_STATE(472)] = 49637, [SMALL_STATE(473)] = 49711, [SMALL_STATE(474)] = 49785, [SMALL_STATE(475)] = 49859, [SMALL_STATE(476)] = 49933, [SMALL_STATE(477)] = 50007, [SMALL_STATE(478)] = 50081, [SMALL_STATE(479)] = 50155, [SMALL_STATE(480)] = 50229, [SMALL_STATE(481)] = 50303, [SMALL_STATE(482)] = 50377, [SMALL_STATE(483)] = 50451, [SMALL_STATE(484)] = 50525, [SMALL_STATE(485)] = 50599, [SMALL_STATE(486)] = 50673, [SMALL_STATE(487)] = 50747, [SMALL_STATE(488)] = 50821, [SMALL_STATE(489)] = 50895, [SMALL_STATE(490)] = 50969, [SMALL_STATE(491)] = 51043, [SMALL_STATE(492)] = 51117, [SMALL_STATE(493)] = 51191, [SMALL_STATE(494)] = 51265, [SMALL_STATE(495)] = 51339, [SMALL_STATE(496)] = 51413, [SMALL_STATE(497)] = 51487, [SMALL_STATE(498)] = 51561, [SMALL_STATE(499)] = 51635, [SMALL_STATE(500)] = 51709, [SMALL_STATE(501)] = 51783, [SMALL_STATE(502)] = 51857, [SMALL_STATE(503)] = 51931, [SMALL_STATE(504)] = 52005, [SMALL_STATE(505)] = 52079, [SMALL_STATE(506)] = 52153, [SMALL_STATE(507)] = 52227, [SMALL_STATE(508)] = 52269, [SMALL_STATE(509)] = 52311, [SMALL_STATE(510)] = 52350, [SMALL_STATE(511)] = 52389, [SMALL_STATE(512)] = 52428, [SMALL_STATE(513)] = 52467, [SMALL_STATE(514)] = 52506, [SMALL_STATE(515)] = 52545, [SMALL_STATE(516)] = 52584, [SMALL_STATE(517)] = 52623, [SMALL_STATE(518)] = 52662, [SMALL_STATE(519)] = 52701, [SMALL_STATE(520)] = 52740, [SMALL_STATE(521)] = 52779, [SMALL_STATE(522)] = 52818, [SMALL_STATE(523)] = 52857, [SMALL_STATE(524)] = 52896, [SMALL_STATE(525)] = 52935, [SMALL_STATE(526)] = 52974, [SMALL_STATE(527)] = 53013, [SMALL_STATE(528)] = 53052, [SMALL_STATE(529)] = 53091, [SMALL_STATE(530)] = 53130, [SMALL_STATE(531)] = 53169, [SMALL_STATE(532)] = 53208, [SMALL_STATE(533)] = 53247, [SMALL_STATE(534)] = 53286, [SMALL_STATE(535)] = 53325, [SMALL_STATE(536)] = 53364, [SMALL_STATE(537)] = 53403, [SMALL_STATE(538)] = 53442, [SMALL_STATE(539)] = 53481, [SMALL_STATE(540)] = 53520, [SMALL_STATE(541)] = 53559, [SMALL_STATE(542)] = 53598, [SMALL_STATE(543)] = 53637, [SMALL_STATE(544)] = 53676, [SMALL_STATE(545)] = 53715, [SMALL_STATE(546)] = 53754, [SMALL_STATE(547)] = 53793, [SMALL_STATE(548)] = 53832, [SMALL_STATE(549)] = 53871, [SMALL_STATE(550)] = 53910, [SMALL_STATE(551)] = 53949, [SMALL_STATE(552)] = 53988, [SMALL_STATE(553)] = 54027, [SMALL_STATE(554)] = 54066, [SMALL_STATE(555)] = 54105, [SMALL_STATE(556)] = 54144, [SMALL_STATE(557)] = 54183, [SMALL_STATE(558)] = 54222, [SMALL_STATE(559)] = 54261, [SMALL_STATE(560)] = 54300, [SMALL_STATE(561)] = 54339, [SMALL_STATE(562)] = 54378, [SMALL_STATE(563)] = 54417, [SMALL_STATE(564)] = 54456, [SMALL_STATE(565)] = 54495, [SMALL_STATE(566)] = 54534, [SMALL_STATE(567)] = 54573, [SMALL_STATE(568)] = 54612, [SMALL_STATE(569)] = 54651, [SMALL_STATE(570)] = 54690, [SMALL_STATE(571)] = 54729, [SMALL_STATE(572)] = 54768, [SMALL_STATE(573)] = 54807, [SMALL_STATE(574)] = 54846, [SMALL_STATE(575)] = 54885, [SMALL_STATE(576)] = 54924, [SMALL_STATE(577)] = 54963, [SMALL_STATE(578)] = 55002, [SMALL_STATE(579)] = 55041, [SMALL_STATE(580)] = 55080, [SMALL_STATE(581)] = 55119, [SMALL_STATE(582)] = 55158, [SMALL_STATE(583)] = 55197, [SMALL_STATE(584)] = 55236, [SMALL_STATE(585)] = 55275, [SMALL_STATE(586)] = 55314, [SMALL_STATE(587)] = 55353, [SMALL_STATE(588)] = 55392, [SMALL_STATE(589)] = 55431, [SMALL_STATE(590)] = 55470, [SMALL_STATE(591)] = 55509, [SMALL_STATE(592)] = 55548, [SMALL_STATE(593)] = 55587, [SMALL_STATE(594)] = 55626, [SMALL_STATE(595)] = 55665, [SMALL_STATE(596)] = 55704, [SMALL_STATE(597)] = 55743, [SMALL_STATE(598)] = 55782, [SMALL_STATE(599)] = 55821, [SMALL_STATE(600)] = 55860, [SMALL_STATE(601)] = 55899, [SMALL_STATE(602)] = 55938, [SMALL_STATE(603)] = 55977, [SMALL_STATE(604)] = 56016, [SMALL_STATE(605)] = 56055, [SMALL_STATE(606)] = 56094, [SMALL_STATE(607)] = 56133, [SMALL_STATE(608)] = 56172, [SMALL_STATE(609)] = 56211, [SMALL_STATE(610)] = 56250, [SMALL_STATE(611)] = 56289, [SMALL_STATE(612)] = 56328, [SMALL_STATE(613)] = 56367, [SMALL_STATE(614)] = 56406, [SMALL_STATE(615)] = 56445, [SMALL_STATE(616)] = 56484, [SMALL_STATE(617)] = 56523, [SMALL_STATE(618)] = 56562, [SMALL_STATE(619)] = 56601, [SMALL_STATE(620)] = 56640, [SMALL_STATE(621)] = 56679, [SMALL_STATE(622)] = 56718, [SMALL_STATE(623)] = 56757, [SMALL_STATE(624)] = 56796, [SMALL_STATE(625)] = 56835, [SMALL_STATE(626)] = 56874, [SMALL_STATE(627)] = 56913, [SMALL_STATE(628)] = 56952, [SMALL_STATE(629)] = 56991, [SMALL_STATE(630)] = 57030, [SMALL_STATE(631)] = 57069, [SMALL_STATE(632)] = 57108, [SMALL_STATE(633)] = 57147, [SMALL_STATE(634)] = 57186, [SMALL_STATE(635)] = 57225, [SMALL_STATE(636)] = 57264, [SMALL_STATE(637)] = 57303, [SMALL_STATE(638)] = 57342, [SMALL_STATE(639)] = 57381, [SMALL_STATE(640)] = 57420, [SMALL_STATE(641)] = 57459, [SMALL_STATE(642)] = 57498, [SMALL_STATE(643)] = 57537, [SMALL_STATE(644)] = 57576, [SMALL_STATE(645)] = 57615, [SMALL_STATE(646)] = 57654, [SMALL_STATE(647)] = 57693, [SMALL_STATE(648)] = 57732, [SMALL_STATE(649)] = 57771, [SMALL_STATE(650)] = 57810, [SMALL_STATE(651)] = 57849, [SMALL_STATE(652)] = 57888, [SMALL_STATE(653)] = 57927, [SMALL_STATE(654)] = 57966, [SMALL_STATE(655)] = 58005, [SMALL_STATE(656)] = 58044, [SMALL_STATE(657)] = 58083, [SMALL_STATE(658)] = 58122, [SMALL_STATE(659)] = 58161, [SMALL_STATE(660)] = 58200, [SMALL_STATE(661)] = 58239, [SMALL_STATE(662)] = 58278, [SMALL_STATE(663)] = 58317, [SMALL_STATE(664)] = 58356, [SMALL_STATE(665)] = 58395, [SMALL_STATE(666)] = 58437, [SMALL_STATE(667)] = 58479, [SMALL_STATE(668)] = 58516, [SMALL_STATE(669)] = 58553, [SMALL_STATE(670)] = 58590, [SMALL_STATE(671)] = 58629, [SMALL_STATE(672)] = 58666, [SMALL_STATE(673)] = 58702, [SMALL_STATE(674)] = 58738, [SMALL_STATE(675)] = 58774, [SMALL_STATE(676)] = 58810, [SMALL_STATE(677)] = 58846, [SMALL_STATE(678)] = 58882, [SMALL_STATE(679)] = 58918, [SMALL_STATE(680)] = 58954, [SMALL_STATE(681)] = 58990, [SMALL_STATE(682)] = 59026, [SMALL_STATE(683)] = 59062, [SMALL_STATE(684)] = 59098, [SMALL_STATE(685)] = 59134, [SMALL_STATE(686)] = 59170, [SMALL_STATE(687)] = 59206, [SMALL_STATE(688)] = 59242, [SMALL_STATE(689)] = 59278, [SMALL_STATE(690)] = 59314, [SMALL_STATE(691)] = 59350, [SMALL_STATE(692)] = 59386, [SMALL_STATE(693)] = 59422, [SMALL_STATE(694)] = 59458, [SMALL_STATE(695)] = 59494, [SMALL_STATE(696)] = 59530, [SMALL_STATE(697)] = 59566, [SMALL_STATE(698)] = 59602, [SMALL_STATE(699)] = 59638, [SMALL_STATE(700)] = 59674, [SMALL_STATE(701)] = 59710, [SMALL_STATE(702)] = 59746, [SMALL_STATE(703)] = 59782, [SMALL_STATE(704)] = 59818, [SMALL_STATE(705)] = 59854, [SMALL_STATE(706)] = 59890, [SMALL_STATE(707)] = 59926, [SMALL_STATE(708)] = 59962, [SMALL_STATE(709)] = 59998, [SMALL_STATE(710)] = 60034, [SMALL_STATE(711)] = 60070, [SMALL_STATE(712)] = 60106, [SMALL_STATE(713)] = 60142, [SMALL_STATE(714)] = 60178, [SMALL_STATE(715)] = 60214, [SMALL_STATE(716)] = 60250, [SMALL_STATE(717)] = 60286, [SMALL_STATE(718)] = 60322, [SMALL_STATE(719)] = 60358, [SMALL_STATE(720)] = 60394, [SMALL_STATE(721)] = 60430, [SMALL_STATE(722)] = 60466, [SMALL_STATE(723)] = 60502, [SMALL_STATE(724)] = 60538, [SMALL_STATE(725)] = 60574, [SMALL_STATE(726)] = 60610, [SMALL_STATE(727)] = 60646, [SMALL_STATE(728)] = 60682, [SMALL_STATE(729)] = 60718, [SMALL_STATE(730)] = 60754, [SMALL_STATE(731)] = 60790, [SMALL_STATE(732)] = 60826, [SMALL_STATE(733)] = 60862, [SMALL_STATE(734)] = 60898, [SMALL_STATE(735)] = 60934, [SMALL_STATE(736)] = 60970, [SMALL_STATE(737)] = 61006, [SMALL_STATE(738)] = 61042, [SMALL_STATE(739)] = 61078, [SMALL_STATE(740)] = 61114, [SMALL_STATE(741)] = 61150, [SMALL_STATE(742)] = 61186, [SMALL_STATE(743)] = 61222, [SMALL_STATE(744)] = 61258, [SMALL_STATE(745)] = 61294, [SMALL_STATE(746)] = 61330, [SMALL_STATE(747)] = 61366, [SMALL_STATE(748)] = 61402, [SMALL_STATE(749)] = 61438, [SMALL_STATE(750)] = 61474, [SMALL_STATE(751)] = 61510, [SMALL_STATE(752)] = 61546, [SMALL_STATE(753)] = 61582, [SMALL_STATE(754)] = 61618, [SMALL_STATE(755)] = 61654, [SMALL_STATE(756)] = 61690, [SMALL_STATE(757)] = 61726, [SMALL_STATE(758)] = 61762, [SMALL_STATE(759)] = 61798, [SMALL_STATE(760)] = 61834, [SMALL_STATE(761)] = 61869, [SMALL_STATE(762)] = 61904, [SMALL_STATE(763)] = 61939, [SMALL_STATE(764)] = 61974, [SMALL_STATE(765)] = 62009, [SMALL_STATE(766)] = 62044, [SMALL_STATE(767)] = 62079, [SMALL_STATE(768)] = 62114, [SMALL_STATE(769)] = 62149, [SMALL_STATE(770)] = 62184, [SMALL_STATE(771)] = 62219, [SMALL_STATE(772)] = 62254, [SMALL_STATE(773)] = 62289, [SMALL_STATE(774)] = 62324, [SMALL_STATE(775)] = 62359, [SMALL_STATE(776)] = 62394, [SMALL_STATE(777)] = 62429, [SMALL_STATE(778)] = 62464, [SMALL_STATE(779)] = 62499, [SMALL_STATE(780)] = 62534, [SMALL_STATE(781)] = 62568, [SMALL_STATE(782)] = 62602, [SMALL_STATE(783)] = 62636, [SMALL_STATE(784)] = 62670, [SMALL_STATE(785)] = 62704, [SMALL_STATE(786)] = 62738, [SMALL_STATE(787)] = 62784, [SMALL_STATE(788)] = 62818, [SMALL_STATE(789)] = 62852, [SMALL_STATE(790)] = 62886, [SMALL_STATE(791)] = 62920, [SMALL_STATE(792)] = 62954, [SMALL_STATE(793)] = 62988, [SMALL_STATE(794)] = 63022, [SMALL_STATE(795)] = 63056, [SMALL_STATE(796)] = 63090, [SMALL_STATE(797)] = 63124, [SMALL_STATE(798)] = 63158, [SMALL_STATE(799)] = 63192, [SMALL_STATE(800)] = 63226, [SMALL_STATE(801)] = 63260, [SMALL_STATE(802)] = 63294, [SMALL_STATE(803)] = 63328, [SMALL_STATE(804)] = 63362, [SMALL_STATE(805)] = 63396, [SMALL_STATE(806)] = 63430, [SMALL_STATE(807)] = 63464, [SMALL_STATE(808)] = 63498, [SMALL_STATE(809)] = 63532, [SMALL_STATE(810)] = 63566, [SMALL_STATE(811)] = 63600, [SMALL_STATE(812)] = 63634, [SMALL_STATE(813)] = 63668, [SMALL_STATE(814)] = 63702, [SMALL_STATE(815)] = 63736, [SMALL_STATE(816)] = 63770, [SMALL_STATE(817)] = 63804, [SMALL_STATE(818)] = 63838, [SMALL_STATE(819)] = 63872, [SMALL_STATE(820)] = 63906, [SMALL_STATE(821)] = 63940, [SMALL_STATE(822)] = 63974, [SMALL_STATE(823)] = 64008, [SMALL_STATE(824)] = 64042, [SMALL_STATE(825)] = 64076, [SMALL_STATE(826)] = 64110, [SMALL_STATE(827)] = 64144, [SMALL_STATE(828)] = 64178, [SMALL_STATE(829)] = 64212, [SMALL_STATE(830)] = 64246, [SMALL_STATE(831)] = 64280, [SMALL_STATE(832)] = 64314, [SMALL_STATE(833)] = 64348, [SMALL_STATE(834)] = 64382, [SMALL_STATE(835)] = 64416, [SMALL_STATE(836)] = 64450, [SMALL_STATE(837)] = 64484, [SMALL_STATE(838)] = 64518, [SMALL_STATE(839)] = 64552, [SMALL_STATE(840)] = 64586, [SMALL_STATE(841)] = 64620, [SMALL_STATE(842)] = 64654, [SMALL_STATE(843)] = 64688, [SMALL_STATE(844)] = 64722, [SMALL_STATE(845)] = 64756, [SMALL_STATE(846)] = 64790, [SMALL_STATE(847)] = 64824, [SMALL_STATE(848)] = 64858, [SMALL_STATE(849)] = 64892, [SMALL_STATE(850)] = 64926, [SMALL_STATE(851)] = 64960, [SMALL_STATE(852)] = 64994, [SMALL_STATE(853)] = 65028, [SMALL_STATE(854)] = 65062, [SMALL_STATE(855)] = 65096, [SMALL_STATE(856)] = 65130, [SMALL_STATE(857)] = 65164, [SMALL_STATE(858)] = 65198, [SMALL_STATE(859)] = 65232, [SMALL_STATE(860)] = 65266, [SMALL_STATE(861)] = 65300, [SMALL_STATE(862)] = 65334, [SMALL_STATE(863)] = 65368, [SMALL_STATE(864)] = 65402, [SMALL_STATE(865)] = 65436, [SMALL_STATE(866)] = 65470, [SMALL_STATE(867)] = 65504, [SMALL_STATE(868)] = 65538, [SMALL_STATE(869)] = 65572, [SMALL_STATE(870)] = 65606, [SMALL_STATE(871)] = 65640, [SMALL_STATE(872)] = 65674, [SMALL_STATE(873)] = 65708, [SMALL_STATE(874)] = 65742, [SMALL_STATE(875)] = 65776, [SMALL_STATE(876)] = 65810, [SMALL_STATE(877)] = 65844, [SMALL_STATE(878)] = 65878, [SMALL_STATE(879)] = 65922, [SMALL_STATE(880)] = 65956, [SMALL_STATE(881)] = 65990, [SMALL_STATE(882)] = 66024, [SMALL_STATE(883)] = 66058, [SMALL_STATE(884)] = 66092, [SMALL_STATE(885)] = 66126, [SMALL_STATE(886)] = 66160, [SMALL_STATE(887)] = 66194, [SMALL_STATE(888)] = 66228, [SMALL_STATE(889)] = 66262, [SMALL_STATE(890)] = 66296, [SMALL_STATE(891)] = 66330, [SMALL_STATE(892)] = 66364, [SMALL_STATE(893)] = 66398, [SMALL_STATE(894)] = 66432, [SMALL_STATE(895)] = 66466, [SMALL_STATE(896)] = 66500, [SMALL_STATE(897)] = 66534, [SMALL_STATE(898)] = 66568, [SMALL_STATE(899)] = 66602, [SMALL_STATE(900)] = 66636, [SMALL_STATE(901)] = 66670, [SMALL_STATE(902)] = 66704, [SMALL_STATE(903)] = 66738, [SMALL_STATE(904)] = 66772, [SMALL_STATE(905)] = 66806, [SMALL_STATE(906)] = 66840, [SMALL_STATE(907)] = 66874, [SMALL_STATE(908)] = 66908, [SMALL_STATE(909)] = 66942, [SMALL_STATE(910)] = 66976, [SMALL_STATE(911)] = 67010, [SMALL_STATE(912)] = 67044, [SMALL_STATE(913)] = 67078, [SMALL_STATE(914)] = 67112, [SMALL_STATE(915)] = 67146, [SMALL_STATE(916)] = 67180, [SMALL_STATE(917)] = 67214, [SMALL_STATE(918)] = 67248, [SMALL_STATE(919)] = 67282, [SMALL_STATE(920)] = 67316, [SMALL_STATE(921)] = 67350, [SMALL_STATE(922)] = 67384, [SMALL_STATE(923)] = 67418, [SMALL_STATE(924)] = 67452, [SMALL_STATE(925)] = 67486, [SMALL_STATE(926)] = 67528, [SMALL_STATE(927)] = 67562, [SMALL_STATE(928)] = 67596, [SMALL_STATE(929)] = 67630, [SMALL_STATE(930)] = 67664, [SMALL_STATE(931)] = 67698, [SMALL_STATE(932)] = 67732, [SMALL_STATE(933)] = 67766, [SMALL_STATE(934)] = 67800, [SMALL_STATE(935)] = 67834, [SMALL_STATE(936)] = 67868, [SMALL_STATE(937)] = 67902, [SMALL_STATE(938)] = 67936, [SMALL_STATE(939)] = 67970, [SMALL_STATE(940)] = 68004, [SMALL_STATE(941)] = 68038, [SMALL_STATE(942)] = 68072, [SMALL_STATE(943)] = 68106, [SMALL_STATE(944)] = 68140, [SMALL_STATE(945)] = 68174, [SMALL_STATE(946)] = 68208, [SMALL_STATE(947)] = 68242, [SMALL_STATE(948)] = 68276, [SMALL_STATE(949)] = 68310, [SMALL_STATE(950)] = 68344, [SMALL_STATE(951)] = 68378, [SMALL_STATE(952)] = 68412, [SMALL_STATE(953)] = 68446, [SMALL_STATE(954)] = 68480, [SMALL_STATE(955)] = 68514, [SMALL_STATE(956)] = 68548, [SMALL_STATE(957)] = 68582, [SMALL_STATE(958)] = 68616, [SMALL_STATE(959)] = 68650, [SMALL_STATE(960)] = 68684, [SMALL_STATE(961)] = 68718, [SMALL_STATE(962)] = 68752, [SMALL_STATE(963)] = 68786, [SMALL_STATE(964)] = 68820, [SMALL_STATE(965)] = 68854, [SMALL_STATE(966)] = 68888, [SMALL_STATE(967)] = 68922, [SMALL_STATE(968)] = 68956, [SMALL_STATE(969)] = 68990, [SMALL_STATE(970)] = 69024, [SMALL_STATE(971)] = 69058, [SMALL_STATE(972)] = 69092, [SMALL_STATE(973)] = 69126, [SMALL_STATE(974)] = 69160, [SMALL_STATE(975)] = 69194, [SMALL_STATE(976)] = 69228, [SMALL_STATE(977)] = 69262, [SMALL_STATE(978)] = 69296, [SMALL_STATE(979)] = 69330, [SMALL_STATE(980)] = 69364, [SMALL_STATE(981)] = 69398, [SMALL_STATE(982)] = 69432, [SMALL_STATE(983)] = 69466, [SMALL_STATE(984)] = 69500, [SMALL_STATE(985)] = 69534, [SMALL_STATE(986)] = 69568, [SMALL_STATE(987)] = 69602, [SMALL_STATE(988)] = 69636, [SMALL_STATE(989)] = 69670, [SMALL_STATE(990)] = 69704, [SMALL_STATE(991)] = 69738, [SMALL_STATE(992)] = 69772, [SMALL_STATE(993)] = 69806, [SMALL_STATE(994)] = 69840, [SMALL_STATE(995)] = 69874, [SMALL_STATE(996)] = 69908, [SMALL_STATE(997)] = 69942, [SMALL_STATE(998)] = 69976, [SMALL_STATE(999)] = 70010, [SMALL_STATE(1000)] = 70044, [SMALL_STATE(1001)] = 70078, [SMALL_STATE(1002)] = 70112, [SMALL_STATE(1003)] = 70146, [SMALL_STATE(1004)] = 70180, [SMALL_STATE(1005)] = 70214, [SMALL_STATE(1006)] = 70248, [SMALL_STATE(1007)] = 70282, [SMALL_STATE(1008)] = 70316, [SMALL_STATE(1009)] = 70350, [SMALL_STATE(1010)] = 70384, [SMALL_STATE(1011)] = 70418, [SMALL_STATE(1012)] = 70452, [SMALL_STATE(1013)] = 70486, [SMALL_STATE(1014)] = 70520, [SMALL_STATE(1015)] = 70554, [SMALL_STATE(1016)] = 70588, [SMALL_STATE(1017)] = 70622, [SMALL_STATE(1018)] = 70656, [SMALL_STATE(1019)] = 70690, [SMALL_STATE(1020)] = 70724, [SMALL_STATE(1021)] = 70758, [SMALL_STATE(1022)] = 70792, [SMALL_STATE(1023)] = 70826, [SMALL_STATE(1024)] = 70860, [SMALL_STATE(1025)] = 70894, [SMALL_STATE(1026)] = 70928, [SMALL_STATE(1027)] = 70962, [SMALL_STATE(1028)] = 70996, [SMALL_STATE(1029)] = 71030, [SMALL_STATE(1030)] = 71064, [SMALL_STATE(1031)] = 71098, [SMALL_STATE(1032)] = 71132, [SMALL_STATE(1033)] = 71166, [SMALL_STATE(1034)] = 71200, [SMALL_STATE(1035)] = 71234, [SMALL_STATE(1036)] = 71268, [SMALL_STATE(1037)] = 71302, [SMALL_STATE(1038)] = 71336, [SMALL_STATE(1039)] = 71370, [SMALL_STATE(1040)] = 71404, [SMALL_STATE(1041)] = 71438, [SMALL_STATE(1042)] = 71472, [SMALL_STATE(1043)] = 71506, [SMALL_STATE(1044)] = 71540, [SMALL_STATE(1045)] = 71574, [SMALL_STATE(1046)] = 71608, [SMALL_STATE(1047)] = 71642, [SMALL_STATE(1048)] = 71676, [SMALL_STATE(1049)] = 71710, [SMALL_STATE(1050)] = 71744, [SMALL_STATE(1051)] = 71778, [SMALL_STATE(1052)] = 71812, [SMALL_STATE(1053)] = 71846, [SMALL_STATE(1054)] = 71880, [SMALL_STATE(1055)] = 71914, [SMALL_STATE(1056)] = 71948, [SMALL_STATE(1057)] = 71982, [SMALL_STATE(1058)] = 72016, [SMALL_STATE(1059)] = 72050, [SMALL_STATE(1060)] = 72084, [SMALL_STATE(1061)] = 72118, [SMALL_STATE(1062)] = 72152, [SMALL_STATE(1063)] = 72186, [SMALL_STATE(1064)] = 72220, [SMALL_STATE(1065)] = 72254, [SMALL_STATE(1066)] = 72288, [SMALL_STATE(1067)] = 72322, [SMALL_STATE(1068)] = 72356, [SMALL_STATE(1069)] = 72396, [SMALL_STATE(1070)] = 72430, [SMALL_STATE(1071)] = 72464, [SMALL_STATE(1072)] = 72498, [SMALL_STATE(1073)] = 72532, [SMALL_STATE(1074)] = 72566, [SMALL_STATE(1075)] = 72600, [SMALL_STATE(1076)] = 72634, [SMALL_STATE(1077)] = 72668, [SMALL_STATE(1078)] = 72702, [SMALL_STATE(1079)] = 72736, [SMALL_STATE(1080)] = 72770, [SMALL_STATE(1081)] = 72804, [SMALL_STATE(1082)] = 72838, [SMALL_STATE(1083)] = 72872, [SMALL_STATE(1084)] = 72906, [SMALL_STATE(1085)] = 72944, [SMALL_STATE(1086)] = 72978, [SMALL_STATE(1087)] = 73012, [SMALL_STATE(1088)] = 73046, [SMALL_STATE(1089)] = 73080, [SMALL_STATE(1090)] = 73114, [SMALL_STATE(1091)] = 73148, [SMALL_STATE(1092)] = 73182, [SMALL_STATE(1093)] = 73216, [SMALL_STATE(1094)] = 73250, [SMALL_STATE(1095)] = 73284, [SMALL_STATE(1096)] = 73318, [SMALL_STATE(1097)] = 73352, [SMALL_STATE(1098)] = 73386, [SMALL_STATE(1099)] = 73420, [SMALL_STATE(1100)] = 73454, [SMALL_STATE(1101)] = 73488, [SMALL_STATE(1102)] = 73522, [SMALL_STATE(1103)] = 73556, [SMALL_STATE(1104)] = 73590, [SMALL_STATE(1105)] = 73624, [SMALL_STATE(1106)] = 73658, [SMALL_STATE(1107)] = 73692, [SMALL_STATE(1108)] = 73726, [SMALL_STATE(1109)] = 73760, [SMALL_STATE(1110)] = 73794, [SMALL_STATE(1111)] = 73828, [SMALL_STATE(1112)] = 73862, [SMALL_STATE(1113)] = 73896, [SMALL_STATE(1114)] = 73930, [SMALL_STATE(1115)] = 73964, [SMALL_STATE(1116)] = 73998, [SMALL_STATE(1117)] = 74032, [SMALL_STATE(1118)] = 74066, [SMALL_STATE(1119)] = 74100, [SMALL_STATE(1120)] = 74134, [SMALL_STATE(1121)] = 74168, [SMALL_STATE(1122)] = 74202, [SMALL_STATE(1123)] = 74236, [SMALL_STATE(1124)] = 74270, [SMALL_STATE(1125)] = 74304, [SMALL_STATE(1126)] = 74338, [SMALL_STATE(1127)] = 74372, [SMALL_STATE(1128)] = 74406, [SMALL_STATE(1129)] = 74440, [SMALL_STATE(1130)] = 74474, [SMALL_STATE(1131)] = 74508, [SMALL_STATE(1132)] = 74542, [SMALL_STATE(1133)] = 74590, [SMALL_STATE(1134)] = 74624, [SMALL_STATE(1135)] = 74658, [SMALL_STATE(1136)] = 74692, [SMALL_STATE(1137)] = 74726, [SMALL_STATE(1138)] = 74760, [SMALL_STATE(1139)] = 74794, [SMALL_STATE(1140)] = 74828, [SMALL_STATE(1141)] = 74862, [SMALL_STATE(1142)] = 74896, [SMALL_STATE(1143)] = 74930, [SMALL_STATE(1144)] = 74964, [SMALL_STATE(1145)] = 74998, [SMALL_STATE(1146)] = 75032, [SMALL_STATE(1147)] = 75066, [SMALL_STATE(1148)] = 75100, [SMALL_STATE(1149)] = 75134, [SMALL_STATE(1150)] = 75168, [SMALL_STATE(1151)] = 75202, [SMALL_STATE(1152)] = 75236, [SMALL_STATE(1153)] = 75270, [SMALL_STATE(1154)] = 75304, [SMALL_STATE(1155)] = 75338, [SMALL_STATE(1156)] = 75372, [SMALL_STATE(1157)] = 75406, [SMALL_STATE(1158)] = 75440, [SMALL_STATE(1159)] = 75474, [SMALL_STATE(1160)] = 75508, [SMALL_STATE(1161)] = 75542, [SMALL_STATE(1162)] = 75576, [SMALL_STATE(1163)] = 75610, [SMALL_STATE(1164)] = 75644, [SMALL_STATE(1165)] = 75678, [SMALL_STATE(1166)] = 75712, [SMALL_STATE(1167)] = 75746, [SMALL_STATE(1168)] = 75780, [SMALL_STATE(1169)] = 75814, [SMALL_STATE(1170)] = 75848, [SMALL_STATE(1171)] = 75882, [SMALL_STATE(1172)] = 75916, [SMALL_STATE(1173)] = 75950, [SMALL_STATE(1174)] = 75984, [SMALL_STATE(1175)] = 76018, [SMALL_STATE(1176)] = 76052, [SMALL_STATE(1177)] = 76086, [SMALL_STATE(1178)] = 76120, [SMALL_STATE(1179)] = 76154, [SMALL_STATE(1180)] = 76188, [SMALL_STATE(1181)] = 76222, [SMALL_STATE(1182)] = 76256, [SMALL_STATE(1183)] = 76290, [SMALL_STATE(1184)] = 76324, [SMALL_STATE(1185)] = 76358, [SMALL_STATE(1186)] = 76392, [SMALL_STATE(1187)] = 76426, [SMALL_STATE(1188)] = 76460, [SMALL_STATE(1189)] = 76494, [SMALL_STATE(1190)] = 76528, [SMALL_STATE(1191)] = 76562, [SMALL_STATE(1192)] = 76596, [SMALL_STATE(1193)] = 76630, [SMALL_STATE(1194)] = 76664, [SMALL_STATE(1195)] = 76698, [SMALL_STATE(1196)] = 76732, [SMALL_STATE(1197)] = 76766, [SMALL_STATE(1198)] = 76800, [SMALL_STATE(1199)] = 76834, [SMALL_STATE(1200)] = 76868, [SMALL_STATE(1201)] = 76902, [SMALL_STATE(1202)] = 76936, [SMALL_STATE(1203)] = 76970, [SMALL_STATE(1204)] = 77004, [SMALL_STATE(1205)] = 77038, [SMALL_STATE(1206)] = 77072, [SMALL_STATE(1207)] = 77106, [SMALL_STATE(1208)] = 77140, [SMALL_STATE(1209)] = 77174, [SMALL_STATE(1210)] = 77208, [SMALL_STATE(1211)] = 77242, [SMALL_STATE(1212)] = 77276, [SMALL_STATE(1213)] = 77310, [SMALL_STATE(1214)] = 77344, [SMALL_STATE(1215)] = 77378, [SMALL_STATE(1216)] = 77412, [SMALL_STATE(1217)] = 77446, [SMALL_STATE(1218)] = 77480, [SMALL_STATE(1219)] = 77514, [SMALL_STATE(1220)] = 77548, [SMALL_STATE(1221)] = 77582, [SMALL_STATE(1222)] = 77616, [SMALL_STATE(1223)] = 77650, [SMALL_STATE(1224)] = 77684, [SMALL_STATE(1225)] = 77718, [SMALL_STATE(1226)] = 77752, [SMALL_STATE(1227)] = 77786, [SMALL_STATE(1228)] = 77820, [SMALL_STATE(1229)] = 77854, [SMALL_STATE(1230)] = 77888, [SMALL_STATE(1231)] = 77922, [SMALL_STATE(1232)] = 77956, [SMALL_STATE(1233)] = 77990, [SMALL_STATE(1234)] = 78024, [SMALL_STATE(1235)] = 78084, [SMALL_STATE(1236)] = 78140, [SMALL_STATE(1237)] = 78198, [SMALL_STATE(1238)] = 78255, [SMALL_STATE(1239)] = 78310, [SMALL_STATE(1240)] = 78363, [SMALL_STATE(1241)] = 78417, [SMALL_STATE(1242)] = 78471, [SMALL_STATE(1243)] = 78507, [SMALL_STATE(1244)] = 78543, [SMALL_STATE(1245)] = 78592, [SMALL_STATE(1246)] = 78641, [SMALL_STATE(1247)] = 78688, [SMALL_STATE(1248)] = 78723, [SMALL_STATE(1249)] = 78770, [SMALL_STATE(1250)] = 78816, [SMALL_STATE(1251)] = 78864, [SMALL_STATE(1252)] = 78910, [SMALL_STATE(1253)] = 78958, [SMALL_STATE(1254)] = 78986, [SMALL_STATE(1255)] = 79030, [SMALL_STATE(1256)] = 79058, [SMALL_STATE(1257)] = 79086, [SMALL_STATE(1258)] = 79130, [SMALL_STATE(1259)] = 79178, [SMALL_STATE(1260)] = 79222, [SMALL_STATE(1261)] = 79270, [SMALL_STATE(1262)] = 79316, [SMALL_STATE(1263)] = 79361, [SMALL_STATE(1264)] = 79406, [SMALL_STATE(1265)] = 79447, [SMALL_STATE(1266)] = 79494, [SMALL_STATE(1267)] = 79535, [SMALL_STATE(1268)] = 79578, [SMALL_STATE(1269)] = 79621, [SMALL_STATE(1270)] = 79664, [SMALL_STATE(1271)] = 79705, [SMALL_STATE(1272)] = 79746, [SMALL_STATE(1273)] = 79787, [SMALL_STATE(1274)] = 79832, [SMALL_STATE(1275)] = 79875, [SMALL_STATE(1276)] = 79922, [SMALL_STATE(1277)] = 79965, [SMALL_STATE(1278)] = 79994, [SMALL_STATE(1279)] = 80035, [SMALL_STATE(1280)] = 80080, [SMALL_STATE(1281)] = 80123, [SMALL_STATE(1282)] = 80168, [SMALL_STATE(1283)] = 80211, [SMALL_STATE(1284)] = 80253, [SMALL_STATE(1285)] = 80295, [SMALL_STATE(1286)] = 80337, [SMALL_STATE(1287)] = 80377, [SMALL_STATE(1288)] = 80419, [SMALL_STATE(1289)] = 80461, [SMALL_STATE(1290)] = 80499, [SMALL_STATE(1291)] = 80537, [SMALL_STATE(1292)] = 80581, [SMALL_STATE(1293)] = 80619, [SMALL_STATE(1294)] = 80661, [SMALL_STATE(1295)] = 80699, [SMALL_STATE(1296)] = 80737, [SMALL_STATE(1297)] = 80777, [SMALL_STATE(1298)] = 80819, [SMALL_STATE(1299)] = 80859, [SMALL_STATE(1300)] = 80901, [SMALL_STATE(1301)] = 80945, [SMALL_STATE(1302)] = 80985, [SMALL_STATE(1303)] = 81025, [SMALL_STATE(1304)] = 81069, [SMALL_STATE(1305)] = 81113, [SMALL_STATE(1306)] = 81155, [SMALL_STATE(1307)] = 81193, [SMALL_STATE(1308)] = 81231, [SMALL_STATE(1309)] = 81275, [SMALL_STATE(1310)] = 81313, [SMALL_STATE(1311)] = 81353, [SMALL_STATE(1312)] = 81397, [SMALL_STATE(1313)] = 81437, [SMALL_STATE(1314)] = 81481, [SMALL_STATE(1315)] = 81521, [SMALL_STATE(1316)] = 81561, [SMALL_STATE(1317)] = 81603, [SMALL_STATE(1318)] = 81643, [SMALL_STATE(1319)] = 81687, [SMALL_STATE(1320)] = 81727, [SMALL_STATE(1321)] = 81771, [SMALL_STATE(1322)] = 81811, [SMALL_STATE(1323)] = 81851, [SMALL_STATE(1324)] = 81889, [SMALL_STATE(1325)] = 81933, [SMALL_STATE(1326)] = 81975, [SMALL_STATE(1327)] = 82017, [SMALL_STATE(1328)] = 82057, [SMALL_STATE(1329)] = 82101, [SMALL_STATE(1330)] = 82143, [SMALL_STATE(1331)] = 82183, [SMALL_STATE(1332)] = 82223, [SMALL_STATE(1333)] = 82263, [SMALL_STATE(1334)] = 82307, [SMALL_STATE(1335)] = 82347, [SMALL_STATE(1336)] = 82387, [SMALL_STATE(1337)] = 82427, [SMALL_STATE(1338)] = 82471, [SMALL_STATE(1339)] = 82511, [SMALL_STATE(1340)] = 82551, [SMALL_STATE(1341)] = 82591, [SMALL_STATE(1342)] = 82632, [SMALL_STATE(1343)] = 82673, [SMALL_STATE(1344)] = 82712, [SMALL_STATE(1345)] = 82751, [SMALL_STATE(1346)] = 82792, [SMALL_STATE(1347)] = 82833, [SMALL_STATE(1348)] = 82872, [SMALL_STATE(1349)] = 82911, [SMALL_STATE(1350)] = 82952, [SMALL_STATE(1351)] = 82991, [SMALL_STATE(1352)] = 83032, [SMALL_STATE(1353)] = 83071, [SMALL_STATE(1354)] = 83112, [SMALL_STATE(1355)] = 83151, [SMALL_STATE(1356)] = 83190, [SMALL_STATE(1357)] = 83231, [SMALL_STATE(1358)] = 83272, [SMALL_STATE(1359)] = 83313, [SMALL_STATE(1360)] = 83352, [SMALL_STATE(1361)] = 83391, [SMALL_STATE(1362)] = 83430, [SMALL_STATE(1363)] = 83469, [SMALL_STATE(1364)] = 83508, [SMALL_STATE(1365)] = 83547, [SMALL_STATE(1366)] = 83586, [SMALL_STATE(1367)] = 83625, [SMALL_STATE(1368)] = 83664, [SMALL_STATE(1369)] = 83705, [SMALL_STATE(1370)] = 83730, [SMALL_STATE(1371)] = 83771, [SMALL_STATE(1372)] = 83812, [SMALL_STATE(1373)] = 83853, [SMALL_STATE(1374)] = 83894, [SMALL_STATE(1375)] = 83935, [SMALL_STATE(1376)] = 83960, [SMALL_STATE(1377)] = 84001, [SMALL_STATE(1378)] = 84042, [SMALL_STATE(1379)] = 84083, [SMALL_STATE(1380)] = 84124, [SMALL_STATE(1381)] = 84165, [SMALL_STATE(1382)] = 84206, [SMALL_STATE(1383)] = 84247, [SMALL_STATE(1384)] = 84288, [SMALL_STATE(1385)] = 84329, [SMALL_STATE(1386)] = 84370, [SMALL_STATE(1387)] = 84411, [SMALL_STATE(1388)] = 84452, [SMALL_STATE(1389)] = 84493, [SMALL_STATE(1390)] = 84534, [SMALL_STATE(1391)] = 84575, [SMALL_STATE(1392)] = 84616, [SMALL_STATE(1393)] = 84657, [SMALL_STATE(1394)] = 84698, [SMALL_STATE(1395)] = 84739, [SMALL_STATE(1396)] = 84780, [SMALL_STATE(1397)] = 84821, [SMALL_STATE(1398)] = 84862, [SMALL_STATE(1399)] = 84903, [SMALL_STATE(1400)] = 84944, [SMALL_STATE(1401)] = 84983, [SMALL_STATE(1402)] = 85022, [SMALL_STATE(1403)] = 85063, [SMALL_STATE(1404)] = 85104, [SMALL_STATE(1405)] = 85143, [SMALL_STATE(1406)] = 85184, [SMALL_STATE(1407)] = 85211, [SMALL_STATE(1408)] = 85252, [SMALL_STATE(1409)] = 85293, [SMALL_STATE(1410)] = 85334, [SMALL_STATE(1411)] = 85375, [SMALL_STATE(1412)] = 85416, [SMALL_STATE(1413)] = 85457, [SMALL_STATE(1414)] = 85498, [SMALL_STATE(1415)] = 85539, [SMALL_STATE(1416)] = 85580, [SMALL_STATE(1417)] = 85621, [SMALL_STATE(1418)] = 85662, [SMALL_STATE(1419)] = 85703, [SMALL_STATE(1420)] = 85744, [SMALL_STATE(1421)] = 85785, [SMALL_STATE(1422)] = 85826, [SMALL_STATE(1423)] = 85867, [SMALL_STATE(1424)] = 85908, [SMALL_STATE(1425)] = 85949, [SMALL_STATE(1426)] = 85990, [SMALL_STATE(1427)] = 86029, [SMALL_STATE(1428)] = 86070, [SMALL_STATE(1429)] = 86111, [SMALL_STATE(1430)] = 86152, [SMALL_STATE(1431)] = 86193, [SMALL_STATE(1432)] = 86234, [SMALL_STATE(1433)] = 86275, [SMALL_STATE(1434)] = 86316, [SMALL_STATE(1435)] = 86357, [SMALL_STATE(1436)] = 86398, [SMALL_STATE(1437)] = 86439, [SMALL_STATE(1438)] = 86480, [SMALL_STATE(1439)] = 86521, [SMALL_STATE(1440)] = 86562, [SMALL_STATE(1441)] = 86603, [SMALL_STATE(1442)] = 86644, [SMALL_STATE(1443)] = 86685, [SMALL_STATE(1444)] = 86726, [SMALL_STATE(1445)] = 86767, [SMALL_STATE(1446)] = 86808, [SMALL_STATE(1447)] = 86849, [SMALL_STATE(1448)] = 86890, [SMALL_STATE(1449)] = 86931, [SMALL_STATE(1450)] = 86972, [SMALL_STATE(1451)] = 87013, [SMALL_STATE(1452)] = 87054, [SMALL_STATE(1453)] = 87095, [SMALL_STATE(1454)] = 87136, [SMALL_STATE(1455)] = 87177, [SMALL_STATE(1456)] = 87218, [SMALL_STATE(1457)] = 87259, [SMALL_STATE(1458)] = 87300, [SMALL_STATE(1459)] = 87341, [SMALL_STATE(1460)] = 87382, [SMALL_STATE(1461)] = 87423, [SMALL_STATE(1462)] = 87464, [SMALL_STATE(1463)] = 87505, [SMALL_STATE(1464)] = 87544, [SMALL_STATE(1465)] = 87583, [SMALL_STATE(1466)] = 87624, [SMALL_STATE(1467)] = 87665, [SMALL_STATE(1468)] = 87706, [SMALL_STATE(1469)] = 87745, [SMALL_STATE(1470)] = 87784, [SMALL_STATE(1471)] = 87823, [SMALL_STATE(1472)] = 87864, [SMALL_STATE(1473)] = 87905, [SMALL_STATE(1474)] = 87946, [SMALL_STATE(1475)] = 87987, [SMALL_STATE(1476)] = 88028, [SMALL_STATE(1477)] = 88069, [SMALL_STATE(1478)] = 88110, [SMALL_STATE(1479)] = 88151, [SMALL_STATE(1480)] = 88192, [SMALL_STATE(1481)] = 88233, [SMALL_STATE(1482)] = 88274, [SMALL_STATE(1483)] = 88298, [SMALL_STATE(1484)] = 88340, [SMALL_STATE(1485)] = 88382, [SMALL_STATE(1486)] = 88416, [SMALL_STATE(1487)] = 88458, [SMALL_STATE(1488)] = 88500, [SMALL_STATE(1489)] = 88534, [SMALL_STATE(1490)] = 88576, [SMALL_STATE(1491)] = 88618, [SMALL_STATE(1492)] = 88660, [SMALL_STATE(1493)] = 88694, [SMALL_STATE(1494)] = 88718, [SMALL_STATE(1495)] = 88760, [SMALL_STATE(1496)] = 88784, [SMALL_STATE(1497)] = 88826, [SMALL_STATE(1498)] = 88868, [SMALL_STATE(1499)] = 88902, [SMALL_STATE(1500)] = 88944, [SMALL_STATE(1501)] = 88986, [SMALL_STATE(1502)] = 89010, [SMALL_STATE(1503)] = 89052, [SMALL_STATE(1504)] = 89086, [SMALL_STATE(1505)] = 89110, [SMALL_STATE(1506)] = 89152, [SMALL_STATE(1507)] = 89176, [SMALL_STATE(1508)] = 89218, [SMALL_STATE(1509)] = 89252, [SMALL_STATE(1510)] = 89294, [SMALL_STATE(1511)] = 89336, [SMALL_STATE(1512)] = 89370, [SMALL_STATE(1513)] = 89404, [SMALL_STATE(1514)] = 89446, [SMALL_STATE(1515)] = 89480, [SMALL_STATE(1516)] = 89522, [SMALL_STATE(1517)] = 89556, [SMALL_STATE(1518)] = 89598, [SMALL_STATE(1519)] = 89632, [SMALL_STATE(1520)] = 89674, [SMALL_STATE(1521)] = 89716, [SMALL_STATE(1522)] = 89758, [SMALL_STATE(1523)] = 89792, [SMALL_STATE(1524)] = 89834, [SMALL_STATE(1525)] = 89876, [SMALL_STATE(1526)] = 89910, [SMALL_STATE(1527)] = 89952, [SMALL_STATE(1528)] = 89976, [SMALL_STATE(1529)] = 90010, [SMALL_STATE(1530)] = 90041, [SMALL_STATE(1531)] = 90072, [SMALL_STATE(1532)] = 90109, [SMALL_STATE(1533)] = 90140, [SMALL_STATE(1534)] = 90168, [SMALL_STATE(1535)] = 90196, [SMALL_STATE(1536)] = 90224, [SMALL_STATE(1537)] = 90246, [SMALL_STATE(1538)] = 90274, [SMALL_STATE(1539)] = 90302, [SMALL_STATE(1540)] = 90324, [SMALL_STATE(1541)] = 90346, [SMALL_STATE(1542)] = 90374, [SMALL_STATE(1543)] = 90395, [SMALL_STATE(1544)] = 90420, [SMALL_STATE(1545)] = 90441, [SMALL_STATE(1546)] = 90462, [SMALL_STATE(1547)] = 90483, [SMALL_STATE(1548)] = 90504, [SMALL_STATE(1549)] = 90525, [SMALL_STATE(1550)] = 90546, [SMALL_STATE(1551)] = 90571, [SMALL_STATE(1552)] = 90596, [SMALL_STATE(1553)] = 90617, [SMALL_STATE(1554)] = 90638, [SMALL_STATE(1555)] = 90659, [SMALL_STATE(1556)] = 90684, [SMALL_STATE(1557)] = 90709, [SMALL_STATE(1558)] = 90734, [SMALL_STATE(1559)] = 90759, [SMALL_STATE(1560)] = 90780, [SMALL_STATE(1561)] = 90801, [SMALL_STATE(1562)] = 90822, [SMALL_STATE(1563)] = 90847, [SMALL_STATE(1564)] = 90872, [SMALL_STATE(1565)] = 90893, [SMALL_STATE(1566)] = 90914, [SMALL_STATE(1567)] = 90935, [SMALL_STATE(1568)] = 90960, [SMALL_STATE(1569)] = 90985, [SMALL_STATE(1570)] = 91010, [SMALL_STATE(1571)] = 91031, [SMALL_STATE(1572)] = 91052, [SMALL_STATE(1573)] = 91073, [SMALL_STATE(1574)] = 91098, [SMALL_STATE(1575)] = 91123, [SMALL_STATE(1576)] = 91144, [SMALL_STATE(1577)] = 91165, [SMALL_STATE(1578)] = 91186, [SMALL_STATE(1579)] = 91211, [SMALL_STATE(1580)] = 91236, [SMALL_STATE(1581)] = 91257, [SMALL_STATE(1582)] = 91278, [SMALL_STATE(1583)] = 91299, [SMALL_STATE(1584)] = 91324, [SMALL_STATE(1585)] = 91349, [SMALL_STATE(1586)] = 91370, [SMALL_STATE(1587)] = 91391, [SMALL_STATE(1588)] = 91416, [SMALL_STATE(1589)] = 91441, [SMALL_STATE(1590)] = 91466, [SMALL_STATE(1591)] = 91491, [SMALL_STATE(1592)] = 91512, [SMALL_STATE(1593)] = 91533, [SMALL_STATE(1594)] = 91554, [SMALL_STATE(1595)] = 91579, [SMALL_STATE(1596)] = 91600, [SMALL_STATE(1597)] = 91621, [SMALL_STATE(1598)] = 91642, [SMALL_STATE(1599)] = 91667, [SMALL_STATE(1600)] = 91688, [SMALL_STATE(1601)] = 91713, [SMALL_STATE(1602)] = 91738, [SMALL_STATE(1603)] = 91763, [SMALL_STATE(1604)] = 91788, [SMALL_STATE(1605)] = 91813, [SMALL_STATE(1606)] = 91838, [SMALL_STATE(1607)] = 91863, [SMALL_STATE(1608)] = 91884, [SMALL_STATE(1609)] = 91909, [SMALL_STATE(1610)] = 91934, [SMALL_STATE(1611)] = 91955, [SMALL_STATE(1612)] = 91980, [SMALL_STATE(1613)] = 92005, [SMALL_STATE(1614)] = 92026, [SMALL_STATE(1615)] = 92047, [SMALL_STATE(1616)] = 92068, [SMALL_STATE(1617)] = 92090, [SMALL_STATE(1618)] = 92108, [SMALL_STATE(1619)] = 92140, [SMALL_STATE(1620)] = 92162, [SMALL_STATE(1621)] = 92184, [SMALL_STATE(1622)] = 92216, [SMALL_STATE(1623)] = 92238, [SMALL_STATE(1624)] = 92260, [SMALL_STATE(1625)] = 92282, [SMALL_STATE(1626)] = 92304, [SMALL_STATE(1627)] = 92326, [SMALL_STATE(1628)] = 92348, [SMALL_STATE(1629)] = 92370, [SMALL_STATE(1630)] = 92392, [SMALL_STATE(1631)] = 92414, [SMALL_STATE(1632)] = 92436, [SMALL_STATE(1633)] = 92455, [SMALL_STATE(1634)] = 92474, [SMALL_STATE(1635)] = 92493, [SMALL_STATE(1636)] = 92512, [SMALL_STATE(1637)] = 92531, [SMALL_STATE(1638)] = 92550, [SMALL_STATE(1639)] = 92567, [SMALL_STATE(1640)] = 92586, [SMALL_STATE(1641)] = 92603, [SMALL_STATE(1642)] = 92622, [SMALL_STATE(1643)] = 92641, [SMALL_STATE(1644)] = 92660, [SMALL_STATE(1645)] = 92679, [SMALL_STATE(1646)] = 92698, [SMALL_STATE(1647)] = 92717, [SMALL_STATE(1648)] = 92736, [SMALL_STATE(1649)] = 92755, [SMALL_STATE(1650)] = 92774, [SMALL_STATE(1651)] = 92793, [SMALL_STATE(1652)] = 92812, [SMALL_STATE(1653)] = 92840, [SMALL_STATE(1654)] = 92860, [SMALL_STATE(1655)] = 92890, [SMALL_STATE(1656)] = 92920, [SMALL_STATE(1657)] = 92950, [SMALL_STATE(1658)] = 92980, [SMALL_STATE(1659)] = 93010, [SMALL_STATE(1660)] = 93040, [SMALL_STATE(1661)] = 93070, [SMALL_STATE(1662)] = 93100, [SMALL_STATE(1663)] = 93130, [SMALL_STATE(1664)] = 93158, [SMALL_STATE(1665)] = 93188, [SMALL_STATE(1666)] = 93218, [SMALL_STATE(1667)] = 93248, [SMALL_STATE(1668)] = 93276, [SMALL_STATE(1669)] = 93302, [SMALL_STATE(1670)] = 93332, [SMALL_STATE(1671)] = 93362, [SMALL_STATE(1672)] = 93389, [SMALL_STATE(1673)] = 93404, [SMALL_STATE(1674)] = 93429, [SMALL_STATE(1675)] = 93452, [SMALL_STATE(1676)] = 93479, [SMALL_STATE(1677)] = 93496, [SMALL_STATE(1678)] = 93513, [SMALL_STATE(1679)] = 93538, [SMALL_STATE(1680)] = 93561, [SMALL_STATE(1681)] = 93578, [SMALL_STATE(1682)] = 93593, [SMALL_STATE(1683)] = 93615, [SMALL_STATE(1684)] = 93637, [SMALL_STATE(1685)] = 93659, [SMALL_STATE(1686)] = 93683, [SMALL_STATE(1687)] = 93705, [SMALL_STATE(1688)] = 93727, [SMALL_STATE(1689)] = 93751, [SMALL_STATE(1690)] = 93773, [SMALL_STATE(1691)] = 93795, [SMALL_STATE(1692)] = 93819, [SMALL_STATE(1693)] = 93843, [SMALL_STATE(1694)] = 93865, [SMALL_STATE(1695)] = 93887, [SMALL_STATE(1696)] = 93911, [SMALL_STATE(1697)] = 93933, [SMALL_STATE(1698)] = 93955, [SMALL_STATE(1699)] = 93979, [SMALL_STATE(1700)] = 94001, [SMALL_STATE(1701)] = 94023, [SMALL_STATE(1702)] = 94047, [SMALL_STATE(1703)] = 94071, [SMALL_STATE(1704)] = 94093, [SMALL_STATE(1705)] = 94117, [SMALL_STATE(1706)] = 94131, [SMALL_STATE(1707)] = 94153, [SMALL_STATE(1708)] = 94175, [SMALL_STATE(1709)] = 94199, [SMALL_STATE(1710)] = 94221, [SMALL_STATE(1711)] = 94243, [SMALL_STATE(1712)] = 94267, [SMALL_STATE(1713)] = 94289, [SMALL_STATE(1714)] = 94311, [SMALL_STATE(1715)] = 94325, [SMALL_STATE(1716)] = 94349, [SMALL_STATE(1717)] = 94371, [SMALL_STATE(1718)] = 94393, [SMALL_STATE(1719)] = 94415, [SMALL_STATE(1720)] = 94439, [SMALL_STATE(1721)] = 94461, [SMALL_STATE(1722)] = 94485, [SMALL_STATE(1723)] = 94507, [SMALL_STATE(1724)] = 94521, [SMALL_STATE(1725)] = 94543, [SMALL_STATE(1726)] = 94562, [SMALL_STATE(1727)] = 94579, [SMALL_STATE(1728)] = 94598, [SMALL_STATE(1729)] = 94616, [SMALL_STATE(1730)] = 94634, [SMALL_STATE(1731)] = 94654, [SMALL_STATE(1732)] = 94672, [SMALL_STATE(1733)] = 94690, [SMALL_STATE(1734)] = 94708, [SMALL_STATE(1735)] = 94726, [SMALL_STATE(1736)] = 94744, [SMALL_STATE(1737)] = 94762, [SMALL_STATE(1738)] = 94780, [SMALL_STATE(1739)] = 94798, [SMALL_STATE(1740)] = 94816, [SMALL_STATE(1741)] = 94834, [SMALL_STATE(1742)] = 94852, [SMALL_STATE(1743)] = 94870, [SMALL_STATE(1744)] = 94888, [SMALL_STATE(1745)] = 94906, [SMALL_STATE(1746)] = 94924, [SMALL_STATE(1747)] = 94942, [SMALL_STATE(1748)] = 94960, [SMALL_STATE(1749)] = 94978, [SMALL_STATE(1750)] = 94996, [SMALL_STATE(1751)] = 95014, [SMALL_STATE(1752)] = 95032, [SMALL_STATE(1753)] = 95050, [SMALL_STATE(1754)] = 95066, [SMALL_STATE(1755)] = 95084, [SMALL_STATE(1756)] = 95104, [SMALL_STATE(1757)] = 95124, [SMALL_STATE(1758)] = 95142, [SMALL_STATE(1759)] = 95160, [SMALL_STATE(1760)] = 95178, [SMALL_STATE(1761)] = 95196, [SMALL_STATE(1762)] = 95214, [SMALL_STATE(1763)] = 95234, [SMALL_STATE(1764)] = 95252, [SMALL_STATE(1765)] = 95270, [SMALL_STATE(1766)] = 95288, [SMALL_STATE(1767)] = 95306, [SMALL_STATE(1768)] = 95324, [SMALL_STATE(1769)] = 95342, [SMALL_STATE(1770)] = 95360, [SMALL_STATE(1771)] = 95378, [SMALL_STATE(1772)] = 95396, [SMALL_STATE(1773)] = 95414, [SMALL_STATE(1774)] = 95432, [SMALL_STATE(1775)] = 95450, [SMALL_STATE(1776)] = 95468, [SMALL_STATE(1777)] = 95486, [SMALL_STATE(1778)] = 95504, [SMALL_STATE(1779)] = 95522, [SMALL_STATE(1780)] = 95540, [SMALL_STATE(1781)] = 95558, [SMALL_STATE(1782)] = 95576, [SMALL_STATE(1783)] = 95594, [SMALL_STATE(1784)] = 95614, [SMALL_STATE(1785)] = 95630, [SMALL_STATE(1786)] = 95648, [SMALL_STATE(1787)] = 95668, [SMALL_STATE(1788)] = 95684, [SMALL_STATE(1789)] = 95704, [SMALL_STATE(1790)] = 95722, [SMALL_STATE(1791)] = 95740, [SMALL_STATE(1792)] = 95758, [SMALL_STATE(1793)] = 95776, [SMALL_STATE(1794)] = 95796, [SMALL_STATE(1795)] = 95814, [SMALL_STATE(1796)] = 95832, [SMALL_STATE(1797)] = 95850, [SMALL_STATE(1798)] = 95868, [SMALL_STATE(1799)] = 95886, [SMALL_STATE(1800)] = 95904, [SMALL_STATE(1801)] = 95922, [SMALL_STATE(1802)] = 95940, [SMALL_STATE(1803)] = 95958, [SMALL_STATE(1804)] = 95976, [SMALL_STATE(1805)] = 95994, [SMALL_STATE(1806)] = 96012, [SMALL_STATE(1807)] = 96030, [SMALL_STATE(1808)] = 96050, [SMALL_STATE(1809)] = 96068, [SMALL_STATE(1810)] = 96086, [SMALL_STATE(1811)] = 96104, [SMALL_STATE(1812)] = 96122, [SMALL_STATE(1813)] = 96140, [SMALL_STATE(1814)] = 96158, [SMALL_STATE(1815)] = 96176, [SMALL_STATE(1816)] = 96196, [SMALL_STATE(1817)] = 96216, [SMALL_STATE(1818)] = 96236, [SMALL_STATE(1819)] = 96256, [SMALL_STATE(1820)] = 96274, [SMALL_STATE(1821)] = 96294, [SMALL_STATE(1822)] = 96314, [SMALL_STATE(1823)] = 96330, [SMALL_STATE(1824)] = 96348, [SMALL_STATE(1825)] = 96366, [SMALL_STATE(1826)] = 96384, [SMALL_STATE(1827)] = 96402, [SMALL_STATE(1828)] = 96420, [SMALL_STATE(1829)] = 96438, [SMALL_STATE(1830)] = 96456, [SMALL_STATE(1831)] = 96474, [SMALL_STATE(1832)] = 96492, [SMALL_STATE(1833)] = 96510, [SMALL_STATE(1834)] = 96528, [SMALL_STATE(1835)] = 96546, [SMALL_STATE(1836)] = 96564, [SMALL_STATE(1837)] = 96582, [SMALL_STATE(1838)] = 96600, [SMALL_STATE(1839)] = 96618, [SMALL_STATE(1840)] = 96636, [SMALL_STATE(1841)] = 96654, [SMALL_STATE(1842)] = 96672, [SMALL_STATE(1843)] = 96690, [SMALL_STATE(1844)] = 96708, [SMALL_STATE(1845)] = 96726, [SMALL_STATE(1846)] = 96744, [SMALL_STATE(1847)] = 96764, [SMALL_STATE(1848)] = 96782, [SMALL_STATE(1849)] = 96800, [SMALL_STATE(1850)] = 96820, [SMALL_STATE(1851)] = 96840, [SMALL_STATE(1852)] = 96858, [SMALL_STATE(1853)] = 96874, [SMALL_STATE(1854)] = 96894, [SMALL_STATE(1855)] = 96912, [SMALL_STATE(1856)] = 96930, [SMALL_STATE(1857)] = 96948, [SMALL_STATE(1858)] = 96966, [SMALL_STATE(1859)] = 96984, [SMALL_STATE(1860)] = 97002, [SMALL_STATE(1861)] = 97020, [SMALL_STATE(1862)] = 97038, [SMALL_STATE(1863)] = 97056, [SMALL_STATE(1864)] = 97074, [SMALL_STATE(1865)] = 97092, [SMALL_STATE(1866)] = 97110, [SMALL_STATE(1867)] = 97128, [SMALL_STATE(1868)] = 97146, [SMALL_STATE(1869)] = 97164, [SMALL_STATE(1870)] = 97182, [SMALL_STATE(1871)] = 97200, [SMALL_STATE(1872)] = 97218, [SMALL_STATE(1873)] = 97236, [SMALL_STATE(1874)] = 97254, [SMALL_STATE(1875)] = 97272, [SMALL_STATE(1876)] = 97292, [SMALL_STATE(1877)] = 97310, [SMALL_STATE(1878)] = 97330, [SMALL_STATE(1879)] = 97350, [SMALL_STATE(1880)] = 97368, [SMALL_STATE(1881)] = 97386, [SMALL_STATE(1882)] = 97406, [SMALL_STATE(1883)] = 97424, [SMALL_STATE(1884)] = 97444, [SMALL_STATE(1885)] = 97464, [SMALL_STATE(1886)] = 97482, [SMALL_STATE(1887)] = 97500, [SMALL_STATE(1888)] = 97520, [SMALL_STATE(1889)] = 97538, [SMALL_STATE(1890)] = 97558, [SMALL_STATE(1891)] = 97576, [SMALL_STATE(1892)] = 97594, [SMALL_STATE(1893)] = 97612, [SMALL_STATE(1894)] = 97630, [SMALL_STATE(1895)] = 97648, [SMALL_STATE(1896)] = 97666, [SMALL_STATE(1897)] = 97684, [SMALL_STATE(1898)] = 97702, [SMALL_STATE(1899)] = 97720, [SMALL_STATE(1900)] = 97738, [SMALL_STATE(1901)] = 97756, [SMALL_STATE(1902)] = 97774, [SMALL_STATE(1903)] = 97792, [SMALL_STATE(1904)] = 97812, [SMALL_STATE(1905)] = 97830, [SMALL_STATE(1906)] = 97848, [SMALL_STATE(1907)] = 97866, [SMALL_STATE(1908)] = 97884, [SMALL_STATE(1909)] = 97902, [SMALL_STATE(1910)] = 97920, [SMALL_STATE(1911)] = 97938, [SMALL_STATE(1912)] = 97956, [SMALL_STATE(1913)] = 97974, [SMALL_STATE(1914)] = 97992, [SMALL_STATE(1915)] = 98010, [SMALL_STATE(1916)] = 98028, [SMALL_STATE(1917)] = 98046, [SMALL_STATE(1918)] = 98066, [SMALL_STATE(1919)] = 98082, [SMALL_STATE(1920)] = 98100, [SMALL_STATE(1921)] = 98118, [SMALL_STATE(1922)] = 98136, [SMALL_STATE(1923)] = 98154, [SMALL_STATE(1924)] = 98172, [SMALL_STATE(1925)] = 98190, [SMALL_STATE(1926)] = 98208, [SMALL_STATE(1927)] = 98226, [SMALL_STATE(1928)] = 98244, [SMALL_STATE(1929)] = 98262, [SMALL_STATE(1930)] = 98280, [SMALL_STATE(1931)] = 98298, [SMALL_STATE(1932)] = 98316, [SMALL_STATE(1933)] = 98334, [SMALL_STATE(1934)] = 98352, [SMALL_STATE(1935)] = 98370, [SMALL_STATE(1936)] = 98388, [SMALL_STATE(1937)] = 98406, [SMALL_STATE(1938)] = 98424, [SMALL_STATE(1939)] = 98442, [SMALL_STATE(1940)] = 98460, [SMALL_STATE(1941)] = 98478, [SMALL_STATE(1942)] = 98496, [SMALL_STATE(1943)] = 98514, [SMALL_STATE(1944)] = 98532, [SMALL_STATE(1945)] = 98550, [SMALL_STATE(1946)] = 98568, [SMALL_STATE(1947)] = 98586, [SMALL_STATE(1948)] = 98606, [SMALL_STATE(1949)] = 98624, [SMALL_STATE(1950)] = 98642, [SMALL_STATE(1951)] = 98658, [SMALL_STATE(1952)] = 98676, [SMALL_STATE(1953)] = 98694, [SMALL_STATE(1954)] = 98712, [SMALL_STATE(1955)] = 98730, [SMALL_STATE(1956)] = 98748, [SMALL_STATE(1957)] = 98766, [SMALL_STATE(1958)] = 98784, [SMALL_STATE(1959)] = 98802, [SMALL_STATE(1960)] = 98820, [SMALL_STATE(1961)] = 98838, [SMALL_STATE(1962)] = 98856, [SMALL_STATE(1963)] = 98874, [SMALL_STATE(1964)] = 98892, [SMALL_STATE(1965)] = 98910, [SMALL_STATE(1966)] = 98928, [SMALL_STATE(1967)] = 98946, [SMALL_STATE(1968)] = 98964, [SMALL_STATE(1969)] = 98982, [SMALL_STATE(1970)] = 99000, [SMALL_STATE(1971)] = 99018, [SMALL_STATE(1972)] = 99036, [SMALL_STATE(1973)] = 99054, [SMALL_STATE(1974)] = 99072, [SMALL_STATE(1975)] = 99090, [SMALL_STATE(1976)] = 99108, [SMALL_STATE(1977)] = 99126, [SMALL_STATE(1978)] = 99142, [SMALL_STATE(1979)] = 99158, [SMALL_STATE(1980)] = 99176, [SMALL_STATE(1981)] = 99196, [SMALL_STATE(1982)] = 99214, [SMALL_STATE(1983)] = 99232, [SMALL_STATE(1984)] = 99250, [SMALL_STATE(1985)] = 99268, [SMALL_STATE(1986)] = 99286, [SMALL_STATE(1987)] = 99304, [SMALL_STATE(1988)] = 99322, [SMALL_STATE(1989)] = 99340, [SMALL_STATE(1990)] = 99358, [SMALL_STATE(1991)] = 99376, [SMALL_STATE(1992)] = 99392, [SMALL_STATE(1993)] = 99408, [SMALL_STATE(1994)] = 99426, [SMALL_STATE(1995)] = 99444, [SMALL_STATE(1996)] = 99462, [SMALL_STATE(1997)] = 99480, [SMALL_STATE(1998)] = 99498, [SMALL_STATE(1999)] = 99518, [SMALL_STATE(2000)] = 99536, [SMALL_STATE(2001)] = 99554, [SMALL_STATE(2002)] = 99570, [SMALL_STATE(2003)] = 99588, [SMALL_STATE(2004)] = 99606, [SMALL_STATE(2005)] = 99622, [SMALL_STATE(2006)] = 99640, [SMALL_STATE(2007)] = 99658, [SMALL_STATE(2008)] = 99676, [SMALL_STATE(2009)] = 99692, [SMALL_STATE(2010)] = 99710, [SMALL_STATE(2011)] = 99728, [SMALL_STATE(2012)] = 99746, [SMALL_STATE(2013)] = 99764, [SMALL_STATE(2014)] = 99784, [SMALL_STATE(2015)] = 99802, [SMALL_STATE(2016)] = 99820, [SMALL_STATE(2017)] = 99838, [SMALL_STATE(2018)] = 99856, [SMALL_STATE(2019)] = 99874, [SMALL_STATE(2020)] = 99892, [SMALL_STATE(2021)] = 99910, [SMALL_STATE(2022)] = 99926, [SMALL_STATE(2023)] = 99942, [SMALL_STATE(2024)] = 99960, [SMALL_STATE(2025)] = 99978, [SMALL_STATE(2026)] = 99996, [SMALL_STATE(2027)] = 100014, [SMALL_STATE(2028)] = 100032, [SMALL_STATE(2029)] = 100050, [SMALL_STATE(2030)] = 100068, [SMALL_STATE(2031)] = 100088, [SMALL_STATE(2032)] = 100106, [SMALL_STATE(2033)] = 100124, [SMALL_STATE(2034)] = 100140, [SMALL_STATE(2035)] = 100156, [SMALL_STATE(2036)] = 100174, [SMALL_STATE(2037)] = 100192, [SMALL_STATE(2038)] = 100210, [SMALL_STATE(2039)] = 100228, [SMALL_STATE(2040)] = 100246, [SMALL_STATE(2041)] = 100264, [SMALL_STATE(2042)] = 100282, [SMALL_STATE(2043)] = 100300, [SMALL_STATE(2044)] = 100320, [SMALL_STATE(2045)] = 100338, [SMALL_STATE(2046)] = 100358, [SMALL_STATE(2047)] = 100376, [SMALL_STATE(2048)] = 100394, [SMALL_STATE(2049)] = 100414, [SMALL_STATE(2050)] = 100432, [SMALL_STATE(2051)] = 100450, [SMALL_STATE(2052)] = 100468, [SMALL_STATE(2053)] = 100486, [SMALL_STATE(2054)] = 100504, [SMALL_STATE(2055)] = 100522, [SMALL_STATE(2056)] = 100540, [SMALL_STATE(2057)] = 100558, [SMALL_STATE(2058)] = 100578, [SMALL_STATE(2059)] = 100596, [SMALL_STATE(2060)] = 100614, [SMALL_STATE(2061)] = 100632, [SMALL_STATE(2062)] = 100650, [SMALL_STATE(2063)] = 100668, [SMALL_STATE(2064)] = 100686, [SMALL_STATE(2065)] = 100704, [SMALL_STATE(2066)] = 100722, [SMALL_STATE(2067)] = 100740, [SMALL_STATE(2068)] = 100760, [SMALL_STATE(2069)] = 100780, [SMALL_STATE(2070)] = 100798, [SMALL_STATE(2071)] = 100816, [SMALL_STATE(2072)] = 100834, [SMALL_STATE(2073)] = 100852, [SMALL_STATE(2074)] = 100870, [SMALL_STATE(2075)] = 100888, [SMALL_STATE(2076)] = 100906, [SMALL_STATE(2077)] = 100924, [SMALL_STATE(2078)] = 100944, [SMALL_STATE(2079)] = 100962, [SMALL_STATE(2080)] = 100980, [SMALL_STATE(2081)] = 100998, [SMALL_STATE(2082)] = 101018, [SMALL_STATE(2083)] = 101036, [SMALL_STATE(2084)] = 101056, [SMALL_STATE(2085)] = 101074, [SMALL_STATE(2086)] = 101094, [SMALL_STATE(2087)] = 101112, [SMALL_STATE(2088)] = 101130, [SMALL_STATE(2089)] = 101148, [SMALL_STATE(2090)] = 101168, [SMALL_STATE(2091)] = 101186, [SMALL_STATE(2092)] = 101204, [SMALL_STATE(2093)] = 101224, [SMALL_STATE(2094)] = 101244, [SMALL_STATE(2095)] = 101262, [SMALL_STATE(2096)] = 101282, [SMALL_STATE(2097)] = 101300, [SMALL_STATE(2098)] = 101318, [SMALL_STATE(2099)] = 101336, [SMALL_STATE(2100)] = 101356, [SMALL_STATE(2101)] = 101374, [SMALL_STATE(2102)] = 101390, [SMALL_STATE(2103)] = 101408, [SMALL_STATE(2104)] = 101426, [SMALL_STATE(2105)] = 101444, [SMALL_STATE(2106)] = 101462, [SMALL_STATE(2107)] = 101480, [SMALL_STATE(2108)] = 101498, [SMALL_STATE(2109)] = 101516, [SMALL_STATE(2110)] = 101534, [SMALL_STATE(2111)] = 101552, [SMALL_STATE(2112)] = 101570, [SMALL_STATE(2113)] = 101588, [SMALL_STATE(2114)] = 101606, [SMALL_STATE(2115)] = 101624, [SMALL_STATE(2116)] = 101642, [SMALL_STATE(2117)] = 101653, [SMALL_STATE(2118)] = 101668, [SMALL_STATE(2119)] = 101683, [SMALL_STATE(2120)] = 101698, [SMALL_STATE(2121)] = 101713, [SMALL_STATE(2122)] = 101724, [SMALL_STATE(2123)] = 101739, [SMALL_STATE(2124)] = 101754, [SMALL_STATE(2125)] = 101765, [SMALL_STATE(2126)] = 101780, [SMALL_STATE(2127)] = 101791, [SMALL_STATE(2128)] = 101802, [SMALL_STATE(2129)] = 101817, [SMALL_STATE(2130)] = 101832, [SMALL_STATE(2131)] = 101847, [SMALL_STATE(2132)] = 101862, [SMALL_STATE(2133)] = 101877, [SMALL_STATE(2134)] = 101892, [SMALL_STATE(2135)] = 101907, [SMALL_STATE(2136)] = 101918, [SMALL_STATE(2137)] = 101933, [SMALL_STATE(2138)] = 101948, [SMALL_STATE(2139)] = 101963, [SMALL_STATE(2140)] = 101978, [SMALL_STATE(2141)] = 101993, [SMALL_STATE(2142)] = 102004, [SMALL_STATE(2143)] = 102019, [SMALL_STATE(2144)] = 102034, [SMALL_STATE(2145)] = 102049, [SMALL_STATE(2146)] = 102062, [SMALL_STATE(2147)] = 102073, [SMALL_STATE(2148)] = 102084, [SMALL_STATE(2149)] = 102095, [SMALL_STATE(2150)] = 102106, [SMALL_STATE(2151)] = 102121, [SMALL_STATE(2152)] = 102136, [SMALL_STATE(2153)] = 102151, [SMALL_STATE(2154)] = 102166, [SMALL_STATE(2155)] = 102181, [SMALL_STATE(2156)] = 102192, [SMALL_STATE(2157)] = 102207, [SMALL_STATE(2158)] = 102218, [SMALL_STATE(2159)] = 102233, [SMALL_STATE(2160)] = 102244, [SMALL_STATE(2161)] = 102255, [SMALL_STATE(2162)] = 102270, [SMALL_STATE(2163)] = 102285, [SMALL_STATE(2164)] = 102300, [SMALL_STATE(2165)] = 102315, [SMALL_STATE(2166)] = 102330, [SMALL_STATE(2167)] = 102345, [SMALL_STATE(2168)] = 102360, [SMALL_STATE(2169)] = 102375, [SMALL_STATE(2170)] = 102390, [SMALL_STATE(2171)] = 102405, [SMALL_STATE(2172)] = 102416, [SMALL_STATE(2173)] = 102428, [SMALL_STATE(2174)] = 102438, [SMALL_STATE(2175)] = 102450, [SMALL_STATE(2176)] = 102462, [SMALL_STATE(2177)] = 102474, [SMALL_STATE(2178)] = 102486, [SMALL_STATE(2179)] = 102498, [SMALL_STATE(2180)] = 102510, [SMALL_STATE(2181)] = 102520, [SMALL_STATE(2182)] = 102532, [SMALL_STATE(2183)] = 102544, [SMALL_STATE(2184)] = 102554, [SMALL_STATE(2185)] = 102566, [SMALL_STATE(2186)] = 102578, [SMALL_STATE(2187)] = 102590, [SMALL_STATE(2188)] = 102600, [SMALL_STATE(2189)] = 102612, [SMALL_STATE(2190)] = 102622, [SMALL_STATE(2191)] = 102634, [SMALL_STATE(2192)] = 102646, [SMALL_STATE(2193)] = 102658, [SMALL_STATE(2194)] = 102668, [SMALL_STATE(2195)] = 102680, [SMALL_STATE(2196)] = 102692, [SMALL_STATE(2197)] = 102704, [SMALL_STATE(2198)] = 102714, [SMALL_STATE(2199)] = 102724, [SMALL_STATE(2200)] = 102736, [SMALL_STATE(2201)] = 102748, [SMALL_STATE(2202)] = 102760, [SMALL_STATE(2203)] = 102772, [SMALL_STATE(2204)] = 102784, [SMALL_STATE(2205)] = 102796, [SMALL_STATE(2206)] = 102806, [SMALL_STATE(2207)] = 102818, [SMALL_STATE(2208)] = 102828, [SMALL_STATE(2209)] = 102840, [SMALL_STATE(2210)] = 102852, [SMALL_STATE(2211)] = 102864, [SMALL_STATE(2212)] = 102876, [SMALL_STATE(2213)] = 102888, [SMALL_STATE(2214)] = 102900, [SMALL_STATE(2215)] = 102910, [SMALL_STATE(2216)] = 102922, [SMALL_STATE(2217)] = 102932, [SMALL_STATE(2218)] = 102944, [SMALL_STATE(2219)] = 102954, [SMALL_STATE(2220)] = 102966, [SMALL_STATE(2221)] = 102978, [SMALL_STATE(2222)] = 102990, [SMALL_STATE(2223)] = 103002, [SMALL_STATE(2224)] = 103014, [SMALL_STATE(2225)] = 103023, [SMALL_STATE(2226)] = 103032, [SMALL_STATE(2227)] = 103041, [SMALL_STATE(2228)] = 103050, [SMALL_STATE(2229)] = 103059, [SMALL_STATE(2230)] = 103068, [SMALL_STATE(2231)] = 103077, [SMALL_STATE(2232)] = 103086, [SMALL_STATE(2233)] = 103095, [SMALL_STATE(2234)] = 103104, [SMALL_STATE(2235)] = 103113, [SMALL_STATE(2236)] = 103122, [SMALL_STATE(2237)] = 103131, [SMALL_STATE(2238)] = 103140, [SMALL_STATE(2239)] = 103149, [SMALL_STATE(2240)] = 103158, [SMALL_STATE(2241)] = 103167, [SMALL_STATE(2242)] = 103176, [SMALL_STATE(2243)] = 103185, [SMALL_STATE(2244)] = 103194, [SMALL_STATE(2245)] = 103203, [SMALL_STATE(2246)] = 103212, [SMALL_STATE(2247)] = 103221, [SMALL_STATE(2248)] = 103230, [SMALL_STATE(2249)] = 103239, [SMALL_STATE(2250)] = 103248, [SMALL_STATE(2251)] = 103257, [SMALL_STATE(2252)] = 103266, [SMALL_STATE(2253)] = 103275, [SMALL_STATE(2254)] = 103284, [SMALL_STATE(2255)] = 103293, [SMALL_STATE(2256)] = 103302, [SMALL_STATE(2257)] = 103311, [SMALL_STATE(2258)] = 103320, [SMALL_STATE(2259)] = 103329, [SMALL_STATE(2260)] = 103338, [SMALL_STATE(2261)] = 103347, [SMALL_STATE(2262)] = 103356, [SMALL_STATE(2263)] = 103365, [SMALL_STATE(2264)] = 103374, [SMALL_STATE(2265)] = 103383, [SMALL_STATE(2266)] = 103392, [SMALL_STATE(2267)] = 103401, [SMALL_STATE(2268)] = 103410, [SMALL_STATE(2269)] = 103419, [SMALL_STATE(2270)] = 103428, [SMALL_STATE(2271)] = 103437, [SMALL_STATE(2272)] = 103446, [SMALL_STATE(2273)] = 103455, [SMALL_STATE(2274)] = 103464, [SMALL_STATE(2275)] = 103473, [SMALL_STATE(2276)] = 103482, [SMALL_STATE(2277)] = 103491, [SMALL_STATE(2278)] = 103500, [SMALL_STATE(2279)] = 103509, [SMALL_STATE(2280)] = 103518, [SMALL_STATE(2281)] = 103527, [SMALL_STATE(2282)] = 103536, [SMALL_STATE(2283)] = 103545, [SMALL_STATE(2284)] = 103554, [SMALL_STATE(2285)] = 103563, [SMALL_STATE(2286)] = 103572, [SMALL_STATE(2287)] = 103581, [SMALL_STATE(2288)] = 103590, [SMALL_STATE(2289)] = 103599, [SMALL_STATE(2290)] = 103608, [SMALL_STATE(2291)] = 103617, [SMALL_STATE(2292)] = 103626, [SMALL_STATE(2293)] = 103635, [SMALL_STATE(2294)] = 103644, [SMALL_STATE(2295)] = 103653, [SMALL_STATE(2296)] = 103662, [SMALL_STATE(2297)] = 103671, [SMALL_STATE(2298)] = 103680, [SMALL_STATE(2299)] = 103689, [SMALL_STATE(2300)] = 103698, [SMALL_STATE(2301)] = 103707, [SMALL_STATE(2302)] = 103716, [SMALL_STATE(2303)] = 103725, [SMALL_STATE(2304)] = 103734, [SMALL_STATE(2305)] = 103743, [SMALL_STATE(2306)] = 103752, [SMALL_STATE(2307)] = 103761, [SMALL_STATE(2308)] = 103770, [SMALL_STATE(2309)] = 103779, [SMALL_STATE(2310)] = 103788, [SMALL_STATE(2311)] = 103797, [SMALL_STATE(2312)] = 103806, [SMALL_STATE(2313)] = 103815, [SMALL_STATE(2314)] = 103824, [SMALL_STATE(2315)] = 103833, [SMALL_STATE(2316)] = 103842, [SMALL_STATE(2317)] = 103851, [SMALL_STATE(2318)] = 103860, [SMALL_STATE(2319)] = 103869, [SMALL_STATE(2320)] = 103878, [SMALL_STATE(2321)] = 103887, [SMALL_STATE(2322)] = 103896, [SMALL_STATE(2323)] = 103905, [SMALL_STATE(2324)] = 103914, [SMALL_STATE(2325)] = 103923, [SMALL_STATE(2326)] = 103932, [SMALL_STATE(2327)] = 103941, [SMALL_STATE(2328)] = 103950, [SMALL_STATE(2329)] = 103959, [SMALL_STATE(2330)] = 103968, [SMALL_STATE(2331)] = 103977, [SMALL_STATE(2332)] = 103986, [SMALL_STATE(2333)] = 103995, [SMALL_STATE(2334)] = 104004, [SMALL_STATE(2335)] = 104013, [SMALL_STATE(2336)] = 104022, [SMALL_STATE(2337)] = 104031, [SMALL_STATE(2338)] = 104040, [SMALL_STATE(2339)] = 104049, [SMALL_STATE(2340)] = 104058, [SMALL_STATE(2341)] = 104067, [SMALL_STATE(2342)] = 104076, [SMALL_STATE(2343)] = 104085, [SMALL_STATE(2344)] = 104094, [SMALL_STATE(2345)] = 104103, [SMALL_STATE(2346)] = 104112, [SMALL_STATE(2347)] = 104121, [SMALL_STATE(2348)] = 104130, [SMALL_STATE(2349)] = 104139, [SMALL_STATE(2350)] = 104148, [SMALL_STATE(2351)] = 104157, [SMALL_STATE(2352)] = 104166, [SMALL_STATE(2353)] = 104175, [SMALL_STATE(2354)] = 104184, [SMALL_STATE(2355)] = 104193, [SMALL_STATE(2356)] = 104202, [SMALL_STATE(2357)] = 104211, [SMALL_STATE(2358)] = 104220, [SMALL_STATE(2359)] = 104229, [SMALL_STATE(2360)] = 104238, [SMALL_STATE(2361)] = 104247, [SMALL_STATE(2362)] = 104256, [SMALL_STATE(2363)] = 104265, [SMALL_STATE(2364)] = 104274, [SMALL_STATE(2365)] = 104283, [SMALL_STATE(2366)] = 104292, [SMALL_STATE(2367)] = 104301, [SMALL_STATE(2368)] = 104310, [SMALL_STATE(2369)] = 104319, [SMALL_STATE(2370)] = 104328, [SMALL_STATE(2371)] = 104337, [SMALL_STATE(2372)] = 104346, [SMALL_STATE(2373)] = 104355, [SMALL_STATE(2374)] = 104364, [SMALL_STATE(2375)] = 104373, [SMALL_STATE(2376)] = 104382, [SMALL_STATE(2377)] = 104391, [SMALL_STATE(2378)] = 104400, [SMALL_STATE(2379)] = 104409, [SMALL_STATE(2380)] = 104418, [SMALL_STATE(2381)] = 104427, [SMALL_STATE(2382)] = 104436, [SMALL_STATE(2383)] = 104445, [SMALL_STATE(2384)] = 104454, [SMALL_STATE(2385)] = 104463, [SMALL_STATE(2386)] = 104472, [SMALL_STATE(2387)] = 104481, [SMALL_STATE(2388)] = 104490, [SMALL_STATE(2389)] = 104499, [SMALL_STATE(2390)] = 104508, [SMALL_STATE(2391)] = 104517, [SMALL_STATE(2392)] = 104526, [SMALL_STATE(2393)] = 104535, [SMALL_STATE(2394)] = 104544, [SMALL_STATE(2395)] = 104553, [SMALL_STATE(2396)] = 104562, [SMALL_STATE(2397)] = 104571, [SMALL_STATE(2398)] = 104580, [SMALL_STATE(2399)] = 104589, [SMALL_STATE(2400)] = 104598, [SMALL_STATE(2401)] = 104607, [SMALL_STATE(2402)] = 104616, [SMALL_STATE(2403)] = 104625, [SMALL_STATE(2404)] = 104634, [SMALL_STATE(2405)] = 104643, [SMALL_STATE(2406)] = 104652, [SMALL_STATE(2407)] = 104661, [SMALL_STATE(2408)] = 104670, [SMALL_STATE(2409)] = 104679, [SMALL_STATE(2410)] = 104688, [SMALL_STATE(2411)] = 104697, [SMALL_STATE(2412)] = 104706, [SMALL_STATE(2413)] = 104715, [SMALL_STATE(2414)] = 104724, [SMALL_STATE(2415)] = 104733, [SMALL_STATE(2416)] = 104742, [SMALL_STATE(2417)] = 104751, [SMALL_STATE(2418)] = 104760, [SMALL_STATE(2419)] = 104769, [SMALL_STATE(2420)] = 104778, [SMALL_STATE(2421)] = 104787, [SMALL_STATE(2422)] = 104796, [SMALL_STATE(2423)] = 104805, [SMALL_STATE(2424)] = 104814, [SMALL_STATE(2425)] = 104823, [SMALL_STATE(2426)] = 104832, [SMALL_STATE(2427)] = 104841, [SMALL_STATE(2428)] = 104850, [SMALL_STATE(2429)] = 104859, [SMALL_STATE(2430)] = 104868, [SMALL_STATE(2431)] = 104877, [SMALL_STATE(2432)] = 104886, [SMALL_STATE(2433)] = 104895, [SMALL_STATE(2434)] = 104904, [SMALL_STATE(2435)] = 104913, [SMALL_STATE(2436)] = 104922, [SMALL_STATE(2437)] = 104931, [SMALL_STATE(2438)] = 104940, [SMALL_STATE(2439)] = 104949, [SMALL_STATE(2440)] = 104958, [SMALL_STATE(2441)] = 104967, [SMALL_STATE(2442)] = 104976, [SMALL_STATE(2443)] = 104985, [SMALL_STATE(2444)] = 104994, [SMALL_STATE(2445)] = 105003, [SMALL_STATE(2446)] = 105012, [SMALL_STATE(2447)] = 105021, [SMALL_STATE(2448)] = 105030, [SMALL_STATE(2449)] = 105039, [SMALL_STATE(2450)] = 105048, [SMALL_STATE(2451)] = 105057, [SMALL_STATE(2452)] = 105066, [SMALL_STATE(2453)] = 105075, [SMALL_STATE(2454)] = 105084, [SMALL_STATE(2455)] = 105093, [SMALL_STATE(2456)] = 105102, [SMALL_STATE(2457)] = 105111, [SMALL_STATE(2458)] = 105120, [SMALL_STATE(2459)] = 105129, [SMALL_STATE(2460)] = 105138, [SMALL_STATE(2461)] = 105147, [SMALL_STATE(2462)] = 105156, [SMALL_STATE(2463)] = 105165, [SMALL_STATE(2464)] = 105174, [SMALL_STATE(2465)] = 105183, [SMALL_STATE(2466)] = 105192, [SMALL_STATE(2467)] = 105201, [SMALL_STATE(2468)] = 105210, [SMALL_STATE(2469)] = 105219, [SMALL_STATE(2470)] = 105228, [SMALL_STATE(2471)] = 105237, [SMALL_STATE(2472)] = 105246, [SMALL_STATE(2473)] = 105255, [SMALL_STATE(2474)] = 105264, [SMALL_STATE(2475)] = 105273, [SMALL_STATE(2476)] = 105282, [SMALL_STATE(2477)] = 105291, [SMALL_STATE(2478)] = 105300, [SMALL_STATE(2479)] = 105309, [SMALL_STATE(2480)] = 105318, [SMALL_STATE(2481)] = 105327, [SMALL_STATE(2482)] = 105336, [SMALL_STATE(2483)] = 105345, [SMALL_STATE(2484)] = 105354, [SMALL_STATE(2485)] = 105363, [SMALL_STATE(2486)] = 105372, [SMALL_STATE(2487)] = 105381, [SMALL_STATE(2488)] = 105390, [SMALL_STATE(2489)] = 105399, [SMALL_STATE(2490)] = 105408, [SMALL_STATE(2491)] = 105417, [SMALL_STATE(2492)] = 105426, [SMALL_STATE(2493)] = 105435, [SMALL_STATE(2494)] = 105444, [SMALL_STATE(2495)] = 105453, [SMALL_STATE(2496)] = 105462, [SMALL_STATE(2497)] = 105471, [SMALL_STATE(2498)] = 105480, [SMALL_STATE(2499)] = 105489, [SMALL_STATE(2500)] = 105498, [SMALL_STATE(2501)] = 105507, [SMALL_STATE(2502)] = 105516, [SMALL_STATE(2503)] = 105525, [SMALL_STATE(2504)] = 105534, [SMALL_STATE(2505)] = 105543, [SMALL_STATE(2506)] = 105552, [SMALL_STATE(2507)] = 105561, [SMALL_STATE(2508)] = 105570, [SMALL_STATE(2509)] = 105579, [SMALL_STATE(2510)] = 105588, [SMALL_STATE(2511)] = 105597, [SMALL_STATE(2512)] = 105606, [SMALL_STATE(2513)] = 105615, [SMALL_STATE(2514)] = 105624, [SMALL_STATE(2515)] = 105633, [SMALL_STATE(2516)] = 105642, [SMALL_STATE(2517)] = 105651, [SMALL_STATE(2518)] = 105660, [SMALL_STATE(2519)] = 105669, [SMALL_STATE(2520)] = 105678, [SMALL_STATE(2521)] = 105687, [SMALL_STATE(2522)] = 105696, [SMALL_STATE(2523)] = 105705, [SMALL_STATE(2524)] = 105714, [SMALL_STATE(2525)] = 105723, [SMALL_STATE(2526)] = 105732, [SMALL_STATE(2527)] = 105741, [SMALL_STATE(2528)] = 105750, [SMALL_STATE(2529)] = 105759, [SMALL_STATE(2530)] = 105768, [SMALL_STATE(2531)] = 105777, [SMALL_STATE(2532)] = 105786, [SMALL_STATE(2533)] = 105795, [SMALL_STATE(2534)] = 105804, [SMALL_STATE(2535)] = 105813, [SMALL_STATE(2536)] = 105822, [SMALL_STATE(2537)] = 105831, [SMALL_STATE(2538)] = 105840, [SMALL_STATE(2539)] = 105849, [SMALL_STATE(2540)] = 105858, [SMALL_STATE(2541)] = 105867, [SMALL_STATE(2542)] = 105876, [SMALL_STATE(2543)] = 105885, [SMALL_STATE(2544)] = 105894, [SMALL_STATE(2545)] = 105903, [SMALL_STATE(2546)] = 105912, [SMALL_STATE(2547)] = 105921, [SMALL_STATE(2548)] = 105930, [SMALL_STATE(2549)] = 105939, [SMALL_STATE(2550)] = 105948, [SMALL_STATE(2551)] = 105957, [SMALL_STATE(2552)] = 105966, [SMALL_STATE(2553)] = 105975, [SMALL_STATE(2554)] = 105984, [SMALL_STATE(2555)] = 105993, [SMALL_STATE(2556)] = 106002, [SMALL_STATE(2557)] = 106011, [SMALL_STATE(2558)] = 106020, [SMALL_STATE(2559)] = 106029, [SMALL_STATE(2560)] = 106038, [SMALL_STATE(2561)] = 106047, [SMALL_STATE(2562)] = 106056, [SMALL_STATE(2563)] = 106065, [SMALL_STATE(2564)] = 106074, [SMALL_STATE(2565)] = 106083, [SMALL_STATE(2566)] = 106092, [SMALL_STATE(2567)] = 106101, [SMALL_STATE(2568)] = 106110, [SMALL_STATE(2569)] = 106119, [SMALL_STATE(2570)] = 106128, [SMALL_STATE(2571)] = 106137, [SMALL_STATE(2572)] = 106146, [SMALL_STATE(2573)] = 106155, [SMALL_STATE(2574)] = 106164, [SMALL_STATE(2575)] = 106173, [SMALL_STATE(2576)] = 106182, [SMALL_STATE(2577)] = 106191, [SMALL_STATE(2578)] = 106200, [SMALL_STATE(2579)] = 106209, [SMALL_STATE(2580)] = 106218, [SMALL_STATE(2581)] = 106227, [SMALL_STATE(2582)] = 106236, [SMALL_STATE(2583)] = 106245, [SMALL_STATE(2584)] = 106254, [SMALL_STATE(2585)] = 106263, [SMALL_STATE(2586)] = 106272, [SMALL_STATE(2587)] = 106281, [SMALL_STATE(2588)] = 106290, [SMALL_STATE(2589)] = 106299, [SMALL_STATE(2590)] = 106308, [SMALL_STATE(2591)] = 106317, [SMALL_STATE(2592)] = 106326, [SMALL_STATE(2593)] = 106335, [SMALL_STATE(2594)] = 106344, [SMALL_STATE(2595)] = 106353, [SMALL_STATE(2596)] = 106362, [SMALL_STATE(2597)] = 106371, [SMALL_STATE(2598)] = 106380, [SMALL_STATE(2599)] = 106389, [SMALL_STATE(2600)] = 106398, [SMALL_STATE(2601)] = 106407, [SMALL_STATE(2602)] = 106416, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [61] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), [63] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), [65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), [67] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2010), [70] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(517), [73] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2015), [76] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2130), [79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2138), [82] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2144), [85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2086), [88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), [91] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1758), [94] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1916), [97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1912), [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1847), [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2305), [106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(450), [109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(415), [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2132), [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(429), [118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(213), [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2529), [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(595), [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2306), [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1787), [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1544), [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(532), [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(582), [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), [237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), [239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), [241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elsif_clause, 4, 0, 0), [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(733), [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1825), [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1661), [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1794), [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1795), [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1796), [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1797), [264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2305), [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(453), [270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(454), [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2167), [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(455), [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(334), [284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2375), [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(736), [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2258), [293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1787), [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), [299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1570), [302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(737), [305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(738), [308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(687), [311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1949), [314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1665), [317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1923), [320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1924), [323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1925), [326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1926), [329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(481), [332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(482), [335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2143), [338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(483), [341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(342), [344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2427), [347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(688), [350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2527), [353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1591), [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(689), [361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(690), [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_item, 2, 0, 0), SHIFT(2305), [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 2, 0, 0), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), [399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 2, 0, 0), [401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_item, 2, 0, 0), SHIFT(1787), [404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_item, 2, 0, 0), SHIFT(1918), [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_case_item, 2, 0, 0), SHIFT(1591), [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), [414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), [416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), [418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elsif_clause, 3, 0, 0), [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_item, 3, 0, 0), SHIFT(2305), [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, 0, 0), [425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, 0, 0), [427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_item, 3, 0, 0), SHIFT(1787), [430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_item, 3, 0, 0), SHIFT(1918), [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_case_item, 3, 0, 0), SHIFT(1591), [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), [454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), [882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(810), [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2090), [888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1656), [891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2050), [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2051), [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2052), [900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2053), [903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(418), [906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(419), [909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2162), [912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(420), [915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(324), [918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2310), [921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(811), [924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2549), [927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(812), [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(813), [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1, 0, 0), [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), [976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(959), [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1819), [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1659), [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2094), [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2096), [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2098), [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2100), [997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(425), [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(426), [1003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2163), [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(427), [1009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(326), [1012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2323), [1015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(965), [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2276), [1021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1547), [1024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(971), [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(972), [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1052), [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1731), [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1664), [1039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1839), [1042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1848), [1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1851), [1048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1868), [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(432), [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(433), [1057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2164), [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(434), [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(328), [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2336), [1069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1056), [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2366), [1075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1552), [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1062), [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), [1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1114), [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1763), [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1662), [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1733), [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1734), [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1735), [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1736), [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(439), [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(440), [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2165), [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(441), [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(330), [1120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2349), [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1115), [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2467), [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1559), [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1116), [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1117), [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1162), [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1792), [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1666), [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1764), [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1765), [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1766), [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1767), [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(446), [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(447), [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2166), [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(448), [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(332), [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1163), [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2554), [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1564), [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1164), [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1165), [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1233), [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1854), [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1669), [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1826), [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1827), [1209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1828), [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1829), [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(460), [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(461), [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2168), [1224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(462), [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(336), [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2388), [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(815), [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2321), [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1575), [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(816), [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(817), [1248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(861), [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1888), [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1654), [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1855), [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1856), [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1857), [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1858), [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(467), [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(468), [1275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(469), [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(338), [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2401), [1287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(862), [1290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2392), [1293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1580), [1296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(863), [1299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(864), [1302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(908), [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1921), [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1670), [1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1890), [1314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1891), [1317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), [1320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1893), [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(474), [1326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(475), [1329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2170), [1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(476), [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(340), [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2414), [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(909), [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2460), [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1585), [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(910), [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(911), [1356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1001), [1359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1969), [1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1660), [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1951), [1368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1952), [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1953), [1374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1954), [1377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(488), [1380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(489), [1383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2120), [1386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(490), [1389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(344), [1392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2440), [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1002), [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2600), [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1595), [1404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1003), [1407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1004), [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), [1444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), [1446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), [1452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), [1454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), [1456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), [1458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), [1460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), [1464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), [1470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), [1476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), [1478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), [1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), [1494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), [1502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1225), [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1948), [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1658), [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1973), [1514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1974), [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1975), [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1976), [1523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(412), [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(413), [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2161), [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(414), [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(322), [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2290), [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1226), [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1599), [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1227), [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_data_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1228), [1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), [1566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, 0, 0), [1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, 0, 0), [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_callee, 3, 0, 0), [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefixed_identifier, 2, 0, 0), [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefixed_identifier, 2, 0, 0), [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_access, 5, 0, 0), [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_access, 5, 0, 0), [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, 0, 0), [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, 0, 0), [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), [1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_region_statement, 3, 0, 0), [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_region_statement, 3, 0, 0), [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_region_statement, 4, 0, 0), [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_region_statement, 4, 0, 0), [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 4, 0, 2), [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 4, 0, 2), [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 19, 0, 22), [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 19, 0, 22), [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 7, 0, 2), [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 7, 0, 2), [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_db_specific_declaration, 3, 0, 0), [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_db_specific_declaration, 3, 0, 0), [1912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_temp_declaration, 3, 0, 0), [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_temp_declaration, 3, 0, 0), [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 0), [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 0), [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 8, 0, 2), [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 8, 0, 2), [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 8, 0, 2), [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 8, 0, 2), [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 8, 0, 9), [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 8, 0, 9), [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 8, 0, 10), [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 8, 0, 10), [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 0), [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 0), [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 0), [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 0), [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 8, 0, 7), [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 8, 0, 7), [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 8, 0, 2), [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 8, 0, 2), [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 4, 0, 0), [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 4, 0, 0), [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 8, 0, 2), [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 8, 0, 2), [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 8, 0, 2), [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 8, 0, 2), [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fb_call, 4, 0, 1), [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fb_call, 4, 0, 1), [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, 0, 0), [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, 0, 0), [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 4, 0, 3), [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 4, 0, 3), [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 0), [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 0), [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 1, 0, 0), [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 1, 0, 0), [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 9, 0, 2), [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 9, 0, 2), [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 9, 0, 2), [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 9, 0, 2), [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2, 0, 0), [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2, 0, 0), [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 9, 0, 11), [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 9, 0, 11), [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 2), [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 2), [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 9, 0, 9), [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 9, 0, 9), [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 9, 0, 10), [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 9, 0, 10), [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 9, 0, 2), [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 9, 0, 2), [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 5, 0, 2), [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 5, 0, 2), [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 9, 0, 2), [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 9, 0, 2), [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 19, 0, 2), [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 19, 0, 2), [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 9, 0, 2), [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 9, 0, 2), [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 5, 0, 4), [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 5, 0, 4), [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_temp_declaration, 2, 0, 0), [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_temp_declaration, 2, 0, 0), [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_constant_declaration, 2, 0, 0), [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_constant_declaration, 2, 0, 0), [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 0), [2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 0), [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 10, 0, 2), [2060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 10, 0, 2), [2062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 5, 0, 2), [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 5, 0, 2), [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 10, 0, 2), [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 10, 0, 2), [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 10, 0, 14), [2072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 10, 0, 14), [2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_retain_declaration, 2, 0, 0), [2077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_retain_declaration, 2, 0, 0), [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 5, 0, 2), [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 5, 0, 2), [2084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 10, 0, 11), [2086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 10, 0, 11), [2088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_fb_call, 3, 0, 1), REDUCE(sym_function_call, 3, 0, 0), [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_fb_call, 3, 0, 1), REDUCE(sym_function_call, 3, 0, 0), [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 10, 0, 10), [2096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 10, 0, 10), [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 10, 0, 2), [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 10, 0, 2), [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 10, 0, 2), [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 10, 0, 2), [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, 0, 2), [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, 0, 2), [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 10, 0, 2), [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 10, 0, 2), [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_non_retain_declaration, 2, 0, 0), [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), REDUCE(sym_var_non_retain_declaration, 2, 0, 0), [2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 0), [2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 0), [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 11, 0, 2), [2126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 11, 0, 2), [2128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 11, 0, 2), [2130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 11, 0, 2), [2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fb_call, 3, 0, 1), [2134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fb_call, 3, 0, 1), [2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 11, 0, 14), [2138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 11, 0, 14), [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, 0, 0), [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, 0, 0), [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 11, 0, 11), [2146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 11, 0, 11), [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 11, 0, 15), [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 11, 0, 15), [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 0), [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 0), [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 0), [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, 0, 0), [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 11, 0, 2), [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 11, 0, 2), [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 11, 0, 2), [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 11, 0, 2), [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 0), [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 0), [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeat_statement, 5, 0, 0), [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeat_statement, 5, 0, 0), [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 11, 0, 2), [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 11, 0, 2), [2180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_region_statement, 5, 0, 0), [2182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_region_statement, 5, 0, 0), [2184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 0), [2186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 0), [2188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 12, 0, 2), [2190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 12, 0, 2), [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 12, 0, 2), [2194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 12, 0, 2), [2196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), [2198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1, 0, 0), [2200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 2), [2202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 2), [2204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 12, 0, 17), [2206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 12, 0, 17), [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 12, 0, 14), [2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 12, 0, 14), [2212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 12, 0, 15), [2214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 12, 0, 15), [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 12, 0, 2), [2218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 12, 0, 2), [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 6, 0, 2), [2222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 6, 0, 2), [2224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 12, 0, 2), [2226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 12, 0, 2), [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 12, 0, 2), [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 12, 0, 2), [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 6, 0, 7), [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 6, 0, 7), [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 13, 0, 2), [2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 13, 0, 2), [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 4, 0, 2), [2242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 4, 0, 2), [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 13, 0, 2), [2246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 13, 0, 2), [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), [2250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1, 0, 0), [2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 13, 0, 18), [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 13, 0, 18), [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 6, 0, 4), [2258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 6, 0, 4), [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), [2262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 13, 0, 17), [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 13, 0, 17), [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 6, 0, 2), [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 6, 0, 2), [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 13, 0, 15), [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 13, 0, 15), [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 13, 0, 2), [2278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 13, 0, 2), [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 13, 0, 2), [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 13, 0, 2), [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 6, 0, 2), [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 6, 0, 2), [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 13, 0, 2), [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 13, 0, 2), [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 4, 0, 2), [2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 4, 0, 2), [2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 14, 0, 2), [2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 14, 0, 2), [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 14, 0, 2), [2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 14, 0, 2), [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 14, 0, 18), [2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 14, 0, 18), [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 14, 0, 17), [2310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 14, 0, 17), [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 14, 0, 19), [2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 14, 0, 19), [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, 0, 2), [2318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, 0, 2), [2320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 14, 0, 2), [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 14, 0, 2), [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 14, 0, 2), [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 14, 0, 2), [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3, 0, 0), [2330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3, 0, 0), [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 14, 0, 2), [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 14, 0, 2), [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 0), [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 0), [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 15, 0, 2), [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 15, 0, 2), [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 15, 0, 2), [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 15, 0, 2), [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, 0, 0), [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, 0, 0), [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, 0, 2), [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, 0, 2), [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 15, 0, 20), [2358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 15, 0, 20), [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 2), [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7, 0, 2), [2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 15, 0, 18), [2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 15, 0, 18), [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 15, 0, 19), [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 15, 0, 19), [2372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_non_retain_declaration, 3, 0, 0), [2375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_non_retain_declaration, 3, 0, 0), [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 15, 0, 2), [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 15, 0, 2), [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 7, 0, 2), [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 7, 0, 2), [2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_retain_declaration, 3, 0, 0), [2389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_retain_declaration, 3, 0, 0), [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 15, 0, 2), [2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 15, 0, 2), [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 7, 0, 9), [2398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 7, 0, 9), [2400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 4, 0, 0), REDUCE(sym_var_non_retain_declaration, 4, 0, 0), [2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 4, 0, 0), REDUCE(sym_var_non_retain_declaration, 4, 0, 0), [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 15, 0, 2), [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 15, 0, 2), [2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 4, 0, 0), REDUCE(sym_var_retain_declaration, 4, 0, 0), [2413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 4, 0, 0), REDUCE(sym_var_retain_declaration, 4, 0, 0), [2416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 16, 0, 2), [2418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 16, 0, 2), [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 16, 0, 2), [2422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 16, 0, 2), [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 16, 0, 21), [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 16, 0, 21), [2428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 4, 0, 0), REDUCE(sym_var_constant_declaration, 4, 0, 0), [2431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 4, 0, 0), REDUCE(sym_var_constant_declaration, 4, 0, 0), [2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 16, 0, 20), [2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 16, 0, 20), [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 7, 0, 7), [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 7, 0, 7), [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_db_specific_declaration, 4, 0, 0), [2444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_db_specific_declaration, 4, 0, 0), [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 7, 0, 4), [2448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 7, 0, 4), [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 16, 0, 19), [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 16, 0, 19), [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 16, 0, 2), [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 16, 0, 2), [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 16, 0, 2), [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 16, 0, 2), [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 7, 0, 2), [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 7, 0, 2), [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 16, 0, 2), [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 16, 0, 2), [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 17, 0, 2), [2472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 17, 0, 2), [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 17, 0, 2), [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 17, 0, 2), [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 17, 0, 21), [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 17, 0, 21), [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 17, 0, 20), [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 17, 0, 20), [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 17, 0, 22), [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 17, 0, 22), [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_organization_block, 17, 0, 2), [2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_organization_block, 17, 0, 2), [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 17, 0, 2), [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 17, 0, 2), [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 17, 0, 2), [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 17, 0, 2), [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_block, 7, 0, 2), [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_block, 7, 0, 2), [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 0), [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 0), [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 18, 0, 2), [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 18, 0, 2), [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 18, 0, 21), [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 18, 0, 21), [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 18, 0, 2), [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 18, 0, 2), [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_block, 18, 0, 22), [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_data_block, 18, 0, 22), [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_constant_declaration, 3, 0, 0), [2529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_var_declaration, 3, 0, 0), REDUCE(sym_var_constant_declaration, 3, 0, 0), [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 18, 0, 2), [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 18, 0, 2), [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lvalue, 1, 0, 0), [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), [2546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_name, 1, 0, 0), [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 0), [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 0), [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 4, 0, 0), [2622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 4, 0, 0), [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 3, 1, 0), [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 3, 1, 0), [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 6), [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 5, 0, 0), [2800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 5, 0, 0), [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 3, 0, 0), [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 3, 0, 0), [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 4, 0, 0), [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 4, 0, 0), [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 3, 0, 0), [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fb_parameter, 3, 0, 6), [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_initializer_repeat1, 4, 0, 2), [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_initializer_repeat1, 2, 0, 0), [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), [3038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2047), [3041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1657), [3044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2017), [3047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2018), [3050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2019), [3053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2020), [3056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1338), [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chained_assignment, 3, 0, 0), [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_type, 1, 0, 0), [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_type, 1, 0, 0), [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), [3209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2047), [3212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(1675), [3215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2017), [3218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2018), [3221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2019), [3224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2020), [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(1426), [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_builtin, 1, 0, 0), [3364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_builtin, 1, 0, 0), [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_type, 4, 0, 0), [3370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_type, 4, 0, 0), [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 3, 0, 0), [3382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 3, 0, 0), [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 2, 0, 0), [3396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 2, 0, 0), [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_type, 2, 0, 0), [3402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_type, 2, 0, 0), [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 6, 0, 0), [3430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 6, 0, 0), [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [3444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2374), [3447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), [3449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1653), [3452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), [3455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), [3458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1676), [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_organization_block_repeat1, 2, 0, 0), [3557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_organization_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2014), [3560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_organization_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1679), [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [3569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), [3571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), [3573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), [3575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), [3577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), [3581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, 0, 0), [3607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, 0, 0), SHIFT_REPEAT(2374), [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, 0, 0), SHIFT_REPEAT(1653), [3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), [3616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), [3619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, 0, 0), SHIFT_REPEAT(1676), [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 4, 0, 0), [3652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 4, 0, 0), [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 1, 0, 0), [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), [3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), [3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2, 0, 0), [3816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1680), [3819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2296), [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1787), [3825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), [3840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), [3850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), [3854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 3, 0, 0), [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 1, 0, 0), [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, 0, 0), [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 4, 0, 0), [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 0), [3980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(403), [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), [3999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), [4005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), [4009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), [4013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), [4021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), [4047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), [4049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), [4059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), [4063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), [4067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), [4095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), [4113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), [4123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), [4133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2194), [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), [4144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), [4158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), [4160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), [4176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), [4178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), [4182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), [4186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), [4194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), [4196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), [4198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), [4210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), [4212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), [4214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), [4216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), [4218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), [4222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), [4224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), [4226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), [4244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), [4248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), [4262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), [4272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), [4274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), [4300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), [4302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), [4306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), [4314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), [4324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), [4328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), [4436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), [4438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), [4440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [4456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), [4462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), [4464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), [4472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), [4502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [4524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), [4526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2119), [4529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1946), [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), [4534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), [4536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1950), [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), [4585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), [4661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), [4663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2001), [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), [4688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), [4692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), [4702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), [4710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), [4714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), [4718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), [4720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), [4722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), [4728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), [4736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), [4740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), [4744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), [4752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), [4754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), [4756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), [4760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), [4762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), [4766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), [4768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), [4770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), [4780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), [4784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), [4788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), [4790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), [4830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), [4850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), [4854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), [4858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), [4860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2151), [4863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2091), [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), [4868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), [4870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), [4874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), [4880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), [4886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), [4888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), [4910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), [4926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 5, 0, 12), [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), [4952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 2, 0, 0), [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), [4958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fb_parameter_list, 1, 0, 0), [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), [4962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fb_parameter_list, 2, 0, 0), [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), [4966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 1, 0, 0), [4968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 0), [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), [4974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2211), [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 5, 0, 2), [4981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_fb_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2208), [4984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_fb_parameter_list_repeat1, 2, 0, 0), [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), [4990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 7, 0, 16), [4992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 6, 0, 2), [4994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 1, 0, 0), [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), [5012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 4, 0, 0), [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), [5020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 4, 0, 12), [5022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_initializer_repeat1, 2, 0, 13), SHIFT_REPEAT(379), [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_initializer_repeat1, 2, 0, 13), [5027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_initializer, 6, 0, 16), [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), [5065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_item, 7, 0, 8), [5067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_item, 7, 0, 8), [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), [5089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_item, 5, 0, 8), [5091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_item, 5, 0, 8), [5093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_item, 6, 0, 5), [5095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_item, 6, 0, 5), [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), [5117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_item, 4, 0, 5), [5119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_item, 4, 0, 5), [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), [5301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), [5319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), [5335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), [5371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), [5391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), [5411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), [5417] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), [5431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), [5465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), [5489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), [5607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), }; #ifdef __cplusplus extern "C" { #endif #ifdef TREE_SITTER_HIDE_SYMBOLS #define TS_PUBLIC #elif defined(_WIN32) #define TS_PUBLIC __declspec(dllexport) #else #define TS_PUBLIC __attribute__((visibility("default"))) #endif TS_PUBLIC const TSLanguage *tree_sitter_scl(void) { static const TSLanguage language = { .abi_version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .supertype_count = SUPERTYPE_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = (const void*)ts_lex_modes, .lex_fn = ts_lex, .primary_state_ids = ts_primary_state_ids, .name = "scl", .max_reserved_word_set_size = 0, .metadata = { .major_version = 0, .minor_version = 1, .patch_version = 0, }, }; return &language; } #ifdef __cplusplus } #endif