#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 308 #define LARGE_STATE_COUNT 4 #define SYMBOL_COUNT 133 #define ALIAS_COUNT 1 #define TOKEN_COUNT 85 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 20 #define MAX_ALIAS_SEQUENCE_LENGTH 9 #define PRODUCTION_ID_COUNT 46 enum { sym_identifier = 1, anon_sym_SEMI = 2, anon_sym_annotation = 3, anon_sym_EQ = 4, anon_sym_constraint = 5, anon_sym_COLON = 6, anon_sym_enum = 7, anon_sym_LBRACE = 8, anon_sym_COMMA = 9, anon_sym_RBRACE = 10, anon_sym_function = 11, anon_sym_solve = 12, anon_sym_satisfy = 13, anon_sym_maximize = 14, anon_sym_minimize = 15, anon_sym_include = 16, anon_sym_output = 17, anon_sym_predicate = 18, anon_sym_test = 19, anon_sym_COLON_COLON = 20, anon_sym_LPAREN = 21, anon_sym_RPAREN = 22, anon_sym_LBRACK = 23, anon_sym_PIPE = 24, anon_sym_RBRACK = 25, anon_sym_in = 26, anon_sym_where = 27, anon_sym_if = 28, anon_sym_then = 29, anon_sym_elseif = 30, anon_sym_else = 31, anon_sym_endif = 32, anon_sym_LT_DASH_GT = 33, anon_sym_DASH_GT = 34, anon_sym_LT_DASH = 35, anon_sym_BSLASH_SLASH = 36, anon_sym_xor = 37, anon_sym_SLASH_BSLASH = 38, anon_sym_EQ_EQ = 39, anon_sym_BANG_EQ = 40, anon_sym_LT = 41, anon_sym_LT_EQ = 42, anon_sym_GT = 43, anon_sym_GT_EQ = 44, anon_sym_subset = 45, anon_sym_superset = 46, anon_sym_union = 47, anon_sym_diff = 48, anon_sym_symdiff = 49, anon_sym_intersect = 50, anon_sym_DOT_DOT = 51, anon_sym_PLUS = 52, anon_sym_DASH = 53, anon_sym_PLUS_PLUS = 54, anon_sym_STAR = 55, anon_sym_SLASH = 56, anon_sym_div = 57, anon_sym_mod = 58, anon_sym_CARET = 59, anon_sym_let = 60, anon_sym_not = 61, anon_sym_ = 62, anon_sym_DQUOTE = 63, anon_sym_BSLASH_LPAREN = 64, anon_sym_array = 65, anon_sym_of = 66, anon_sym_var = 67, anon_sym_par = 68, anon_sym_opt = 69, anon_sym_set = 70, anon_sym_ann = 71, anon_sym_bool = 72, anon_sym_float = 73, anon_sym_int = 74, anon_sym_string = 75, sym_absent = 76, anon_sym_true = 77, anon_sym_false = 78, sym_float_literal = 79, sym_integer_literal = 80, aux_sym_string_content_token1 = 81, sym_escape_sequence = 82, sym_line_comment = 83, sym_block_comment = 84, sym_source_file = 85, sym__item = 86, sym_annotation = 87, sym_assignment = 88, sym_constraint = 89, sym_declaration = 90, sym_enumeration = 91, sym_function_item = 92, sym_goal = 93, sym_include = 94, sym_output = 95, sym_predicate = 96, aux_sym__annotations = 97, sym__parameters = 98, sym__expression = 99, sym_parenthesised_expression = 100, sym_array_comprehension = 101, sym_call = 102, sym_generator_call = 103, sym_generator = 104, sym_if_then_else = 105, sym_indexed_access = 106, sym_infix_operator = 107, sym_let_expression = 108, sym_prefix_operator = 109, sym_set_comprehension = 110, sym_string_interpolation = 111, sym__type = 112, sym_array_type = 113, sym_type_base = 114, sym_primitive_type = 115, sym__literal = 116, sym_array_literal = 117, sym_boolean_literal = 118, sym_set_literal = 119, sym_string_literal = 120, sym_string_content = 121, aux_sym_source_file_repeat1 = 122, aux_sym_enumeration_repeat1 = 123, aux_sym__parameters_repeat1 = 124, aux_sym_array_comprehension_repeat1 = 125, aux_sym_call_repeat1 = 126, aux_sym_if_then_else_repeat1 = 127, aux_sym_indexed_access_repeat1 = 128, aux_sym_let_expression_repeat1 = 129, aux_sym_string_interpolation_repeat1 = 130, aux_sym_array_type_repeat1 = 131, aux_sym_string_content_repeat1 = 132, anon_alias_sym_content = 133, }; static const char *ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_SEMI] = ";", [anon_sym_annotation] = "annotation", [anon_sym_EQ] = "=", [anon_sym_constraint] = "constraint", [anon_sym_COLON] = ":", [anon_sym_enum] = "enum", [anon_sym_LBRACE] = "{", [anon_sym_COMMA] = ",", [anon_sym_RBRACE] = "}", [anon_sym_function] = "function", [anon_sym_solve] = "solve", [anon_sym_satisfy] = "satisfy", [anon_sym_maximize] = "maximize", [anon_sym_minimize] = "minimize", [anon_sym_include] = "include", [anon_sym_output] = "output", [anon_sym_predicate] = "predicate", [anon_sym_test] = "test", [anon_sym_COLON_COLON] = "::", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_LBRACK] = "[", [anon_sym_PIPE] = "|", [anon_sym_RBRACK] = "]", [anon_sym_in] = "in", [anon_sym_where] = "where", [anon_sym_if] = "if", [anon_sym_then] = "then", [anon_sym_elseif] = "elseif", [anon_sym_else] = "else", [anon_sym_endif] = "endif", [anon_sym_LT_DASH_GT] = "<->", [anon_sym_DASH_GT] = "->", [anon_sym_LT_DASH] = "<-", [anon_sym_BSLASH_SLASH] = "\\/", [anon_sym_xor] = "xor", [anon_sym_SLASH_BSLASH] = "/\\", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_GT] = ">", [anon_sym_GT_EQ] = ">=", [anon_sym_subset] = "subset", [anon_sym_superset] = "superset", [anon_sym_union] = "union", [anon_sym_diff] = "diff", [anon_sym_symdiff] = "symdiff", [anon_sym_intersect] = "intersect", [anon_sym_DOT_DOT] = "..", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [anon_sym_PLUS_PLUS] = "++", [anon_sym_STAR] = "*", [anon_sym_SLASH] = "/", [anon_sym_div] = "div", [anon_sym_mod] = "mod", [anon_sym_CARET] = "^", [anon_sym_let] = "let", [anon_sym_not] = "not", [anon_sym_] = "¬", [anon_sym_DQUOTE] = "\"", [anon_sym_BSLASH_LPAREN] = "\\(", [anon_sym_array] = "array", [anon_sym_of] = "of", [anon_sym_var] = "var", [anon_sym_par] = "par", [anon_sym_opt] = "opt", [anon_sym_set] = "set", [anon_sym_ann] = "ann", [anon_sym_bool] = "bool", [anon_sym_float] = "float", [anon_sym_int] = "int", [anon_sym_string] = "string", [sym_absent] = "absent", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_float_literal] = "float_literal", [sym_integer_literal] = "integer_literal", [aux_sym_string_content_token1] = "string_content_token1", [sym_escape_sequence] = "escape_sequence", [sym_line_comment] = "line_comment", [sym_block_comment] = "block_comment", [sym_source_file] = "source_file", [sym__item] = "_item", [sym_annotation] = "annotation", [sym_assignment] = "assignment", [sym_constraint] = "constraint", [sym_declaration] = "declaration", [sym_enumeration] = "enumeration", [sym_function_item] = "function_item", [sym_goal] = "goal", [sym_include] = "include", [sym_output] = "output", [sym_predicate] = "predicate", [aux_sym__annotations] = "_annotations", [sym__parameters] = "_parameters", [sym__expression] = "_expression", [sym_parenthesised_expression] = "parenthesised_expression", [sym_array_comprehension] = "array_comprehension", [sym_call] = "call", [sym_generator_call] = "generator_call", [sym_generator] = "generator", [sym_if_then_else] = "if_then_else", [sym_indexed_access] = "indexed_access", [sym_infix_operator] = "infix_operator", [sym_let_expression] = "let_expression", [sym_prefix_operator] = "prefix_operator", [sym_set_comprehension] = "set_comprehension", [sym_string_interpolation] = "string_interpolation", [sym__type] = "_type", [sym_array_type] = "array_type", [sym_type_base] = "type_base", [sym_primitive_type] = "primitive_type", [sym__literal] = "_literal", [sym_array_literal] = "array_literal", [sym_boolean_literal] = "boolean_literal", [sym_set_literal] = "set_literal", [sym_string_literal] = "string_literal", [sym_string_content] = "string_content", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_enumeration_repeat1] = "enumeration_repeat1", [aux_sym__parameters_repeat1] = "_parameters_repeat1", [aux_sym_array_comprehension_repeat1] = "array_comprehension_repeat1", [aux_sym_call_repeat1] = "call_repeat1", [aux_sym_if_then_else_repeat1] = "if_then_else_repeat1", [aux_sym_indexed_access_repeat1] = "indexed_access_repeat1", [aux_sym_let_expression_repeat1] = "let_expression_repeat1", [aux_sym_string_interpolation_repeat1] = "string_interpolation_repeat1", [aux_sym_array_type_repeat1] = "array_type_repeat1", [aux_sym_string_content_repeat1] = "string_content_repeat1", [anon_alias_sym_content] = "content", }; static TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_annotation] = anon_sym_annotation, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_constraint] = anon_sym_constraint, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_enum] = anon_sym_enum, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_function] = anon_sym_function, [anon_sym_solve] = anon_sym_solve, [anon_sym_satisfy] = anon_sym_satisfy, [anon_sym_maximize] = anon_sym_maximize, [anon_sym_minimize] = anon_sym_minimize, [anon_sym_include] = anon_sym_include, [anon_sym_output] = anon_sym_output, [anon_sym_predicate] = anon_sym_predicate, [anon_sym_test] = anon_sym_test, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_in] = anon_sym_in, [anon_sym_where] = anon_sym_where, [anon_sym_if] = anon_sym_if, [anon_sym_then] = anon_sym_then, [anon_sym_elseif] = anon_sym_elseif, [anon_sym_else] = anon_sym_else, [anon_sym_endif] = anon_sym_endif, [anon_sym_LT_DASH_GT] = anon_sym_LT_DASH_GT, [anon_sym_DASH_GT] = anon_sym_DASH_GT, [anon_sym_LT_DASH] = anon_sym_LT_DASH, [anon_sym_BSLASH_SLASH] = anon_sym_BSLASH_SLASH, [anon_sym_xor] = anon_sym_xor, [anon_sym_SLASH_BSLASH] = anon_sym_SLASH_BSLASH, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_GT] = anon_sym_GT, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_subset] = anon_sym_subset, [anon_sym_superset] = anon_sym_superset, [anon_sym_union] = anon_sym_union, [anon_sym_diff] = anon_sym_diff, [anon_sym_symdiff] = anon_sym_symdiff, [anon_sym_intersect] = anon_sym_intersect, [anon_sym_DOT_DOT] = anon_sym_DOT_DOT, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_div] = anon_sym_div, [anon_sym_mod] = anon_sym_mod, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_let] = anon_sym_let, [anon_sym_not] = anon_sym_not, [anon_sym_] = anon_sym_, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [anon_sym_BSLASH_LPAREN] = anon_sym_BSLASH_LPAREN, [anon_sym_array] = anon_sym_array, [anon_sym_of] = anon_sym_of, [anon_sym_var] = anon_sym_var, [anon_sym_par] = anon_sym_par, [anon_sym_opt] = anon_sym_opt, [anon_sym_set] = anon_sym_set, [anon_sym_ann] = anon_sym_ann, [anon_sym_bool] = anon_sym_bool, [anon_sym_float] = anon_sym_float, [anon_sym_int] = anon_sym_int, [anon_sym_string] = anon_sym_string, [sym_absent] = sym_absent, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_float_literal] = sym_float_literal, [sym_integer_literal] = sym_integer_literal, [aux_sym_string_content_token1] = aux_sym_string_content_token1, [sym_escape_sequence] = sym_escape_sequence, [sym_line_comment] = sym_line_comment, [sym_block_comment] = sym_block_comment, [sym_source_file] = sym_source_file, [sym__item] = sym__item, [sym_annotation] = sym_annotation, [sym_assignment] = sym_assignment, [sym_constraint] = sym_constraint, [sym_declaration] = sym_declaration, [sym_enumeration] = sym_enumeration, [sym_function_item] = sym_function_item, [sym_goal] = sym_goal, [sym_include] = sym_include, [sym_output] = sym_output, [sym_predicate] = sym_predicate, [aux_sym__annotations] = aux_sym__annotations, [sym__parameters] = sym__parameters, [sym__expression] = sym__expression, [sym_parenthesised_expression] = sym_parenthesised_expression, [sym_array_comprehension] = sym_array_comprehension, [sym_call] = sym_call, [sym_generator_call] = sym_generator_call, [sym_generator] = sym_generator, [sym_if_then_else] = sym_if_then_else, [sym_indexed_access] = sym_indexed_access, [sym_infix_operator] = sym_infix_operator, [sym_let_expression] = sym_let_expression, [sym_prefix_operator] = sym_prefix_operator, [sym_set_comprehension] = sym_set_comprehension, [sym_string_interpolation] = sym_string_interpolation, [sym__type] = sym__type, [sym_array_type] = sym_array_type, [sym_type_base] = sym_type_base, [sym_primitive_type] = sym_primitive_type, [sym__literal] = sym__literal, [sym_array_literal] = sym_array_literal, [sym_boolean_literal] = sym_boolean_literal, [sym_set_literal] = sym_set_literal, [sym_string_literal] = sym_string_literal, [sym_string_content] = sym_string_content, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_enumeration_repeat1] = aux_sym_enumeration_repeat1, [aux_sym__parameters_repeat1] = aux_sym__parameters_repeat1, [aux_sym_array_comprehension_repeat1] = aux_sym_array_comprehension_repeat1, [aux_sym_call_repeat1] = aux_sym_call_repeat1, [aux_sym_if_then_else_repeat1] = aux_sym_if_then_else_repeat1, [aux_sym_indexed_access_repeat1] = aux_sym_indexed_access_repeat1, [aux_sym_let_expression_repeat1] = aux_sym_let_expression_repeat1, [aux_sym_string_interpolation_repeat1] = aux_sym_string_interpolation_repeat1, [aux_sym_array_type_repeat1] = aux_sym_array_type_repeat1, [aux_sym_string_content_repeat1] = aux_sym_string_content_repeat1, [anon_alias_sym_content] = anon_alias_sym_content, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_annotation] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_constraint] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_enum] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_function] = { .visible = true, .named = false, }, [anon_sym_solve] = { .visible = true, .named = false, }, [anon_sym_satisfy] = { .visible = true, .named = false, }, [anon_sym_maximize] = { .visible = true, .named = false, }, [anon_sym_minimize] = { .visible = true, .named = false, }, [anon_sym_include] = { .visible = true, .named = false, }, [anon_sym_output] = { .visible = true, .named = false, }, [anon_sym_predicate] = { .visible = true, .named = false, }, [anon_sym_test] = { .visible = true, .named = false, }, [anon_sym_COLON_COLON] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_where] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_then] = { .visible = true, .named = false, }, [anon_sym_elseif] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_endif] = { .visible = true, .named = false, }, [anon_sym_LT_DASH_GT] = { .visible = true, .named = false, }, [anon_sym_DASH_GT] = { .visible = true, .named = false, }, [anon_sym_LT_DASH] = { .visible = true, .named = false, }, [anon_sym_BSLASH_SLASH] = { .visible = true, .named = false, }, [anon_sym_xor] = { .visible = true, .named = false, }, [anon_sym_SLASH_BSLASH] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_subset] = { .visible = true, .named = false, }, [anon_sym_superset] = { .visible = true, .named = false, }, [anon_sym_union] = { .visible = true, .named = false, }, [anon_sym_diff] = { .visible = true, .named = false, }, [anon_sym_symdiff] = { .visible = true, .named = false, }, [anon_sym_intersect] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS_PLUS] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_div] = { .visible = true, .named = false, }, [anon_sym_mod] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_let] = { .visible = true, .named = false, }, [anon_sym_not] = { .visible = true, .named = false, }, [anon_sym_] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_BSLASH_LPAREN] = { .visible = true, .named = false, }, [anon_sym_array] = { .visible = true, .named = false, }, [anon_sym_of] = { .visible = true, .named = false, }, [anon_sym_var] = { .visible = true, .named = false, }, [anon_sym_par] = { .visible = true, .named = false, }, [anon_sym_opt] = { .visible = true, .named = false, }, [anon_sym_set] = { .visible = true, .named = false, }, [anon_sym_ann] = { .visible = true, .named = false, }, [anon_sym_bool] = { .visible = true, .named = false, }, [anon_sym_float] = { .visible = true, .named = false, }, [anon_sym_int] = { .visible = true, .named = false, }, [anon_sym_string] = { .visible = true, .named = false, }, [sym_absent] = { .visible = true, .named = true, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_float_literal] = { .visible = true, .named = true, }, [sym_integer_literal] = { .visible = true, .named = true, }, [aux_sym_string_content_token1] = { .visible = false, .named = false, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym_line_comment] = { .visible = true, .named = true, }, [sym_block_comment] = { .visible = true, .named = true, }, [sym_source_file] = { .visible = true, .named = true, }, [sym__item] = { .visible = false, .named = true, .supertype = true, }, [sym_annotation] = { .visible = true, .named = true, }, [sym_assignment] = { .visible = true, .named = true, }, [sym_constraint] = { .visible = true, .named = true, }, [sym_declaration] = { .visible = true, .named = true, }, [sym_enumeration] = { .visible = true, .named = true, }, [sym_function_item] = { .visible = true, .named = true, }, [sym_goal] = { .visible = true, .named = true, }, [sym_include] = { .visible = true, .named = true, }, [sym_output] = { .visible = true, .named = true, }, [sym_predicate] = { .visible = true, .named = true, }, [aux_sym__annotations] = { .visible = false, .named = false, }, [sym__parameters] = { .visible = false, .named = true, }, [sym__expression] = { .visible = false, .named = true, .supertype = true, }, [sym_parenthesised_expression] = { .visible = true, .named = true, }, [sym_array_comprehension] = { .visible = true, .named = true, }, [sym_call] = { .visible = true, .named = true, }, [sym_generator_call] = { .visible = true, .named = true, }, [sym_generator] = { .visible = true, .named = true, }, [sym_if_then_else] = { .visible = true, .named = true, }, [sym_indexed_access] = { .visible = true, .named = true, }, [sym_infix_operator] = { .visible = true, .named = true, }, [sym_let_expression] = { .visible = true, .named = true, }, [sym_prefix_operator] = { .visible = true, .named = true, }, [sym_set_comprehension] = { .visible = true, .named = true, }, [sym_string_interpolation] = { .visible = true, .named = true, }, [sym__type] = { .visible = false, .named = true, .supertype = true, }, [sym_array_type] = { .visible = true, .named = true, }, [sym_type_base] = { .visible = true, .named = true, }, [sym_primitive_type] = { .visible = true, .named = true, }, [sym__literal] = { .visible = false, .named = true, }, [sym_array_literal] = { .visible = true, .named = true, }, [sym_boolean_literal] = { .visible = true, .named = true, }, [sym_set_literal] = { .visible = true, .named = true, }, [sym_string_literal] = { .visible = true, .named = true, }, [sym_string_content] = { .visible = true, .named = true, }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_enumeration_repeat1] = { .visible = false, .named = false, }, [aux_sym__parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_comprehension_repeat1] = { .visible = false, .named = false, }, [aux_sym_call_repeat1] = { .visible = false, .named = false, }, [aux_sym_if_then_else_repeat1] = { .visible = false, .named = false, }, [aux_sym_indexed_access_repeat1] = { .visible = false, .named = false, }, [aux_sym_let_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_interpolation_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_content_repeat1] = { .visible = false, .named = false, }, [anon_alias_sym_content] = { .visible = true, .named = false, }, }; enum { field_annotations = 1, field_arguments = 2, field_collection = 3, field_expr = 4, field_generators = 5, field_in = 6, field_indices = 7, field_left = 8, field_let = 9, field_members = 10, field_name = 11, field_operator = 12, field_opt = 13, field_parameters = 14, field_right = 15, field_set = 16, field_strategy = 17, field_template = 18, field_type = 19, field_var_par = 20, }; static const char *ts_field_names[] = { [0] = NULL, [field_annotations] = "annotations", [field_arguments] = "arguments", [field_collection] = "collection", [field_expr] = "expr", [field_generators] = "generators", [field_in] = "in", [field_indices] = "indices", [field_left] = "left", [field_let] = "let", [field_members] = "members", [field_name] = "name", [field_operator] = "operator", [field_opt] = "opt", [field_parameters] = "parameters", [field_right] = "right", [field_set] = "set", [field_strategy] = "strategy", [field_template] = "template", [field_type] = "type", [field_var_par] = "var_par", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [2] = {.index = 1, .length = 1}, [3] = {.index = 2, .length = 1}, [4] = {.index = 3, .length = 1}, [5] = {.index = 4, .length = 1}, [6] = {.index = 5, .length = 2}, [7] = {.index = 7, .length = 2}, [8] = {.index = 9, .length = 2}, [9] = {.index = 11, .length = 3}, [11] = {.index = 14, .length = 2}, [12] = {.index = 16, .length = 2}, [13] = {.index = 18, .length = 2}, [14] = {.index = 20, .length = 1}, [15] = {.index = 21, .length = 3}, [16] = {.index = 24, .length = 2}, [17] = {.index = 26, .length = 2}, [18] = {.index = 28, .length = 4}, [19] = {.index = 32, .length = 3}, [20] = {.index = 35, .length = 3}, [21] = {.index = 38, .length = 2}, [22] = {.index = 40, .length = 2}, [23] = {.index = 42, .length = 3}, [24] = {.index = 45, .length = 3}, [25] = {.index = 48, .length = 3}, [26] = {.index = 51, .length = 4}, [27] = {.index = 55, .length = 1}, [28] = {.index = 56, .length = 4}, [29] = {.index = 60, .length = 3}, [30] = {.index = 63, .length = 3}, [31] = {.index = 66, .length = 3}, [32] = {.index = 69, .length = 2}, [33] = {.index = 71, .length = 4}, [34] = {.index = 75, .length = 5}, [35] = {.index = 80, .length = 2}, [36] = {.index = 82, .length = 4}, [37] = {.index = 86, .length = 3}, [38] = {.index = 89, .length = 3}, [39] = {.index = 92, .length = 4}, [40] = {.index = 96, .length = 3}, [41] = {.index = 99, .length = 3}, [42] = {.index = 102, .length = 4}, [43] = {.index = 106, .length = 5}, [44] = {.index = 111, .length = 4}, [45] = {.index = 115, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_name, 1}, [1] = {field_strategy, 1}, [2] = {field_operator, 0}, [3] = {field_var_par, 0}, [4] = {field_opt, 0}, [5] = {field_name, 1}, {field_parameters, 2}, [7] = {field_annotations, 2}, {field_name, 1}, [9] = {field_strategy, 1}, {field_strategy, 2}, [11] = {field_name, 1}, {field_parameters, 2}, {field_type, 0}, [14] = {field_opt, 1}, {field_var_par, 0}, [16] = {field_set, 0}, {field_set, 1}, [18] = {field_expr, 2}, {field_name, 0}, [20] = {field_name, 0}, [21] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [24] = {field_name, 2}, {field_type, 0}, [26] = {field_expr, 3}, {field_name, 1}, [28] = {field_annotations, 3}, {field_name, 1}, {field_parameters, 2}, {field_type, 0}, [32] = {field_set, 1}, {field_set, 2}, {field_var_par, 0}, [35] = {field_opt, 0}, {field_set, 1}, {field_set, 2}, [38] = {field_arguments, 2}, {field_name, 0}, [40] = {field_collection, 0}, {field_indices, 2}, [42] = {field_annotations, 3}, {field_name, 2}, {field_type, 0}, [45] = {field_expr, 4}, {field_name, 1}, {field_parameters, 2}, [48] = {field_name, 3}, {field_parameters, 4}, {field_type, 1}, [51] = {field_expr, 4}, {field_name, 1}, {field_parameters, 2}, {field_type, 0}, [55] = {field_in, 4}, [56] = {field_opt, 1}, {field_set, 2}, {field_set, 3}, {field_var_par, 0}, [60] = {field_arguments, 2}, {field_arguments, 3}, {field_name, 0}, [63] = {field_collection, 0}, {field_indices, 2}, {field_indices, 3}, [66] = {field_expr, 4}, {field_name, 2}, {field_type, 0}, [69] = {field_members, 4}, {field_name, 1}, [71] = {field_annotations, 5}, {field_name, 3}, {field_parameters, 4}, {field_type, 1}, [75] = {field_annotations, 3}, {field_expr, 5}, {field_name, 1}, {field_parameters, 2}, {field_type, 0}, [80] = {field_in, 5}, {field_let, 2}, [82] = {field_annotations, 3}, {field_expr, 5}, {field_name, 2}, {field_type, 0}, [86] = {field_members, 4}, {field_members, 5}, {field_name, 1}, [89] = {field_annotations, 2}, {field_members, 5}, {field_name, 1}, [92] = {field_expr, 6}, {field_name, 3}, {field_parameters, 4}, {field_type, 1}, [96] = {field_in, 6}, {field_let, 2}, {field_let, 3}, [99] = {field_generators, 2}, {field_name, 0}, {field_template, 5}, [102] = {field_annotations, 2}, {field_members, 5}, {field_members, 6}, {field_name, 1}, [106] = {field_annotations, 5}, {field_expr, 7}, {field_name, 3}, {field_parameters, 4}, {field_type, 1}, [111] = {field_generators, 2}, {field_generators, 3}, {field_name, 0}, {field_template, 6}, [115] = {field_generators, 2}, {field_generators, 3}, {field_generators, 4}, {field_name, 0}, {field_template, 7}, }; static TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [10] = { [1] = anon_alias_sym_content, }, }; static uint16_t ts_non_terminal_alias_map[] = { sym_string_content, 2, sym_string_content, anon_alias_sym_content, 0, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(35); if (lookahead == '!') ADVANCE(13); if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(89); if (lookahead == '(') ADVANCE(43); if (lookahead == ')') ADVANCE(44); if (lookahead == '*') ADVANCE(65); if (lookahead == '+') ADVANCE(61); if (lookahead == ',') ADVANCE(40); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(11); if (lookahead == '/') ADVANCE(66); if (lookahead == '0') ADVANCE(74); if (lookahead == ':') ADVANCE(38); if (lookahead == ';') ADVANCE(36); if (lookahead == '<') ADVANCE(56); if (lookahead == '=') ADVANCE(37); if (lookahead == '>') ADVANCE(58); if (lookahead == '[') ADVANCE(45); if (lookahead == '\\') ADVANCE(7); if (lookahead == ']') ADVANCE(47); if (lookahead == '^') ADVANCE(67); if (lookahead == '{') ADVANCE(39); if (lookahead == '|') ADVANCE(46); if (lookahead == '}') ADVANCE(41); if (lookahead == 172) ADVANCE(68); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(32) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(75); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(88); END_STATE(); case 1: if (lookahead == '\n') SKIP(3) if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(84); if (lookahead == '/') ADVANCE(82); if (lookahead == '\\') ADVANCE(8); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(79); if (lookahead != 0) ADVANCE(84); END_STATE(); case 2: if (lookahead == '\n') SKIP(4) if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(84); if (lookahead == '/') ADVANCE(82); if (lookahead == '\\') ADVANCE(15); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(79); if (lookahead != 0) ADVANCE(84); END_STATE(); case 3: if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(89); if (lookahead == '/') ADVANCE(9); if (lookahead == '\\') ADVANCE(5); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(3) END_STATE(); case 4: if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(89); if (lookahead == '/') ADVANCE(9); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(4) END_STATE(); case 5: if (lookahead == '(') ADVANCE(70); END_STATE(); case 6: if (lookahead == '(') ADVANCE(70); if (lookahead == '/') ADVANCE(51); END_STATE(); case 7: if (lookahead == '(') ADVANCE(70); if (lookahead == '/') ADVANCE(51); if (lookahead == 'U') ADVANCE(29); if (lookahead == 'u') ADVANCE(25); if (lookahead == 'x') ADVANCE(23); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87); if (lookahead != 0) ADVANCE(85); END_STATE(); case 8: if (lookahead == '(') ADVANCE(70); if (lookahead == 'U') ADVANCE(29); if (lookahead == 'u') ADVANCE(25); if (lookahead == 'x') ADVANCE(23); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87); if (lookahead != 0) ADVANCE(85); END_STATE(); case 9: if (lookahead == '*') ADVANCE(31); END_STATE(); case 10: if (lookahead == '*') ADVANCE(30); if (lookahead == '/') ADVANCE(90); if (lookahead != 0) ADVANCE(31); END_STATE(); case 11: if (lookahead == '.') ADVANCE(60); END_STATE(); case 12: if (lookahead == '/') ADVANCE(51); END_STATE(); case 13: if (lookahead == '=') ADVANCE(54); END_STATE(); case 14: if (lookahead == '>') ADVANCE(71); END_STATE(); case 15: if (lookahead == 'U') ADVANCE(29); if (lookahead == 'u') ADVANCE(25); if (lookahead == 'x') ADVANCE(23); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87); if (lookahead != 0) ADVANCE(85); END_STATE(); case 16: if (lookahead == '+' || lookahead == '-') ADVANCE(20); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); END_STATE(); case 17: if (lookahead == '0' || lookahead == '1') ADVANCE(76); END_STATE(); case 18: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(77); END_STATE(); case 19: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); END_STATE(); case 20: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); END_STATE(); case 21: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(85); END_STATE(); case 22: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(78); END_STATE(); case 23: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(21); END_STATE(); case 24: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(23); END_STATE(); case 25: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(24); END_STATE(); case 26: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(25); END_STATE(); case 27: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(26); END_STATE(); case 28: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(27); END_STATE(); case 29: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(28); END_STATE(); case 30: if (lookahead != 0 && lookahead != '*' && lookahead != '/') ADVANCE(31); if (lookahead == '*') ADVANCE(10); if (lookahead == '/') ADVANCE(91); END_STATE(); case 31: if (lookahead != 0 && lookahead != '*') ADVANCE(31); if (lookahead == '*') ADVANCE(10); END_STATE(); case 32: if (eof) ADVANCE(35); if (lookahead == '!') ADVANCE(13); if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(89); if (lookahead == '(') ADVANCE(43); if (lookahead == ')') ADVANCE(44); if (lookahead == '*') ADVANCE(65); if (lookahead == '+') ADVANCE(61); if (lookahead == ',') ADVANCE(40); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(11); if (lookahead == '/') ADVANCE(66); if (lookahead == '0') ADVANCE(74); if (lookahead == ':') ADVANCE(38); if (lookahead == ';') ADVANCE(36); if (lookahead == '<') ADVANCE(56); if (lookahead == '=') ADVANCE(37); if (lookahead == '>') ADVANCE(58); if (lookahead == '[') ADVANCE(45); if (lookahead == '\\') ADVANCE(6); if (lookahead == ']') ADVANCE(47); if (lookahead == '^') ADVANCE(67); if (lookahead == '{') ADVANCE(39); if (lookahead == '|') ADVANCE(46); if (lookahead == '}') ADVANCE(41); if (lookahead == 172) ADVANCE(68); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(32) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(75); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(88); END_STATE(); case 33: if (eof) ADVANCE(35); if (lookahead == '!') ADVANCE(13); if (lookahead == '%') ADVANCE(89); if (lookahead == '(') ADVANCE(43); if (lookahead == ')') ADVANCE(44); if (lookahead == '*') ADVANCE(65); if (lookahead == '+') ADVANCE(61); if (lookahead == ',') ADVANCE(40); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(11); if (lookahead == '/') ADVANCE(66); if (lookahead == ':') ADVANCE(38); if (lookahead == ';') ADVANCE(36); if (lookahead == '<') ADVANCE(55); if (lookahead == '=') ADVANCE(37); if (lookahead == '>') ADVANCE(58); if (lookahead == '[') ADVANCE(45); if (lookahead == '\\') ADVANCE(12); if (lookahead == ']') ADVANCE(47); if (lookahead == '^') ADVANCE(67); if (lookahead == '|') ADVANCE(46); if (lookahead == '}') ADVANCE(41); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(33) if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(88); END_STATE(); case 34: if (eof) ADVANCE(35); if (lookahead == '"') ADVANCE(69); if (lookahead == '%') ADVANCE(89); if (lookahead == '(') ADVANCE(43); if (lookahead == ')') ADVANCE(44); if (lookahead == '-') ADVANCE(62); if (lookahead == '/') ADVANCE(9); if (lookahead == '0') ADVANCE(74); if (lookahead == '<') ADVANCE(14); if (lookahead == '[') ADVANCE(45); if (lookahead == ']') ADVANCE(47); if (lookahead == '{') ADVANCE(39); if (lookahead == '}') ADVANCE(41); if (lookahead == 172) ADVANCE(68); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(34) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(75); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(88); END_STATE(); case 35: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 36: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(53); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(42); END_STATE(); case 39: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 41: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 43: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 44: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 45: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 46: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 47: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 48: ACCEPT_TOKEN(anon_sym_LT_DASH_GT); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 50: ACCEPT_TOKEN(anon_sym_LT_DASH); if (lookahead == '>') ADVANCE(48); END_STATE(); case 51: ACCEPT_TOKEN(anon_sym_BSLASH_SLASH); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_SLASH_BSLASH); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '-') ADVANCE(50); if (lookahead == '=') ADVANCE(57); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '-') ADVANCE(50); if (lookahead == '=') ADVANCE(57); if (lookahead == '>') ADVANCE(71); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(59); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_DOT_DOT); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(64); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '>') ADVANCE(49); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(31); if (lookahead == '\\') ADVANCE(52); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_BSLASH_LPAREN); END_STATE(); case 71: ACCEPT_TOKEN(sym_absent); END_STATE(); case 72: ACCEPT_TOKEN(sym_float_literal); if (lookahead == 'E' || lookahead == 'e') ADVANCE(16); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); END_STATE(); case 73: ACCEPT_TOKEN(sym_float_literal); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); END_STATE(); case 74: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '.') ADVANCE(19); if (lookahead == 'b') ADVANCE(17); if (lookahead == 'o') ADVANCE(18); if (lookahead == 'x') ADVANCE(22); if (lookahead == 'E' || lookahead == 'e') ADVANCE(16); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); END_STATE(); case 75: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '.') ADVANCE(19); if (lookahead == 'E' || lookahead == 'e') ADVANCE(16); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(75); END_STATE(); case 76: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '0' || lookahead == '1') ADVANCE(76); END_STATE(); case 77: ACCEPT_TOKEN(sym_integer_literal); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(77); END_STATE(); case 78: ACCEPT_TOKEN(sym_integer_literal); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(78); END_STATE(); case 79: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '%') ADVANCE(84); if (lookahead == '/') ADVANCE(82); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(79); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(84); END_STATE(); case 80: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '*') ADVANCE(83); if (lookahead == '/') ADVANCE(81); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(81); END_STATE(); case 81: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '*') ADVANCE(83); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(81); END_STATE(); case 82: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '*') ADVANCE(81); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(84); END_STATE(); case 83: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '*') ADVANCE(80); if (lookahead == '/') ADVANCE(84); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(81); END_STATE(); case 84: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && lookahead != '\\') ADVANCE(84); END_STATE(); case 85: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 86: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(85); END_STATE(); case 87: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(86); END_STATE(); case 88: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(88); END_STATE(); case 89: ACCEPT_TOKEN(sym_line_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(89); END_STATE(); case 90: ACCEPT_TOKEN(sym_block_comment); END_STATE(); case 91: ACCEPT_TOKEN(sym_block_comment); if (lookahead != 0 && lookahead != '*') ADVANCE(31); if (lookahead == '*') ADVANCE(10); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == 'a') ADVANCE(1); if (lookahead == 'b') ADVANCE(2); if (lookahead == 'c') ADVANCE(3); if (lookahead == 'd') ADVANCE(4); if (lookahead == 'e') ADVANCE(5); if (lookahead == 'f') ADVANCE(6); if (lookahead == 'i') ADVANCE(7); if (lookahead == 'l') ADVANCE(8); if (lookahead == 'm') ADVANCE(9); if (lookahead == 'n') ADVANCE(10); if (lookahead == 'o') ADVANCE(11); if (lookahead == 'p') ADVANCE(12); if (lookahead == 's') ADVANCE(13); if (lookahead == 't') ADVANCE(14); if (lookahead == 'u') ADVANCE(15); if (lookahead == 'v') ADVANCE(16); if (lookahead == 'w') ADVANCE(17); if (lookahead == 'x') ADVANCE(18); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) END_STATE(); case 1: if (lookahead == 'n') ADVANCE(19); if (lookahead == 'r') ADVANCE(20); END_STATE(); case 2: if (lookahead == 'o') ADVANCE(21); END_STATE(); case 3: if (lookahead == 'o') ADVANCE(22); END_STATE(); case 4: if (lookahead == 'i') ADVANCE(23); END_STATE(); case 5: if (lookahead == 'l') ADVANCE(24); if (lookahead == 'n') ADVANCE(25); END_STATE(); case 6: if (lookahead == 'a') ADVANCE(26); if (lookahead == 'l') ADVANCE(27); if (lookahead == 'u') ADVANCE(28); END_STATE(); case 7: if (lookahead == 'f') ADVANCE(29); if (lookahead == 'n') ADVANCE(30); END_STATE(); case 8: if (lookahead == 'e') ADVANCE(31); END_STATE(); case 9: if (lookahead == 'a') ADVANCE(32); if (lookahead == 'i') ADVANCE(33); if (lookahead == 'o') ADVANCE(34); END_STATE(); case 10: if (lookahead == 'o') ADVANCE(35); END_STATE(); case 11: if (lookahead == 'f') ADVANCE(36); if (lookahead == 'p') ADVANCE(37); if (lookahead == 'u') ADVANCE(38); END_STATE(); case 12: if (lookahead == 'a') ADVANCE(39); if (lookahead == 'r') ADVANCE(40); END_STATE(); case 13: if (lookahead == 'a') ADVANCE(41); if (lookahead == 'e') ADVANCE(42); if (lookahead == 'o') ADVANCE(43); if (lookahead == 't') ADVANCE(44); if (lookahead == 'u') ADVANCE(45); if (lookahead == 'y') ADVANCE(46); END_STATE(); case 14: if (lookahead == 'e') ADVANCE(47); if (lookahead == 'h') ADVANCE(48); if (lookahead == 'r') ADVANCE(49); END_STATE(); case 15: if (lookahead == 'n') ADVANCE(50); END_STATE(); case 16: if (lookahead == 'a') ADVANCE(51); END_STATE(); case 17: if (lookahead == 'h') ADVANCE(52); END_STATE(); case 18: if (lookahead == 'o') ADVANCE(53); END_STATE(); case 19: if (lookahead == 'n') ADVANCE(54); END_STATE(); case 20: if (lookahead == 'r') ADVANCE(55); END_STATE(); case 21: if (lookahead == 'o') ADVANCE(56); END_STATE(); case 22: if (lookahead == 'n') ADVANCE(57); END_STATE(); case 23: if (lookahead == 'f') ADVANCE(58); if (lookahead == 'v') ADVANCE(59); END_STATE(); case 24: if (lookahead == 's') ADVANCE(60); END_STATE(); case 25: if (lookahead == 'd') ADVANCE(61); if (lookahead == 'u') ADVANCE(62); END_STATE(); case 26: if (lookahead == 'l') ADVANCE(63); END_STATE(); case 27: if (lookahead == 'o') ADVANCE(64); END_STATE(); case 28: if (lookahead == 'n') ADVANCE(65); END_STATE(); case 29: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 30: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'c') ADVANCE(66); if (lookahead == 't') ADVANCE(67); END_STATE(); case 31: if (lookahead == 't') ADVANCE(68); END_STATE(); case 32: if (lookahead == 'x') ADVANCE(69); END_STATE(); case 33: if (lookahead == 'n') ADVANCE(70); END_STATE(); case 34: if (lookahead == 'd') ADVANCE(71); END_STATE(); case 35: if (lookahead == 't') ADVANCE(72); END_STATE(); case 36: ACCEPT_TOKEN(anon_sym_of); END_STATE(); case 37: if (lookahead == 't') ADVANCE(73); END_STATE(); case 38: if (lookahead == 't') ADVANCE(74); END_STATE(); case 39: if (lookahead == 'r') ADVANCE(75); END_STATE(); case 40: if (lookahead == 'e') ADVANCE(76); END_STATE(); case 41: if (lookahead == 't') ADVANCE(77); END_STATE(); case 42: if (lookahead == 't') ADVANCE(78); END_STATE(); case 43: if (lookahead == 'l') ADVANCE(79); END_STATE(); case 44: if (lookahead == 'r') ADVANCE(80); END_STATE(); case 45: if (lookahead == 'b') ADVANCE(81); if (lookahead == 'p') ADVANCE(82); END_STATE(); case 46: if (lookahead == 'm') ADVANCE(83); END_STATE(); case 47: if (lookahead == 's') ADVANCE(84); END_STATE(); case 48: if (lookahead == 'e') ADVANCE(85); END_STATE(); case 49: if (lookahead == 'u') ADVANCE(86); END_STATE(); case 50: if (lookahead == 'i') ADVANCE(87); END_STATE(); case 51: if (lookahead == 'r') ADVANCE(88); END_STATE(); case 52: if (lookahead == 'e') ADVANCE(89); END_STATE(); case 53: if (lookahead == 'r') ADVANCE(90); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_ann); if (lookahead == 'o') ADVANCE(91); END_STATE(); case 55: if (lookahead == 'a') ADVANCE(92); END_STATE(); case 56: if (lookahead == 'l') ADVANCE(93); END_STATE(); case 57: if (lookahead == 's') ADVANCE(94); END_STATE(); case 58: if (lookahead == 'f') ADVANCE(95); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_div); END_STATE(); case 60: if (lookahead == 'e') ADVANCE(96); END_STATE(); case 61: if (lookahead == 'i') ADVANCE(97); END_STATE(); case 62: if (lookahead == 'm') ADVANCE(98); END_STATE(); case 63: if (lookahead == 's') ADVANCE(99); END_STATE(); case 64: if (lookahead == 'a') ADVANCE(100); END_STATE(); case 65: if (lookahead == 'c') ADVANCE(101); END_STATE(); case 66: if (lookahead == 'l') ADVANCE(102); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_int); if (lookahead == 'e') ADVANCE(103); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 69: if (lookahead == 'i') ADVANCE(104); END_STATE(); case 70: if (lookahead == 'i') ADVANCE(105); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_mod); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_opt); END_STATE(); case 74: if (lookahead == 'p') ADVANCE(106); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_par); END_STATE(); case 76: if (lookahead == 'd') ADVANCE(107); END_STATE(); case 77: if (lookahead == 'i') ADVANCE(108); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_set); END_STATE(); case 79: if (lookahead == 'v') ADVANCE(109); END_STATE(); case 80: if (lookahead == 'i') ADVANCE(110); END_STATE(); case 81: if (lookahead == 's') ADVANCE(111); END_STATE(); case 82: if (lookahead == 'e') ADVANCE(112); END_STATE(); case 83: if (lookahead == 'd') ADVANCE(113); END_STATE(); case 84: if (lookahead == 't') ADVANCE(114); END_STATE(); case 85: if (lookahead == 'n') ADVANCE(115); END_STATE(); case 86: if (lookahead == 'e') ADVANCE(116); END_STATE(); case 87: if (lookahead == 'o') ADVANCE(117); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_var); END_STATE(); case 89: if (lookahead == 'r') ADVANCE(118); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_xor); END_STATE(); case 91: if (lookahead == 't') ADVANCE(119); END_STATE(); case 92: if (lookahead == 'y') ADVANCE(120); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_bool); END_STATE(); case 94: if (lookahead == 't') ADVANCE(121); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_diff); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_else); if (lookahead == 'i') ADVANCE(122); END_STATE(); case 97: if (lookahead == 'f') ADVANCE(123); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 99: if (lookahead == 'e') ADVANCE(124); END_STATE(); case 100: if (lookahead == 't') ADVANCE(125); END_STATE(); case 101: if (lookahead == 't') ADVANCE(126); END_STATE(); case 102: if (lookahead == 'u') ADVANCE(127); END_STATE(); case 103: if (lookahead == 'r') ADVANCE(128); END_STATE(); case 104: if (lookahead == 'm') ADVANCE(129); END_STATE(); case 105: if (lookahead == 'm') ADVANCE(130); END_STATE(); case 106: if (lookahead == 'u') ADVANCE(131); END_STATE(); case 107: if (lookahead == 'i') ADVANCE(132); END_STATE(); case 108: if (lookahead == 's') ADVANCE(133); END_STATE(); case 109: if (lookahead == 'e') ADVANCE(134); END_STATE(); case 110: if (lookahead == 'n') ADVANCE(135); END_STATE(); case 111: if (lookahead == 'e') ADVANCE(136); END_STATE(); case 112: if (lookahead == 'r') ADVANCE(137); END_STATE(); case 113: if (lookahead == 'i') ADVANCE(138); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_test); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_then); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 117: if (lookahead == 'n') ADVANCE(139); END_STATE(); case 118: if (lookahead == 'e') ADVANCE(140); END_STATE(); case 119: if (lookahead == 'a') ADVANCE(141); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_array); END_STATE(); case 121: if (lookahead == 'r') ADVANCE(142); END_STATE(); case 122: if (lookahead == 'f') ADVANCE(143); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_endif); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_float); END_STATE(); case 126: if (lookahead == 'i') ADVANCE(144); END_STATE(); case 127: if (lookahead == 'd') ADVANCE(145); END_STATE(); case 128: if (lookahead == 's') ADVANCE(146); END_STATE(); case 129: if (lookahead == 'i') ADVANCE(147); END_STATE(); case 130: if (lookahead == 'i') ADVANCE(148); END_STATE(); case 131: if (lookahead == 't') ADVANCE(149); END_STATE(); case 132: if (lookahead == 'c') ADVANCE(150); END_STATE(); case 133: if (lookahead == 'f') ADVANCE(151); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_solve); END_STATE(); case 135: if (lookahead == 'g') ADVANCE(152); END_STATE(); case 136: if (lookahead == 't') ADVANCE(153); END_STATE(); case 137: if (lookahead == 's') ADVANCE(154); END_STATE(); case 138: if (lookahead == 'f') ADVANCE(155); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_where); END_STATE(); case 141: if (lookahead == 't') ADVANCE(156); END_STATE(); case 142: if (lookahead == 'a') ADVANCE(157); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_elseif); END_STATE(); case 144: if (lookahead == 'o') ADVANCE(158); END_STATE(); case 145: if (lookahead == 'e') ADVANCE(159); END_STATE(); case 146: if (lookahead == 'e') ADVANCE(160); END_STATE(); case 147: if (lookahead == 'z') ADVANCE(161); END_STATE(); case 148: if (lookahead == 'z') ADVANCE(162); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_output); END_STATE(); case 150: if (lookahead == 'a') ADVANCE(163); END_STATE(); case 151: if (lookahead == 'y') ADVANCE(164); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_string); END_STATE(); case 153: ACCEPT_TOKEN(anon_sym_subset); END_STATE(); case 154: if (lookahead == 'e') ADVANCE(165); END_STATE(); case 155: if (lookahead == 'f') ADVANCE(166); END_STATE(); case 156: if (lookahead == 'i') ADVANCE(167); END_STATE(); case 157: if (lookahead == 'i') ADVANCE(168); END_STATE(); case 158: if (lookahead == 'n') ADVANCE(169); END_STATE(); case 159: ACCEPT_TOKEN(anon_sym_include); END_STATE(); case 160: if (lookahead == 'c') ADVANCE(170); END_STATE(); case 161: if (lookahead == 'e') ADVANCE(171); END_STATE(); case 162: if (lookahead == 'e') ADVANCE(172); END_STATE(); case 163: if (lookahead == 't') ADVANCE(173); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_satisfy); END_STATE(); case 165: if (lookahead == 't') ADVANCE(174); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_symdiff); END_STATE(); case 167: if (lookahead == 'o') ADVANCE(175); END_STATE(); case 168: if (lookahead == 'n') ADVANCE(176); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_function); END_STATE(); case 170: if (lookahead == 't') ADVANCE(177); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_maximize); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_minimize); END_STATE(); case 173: if (lookahead == 'e') ADVANCE(178); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_superset); END_STATE(); case 175: if (lookahead == 'n') ADVANCE(179); END_STATE(); case 176: if (lookahead == 't') ADVANCE(180); END_STATE(); case 177: ACCEPT_TOKEN(anon_sym_intersect); END_STATE(); case 178: ACCEPT_TOKEN(anon_sym_predicate); END_STATE(); case 179: ACCEPT_TOKEN(anon_sym_annotation); END_STATE(); case 180: ACCEPT_TOKEN(anon_sym_constraint); END_STATE(); default: return false; } } static TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 34}, [2] = {.lex_state = 34}, [3] = {.lex_state = 34}, [4] = {.lex_state = 34}, [5] = {.lex_state = 34}, [6] = {.lex_state = 34}, [7] = {.lex_state = 34}, [8] = {.lex_state = 34}, [9] = {.lex_state = 34}, [10] = {.lex_state = 34}, [11] = {.lex_state = 34}, [12] = {.lex_state = 34}, [13] = {.lex_state = 34}, [14] = {.lex_state = 33}, [15] = {.lex_state = 33}, [16] = {.lex_state = 33}, [17] = {.lex_state = 33}, [18] = {.lex_state = 33}, [19] = {.lex_state = 33}, [20] = {.lex_state = 33}, [21] = {.lex_state = 34}, [22] = {.lex_state = 33}, [23] = {.lex_state = 33}, [24] = {.lex_state = 33}, [25] = {.lex_state = 33}, [26] = {.lex_state = 33}, [27] = {.lex_state = 33}, [28] = {.lex_state = 33}, [29] = {.lex_state = 33}, [30] = {.lex_state = 33}, [31] = {.lex_state = 33}, [32] = {.lex_state = 33}, [33] = {.lex_state = 33}, [34] = {.lex_state = 33}, [35] = {.lex_state = 33}, [36] = {.lex_state = 33}, [37] = {.lex_state = 33}, [38] = {.lex_state = 33}, [39] = {.lex_state = 33}, [40] = {.lex_state = 33}, [41] = {.lex_state = 33}, [42] = {.lex_state = 33}, [43] = {.lex_state = 33}, [44] = {.lex_state = 33}, [45] = {.lex_state = 33}, [46] = {.lex_state = 33}, [47] = {.lex_state = 34}, [48] = {.lex_state = 33}, [49] = {.lex_state = 33}, [50] = {.lex_state = 33}, [51] = {.lex_state = 33}, [52] = {.lex_state = 33}, [53] = {.lex_state = 33}, [54] = {.lex_state = 33}, [55] = {.lex_state = 33}, [56] = {.lex_state = 33}, [57] = {.lex_state = 33}, [58] = {.lex_state = 33}, [59] = {.lex_state = 33}, [60] = {.lex_state = 33}, [61] = {.lex_state = 33}, [62] = {.lex_state = 33}, [63] = {.lex_state = 33}, [64] = {.lex_state = 33}, [65] = {.lex_state = 34}, [66] = {.lex_state = 34}, [67] = {.lex_state = 34}, [68] = {.lex_state = 34}, [69] = {.lex_state = 34}, [70] = {.lex_state = 34}, [71] = {.lex_state = 34}, [72] = {.lex_state = 34}, [73] = {.lex_state = 34}, [74] = {.lex_state = 34}, [75] = {.lex_state = 33}, [76] = {.lex_state = 33}, [77] = {.lex_state = 33}, [78] = {.lex_state = 33}, [79] = {.lex_state = 33}, [80] = {.lex_state = 33}, [81] = {.lex_state = 34}, [82] = {.lex_state = 33}, [83] = {.lex_state = 33}, [84] = {.lex_state = 34}, [85] = {.lex_state = 33}, [86] = {.lex_state = 33}, [87] = {.lex_state = 33}, [88] = {.lex_state = 33}, [89] = {.lex_state = 33}, [90] = {.lex_state = 33}, [91] = {.lex_state = 33}, [92] = {.lex_state = 33}, [93] = {.lex_state = 34}, [94] = {.lex_state = 34}, [95] = {.lex_state = 34}, [96] = {.lex_state = 34}, [97] = {.lex_state = 33}, [98] = {.lex_state = 33}, [99] = {.lex_state = 33}, [100] = {.lex_state = 34}, [101] = {.lex_state = 33}, [102] = {.lex_state = 33}, [103] = {.lex_state = 33}, [104] = {.lex_state = 33}, [105] = {.lex_state = 33}, [106] = {.lex_state = 33}, [107] = {.lex_state = 33}, [108] = {.lex_state = 33}, [109] = {.lex_state = 33}, [110] = {.lex_state = 33}, [111] = {.lex_state = 33}, [112] = {.lex_state = 33}, [113] = {.lex_state = 33}, [114] = {.lex_state = 33}, [115] = {.lex_state = 33}, [116] = {.lex_state = 33}, [117] = {.lex_state = 34}, [118] = {.lex_state = 34}, [119] = {.lex_state = 34}, [120] = {.lex_state = 34}, [121] = {.lex_state = 34}, [122] = {.lex_state = 34}, [123] = {.lex_state = 34}, [124] = {.lex_state = 33}, [125] = {.lex_state = 34}, [126] = {.lex_state = 34}, [127] = {.lex_state = 34}, [128] = {.lex_state = 34}, [129] = {.lex_state = 34}, [130] = {.lex_state = 34}, [131] = {.lex_state = 33}, [132] = {.lex_state = 33}, [133] = {.lex_state = 34}, [134] = {.lex_state = 34}, [135] = {.lex_state = 34}, [136] = {.lex_state = 34}, [137] = {.lex_state = 34}, [138] = {.lex_state = 34}, [139] = {.lex_state = 34}, [140] = {.lex_state = 34}, [141] = {.lex_state = 34}, [142] = {.lex_state = 34}, [143] = {.lex_state = 34}, [144] = {.lex_state = 34}, [145] = {.lex_state = 34}, [146] = {.lex_state = 34}, [147] = {.lex_state = 34}, [148] = {.lex_state = 34}, [149] = {.lex_state = 34}, [150] = {.lex_state = 34}, [151] = {.lex_state = 34}, [152] = {.lex_state = 34}, [153] = {.lex_state = 33}, [154] = {.lex_state = 33}, [155] = {.lex_state = 33}, [156] = {.lex_state = 34}, [157] = {.lex_state = 33}, [158] = {.lex_state = 34}, [159] = {.lex_state = 34}, [160] = {.lex_state = 33}, [161] = {.lex_state = 34}, [162] = {.lex_state = 34}, [163] = {.lex_state = 34}, [164] = {.lex_state = 34}, [165] = {.lex_state = 34}, [166] = {.lex_state = 34}, [167] = {.lex_state = 34}, [168] = {.lex_state = 33}, [169] = {.lex_state = 33}, [170] = {.lex_state = 34}, [171] = {.lex_state = 34}, [172] = {.lex_state = 34}, [173] = {.lex_state = 34}, [174] = {.lex_state = 34}, [175] = {.lex_state = 34}, [176] = {.lex_state = 0}, [177] = {.lex_state = 0}, [178] = {.lex_state = 1}, [179] = {.lex_state = 0}, [180] = {.lex_state = 1}, [181] = {.lex_state = 0}, [182] = {.lex_state = 0}, [183] = {.lex_state = 0}, [184] = {.lex_state = 0}, [185] = {.lex_state = 1}, [186] = {.lex_state = 1}, [187] = {.lex_state = 2}, [188] = {.lex_state = 0}, [189] = {.lex_state = 0}, [190] = {.lex_state = 0}, [191] = {.lex_state = 0}, [192] = {.lex_state = 0}, [193] = {.lex_state = 0}, [194] = {.lex_state = 0}, [195] = {.lex_state = 0}, [196] = {.lex_state = 0}, [197] = {.lex_state = 0}, [198] = {.lex_state = 0}, [199] = {.lex_state = 0}, [200] = {.lex_state = 2}, [201] = {.lex_state = 0}, [202] = {.lex_state = 0}, [203] = {.lex_state = 0}, [204] = {.lex_state = 0}, [205] = {.lex_state = 2}, [206] = {.lex_state = 0}, [207] = {.lex_state = 0}, [208] = {.lex_state = 0}, [209] = {.lex_state = 0}, [210] = {.lex_state = 0}, [211] = {.lex_state = 0}, [212] = {.lex_state = 0}, [213] = {.lex_state = 0}, [214] = {.lex_state = 0}, [215] = {.lex_state = 0}, [216] = {.lex_state = 0}, [217] = {.lex_state = 0}, [218] = {.lex_state = 0}, [219] = {.lex_state = 0}, [220] = {.lex_state = 0}, [221] = {.lex_state = 0}, [222] = {.lex_state = 0}, [223] = {.lex_state = 0}, [224] = {.lex_state = 0}, [225] = {.lex_state = 0}, [226] = {.lex_state = 0}, [227] = {.lex_state = 0}, [228] = {.lex_state = 0}, [229] = {.lex_state = 0}, [230] = {.lex_state = 0}, [231] = {.lex_state = 0}, [232] = {.lex_state = 0}, [233] = {.lex_state = 0}, [234] = {.lex_state = 0}, [235] = {.lex_state = 0}, [236] = {.lex_state = 0}, [237] = {.lex_state = 0}, [238] = {.lex_state = 0}, [239] = {.lex_state = 0}, [240] = {.lex_state = 0}, [241] = {.lex_state = 0}, [242] = {.lex_state = 0}, [243] = {.lex_state = 0}, [244] = {.lex_state = 0}, [245] = {.lex_state = 0}, [246] = {.lex_state = 0}, [247] = {.lex_state = 0}, [248] = {.lex_state = 0}, [249] = {.lex_state = 0}, [250] = {.lex_state = 0}, [251] = {.lex_state = 0}, [252] = {.lex_state = 0}, [253] = {.lex_state = 0}, [254] = {.lex_state = 0}, [255] = {.lex_state = 0}, [256] = {.lex_state = 0}, [257] = {.lex_state = 0}, [258] = {.lex_state = 0}, [259] = {.lex_state = 0}, [260] = {.lex_state = 0}, [261] = {.lex_state = 0}, [262] = {.lex_state = 0}, [263] = {.lex_state = 0}, [264] = {.lex_state = 0}, [265] = {.lex_state = 0}, [266] = {.lex_state = 0}, [267] = {.lex_state = 0}, [268] = {.lex_state = 0}, [269] = {.lex_state = 0}, [270] = {.lex_state = 0}, [271] = {.lex_state = 0}, [272] = {.lex_state = 0}, [273] = {.lex_state = 0}, [274] = {.lex_state = 0}, [275] = {.lex_state = 0}, [276] = {.lex_state = 0}, [277] = {.lex_state = 0}, [278] = {.lex_state = 0}, [279] = {.lex_state = 0}, [280] = {.lex_state = 0}, [281] = {.lex_state = 0}, [282] = {.lex_state = 0}, [283] = {.lex_state = 0}, [284] = {.lex_state = 0}, [285] = {.lex_state = 0}, [286] = {.lex_state = 0}, [287] = {.lex_state = 0}, [288] = {.lex_state = 0}, [289] = {.lex_state = 0}, [290] = {.lex_state = 0}, [291] = {.lex_state = 0}, [292] = {.lex_state = 0}, [293] = {.lex_state = 0}, [294] = {.lex_state = 0}, [295] = {.lex_state = 0}, [296] = {.lex_state = 0}, [297] = {.lex_state = 0}, [298] = {.lex_state = 0}, [299] = {.lex_state = 0}, [300] = {.lex_state = 0}, [301] = {.lex_state = 0}, [302] = {.lex_state = 0}, [303] = {.lex_state = 0}, [304] = {.lex_state = 0}, [305] = {.lex_state = 0}, [306] = {.lex_state = 0}, [307] = {.lex_state = 0}, }; static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_annotation] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_constraint] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_enum] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_function] = ACTIONS(1), [anon_sym_solve] = ACTIONS(1), [anon_sym_satisfy] = ACTIONS(1), [anon_sym_maximize] = ACTIONS(1), [anon_sym_minimize] = ACTIONS(1), [anon_sym_include] = ACTIONS(1), [anon_sym_output] = ACTIONS(1), [anon_sym_predicate] = ACTIONS(1), [anon_sym_test] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_where] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_then] = ACTIONS(1), [anon_sym_elseif] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_endif] = ACTIONS(1), [anon_sym_LT_DASH_GT] = ACTIONS(1), [anon_sym_DASH_GT] = ACTIONS(1), [anon_sym_LT_DASH] = ACTIONS(1), [anon_sym_BSLASH_SLASH] = ACTIONS(1), [anon_sym_xor] = ACTIONS(1), [anon_sym_SLASH_BSLASH] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_subset] = ACTIONS(1), [anon_sym_superset] = ACTIONS(1), [anon_sym_union] = ACTIONS(1), [anon_sym_diff] = ACTIONS(1), [anon_sym_symdiff] = ACTIONS(1), [anon_sym_intersect] = ACTIONS(1), [anon_sym_DOT_DOT] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_div] = ACTIONS(1), [anon_sym_mod] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_let] = ACTIONS(1), [anon_sym_not] = ACTIONS(1), [anon_sym_] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_BSLASH_LPAREN] = ACTIONS(1), [anon_sym_array] = ACTIONS(1), [anon_sym_of] = ACTIONS(1), [anon_sym_var] = ACTIONS(1), [anon_sym_par] = ACTIONS(1), [anon_sym_opt] = ACTIONS(1), [anon_sym_set] = ACTIONS(1), [anon_sym_ann] = ACTIONS(1), [anon_sym_bool] = ACTIONS(1), [anon_sym_float] = ACTIONS(1), [anon_sym_int] = ACTIONS(1), [anon_sym_string] = ACTIONS(1), [sym_absent] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_float_literal] = ACTIONS(1), [sym_integer_literal] = ACTIONS(1), [sym_escape_sequence] = ACTIONS(1), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [1] = { [sym_source_file] = STATE(276), [sym__item] = STATE(261), [sym_annotation] = STATE(262), [sym_assignment] = STATE(262), [sym_constraint] = STATE(262), [sym_declaration] = STATE(262), [sym_enumeration] = STATE(262), [sym_function_item] = STATE(262), [sym_goal] = STATE(262), [sym_include] = STATE(262), [sym_output] = STATE(262), [sym_predicate] = STATE(262), [sym__expression] = STATE(80), [sym_parenthesised_expression] = STATE(32), [sym_array_comprehension] = STATE(32), [sym_call] = STATE(32), [sym_generator_call] = STATE(32), [sym_if_then_else] = STATE(32), [sym_indexed_access] = STATE(32), [sym_infix_operator] = STATE(32), [sym_let_expression] = STATE(32), [sym_prefix_operator] = STATE(32), [sym_set_comprehension] = STATE(32), [sym_string_interpolation] = STATE(32), [sym__type] = STATE(288), [sym_array_type] = STATE(229), [sym_type_base] = STATE(229), [sym_primitive_type] = STATE(192), [sym__literal] = STATE(32), [sym_array_literal] = STATE(32), [sym_boolean_literal] = STATE(32), [sym_set_literal] = STATE(32), [sym_string_literal] = STATE(32), [aux_sym_source_file_repeat1] = STATE(3), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_annotation] = ACTIONS(9), [anon_sym_constraint] = ACTIONS(11), [anon_sym_enum] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_function] = ACTIONS(17), [anon_sym_solve] = ACTIONS(19), [anon_sym_include] = ACTIONS(21), [anon_sym_output] = ACTIONS(23), [anon_sym_predicate] = ACTIONS(25), [anon_sym_test] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_if] = ACTIONS(31), [anon_sym_DASH] = ACTIONS(33), [anon_sym_let] = ACTIONS(35), [anon_sym_not] = ACTIONS(37), [anon_sym_] = ACTIONS(33), [anon_sym_DQUOTE] = ACTIONS(39), [anon_sym_array] = ACTIONS(41), [anon_sym_var] = ACTIONS(43), [anon_sym_par] = ACTIONS(43), [anon_sym_opt] = ACTIONS(45), [anon_sym_set] = ACTIONS(47), [anon_sym_ann] = ACTIONS(49), [anon_sym_bool] = ACTIONS(49), [anon_sym_float] = ACTIONS(49), [anon_sym_int] = ACTIONS(49), [anon_sym_string] = ACTIONS(49), [sym_absent] = ACTIONS(51), [anon_sym_true] = ACTIONS(53), [anon_sym_false] = ACTIONS(53), [sym_float_literal] = ACTIONS(51), [sym_integer_literal] = ACTIONS(55), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [2] = { [sym__item] = STATE(287), [sym_annotation] = STATE(262), [sym_assignment] = STATE(262), [sym_constraint] = STATE(262), [sym_declaration] = STATE(262), [sym_enumeration] = STATE(262), [sym_function_item] = STATE(262), [sym_goal] = STATE(262), [sym_include] = STATE(262), [sym_output] = STATE(262), [sym_predicate] = STATE(262), [sym__expression] = STATE(80), [sym_parenthesised_expression] = STATE(32), [sym_array_comprehension] = STATE(32), [sym_call] = STATE(32), [sym_generator_call] = STATE(32), [sym_if_then_else] = STATE(32), [sym_indexed_access] = STATE(32), [sym_infix_operator] = STATE(32), [sym_let_expression] = STATE(32), [sym_prefix_operator] = STATE(32), [sym_set_comprehension] = STATE(32), [sym_string_interpolation] = STATE(32), [sym__type] = STATE(288), [sym_array_type] = STATE(229), [sym_type_base] = STATE(229), [sym_primitive_type] = STATE(192), [sym__literal] = STATE(32), [sym_array_literal] = STATE(32), [sym_boolean_literal] = STATE(32), [sym_set_literal] = STATE(32), [sym_string_literal] = STATE(32), [aux_sym_source_file_repeat1] = STATE(2), [ts_builtin_sym_end] = ACTIONS(57), [sym_identifier] = ACTIONS(59), [anon_sym_annotation] = ACTIONS(62), [anon_sym_constraint] = ACTIONS(65), [anon_sym_enum] = ACTIONS(68), [anon_sym_LBRACE] = ACTIONS(71), [anon_sym_function] = ACTIONS(74), [anon_sym_solve] = ACTIONS(77), [anon_sym_include] = ACTIONS(80), [anon_sym_output] = ACTIONS(83), [anon_sym_predicate] = ACTIONS(86), [anon_sym_test] = ACTIONS(86), [anon_sym_LPAREN] = ACTIONS(89), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_if] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(98), [anon_sym_let] = ACTIONS(101), [anon_sym_not] = ACTIONS(104), [anon_sym_] = ACTIONS(98), [anon_sym_DQUOTE] = ACTIONS(107), [anon_sym_array] = ACTIONS(110), [anon_sym_var] = ACTIONS(113), [anon_sym_par] = ACTIONS(113), [anon_sym_opt] = ACTIONS(116), [anon_sym_set] = ACTIONS(119), [anon_sym_ann] = ACTIONS(122), [anon_sym_bool] = ACTIONS(122), [anon_sym_float] = ACTIONS(122), [anon_sym_int] = ACTIONS(122), [anon_sym_string] = ACTIONS(122), [sym_absent] = ACTIONS(125), [anon_sym_true] = ACTIONS(128), [anon_sym_false] = ACTIONS(128), [sym_float_literal] = ACTIONS(125), [sym_integer_literal] = ACTIONS(131), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, [3] = { [sym__item] = STATE(258), [sym_annotation] = STATE(262), [sym_assignment] = STATE(262), [sym_constraint] = STATE(262), [sym_declaration] = STATE(262), [sym_enumeration] = STATE(262), [sym_function_item] = STATE(262), [sym_goal] = STATE(262), [sym_include] = STATE(262), [sym_output] = STATE(262), [sym_predicate] = STATE(262), [sym__expression] = STATE(80), [sym_parenthesised_expression] = STATE(32), [sym_array_comprehension] = STATE(32), [sym_call] = STATE(32), [sym_generator_call] = STATE(32), [sym_if_then_else] = STATE(32), [sym_indexed_access] = STATE(32), [sym_infix_operator] = STATE(32), [sym_let_expression] = STATE(32), [sym_prefix_operator] = STATE(32), [sym_set_comprehension] = STATE(32), [sym_string_interpolation] = STATE(32), [sym__type] = STATE(288), [sym_array_type] = STATE(229), [sym_type_base] = STATE(229), [sym_primitive_type] = STATE(192), [sym__literal] = STATE(32), [sym_array_literal] = STATE(32), [sym_boolean_literal] = STATE(32), [sym_set_literal] = STATE(32), [sym_string_literal] = STATE(32), [aux_sym_source_file_repeat1] = STATE(2), [ts_builtin_sym_end] = ACTIONS(134), [sym_identifier] = ACTIONS(7), [anon_sym_annotation] = ACTIONS(9), [anon_sym_constraint] = ACTIONS(11), [anon_sym_enum] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_function] = ACTIONS(17), [anon_sym_solve] = ACTIONS(19), [anon_sym_include] = ACTIONS(21), [anon_sym_output] = ACTIONS(23), [anon_sym_predicate] = ACTIONS(25), [anon_sym_test] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_if] = ACTIONS(31), [anon_sym_DASH] = ACTIONS(33), [anon_sym_let] = ACTIONS(35), [anon_sym_not] = ACTIONS(37), [anon_sym_] = ACTIONS(33), [anon_sym_DQUOTE] = ACTIONS(39), [anon_sym_array] = ACTIONS(41), [anon_sym_var] = ACTIONS(43), [anon_sym_par] = ACTIONS(43), [anon_sym_opt] = ACTIONS(45), [anon_sym_set] = ACTIONS(47), [anon_sym_ann] = ACTIONS(49), [anon_sym_bool] = ACTIONS(49), [anon_sym_float] = ACTIONS(49), [anon_sym_int] = ACTIONS(49), [anon_sym_string] = ACTIONS(49), [sym_absent] = ACTIONS(51), [anon_sym_true] = ACTIONS(53), [anon_sym_false] = ACTIONS(53), [sym_float_literal] = ACTIONS(51), [sym_integer_literal] = ACTIONS(55), [sym_line_comment] = ACTIONS(3), [sym_block_comment] = ACTIONS(3), }, }; static uint16_t ts_small_parse_table[] = { [0] = 27, ACTIONS(136), 1, sym_identifier, ACTIONS(139), 1, anon_sym_constraint, ACTIONS(142), 1, anon_sym_LBRACE, ACTIONS(145), 1, anon_sym_RBRACE, ACTIONS(147), 1, anon_sym_LPAREN, ACTIONS(150), 1, anon_sym_LBRACK, ACTIONS(153), 1, anon_sym_if, ACTIONS(159), 1, anon_sym_let, ACTIONS(162), 1, anon_sym_not, ACTIONS(165), 1, anon_sym_DQUOTE, ACTIONS(168), 1, anon_sym_array, ACTIONS(174), 1, anon_sym_opt, ACTIONS(177), 1, anon_sym_set, ACTIONS(189), 1, sym_integer_literal, STATE(4), 1, aux_sym_let_expression_repeat1, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(288), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(156), 2, anon_sym_DASH, anon_sym_, ACTIONS(171), 2, anon_sym_var, anon_sym_par, ACTIONS(183), 2, sym_absent, sym_float_literal, ACTIONS(186), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, STATE(264), 2, sym_constraint, sym_declaration, ACTIONS(180), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [108] = 27, ACTIONS(11), 1, anon_sym_constraint, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(194), 1, anon_sym_RBRACE, STATE(4), 1, aux_sym_let_expression_repeat1, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(288), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(211), 2, sym_constraint, sym_declaration, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [216] = 27, ACTIONS(11), 1, anon_sym_constraint, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(196), 1, anon_sym_RBRACE, STATE(5), 1, aux_sym_let_expression_repeat1, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(288), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, STATE(233), 2, sym_constraint, sym_declaration, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [324] = 25, ACTIONS(198), 1, sym_identifier, ACTIONS(201), 1, anon_sym_LBRACE, ACTIONS(204), 1, anon_sym_LPAREN, ACTIONS(207), 1, anon_sym_RPAREN, ACTIONS(209), 1, anon_sym_LBRACK, ACTIONS(212), 1, anon_sym_if, ACTIONS(218), 1, anon_sym_let, ACTIONS(221), 1, anon_sym_not, ACTIONS(224), 1, anon_sym_DQUOTE, ACTIONS(227), 1, anon_sym_array, ACTIONS(233), 1, anon_sym_opt, ACTIONS(236), 1, anon_sym_set, ACTIONS(248), 1, sym_integer_literal, STATE(7), 1, aux_sym__parameters_repeat1, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(247), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(215), 2, anon_sym_DASH, anon_sym_, ACTIONS(230), 2, anon_sym_var, anon_sym_par, ACTIONS(242), 2, sym_absent, sym_float_literal, ACTIONS(245), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(239), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [425] = 25, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(251), 1, anon_sym_RPAREN, STATE(7), 1, aux_sym__parameters_repeat1, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(243), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [526] = 25, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(253), 1, anon_sym_RPAREN, STATE(8), 1, aux_sym__parameters_repeat1, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(213), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [627] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(238), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [722] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(283), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [817] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(212), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [912] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(41), 1, anon_sym_array, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(225), 1, sym__type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(229), 2, sym_array_type, sym_type_base, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [1007] = 4, ACTIONS(259), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(257), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(255), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1063] = 4, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(263), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(261), 33, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1118] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(269), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(267), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1171] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(273), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(271), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1224] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(277), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(275), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1277] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(281), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(279), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1330] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(285), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(283), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1383] = 22, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(287), 1, anon_sym_RBRACK, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(269), 1, sym_type_base, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [1474] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(291), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(289), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1527] = 15, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 7, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, ACTIONS(261), 22, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [1604] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(263), 2, anon_sym_COLON, anon_sym_else, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, ACTIONS(261), 13, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, [1691] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(327), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(325), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1744] = 18, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(263), 3, anon_sym_COLON, anon_sym_else, anon_sym_LT_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, ACTIONS(261), 15, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, [1827] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(331), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(329), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [1880] = 17, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(263), 3, anon_sym_COLON, anon_sym_else, anon_sym_LT_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, ACTIONS(261), 16, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, [1961] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(335), 2, anon_sym_COLON, anon_sym_else, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, ACTIONS(333), 11, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, [2050] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(341), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(339), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2103] = 14, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 7, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, ACTIONS(261), 23, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, [2178] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(257), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(255), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2231] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(345), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(343), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2284] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(349), 2, anon_sym_COLON, anon_sym_else, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, ACTIONS(347), 11, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, [2373] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(353), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(351), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2426] = 13, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 7, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, ACTIONS(261), 24, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, [2499] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(357), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(355), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2552] = 12, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 7, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, ACTIONS(261), 25, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, [2623] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(361), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(359), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2676] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(365), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(363), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2729] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(369), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(367), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2782] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(373), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(371), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2835] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(377), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(375), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2888] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(381), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(379), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [2941] = 10, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 7, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, ACTIONS(261), 27, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, [3008] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(385), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(383), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3061] = 22, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(387), 1, anon_sym_RBRACK, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(269), 1, sym_type_base, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [3152] = 11, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 7, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, ACTIONS(261), 26, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_DOT_DOT, [3221] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(391), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(389), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3274] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(395), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(393), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3327] = 8, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(263), 9, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(261), 28, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, [3390] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(399), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(397), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3443] = 6, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(263), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(261), 31, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, [3502] = 5, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(403), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(401), 32, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3559] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(407), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(405), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3612] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(411), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(409), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3665] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(415), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(413), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3718] = 5, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(263), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(261), 32, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3775] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(419), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(417), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3828] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(423), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(421), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3881] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(427), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(425), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3934] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(431), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(429), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [3987] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(435), 2, anon_sym_COLON, anon_sym_else, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, ACTIONS(433), 11, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, [4076] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(439), 10, anon_sym_EQ, anon_sym_COLON, anon_sym_in, anon_sym_else, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(437), 34, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_where, anon_sym_then, anon_sym_elseif, anon_sym_endif, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [4129] = 21, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(269), 1, sym_type_base, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4217] = 21, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(45), 1, anon_sym_opt, ACTIONS(47), 1, anon_sym_set, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(80), 1, sym__expression, STATE(192), 1, sym_primitive_type, STATE(223), 1, sym_type_base, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(43), 2, anon_sym_var, anon_sym_par, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4305] = 19, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(441), 1, anon_sym_opt, ACTIONS(443), 1, anon_sym_set, STATE(88), 1, sym__expression, STATE(202), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4386] = 18, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(445), 1, anon_sym_set, STATE(77), 1, sym__expression, STATE(206), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4464] = 18, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(447), 1, anon_sym_set, STATE(83), 1, sym__expression, STATE(197), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4542] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(89), 1, sym__expression, STATE(204), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4617] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(87), 1, sym__expression, STATE(193), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4692] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(86), 1, sym__expression, STATE(194), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4767] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(91), 1, sym__expression, STATE(210), 1, sym_primitive_type, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, ACTIONS(49), 5, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4842] = 17, ACTIONS(449), 1, sym_identifier, ACTIONS(452), 1, anon_sym_LBRACE, ACTIONS(457), 1, anon_sym_LPAREN, ACTIONS(460), 1, anon_sym_LBRACK, ACTIONS(463), 1, anon_sym_if, ACTIONS(469), 1, anon_sym_let, ACTIONS(472), 1, anon_sym_not, ACTIONS(475), 1, anon_sym_DQUOTE, ACTIONS(484), 1, sym_integer_literal, STATE(74), 1, aux_sym_call_repeat1, STATE(157), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(466), 2, anon_sym_DASH, anon_sym_, ACTIONS(478), 2, sym_absent, sym_float_literal, ACTIONS(481), 2, anon_sym_true, anon_sym_false, ACTIONS(455), 3, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [4915] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(489), 1, anon_sym_where, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(487), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [4996] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(491), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5074] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(493), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(495), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5154] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(497), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5232] = 23, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(499), 1, anon_sym_elseif, ACTIONS(501), 1, anon_sym_else, ACTIONS(503), 1, anon_sym_endif, STATE(208), 1, aux_sym_if_then_else_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5316] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(505), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(507), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5396] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(57), 9, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DASH, anon_sym_, anon_sym_DQUOTE, sym_absent, sym_float_literal, ACTIONS(509), 26, anon_sym_annotation, anon_sym_constraint, anon_sym_enum, anon_sym_function, anon_sym_solve, anon_sym_include, anon_sym_output, anon_sym_predicate, anon_sym_test, anon_sym_if, anon_sym_let, anon_sym_not, anon_sym_array, anon_sym_var, anon_sym_par, anon_sym_opt, anon_sym_set, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, anon_sym_true, anon_sym_false, sym_integer_literal, sym_identifier, [5440] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(511), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5518] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(513), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(515), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5598] = 18, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(517), 1, sym_identifier, ACTIONS(519), 1, anon_sym_RPAREN, STATE(96), 1, aux_sym_call_repeat1, STATE(107), 1, sym__expression, STATE(217), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [5672] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(521), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5750] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(523), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(525), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5830] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(527), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(529), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5910] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(531), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(533), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [5990] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(535), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(537), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6070] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(539), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6148] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(541), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(543), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6228] = 22, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(547), 1, anon_sym_RBRACE, ACTIONS(549), 1, anon_sym_PIPE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6309] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(551), 1, anon_sym_RBRACK, STATE(98), 1, sym__expression, STATE(100), 1, aux_sym_call_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [6380] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(547), 1, anon_sym_RBRACE, STATE(74), 1, aux_sym_call_repeat1, STATE(103), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [6451] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(553), 1, anon_sym_RBRACE, STATE(92), 1, sym__expression, STATE(94), 1, aux_sym_call_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [6522] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(555), 1, anon_sym_RPAREN, STATE(74), 1, aux_sym_call_repeat1, STATE(114), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [6593] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(559), 1, anon_sym_else, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(557), 2, anon_sym_elseif, anon_sym_endif, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6672] = 22, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(561), 1, anon_sym_PIPE, ACTIONS(563), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6753] = 22, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(565), 1, anon_sym_COMMA, ACTIONS(567), 1, anon_sym_RBRACK, STATE(219), 1, aux_sym_indexed_access_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [6834] = 17, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, ACTIONS(563), 1, anon_sym_RBRACK, STATE(74), 1, aux_sym_call_repeat1, STATE(104), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [6905] = 5, ACTIONS(259), 1, anon_sym_LPAREN, ACTIONS(569), 1, anon_sym_in, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(257), 7, anon_sym_EQ, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(255), 25, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [6952] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(572), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7028] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(574), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7106] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(576), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7184] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(578), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7260] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(580), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7336] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(555), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7414] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(582), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7490] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(584), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7566] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(586), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7642] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(588), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7718] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(590), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7794] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(592), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7870] = 21, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(594), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [7948] = 5, ACTIONS(259), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(257), 8, anon_sym_COLON, anon_sym_in, anon_sym_LT_DASH, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, ACTIONS(255), 23, anon_sym_COLON_COLON, anon_sym_LBRACK, anon_sym_LT_DASH_GT, anon_sym_DASH_GT, anon_sym_BSLASH_SLASH, anon_sym_xor, anon_sym_SLASH_BSLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, anon_sym_union, anon_sym_diff, anon_sym_symdiff, anon_sym_intersect, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_STAR, anon_sym_div, anon_sym_mod, anon_sym_CARET, [7994] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(599), 2, ts_builtin_sym_end, anon_sym_SEMI, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [8070] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(124), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8135] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(112), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8200] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(15), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8265] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(79), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8330] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(85), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8395] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(160), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8460] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(111), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8525] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(601), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [8600] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(153), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8665] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(36), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8730] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(113), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8795] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(132), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8860] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(82), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8925] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(102), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [8990] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(603), 1, anon_sym_then, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [9065] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(605), 1, anon_sym_endif, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [9140] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(58), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9205] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(53), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9270] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(51), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9335] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(48), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9400] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(45), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9465] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(38), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9530] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(31), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9595] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(28), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9660] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(26), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9725] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(24), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9790] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(99), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9855] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(131), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9920] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(23), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [9985] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(63), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10050] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(108), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10115] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(168), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10180] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(29), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10245] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(109), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10310] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(76), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10375] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(154), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10440] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(607), 1, anon_sym_then, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [10515] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(609), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [10590] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(611), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [10665] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(169), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10730] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(545), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [10805] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(90), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10870] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(106), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [10935] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(613), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [11010] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(105), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11075] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(110), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11140] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(34), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11205] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(116), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11270] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(97), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11335] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(78), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11400] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(75), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11465] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(615), 1, anon_sym_endif, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [11540] = 20, ACTIONS(265), 1, anon_sym_LBRACK, ACTIONS(293), 1, anon_sym_COLON_COLON, ACTIONS(295), 1, anon_sym_union, ACTIONS(297), 1, anon_sym_diff, ACTIONS(299), 1, anon_sym_symdiff, ACTIONS(301), 1, anon_sym_intersect, ACTIONS(303), 1, anon_sym_DOT_DOT, ACTIONS(307), 1, anon_sym_PLUS_PLUS, ACTIONS(311), 1, anon_sym_SLASH, ACTIONS(313), 1, anon_sym_CARET, ACTIONS(319), 1, anon_sym_LT_DASH, ACTIONS(321), 1, anon_sym_SLASH_BSLASH, ACTIONS(617), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(305), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(317), 2, anon_sym_DASH_GT, anon_sym_xor, ACTIONS(337), 2, anon_sym_LT_DASH_GT, anon_sym_BSLASH_SLASH, ACTIONS(309), 3, anon_sym_STAR, anon_sym_div, anon_sym_mod, ACTIONS(315), 4, anon_sym_EQ, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(323), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_subset, anon_sym_superset, [11615] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(155), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11680] = 15, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(27), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_if, ACTIONS(35), 1, anon_sym_let, ACTIONS(37), 1, anon_sym_not, ACTIONS(39), 1, anon_sym_DQUOTE, ACTIONS(55), 1, sym_integer_literal, ACTIONS(192), 1, sym_identifier, STATE(54), 1, sym__expression, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(33), 2, anon_sym_DASH, anon_sym_, ACTIONS(51), 2, sym_absent, sym_float_literal, ACTIONS(53), 2, anon_sym_true, anon_sym_false, STATE(32), 16, sym_parenthesised_expression, sym_array_comprehension, sym_call, sym_generator_call, sym_if_then_else, sym_indexed_access, sym_infix_operator, sym_let_expression, sym_prefix_operator, sym_set_comprehension, sym_string_interpolation, sym__literal, sym_array_literal, sym_boolean_literal, sym_set_literal, sym_string_literal, [11745] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(145), 9, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DASH, anon_sym_, anon_sym_DQUOTE, sym_absent, sym_float_literal, ACTIONS(619), 18, anon_sym_constraint, anon_sym_if, anon_sym_let, anon_sym_not, anon_sym_array, anon_sym_var, anon_sym_par, anon_sym_opt, anon_sym_set, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, anon_sym_true, anon_sym_false, sym_integer_literal, sym_identifier, [11781] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(207), 9, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_DASH, anon_sym_, anon_sym_DQUOTE, sym_absent, sym_float_literal, ACTIONS(621), 17, anon_sym_if, anon_sym_let, anon_sym_not, anon_sym_array, anon_sym_var, anon_sym_par, anon_sym_opt, anon_sym_set, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, anon_sym_true, anon_sym_false, sym_integer_literal, sym_identifier, [11816] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(625), 9, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_DASH, anon_sym_, anon_sym_DQUOTE, sym_absent, sym_float_literal, ACTIONS(623), 17, anon_sym_if, anon_sym_let, anon_sym_not, anon_sym_array, anon_sym_var, anon_sym_par, anon_sym_opt, anon_sym_set, anon_sym_ann, anon_sym_bool, anon_sym_float, anon_sym_int, anon_sym_string, anon_sym_true, anon_sym_false, sym_integer_literal, sym_identifier, [11851] = 3, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(627), 7, anon_sym_if, anon_sym_let, anon_sym_not, anon_sym_true, anon_sym_false, sym_integer_literal, sym_identifier, ACTIONS(455), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DASH, anon_sym_, anon_sym_DQUOTE, sym_absent, sym_float_literal, [11878] = 4, ACTIONS(629), 1, anon_sym_COLON_COLON, STATE(176), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(511), 5, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_EQ, anon_sym_COMMA, anon_sym_RBRACE, [11896] = 5, ACTIONS(634), 1, anon_sym_EQ, ACTIONS(636), 1, anon_sym_COLON_COLON, STATE(179), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(632), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, [11916] = 8, ACTIONS(638), 1, anon_sym_DQUOTE, ACTIONS(640), 1, anon_sym_BSLASH_LPAREN, ACTIONS(642), 1, aux_sym_string_content_token1, ACTIONS(644), 1, sym_escape_sequence, STATE(186), 1, aux_sym_string_content_repeat1, STATE(220), 1, sym_string_content, STATE(221), 1, aux_sym_string_interpolation_repeat1, ACTIONS(646), 2, sym_line_comment, sym_block_comment, [11942] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(650), 1, anon_sym_EQ, STATE(176), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(648), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, [11962] = 6, ACTIONS(642), 1, aux_sym_string_content_token1, ACTIONS(644), 1, sym_escape_sequence, STATE(186), 1, aux_sym_string_content_repeat1, STATE(248), 1, sym_string_content, ACTIONS(646), 2, sym_line_comment, sym_block_comment, ACTIONS(652), 2, anon_sym_DQUOTE, anon_sym_BSLASH_LPAREN, [11983] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(656), 1, anon_sym_EQ, STATE(190), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(654), 2, ts_builtin_sym_end, anon_sym_SEMI, [12001] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(660), 1, anon_sym_EQ, STATE(176), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(658), 2, ts_builtin_sym_end, anon_sym_SEMI, [12019] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(664), 1, anon_sym_EQ, STATE(191), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(662), 2, ts_builtin_sym_end, anon_sym_SEMI, [12037] = 4, ACTIONS(666), 1, anon_sym_COMMA, STATE(184), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(669), 3, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [12053] = 5, ACTIONS(673), 1, aux_sym_string_content_token1, ACTIONS(676), 1, sym_escape_sequence, STATE(185), 1, aux_sym_string_content_repeat1, ACTIONS(646), 2, sym_line_comment, sym_block_comment, ACTIONS(671), 2, anon_sym_DQUOTE, anon_sym_BSLASH_LPAREN, [12071] = 5, ACTIONS(681), 1, aux_sym_string_content_token1, ACTIONS(683), 1, sym_escape_sequence, STATE(185), 1, aux_sym_string_content_repeat1, ACTIONS(646), 2, sym_line_comment, sym_block_comment, ACTIONS(679), 2, anon_sym_DQUOTE, anon_sym_BSLASH_LPAREN, [12089] = 5, ACTIONS(638), 1, anon_sym_DQUOTE, STATE(205), 1, aux_sym_string_content_repeat1, STATE(293), 1, sym_string_content, ACTIONS(646), 2, sym_line_comment, sym_block_comment, ACTIONS(685), 2, aux_sym_string_content_token1, sym_escape_sequence, [12107] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(689), 1, anon_sym_EQ, STATE(182), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(687), 2, ts_builtin_sym_end, anon_sym_SEMI, [12125] = 5, ACTIONS(693), 1, anon_sym_EQ, ACTIONS(695), 1, anon_sym_LPAREN, STATE(239), 1, sym__parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(691), 2, ts_builtin_sym_end, anon_sym_SEMI, [12143] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(699), 1, anon_sym_EQ, STATE(176), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(697), 2, ts_builtin_sym_end, anon_sym_SEMI, [12161] = 5, ACTIONS(636), 1, anon_sym_COLON_COLON, ACTIONS(703), 1, anon_sym_EQ, STATE(176), 1, aux_sym__annotations, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(701), 2, ts_builtin_sym_end, anon_sym_SEMI, [12179] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(507), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12190] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(529), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12201] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(525), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12212] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(705), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_EQ, anon_sym_COLON_COLON, [12223] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(707), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_EQ, anon_sym_COLON_COLON, [12234] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(515), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12245] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(709), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_EQ, anon_sym_COLON_COLON, [12256] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(711), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12267] = 4, ACTIONS(671), 1, anon_sym_DQUOTE, STATE(200), 1, aux_sym_string_content_repeat1, ACTIONS(646), 2, sym_line_comment, sym_block_comment, ACTIONS(713), 2, aux_sym_string_content_token1, sym_escape_sequence, [12282] = 5, ACTIONS(716), 1, anon_sym_elseif, ACTIONS(719), 1, anon_sym_else, ACTIONS(721), 1, anon_sym_endif, STATE(201), 1, aux_sym_if_then_else_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12299] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(533), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12310] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(669), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [12321] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(537), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12332] = 4, ACTIONS(679), 1, anon_sym_DQUOTE, STATE(200), 1, aux_sym_string_content_repeat1, ACTIONS(646), 2, sym_line_comment, sym_block_comment, ACTIONS(723), 2, aux_sym_string_content_token1, sym_escape_sequence, [12347] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(495), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12358] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(725), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_EQ, anon_sym_COLON_COLON, [12369] = 5, ACTIONS(499), 1, anon_sym_elseif, ACTIONS(727), 1, anon_sym_else, ACTIONS(729), 1, anon_sym_endif, STATE(201), 1, aux_sym_if_then_else_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12386] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(731), 4, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_EQ, anon_sym_COLON_COLON, [12397] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(543), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [12408] = 3, ACTIONS(735), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(733), 2, anon_sym_SEMI, anon_sym_COMMA, [12420] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(737), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, [12430] = 4, ACTIONS(251), 1, anon_sym_RPAREN, ACTIONS(739), 1, anon_sym_COLON, ACTIONS(741), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12444] = 4, ACTIONS(743), 1, sym_identifier, ACTIONS(745), 1, anon_sym_RBRACK, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12458] = 4, ACTIONS(745), 1, anon_sym_RBRACK, ACTIONS(747), 1, anon_sym_COMMA, STATE(184), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12472] = 4, ACTIONS(749), 1, anon_sym_COMMA, ACTIONS(751), 1, anon_sym_RBRACK, STATE(215), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12486] = 4, ACTIONS(753), 1, anon_sym_COMMA, ACTIONS(755), 1, anon_sym_RPAREN, STATE(222), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12500] = 3, ACTIONS(757), 1, anon_sym_satisfy, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(759), 2, anon_sym_maximize, anon_sym_minimize, [12512] = 4, ACTIONS(565), 1, anon_sym_COMMA, ACTIONS(761), 1, anon_sym_RBRACK, STATE(236), 1, aux_sym_indexed_access_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12526] = 4, ACTIONS(763), 1, anon_sym_DQUOTE, ACTIONS(765), 1, anon_sym_BSLASH_LPAREN, STATE(230), 1, aux_sym_string_interpolation_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12540] = 4, ACTIONS(765), 1, anon_sym_BSLASH_LPAREN, ACTIONS(767), 1, anon_sym_DQUOTE, STATE(227), 1, aux_sym_string_interpolation_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12554] = 4, ACTIONS(769), 1, anon_sym_COMMA, ACTIONS(771), 1, anon_sym_RPAREN, STATE(184), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12568] = 4, ACTIONS(773), 1, anon_sym_COMMA, ACTIONS(775), 1, anon_sym_RBRACK, STATE(242), 1, aux_sym_array_type_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12582] = 4, ACTIONS(777), 1, anon_sym_COMMA, ACTIONS(780), 1, anon_sym_RBRACK, STATE(224), 1, aux_sym_array_type_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12596] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(782), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, [12606] = 4, ACTIONS(784), 1, anon_sym_COMMA, ACTIONS(786), 1, anon_sym_RBRACE, STATE(184), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12620] = 4, ACTIONS(788), 1, anon_sym_DQUOTE, ACTIONS(790), 1, anon_sym_BSLASH_LPAREN, STATE(227), 1, aux_sym_string_interpolation_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12634] = 4, ACTIONS(793), 1, sym_identifier, ACTIONS(795), 1, anon_sym_RBRACE, STATE(237), 1, aux_sym_enumeration_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12648] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(797), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, [12658] = 4, ACTIONS(765), 1, anon_sym_BSLASH_LPAREN, ACTIONS(799), 1, anon_sym_DQUOTE, STATE(227), 1, aux_sym_string_interpolation_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12672] = 4, ACTIONS(743), 1, sym_identifier, ACTIONS(801), 1, anon_sym_RPAREN, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12686] = 4, ACTIONS(743), 1, sym_identifier, ACTIONS(771), 1, anon_sym_RPAREN, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12700] = 3, ACTIONS(194), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(733), 2, anon_sym_SEMI, anon_sym_COMMA, [12712] = 4, ACTIONS(743), 1, sym_identifier, ACTIONS(786), 1, anon_sym_RBRACE, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12726] = 4, ACTIONS(803), 1, sym_identifier, ACTIONS(805), 1, anon_sym_RBRACE, STATE(245), 1, aux_sym_enumeration_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12740] = 4, ACTIONS(578), 1, anon_sym_RBRACK, ACTIONS(807), 1, anon_sym_COMMA, STATE(236), 1, aux_sym_indexed_access_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12754] = 4, ACTIONS(810), 1, sym_identifier, ACTIONS(812), 1, anon_sym_RBRACE, STATE(244), 1, aux_sym_enumeration_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12768] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(814), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RPAREN, [12778] = 3, ACTIONS(818), 1, anon_sym_EQ, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(816), 2, ts_builtin_sym_end, anon_sym_SEMI, [12790] = 4, ACTIONS(743), 1, sym_identifier, ACTIONS(820), 1, anon_sym_RBRACK, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12804] = 4, ACTIONS(822), 1, anon_sym_COMMA, ACTIONS(824), 1, anon_sym_RBRACE, STATE(226), 1, aux_sym_array_comprehension_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12818] = 4, ACTIONS(287), 1, anon_sym_RBRACK, ACTIONS(826), 1, anon_sym_COMMA, STATE(224), 1, aux_sym_array_type_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12832] = 4, ACTIONS(741), 1, anon_sym_COMMA, ACTIONS(828), 1, anon_sym_COLON, ACTIONS(830), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12846] = 4, ACTIONS(832), 1, sym_identifier, ACTIONS(835), 1, anon_sym_RBRACE, STATE(244), 1, aux_sym_enumeration_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12860] = 4, ACTIONS(837), 1, sym_identifier, ACTIONS(839), 1, anon_sym_RBRACE, STATE(244), 1, aux_sym_enumeration_repeat1, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12874] = 4, ACTIONS(743), 1, sym_identifier, ACTIONS(841), 1, anon_sym_RBRACE, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12888] = 3, ACTIONS(741), 1, anon_sym_COMMA, ACTIONS(843), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12899] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(845), 2, anon_sym_DQUOTE, anon_sym_BSLASH_LPAREN, [12908] = 3, ACTIONS(847), 1, anon_sym_COMMA, ACTIONS(849), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12919] = 3, ACTIONS(851), 1, anon_sym_DQUOTE, STATE(273), 1, sym_string_literal, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12930] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(853), 2, ts_builtin_sym_end, anon_sym_SEMI, [12939] = 3, ACTIONS(743), 1, sym_identifier, STATE(241), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12950] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(855), 2, ts_builtin_sym_end, anon_sym_SEMI, [12959] = 3, ACTIONS(695), 1, anon_sym_LPAREN, STATE(181), 1, sym__parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [12970] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(857), 2, ts_builtin_sym_end, anon_sym_SEMI, [12979] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(835), 2, anon_sym_RBRACE, sym_identifier, [12988] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(859), 2, ts_builtin_sym_end, anon_sym_SEMI, [12997] = 3, ACTIONS(861), 1, ts_builtin_sym_end, ACTIONS(863), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13008] = 3, ACTIONS(812), 1, anon_sym_RBRACE, ACTIONS(847), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13019] = 3, ACTIONS(865), 1, anon_sym_COMMA, ACTIONS(867), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13030] = 3, ACTIONS(134), 1, ts_builtin_sym_end, ACTIONS(863), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13041] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(869), 2, ts_builtin_sym_end, anon_sym_SEMI, [13050] = 3, ACTIONS(743), 1, sym_identifier, STATE(216), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13061] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(733), 2, anon_sym_SEMI, anon_sym_COMMA, [13070] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(871), 2, ts_builtin_sym_end, anon_sym_SEMI, [13079] = 3, ACTIONS(847), 1, anon_sym_COMMA, ACTIONS(873), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13090] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(875), 2, ts_builtin_sym_end, anon_sym_SEMI, [13099] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(877), 2, ts_builtin_sym_end, anon_sym_SEMI, [13108] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(780), 2, anon_sym_COMMA, anon_sym_RBRACK, [13117] = 3, ACTIONS(695), 1, anon_sym_LPAREN, STATE(183), 1, sym__parameters, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13128] = 3, ACTIONS(839), 1, anon_sym_RBRACE, ACTIONS(847), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13139] = 3, ACTIONS(743), 1, sym_identifier, STATE(203), 1, sym_generator, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13150] = 2, ACTIONS(3), 2, sym_line_comment, sym_block_comment, ACTIONS(879), 2, ts_builtin_sym_end, anon_sym_SEMI, [13159] = 3, ACTIONS(865), 1, anon_sym_COMMA, ACTIONS(881), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13170] = 2, ACTIONS(883), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13178] = 2, ACTIONS(885), 1, ts_builtin_sym_end, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13186] = 2, ACTIONS(887), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13194] = 2, ACTIONS(889), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13202] = 2, ACTIONS(847), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13210] = 2, ACTIONS(891), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13218] = 2, ACTIONS(893), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13226] = 2, ACTIONS(895), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13234] = 2, ACTIONS(897), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13242] = 2, ACTIONS(899), 1, anon_sym_in, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13250] = 2, ACTIONS(901), 1, anon_sym_in, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13258] = 2, ACTIONS(903), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13266] = 2, ACTIONS(863), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13274] = 2, ACTIONS(905), 1, anon_sym_COLON, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13282] = 2, ACTIONS(907), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13290] = 2, ACTIONS(909), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13298] = 2, ACTIONS(911), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13306] = 2, ACTIONS(913), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13314] = 2, ACTIONS(763), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13322] = 2, ACTIONS(915), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13330] = 2, ACTIONS(917), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13338] = 2, ACTIONS(919), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13346] = 2, ACTIONS(865), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13354] = 2, ACTIONS(921), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13362] = 2, ACTIONS(923), 1, anon_sym_in, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13370] = 2, ACTIONS(925), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13378] = 2, ACTIONS(927), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13386] = 2, ACTIONS(929), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13394] = 2, ACTIONS(931), 1, anon_sym_of, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13402] = 2, ACTIONS(933), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13410] = 2, ACTIONS(935), 1, sym_identifier, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13418] = 2, ACTIONS(937), 1, anon_sym_in, ACTIONS(3), 2, sym_line_comment, sym_block_comment, [13426] = 2, ACTIONS(939), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_line_comment, sym_block_comment, }; static uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(4)] = 0, [SMALL_STATE(5)] = 108, [SMALL_STATE(6)] = 216, [SMALL_STATE(7)] = 324, [SMALL_STATE(8)] = 425, [SMALL_STATE(9)] = 526, [SMALL_STATE(10)] = 627, [SMALL_STATE(11)] = 722, [SMALL_STATE(12)] = 817, [SMALL_STATE(13)] = 912, [SMALL_STATE(14)] = 1007, [SMALL_STATE(15)] = 1063, [SMALL_STATE(16)] = 1118, [SMALL_STATE(17)] = 1171, [SMALL_STATE(18)] = 1224, [SMALL_STATE(19)] = 1277, [SMALL_STATE(20)] = 1330, [SMALL_STATE(21)] = 1383, [SMALL_STATE(22)] = 1474, [SMALL_STATE(23)] = 1527, [SMALL_STATE(24)] = 1604, [SMALL_STATE(25)] = 1691, [SMALL_STATE(26)] = 1744, [SMALL_STATE(27)] = 1827, [SMALL_STATE(28)] = 1880, [SMALL_STATE(29)] = 1961, [SMALL_STATE(30)] = 2050, [SMALL_STATE(31)] = 2103, [SMALL_STATE(32)] = 2178, [SMALL_STATE(33)] = 2231, [SMALL_STATE(34)] = 2284, [SMALL_STATE(35)] = 2373, [SMALL_STATE(36)] = 2426, [SMALL_STATE(37)] = 2499, [SMALL_STATE(38)] = 2552, [SMALL_STATE(39)] = 2623, [SMALL_STATE(40)] = 2676, [SMALL_STATE(41)] = 2729, [SMALL_STATE(42)] = 2782, [SMALL_STATE(43)] = 2835, [SMALL_STATE(44)] = 2888, [SMALL_STATE(45)] = 2941, [SMALL_STATE(46)] = 3008, [SMALL_STATE(47)] = 3061, [SMALL_STATE(48)] = 3152, [SMALL_STATE(49)] = 3221, [SMALL_STATE(50)] = 3274, [SMALL_STATE(51)] = 3327, [SMALL_STATE(52)] = 3390, [SMALL_STATE(53)] = 3443, [SMALL_STATE(54)] = 3502, [SMALL_STATE(55)] = 3559, [SMALL_STATE(56)] = 3612, [SMALL_STATE(57)] = 3665, [SMALL_STATE(58)] = 3718, [SMALL_STATE(59)] = 3775, [SMALL_STATE(60)] = 3828, [SMALL_STATE(61)] = 3881, [SMALL_STATE(62)] = 3934, [SMALL_STATE(63)] = 3987, [SMALL_STATE(64)] = 4076, [SMALL_STATE(65)] = 4129, [SMALL_STATE(66)] = 4217, [SMALL_STATE(67)] = 4305, [SMALL_STATE(68)] = 4386, [SMALL_STATE(69)] = 4464, [SMALL_STATE(70)] = 4542, [SMALL_STATE(71)] = 4617, [SMALL_STATE(72)] = 4692, [SMALL_STATE(73)] = 4767, [SMALL_STATE(74)] = 4842, [SMALL_STATE(75)] = 4915, [SMALL_STATE(76)] = 4996, [SMALL_STATE(77)] = 5074, [SMALL_STATE(78)] = 5154, [SMALL_STATE(79)] = 5232, [SMALL_STATE(80)] = 5316, [SMALL_STATE(81)] = 5396, [SMALL_STATE(82)] = 5440, [SMALL_STATE(83)] = 5518, [SMALL_STATE(84)] = 5598, [SMALL_STATE(85)] = 5672, [SMALL_STATE(86)] = 5750, [SMALL_STATE(87)] = 5830, [SMALL_STATE(88)] = 5910, [SMALL_STATE(89)] = 5990, [SMALL_STATE(90)] = 6070, [SMALL_STATE(91)] = 6148, [SMALL_STATE(92)] = 6228, [SMALL_STATE(93)] = 6309, [SMALL_STATE(94)] = 6380, [SMALL_STATE(95)] = 6451, [SMALL_STATE(96)] = 6522, [SMALL_STATE(97)] = 6593, [SMALL_STATE(98)] = 6672, [SMALL_STATE(99)] = 6753, [SMALL_STATE(100)] = 6834, [SMALL_STATE(101)] = 6905, [SMALL_STATE(102)] = 6952, [SMALL_STATE(103)] = 7028, [SMALL_STATE(104)] = 7106, [SMALL_STATE(105)] = 7184, [SMALL_STATE(106)] = 7260, [SMALL_STATE(107)] = 7336, [SMALL_STATE(108)] = 7414, [SMALL_STATE(109)] = 7490, [SMALL_STATE(110)] = 7566, [SMALL_STATE(111)] = 7642, [SMALL_STATE(112)] = 7718, [SMALL_STATE(113)] = 7794, [SMALL_STATE(114)] = 7870, [SMALL_STATE(115)] = 7948, [SMALL_STATE(116)] = 7994, [SMALL_STATE(117)] = 8070, [SMALL_STATE(118)] = 8135, [SMALL_STATE(119)] = 8200, [SMALL_STATE(120)] = 8265, [SMALL_STATE(121)] = 8330, [SMALL_STATE(122)] = 8395, [SMALL_STATE(123)] = 8460, [SMALL_STATE(124)] = 8525, [SMALL_STATE(125)] = 8600, [SMALL_STATE(126)] = 8665, [SMALL_STATE(127)] = 8730, [SMALL_STATE(128)] = 8795, [SMALL_STATE(129)] = 8860, [SMALL_STATE(130)] = 8925, [SMALL_STATE(131)] = 8990, [SMALL_STATE(132)] = 9065, [SMALL_STATE(133)] = 9140, [SMALL_STATE(134)] = 9205, [SMALL_STATE(135)] = 9270, [SMALL_STATE(136)] = 9335, [SMALL_STATE(137)] = 9400, [SMALL_STATE(138)] = 9465, [SMALL_STATE(139)] = 9530, [SMALL_STATE(140)] = 9595, [SMALL_STATE(141)] = 9660, [SMALL_STATE(142)] = 9725, [SMALL_STATE(143)] = 9790, [SMALL_STATE(144)] = 9855, [SMALL_STATE(145)] = 9920, [SMALL_STATE(146)] = 9985, [SMALL_STATE(147)] = 10050, [SMALL_STATE(148)] = 10115, [SMALL_STATE(149)] = 10180, [SMALL_STATE(150)] = 10245, [SMALL_STATE(151)] = 10310, [SMALL_STATE(152)] = 10375, [SMALL_STATE(153)] = 10440, [SMALL_STATE(154)] = 10515, [SMALL_STATE(155)] = 10590, [SMALL_STATE(156)] = 10665, [SMALL_STATE(157)] = 10730, [SMALL_STATE(158)] = 10805, [SMALL_STATE(159)] = 10870, [SMALL_STATE(160)] = 10935, [SMALL_STATE(161)] = 11010, [SMALL_STATE(162)] = 11075, [SMALL_STATE(163)] = 11140, [SMALL_STATE(164)] = 11205, [SMALL_STATE(165)] = 11270, [SMALL_STATE(166)] = 11335, [SMALL_STATE(167)] = 11400, [SMALL_STATE(168)] = 11465, [SMALL_STATE(169)] = 11540, [SMALL_STATE(170)] = 11615, [SMALL_STATE(171)] = 11680, [SMALL_STATE(172)] = 11745, [SMALL_STATE(173)] = 11781, [SMALL_STATE(174)] = 11816, [SMALL_STATE(175)] = 11851, [SMALL_STATE(176)] = 11878, [SMALL_STATE(177)] = 11896, [SMALL_STATE(178)] = 11916, [SMALL_STATE(179)] = 11942, [SMALL_STATE(180)] = 11962, [SMALL_STATE(181)] = 11983, [SMALL_STATE(182)] = 12001, [SMALL_STATE(183)] = 12019, [SMALL_STATE(184)] = 12037, [SMALL_STATE(185)] = 12053, [SMALL_STATE(186)] = 12071, [SMALL_STATE(187)] = 12089, [SMALL_STATE(188)] = 12107, [SMALL_STATE(189)] = 12125, [SMALL_STATE(190)] = 12143, [SMALL_STATE(191)] = 12161, [SMALL_STATE(192)] = 12179, [SMALL_STATE(193)] = 12190, [SMALL_STATE(194)] = 12201, [SMALL_STATE(195)] = 12212, [SMALL_STATE(196)] = 12223, [SMALL_STATE(197)] = 12234, [SMALL_STATE(198)] = 12245, [SMALL_STATE(199)] = 12256, [SMALL_STATE(200)] = 12267, [SMALL_STATE(201)] = 12282, [SMALL_STATE(202)] = 12299, [SMALL_STATE(203)] = 12310, [SMALL_STATE(204)] = 12321, [SMALL_STATE(205)] = 12332, [SMALL_STATE(206)] = 12347, [SMALL_STATE(207)] = 12358, [SMALL_STATE(208)] = 12369, [SMALL_STATE(209)] = 12386, [SMALL_STATE(210)] = 12397, [SMALL_STATE(211)] = 12408, [SMALL_STATE(212)] = 12420, [SMALL_STATE(213)] = 12430, [SMALL_STATE(214)] = 12444, [SMALL_STATE(215)] = 12458, [SMALL_STATE(216)] = 12472, [SMALL_STATE(217)] = 12486, [SMALL_STATE(218)] = 12500, [SMALL_STATE(219)] = 12512, [SMALL_STATE(220)] = 12526, [SMALL_STATE(221)] = 12540, [SMALL_STATE(222)] = 12554, [SMALL_STATE(223)] = 12568, [SMALL_STATE(224)] = 12582, [SMALL_STATE(225)] = 12596, [SMALL_STATE(226)] = 12606, [SMALL_STATE(227)] = 12620, [SMALL_STATE(228)] = 12634, [SMALL_STATE(229)] = 12648, [SMALL_STATE(230)] = 12658, [SMALL_STATE(231)] = 12672, [SMALL_STATE(232)] = 12686, [SMALL_STATE(233)] = 12700, [SMALL_STATE(234)] = 12712, [SMALL_STATE(235)] = 12726, [SMALL_STATE(236)] = 12740, [SMALL_STATE(237)] = 12754, [SMALL_STATE(238)] = 12768, [SMALL_STATE(239)] = 12778, [SMALL_STATE(240)] = 12790, [SMALL_STATE(241)] = 12804, [SMALL_STATE(242)] = 12818, [SMALL_STATE(243)] = 12832, [SMALL_STATE(244)] = 12846, [SMALL_STATE(245)] = 12860, [SMALL_STATE(246)] = 12874, [SMALL_STATE(247)] = 12888, [SMALL_STATE(248)] = 12899, [SMALL_STATE(249)] = 12908, [SMALL_STATE(250)] = 12919, [SMALL_STATE(251)] = 12930, [SMALL_STATE(252)] = 12939, [SMALL_STATE(253)] = 12950, [SMALL_STATE(254)] = 12959, [SMALL_STATE(255)] = 12970, [SMALL_STATE(256)] = 12979, [SMALL_STATE(257)] = 12988, [SMALL_STATE(258)] = 12997, [SMALL_STATE(259)] = 13008, [SMALL_STATE(260)] = 13019, [SMALL_STATE(261)] = 13030, [SMALL_STATE(262)] = 13041, [SMALL_STATE(263)] = 13050, [SMALL_STATE(264)] = 13061, [SMALL_STATE(265)] = 13070, [SMALL_STATE(266)] = 13079, [SMALL_STATE(267)] = 13090, [SMALL_STATE(268)] = 13099, [SMALL_STATE(269)] = 13108, [SMALL_STATE(270)] = 13117, [SMALL_STATE(271)] = 13128, [SMALL_STATE(272)] = 13139, [SMALL_STATE(273)] = 13150, [SMALL_STATE(274)] = 13159, [SMALL_STATE(275)] = 13170, [SMALL_STATE(276)] = 13178, [SMALL_STATE(277)] = 13186, [SMALL_STATE(278)] = 13194, [SMALL_STATE(279)] = 13202, [SMALL_STATE(280)] = 13210, [SMALL_STATE(281)] = 13218, [SMALL_STATE(282)] = 13226, [SMALL_STATE(283)] = 13234, [SMALL_STATE(284)] = 13242, [SMALL_STATE(285)] = 13250, [SMALL_STATE(286)] = 13258, [SMALL_STATE(287)] = 13266, [SMALL_STATE(288)] = 13274, [SMALL_STATE(289)] = 13282, [SMALL_STATE(290)] = 13290, [SMALL_STATE(291)] = 13298, [SMALL_STATE(292)] = 13306, [SMALL_STATE(293)] = 13314, [SMALL_STATE(294)] = 13322, [SMALL_STATE(295)] = 13330, [SMALL_STATE(296)] = 13338, [SMALL_STATE(297)] = 13346, [SMALL_STATE(298)] = 13354, [SMALL_STATE(299)] = 13362, [SMALL_STATE(300)] = 13370, [SMALL_STATE(301)] = 13378, [SMALL_STATE(302)] = 13386, [SMALL_STATE(303)] = 13394, [SMALL_STATE(304)] = 13402, [SMALL_STATE(305)] = 13410, [SMALL_STATE(306)] = 13418, [SMALL_STATE(307)] = 13426, }; static 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), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), [57] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), [59] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(115), [62] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(286), [65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(166), [68] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(305), [71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(95), [74] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(11), [77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(218), [80] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(250), [83] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(123), [86] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(301), [89] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(152), [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(93), [95] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(125), [98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(171), [101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(300), [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(171), [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(178), [110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(295), [113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(67), [116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(69), [119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(294), [122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(199), [125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(32), [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(27), [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(32), [134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(14), [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(166), [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(95), [145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(152), [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(93), [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(125), [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(171), [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(300), [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(171), [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(178), [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(295), [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(67), [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(69), [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(294), [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(199), [183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(32), [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(27), [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), SHIFT_REPEAT(32), [192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), [194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(14), [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(95), [204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(152), [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(93), [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(125), [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(171), [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(300), [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(171), [224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(178), [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(295), [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(67), [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(69), [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(294), [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(199), [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(32), [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(27), [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(32), [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), [257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_operator, 3, .production_id = 15), [263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_operator, 3, .production_id = 15), [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), [269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), [271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexed_access, 5, .production_id = 30), [273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexed_access, 5, .production_id = 30), [275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 3, .production_id = 14), [277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 3, .production_id = 14), [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_comprehension, 6), [281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_comprehension, 6), [283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_call, 9, .production_id = 45), [285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_call, 9, .production_id = 45), [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_call, 7, .production_id = 41), [291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_call, 7, .production_id = 41), [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 4), [327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 4), [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), [331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), [333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 7, .production_id = 40), [335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_expression, 7, .production_id = 40), [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 4, .production_id = 21), [341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 4, .production_id = 21), [343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_then_else, 7), [345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_then_else, 7), [347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 5, .production_id = 27), [349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_expression, 5, .production_id = 27), [351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_comprehension, 7), [353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_comprehension, 7), [355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_literal, 3), [357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_literal, 3), [359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_literal, 2), [361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_literal, 2), [363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_then_else, 5), [365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_then_else, 5), [367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_then_else, 8), [369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_then_else, 8), [371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 7), [373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 7), [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4), [377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4), [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexed_access, 4, .production_id = 22), [381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexed_access, 4, .production_id = 22), [383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_literal, 4), [385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_literal, 4), [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3), [391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3), [393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2), [395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2), [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, .production_id = 10), [399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, .production_id = 10), [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_operator, 2, .production_id = 3), [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_operator, 2, .production_id = 3), [405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesised_expression, 3), [407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesised_expression, 3), [409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 5), [411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 5), [413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_call, 8, .production_id = 44), [415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_call, 8, .production_id = 44), [417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_comprehension, 5), [419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_comprehension, 5), [421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3), [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3), [425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 5, .production_id = 29), [427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 5, .production_id = 29), [429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 6), [431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 6), [433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 6, .production_id = 35), [435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_expression, 6, .production_id = 35), [437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_then_else, 6), [439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_then_else, 6), [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(14), [452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(95), [455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(152), [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(93), [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(125), [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(171), [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(300), [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(171), [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(178), [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(32), [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(27), [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), SHIFT_REPEAT(32), [487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator, 3), [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator, 5), [493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 3, .production_id = 11), [495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 3, .production_id = 11), [497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint, 2), [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 1), [507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 1), [509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), [511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotations, 2), [513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 2, .production_id = 5), [515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 2, .production_id = 5), [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, .production_id = 36), [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 4, .production_id = 20), [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 4, .production_id = 20), [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 4, .production_id = 19), [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 4, .production_id = 19), [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 2, .production_id = 4), [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 2, .production_id = 4), [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 5, .production_id = 28), [537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 5, .production_id = 28), [539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, .production_id = 31), [541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_base, 3, .production_id = 12), [543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_base, 3, .production_id = 12), [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_then_else_repeat1, 4), [559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_then_else_repeat1, 4), [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(167), [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 4, .production_id = 17), [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indexed_access_repeat1, 2), [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predicate, 5, .production_id = 26), [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predicate, 6, .production_id = 34), [584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 5, .production_id = 24), [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goal, 3, .production_id = 8), [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output, 2), [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 13), [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, .production_id = 39), [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(118), [599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, .production_id = 43), [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_let_expression_repeat1, 2), [621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 2), [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parameters_repeat1, 4), [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 4), [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_call_repeat1, 2), [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotations, 2), SHIFT_REPEAT(129), [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 16), [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 23), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 3), [654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, .production_id = 25), [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 3, .production_id = 7), [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predicate, 3, .production_id = 9), [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_comprehension_repeat1, 2), SHIFT_REPEAT(272), [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_comprehension_repeat1, 2), [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), [673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(185), [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(185), [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1), [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 2, .production_id = 1), [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, .production_id = 1), [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, .production_id = 33), [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predicate, 4, .production_id = 18), [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), [707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 4), [709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 6), [711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1), [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(200), [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_then_else_repeat1, 2), SHIFT_REPEAT(144), [719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_then_else_repeat1, 2), [721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_then_else_repeat1, 2), [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 5), [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 6), [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2), SHIFT_REPEAT(65), [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2), [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 8), [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), [790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(117), [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indexed_access_repeat1, 2), SHIFT_REPEAT(161), [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 7), [816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 6), [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumeration_repeat1, 2), SHIFT_REPEAT(279), [835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumeration_repeat1, 2), [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 4), [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 6, .production_id = 32), [855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 6, .production_id = 7), [857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 8, .production_id = 42), [859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 5, .production_id = 1), [861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__item, 1), [871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goal, 2, .production_id = 2), [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 7, .production_id = 38), [877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration, 7, .production_id = 37), [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 2), [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [885] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), }; #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_minizinc(void) { static TSLanguage language = { .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, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = (const uint16_t *)ts_parse_table, .small_parse_table = (const uint16_t *)ts_small_parse_table, .small_parse_table_map = (const uint32_t *)ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = (const TSFieldMapSlice *)ts_field_map_slices, .field_map_entries = (const TSFieldMapEntry *)ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = (const TSSymbol *)ts_alias_sequences, .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, }; return &language; } #ifdef __cplusplus } #endif