#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 162
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 101
#define ALIAS_COUNT 1
#define TOKEN_COUNT 60
#define EXTERNAL_TOKEN_COUNT 2
#define FIELD_COUNT 18
#define MAX_ALIAS_SEQUENCE_LENGTH 7
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 22
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
anon_sym_class = 1,
anon_sym_inherits = 2,
anon_sym_SEMI = 3,
anon_sym_LBRACE = 4,
anon_sym_RBRACE = 5,
anon_sym_COLON = 6,
anon_sym_LT_DASH = 7,
anon_sym_LPAREN = 8,
anon_sym_COMMA = 9,
anon_sym_RPAREN = 10,
anon_sym_Bool = 11,
anon_sym_Int = 12,
anon_sym_IO = 13,
anon_sym_Object = 14,
anon_sym_String = 15,
anon_sym_SELF_TYPE = 16,
anon_sym_AT = 17,
anon_sym_DOT = 18,
anon_sym_if = 19,
anon_sym_then = 20,
anon_sym_else = 21,
anon_sym_fi = 22,
anon_sym_while = 23,
anon_sym_loop = 24,
anon_sym_pool = 25,
anon_sym_let = 26,
anon_sym_in = 27,
anon_sym_case = 28,
anon_sym_of = 29,
anon_sym_esac = 30,
anon_sym_EQ_GT = 31,
anon_sym_new = 32,
anon_sym_isvoid = 33,
anon_sym_not = 34,
anon_sym_TILDE = 35,
anon_sym_LT_EQ = 36,
anon_sym_LT = 37,
anon_sym_EQ = 38,
anon_sym_PLUS = 39,
anon_sym_DASH = 40,
anon_sym_STAR = 41,
anon_sym_SLASH = 42,
anon_sym_true = 43,
anon_sym_false = 44,
sym_integer_literal = 45,
anon_sym_DQUOTE = 46,
anon_sym_DQUOTE2 = 47,
sym_escape_sequence = 48,
anon_sym_DASH_DASH = 49,
aux_sym_inline_comment_token1 = 50,
anon_sym_LPAREN_STAR = 51,
aux_sym_block_comment_token1 = 52,
aux_sym_block_comment_token2 = 53,
anon_sym_STAR_RPAREN = 54,
sym_identifier = 55,
sym_type_identifier = 56,
sym_self = 57,
sym_string_content = 58,
sym__error_sentinel = 59,
sym_source_file = 60,
sym_class_item = 61,
sym_field_declaration_list = 62,
sym_attribute_declaration = 63,
sym_method_declaration = 64,
sym_parameters = 65,
sym_parameter = 66,
sym__type = 67,
sym__expression = 68,
sym_assignment_expression = 69,
sym_dispatch_expression = 70,
sym_arguments = 71,
sym_if_expression = 72,
sym_while_expression = 73,
sym_block = 74,
sym_let_expression = 75,
sym_bindings = 76,
sym_binding = 77,
sym_case_expression = 78,
sym_case_arm = 79,
sym_case_pattern = 80,
sym_new_expression = 81,
sym_isvoid_expression = 82,
sym_not_expression = 83,
sym_unary_expression = 84,
sym_binary_expression = 85,
sym_parenthesized_expression = 86,
sym__literal = 87,
sym_boolean_literal = 88,
sym_string_literal = 89,
sym_inline_comment = 90,
sym_block_comment = 91,
aux_sym_source_file_repeat1 = 92,
aux_sym_field_declaration_list_repeat1 = 93,
aux_sym_parameters_repeat1 = 94,
aux_sym_arguments_repeat1 = 95,
aux_sym_block_repeat1 = 96,
aux_sym_bindings_repeat1 = 97,
aux_sym_case_expression_repeat1 = 98,
aux_sym_string_literal_repeat1 = 99,
aux_sym_block_comment_repeat1 = 100,
alias_sym_field_identifier = 101,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[anon_sym_class] = "class",
[anon_sym_inherits] = "inherits",
[anon_sym_SEMI] = ";",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_COLON] = ":",
[anon_sym_LT_DASH] = "<-",
[anon_sym_LPAREN] = "(",
[anon_sym_COMMA] = ",",
[anon_sym_RPAREN] = ")",
[anon_sym_Bool] = "primitive_type",
[anon_sym_Int] = "primitive_type",
[anon_sym_IO] = "primitive_type",
[anon_sym_Object] = "primitive_type",
[anon_sym_String] = "primitive_type",
[anon_sym_SELF_TYPE] = "primitive_type",
[anon_sym_AT] = "@",
[anon_sym_DOT] = ".",
[anon_sym_if] = "if",
[anon_sym_then] = "then",
[anon_sym_else] = "else",
[anon_sym_fi] = "fi",
[anon_sym_while] = "while",
[anon_sym_loop] = "loop",
[anon_sym_pool] = "pool",
[anon_sym_let] = "let",
[anon_sym_in] = "in",
[anon_sym_case] = "case",
[anon_sym_of] = "of",
[anon_sym_esac] = "esac",
[anon_sym_EQ_GT] = "=>",
[anon_sym_new] = "new",
[anon_sym_isvoid] = "isvoid",
[anon_sym_not] = "not",
[anon_sym_TILDE] = "~",
[anon_sym_LT_EQ] = "<=",
[anon_sym_LT] = "<",
[anon_sym_EQ] = "=",
[anon_sym_PLUS] = "+",
[anon_sym_DASH] = "-",
[anon_sym_STAR] = "*",
[anon_sym_SLASH] = "/",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[sym_integer_literal] = "integer_literal",
[anon_sym_DQUOTE] = "\"",
[anon_sym_DQUOTE2] = "\"",
[sym_escape_sequence] = "escape_sequence",
[anon_sym_DASH_DASH] = "--",
[aux_sym_inline_comment_token1] = "inline_comment_token1",
[anon_sym_LPAREN_STAR] = "(*",
[aux_sym_block_comment_token1] = "block_comment_token1",
[aux_sym_block_comment_token2] = "block_comment_token2",
[anon_sym_STAR_RPAREN] = "*)",
[sym_identifier] = "identifier",
[sym_type_identifier] = "type_identifier",
[sym_self] = "self",
[sym_string_content] = "string_content",
[sym__error_sentinel] = "_error_sentinel",
[sym_source_file] = "source_file",
[sym_class_item] = "class_item",
[sym_field_declaration_list] = "field_declaration_list",
[sym_attribute_declaration] = "attribute_declaration",
[sym_method_declaration] = "method_declaration",
[sym_parameters] = "parameters",
[sym_parameter] = "parameter",
[sym__type] = "_type",
[sym__expression] = "_expression",
[sym_assignment_expression] = "assignment_expression",
[sym_dispatch_expression] = "dispatch_expression",
[sym_arguments] = "arguments",
[sym_if_expression] = "if_expression",
[sym_while_expression] = "while_expression",
[sym_block] = "block",
[sym_let_expression] = "let_expression",
[sym_bindings] = "bindings",
[sym_binding] = "binding",
[sym_case_expression] = "case_expression",
[sym_case_arm] = "case_arm",
[sym_case_pattern] = "case_pattern",
[sym_new_expression] = "new_expression",
[sym_isvoid_expression] = "isvoid_expression",
[sym_not_expression] = "not_expression",
[sym_unary_expression] = "unary_expression",
[sym_binary_expression] = "binary_expression",
[sym_parenthesized_expression] = "parenthesized_expression",
[sym__literal] = "_literal",
[sym_boolean_literal] = "boolean_literal",
[sym_string_literal] = "string_literal",
[sym_inline_comment] = "inline_comment",
[sym_block_comment] = "block_comment",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_field_declaration_list_repeat1] = "field_declaration_list_repeat1",
[aux_sym_parameters_repeat1] = "parameters_repeat1",
[aux_sym_arguments_repeat1] = "arguments_repeat1",
[aux_sym_block_repeat1] = "block_repeat1",
[aux_sym_bindings_repeat1] = "bindings_repeat1",
[aux_sym_case_expression_repeat1] = "case_expression_repeat1",
[aux_sym_string_literal_repeat1] = "string_literal_repeat1",
[aux_sym_block_comment_repeat1] = "block_comment_repeat1",
[alias_sym_field_identifier] = "field_identifier",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[anon_sym_class] = anon_sym_class,
[anon_sym_inherits] = anon_sym_inherits,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_LT_DASH] = anon_sym_LT_DASH,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_Bool] = anon_sym_Bool,
[anon_sym_Int] = anon_sym_Bool,
[anon_sym_IO] = anon_sym_Bool,
[anon_sym_Object] = anon_sym_Bool,
[anon_sym_String] = anon_sym_Bool,
[anon_sym_SELF_TYPE] = anon_sym_Bool,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_if] = anon_sym_if,
[anon_sym_then] = anon_sym_then,
[anon_sym_else] = anon_sym_else,
[anon_sym_fi] = anon_sym_fi,
[anon_sym_while] = anon_sym_while,
[anon_sym_loop] = anon_sym_loop,
[anon_sym_pool] = anon_sym_pool,
[anon_sym_let] = anon_sym_let,
[anon_sym_in] = anon_sym_in,
[anon_sym_case] = anon_sym_case,
[anon_sym_of] = anon_sym_of,
[anon_sym_esac] = anon_sym_esac,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[anon_sym_new] = anon_sym_new,
[anon_sym_isvoid] = anon_sym_isvoid,
[anon_sym_not] = anon_sym_not,
[anon_sym_TILDE] = anon_sym_TILDE,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[sym_integer_literal] = sym_integer_literal,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[anon_sym_DQUOTE2] = anon_sym_DQUOTE,
[sym_escape_sequence] = sym_escape_sequence,
[anon_sym_DASH_DASH] = anon_sym_DASH_DASH,
[aux_sym_inline_comment_token1] = aux_sym_inline_comment_token1,
[anon_sym_LPAREN_STAR] = anon_sym_LPAREN_STAR,
[aux_sym_block_comment_token1] = aux_sym_block_comment_token1,
[aux_sym_block_comment_token2] = aux_sym_block_comment_token2,
[anon_sym_STAR_RPAREN] = anon_sym_STAR_RPAREN,
[sym_identifier] = sym_identifier,
[sym_type_identifier] = sym_type_identifier,
[sym_self] = sym_self,
[sym_string_content] = sym_string_content,
[sym__error_sentinel] = sym__error_sentinel,
[sym_source_file] = sym_source_file,
[sym_class_item] = sym_class_item,
[sym_field_declaration_list] = sym_field_declaration_list,
[sym_attribute_declaration] = sym_attribute_declaration,
[sym_method_declaration] = sym_method_declaration,
[sym_parameters] = sym_parameters,
[sym_parameter] = sym_parameter,
[sym__type] = sym__type,
[sym__expression] = sym__expression,
[sym_assignment_expression] = sym_assignment_expression,
[sym_dispatch_expression] = sym_dispatch_expression,
[sym_arguments] = sym_arguments,
[sym_if_expression] = sym_if_expression,
[sym_while_expression] = sym_while_expression,
[sym_block] = sym_block,
[sym_let_expression] = sym_let_expression,
[sym_bindings] = sym_bindings,
[sym_binding] = sym_binding,
[sym_case_expression] = sym_case_expression,
[sym_case_arm] = sym_case_arm,
[sym_case_pattern] = sym_case_pattern,
[sym_new_expression] = sym_new_expression,
[sym_isvoid_expression] = sym_isvoid_expression,
[sym_not_expression] = sym_not_expression,
[sym_unary_expression] = sym_unary_expression,
[sym_binary_expression] = sym_binary_expression,
[sym_parenthesized_expression] = sym_parenthesized_expression,
[sym__literal] = sym__literal,
[sym_boolean_literal] = sym_boolean_literal,
[sym_string_literal] = sym_string_literal,
[sym_inline_comment] = sym_inline_comment,
[sym_block_comment] = sym_block_comment,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_field_declaration_list_repeat1] = aux_sym_field_declaration_list_repeat1,
[aux_sym_parameters_repeat1] = aux_sym_parameters_repeat1,
[aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1,
[aux_sym_block_repeat1] = aux_sym_block_repeat1,
[aux_sym_bindings_repeat1] = aux_sym_bindings_repeat1,
[aux_sym_case_expression_repeat1] = aux_sym_case_expression_repeat1,
[aux_sym_string_literal_repeat1] = aux_sym_string_literal_repeat1,
[aux_sym_block_comment_repeat1] = aux_sym_block_comment_repeat1,
[alias_sym_field_identifier] = alias_sym_field_identifier,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[anon_sym_class] = {
.visible = true,
.named = false,
},
[anon_sym_inherits] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_LT_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_Bool] = {
.visible = true,
.named = true,
},
[anon_sym_Int] = {
.visible = true,
.named = true,
},
[anon_sym_IO] = {
.visible = true,
.named = true,
},
[anon_sym_Object] = {
.visible = true,
.named = true,
},
[anon_sym_String] = {
.visible = true,
.named = true,
},
[anon_sym_SELF_TYPE] = {
.visible = true,
.named = true,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_then] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_fi] = {
.visible = true,
.named = false,
},
[anon_sym_while] = {
.visible = true,
.named = false,
},
[anon_sym_loop] = {
.visible = true,
.named = false,
},
[anon_sym_pool] = {
.visible = true,
.named = false,
},
[anon_sym_let] = {
.visible = true,
.named = false,
},
[anon_sym_in] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[anon_sym_of] = {
.visible = true,
.named = false,
},
[anon_sym_esac] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[anon_sym_new] = {
.visible = true,
.named = false,
},
[anon_sym_isvoid] = {
.visible = true,
.named = false,
},
[anon_sym_not] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[sym_integer_literal] = {
.visible = true,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_DQUOTE2] = {
.visible = true,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[anon_sym_DASH_DASH] = {
.visible = true,
.named = false,
},
[aux_sym_inline_comment_token1] = {
.visible = false,
.named = false,
},
[anon_sym_LPAREN_STAR] = {
.visible = true,
.named = false,
},
[aux_sym_block_comment_token1] = {
.visible = false,
.named = false,
},
[aux_sym_block_comment_token2] = {
.visible = false,
.named = false,
},
[anon_sym_STAR_RPAREN] = {
.visible = true,
.named = false,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_type_identifier] = {
.visible = true,
.named = true,
},
[sym_self] = {
.visible = true,
.named = true,
},
[sym_string_content] = {
.visible = true,
.named = true,
},
[sym__error_sentinel] = {
.visible = false,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_class_item] = {
.visible = true,
.named = true,
},
[sym_field_declaration_list] = {
.visible = true,
.named = true,
},
[sym_attribute_declaration] = {
.visible = true,
.named = true,
},
[sym_method_declaration] = {
.visible = true,
.named = true,
},
[sym_parameters] = {
.visible = true,
.named = true,
},
[sym_parameter] = {
.visible = true,
.named = true,
},
[sym__type] = {
.visible = false,
.named = true,
},
[sym__expression] = {
.visible = false,
.named = true,
},
[sym_assignment_expression] = {
.visible = true,
.named = true,
},
[sym_dispatch_expression] = {
.visible = true,
.named = true,
},
[sym_arguments] = {
.visible = true,
.named = true,
},
[sym_if_expression] = {
.visible = true,
.named = true,
},
[sym_while_expression] = {
.visible = true,
.named = true,
},
[sym_block] = {
.visible = true,
.named = true,
},
[sym_let_expression] = {
.visible = true,
.named = true,
},
[sym_bindings] = {
.visible = true,
.named = true,
},
[sym_binding] = {
.visible = true,
.named = true,
},
[sym_case_expression] = {
.visible = true,
.named = true,
},
[sym_case_arm] = {
.visible = true,
.named = true,
},
[sym_case_pattern] = {
.visible = true,
.named = true,
},
[sym_new_expression] = {
.visible = true,
.named = true,
},
[sym_isvoid_expression] = {
.visible = true,
.named = true,
},
[sym_not_expression] = {
.visible = true,
.named = true,
},
[sym_unary_expression] = {
.visible = true,
.named = true,
},
[sym_binary_expression] = {
.visible = true,
.named = true,
},
[sym_parenthesized_expression] = {
.visible = true,
.named = true,
},
[sym__literal] = {
.visible = false,
.named = true,
},
[sym_boolean_literal] = {
.visible = true,
.named = true,
},
[sym_string_literal] = {
.visible = true,
.named = true,
},
[sym_inline_comment] = {
.visible = true,
.named = true,
},
[sym_block_comment] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_field_declaration_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_bindings_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_literal_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_block_comment_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_field_identifier] = {
.visible = true,
.named = true,
},
};
enum ts_field_identifiers {
field_alternative = 1,
field_arguments = 2,
field_bindings = 3,
field_body = 4,
field_condition = 5,
field_consequence = 6,
field_features = 7,
field_inherits = 8,
field_left = 9,
field_method = 10,
field_name = 11,
field_operator = 12,
field_parameters = 13,
field_pattern = 14,
field_return_type = 15,
field_right = 16,
field_type = 17,
field_value = 18,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alternative] = "alternative",
[field_arguments] = "arguments",
[field_bindings] = "bindings",
[field_body] = "body",
[field_condition] = "condition",
[field_consequence] = "consequence",
[field_features] = "features",
[field_inherits] = "inherits",
[field_left] = "left",
[field_method] = "method",
[field_name] = "name",
[field_operator] = "operator",
[field_parameters] = "parameters",
[field_pattern] = "pattern",
[field_return_type] = "return_type",
[field_right] = "right",
[field_type] = "type",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 2},
[2] = {.index = 2, .length = 3},
[3] = {.index = 5, .length = 2},
[4] = {.index = 7, .length = 3},
[5] = {.index = 5, .length = 2},
[6] = {.index = 10, .length = 1},
[7] = {.index = 11, .length = 2},
[8] = {.index = 13, .length = 2},
[9] = {.index = 15, .length = 3},
[10] = {.index = 18, .length = 4},
[11] = {.index = 22, .length = 2},
[12] = {.index = 24, .length = 1},
[13] = {.index = 25, .length = 3},
[14] = {.index = 28, .length = 2},
[15] = {.index = 30, .length = 2},
[16] = {.index = 32, .length = 2},
[17] = {.index = 7, .length = 3},
[18] = {.index = 34, .length = 3},
[19] = {.index = 37, .length = 2},
[20] = {.index = 39, .length = 4},
[21] = {.index = 43, .length = 3},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_features, 2},
{field_name, 1},
[2] =
{field_features, 4},
{field_inherits, 3},
{field_name, 1},
[5] =
{field_name, 0},
{field_type, 2},
[7] =
{field_name, 0},
{field_right, 4},
{field_type, 2},
[10] =
{field_type, 1},
[11] =
{field_arguments, 1},
{field_method, 0},
[13] =
{field_left, 0},
{field_right, 2},
[15] =
{field_left, 0},
{field_operator, 1},
{field_right, 2},
[18] =
{field_body, 5},
{field_name, 0},
{field_parameters, 1},
{field_return_type, 3},
[22] =
{field_bindings, 1},
{field_body, 3},
[24] =
{field_value, 1},
[25] =
{field_arguments, 3},
{field_method, 2},
{field_value, 0},
[28] =
{field_condition, 1},
{field_consequence, 3},
[30] =
{field_body, 3},
{field_condition, 1},
[32] =
{field_body, 3},
{field_value, 1},
[34] =
{field_body, 3},
{field_body, 4},
{field_value, 1},
[37] =
{field_pattern, 0},
{field_value, 2},
[39] =
{field_arguments, 5},
{field_method, 4},
{field_type, 2},
{field_value, 0},
[43] =
{field_alternative, 5},
{field_condition, 1},
{field_consequence, 3},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[3] = {
[0] = alias_sym_field_identifier,
},
[4] = {
[0] = alias_sym_field_identifier,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
};
static const TSCharacterRange sym_identifier_character_set_1[] = {
{'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6},
{0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d},
{0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x48a, 0x52f},
{0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a}, {0x66e, 0x66f}, {0x671, 0x6d3},
{0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6ef}, {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5},
{0x7b1, 0x7b1}, {0x7ca, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828},
{0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950},
{0x958, 0x961}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9},
{0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9f0, 0x9f1}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10},
{0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa72, 0xa74},
{0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0},
{0xae0, 0xae1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39},
{0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb71, 0xb71}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95},
{0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xc05, 0xc0c},
{0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc80, 0xc80},
{0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1},
{0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4e}, {0xd54, 0xd56}, {0xd5f, 0xd61},
{0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xe01, 0xe30}, {0xe32, 0xe32},
{0xe40, 0xe46}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb2},
{0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c},
{0x1000, 0x102a}, {0x103f, 0x103f}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081},
{0x108e, 0x108e}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256},
{0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0},
{0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd},
{0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751},
{0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa},
{0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54},
{0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f},
{0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa},
{0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b},
{0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3},
{0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102},
{0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139},
{0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2d00, 0x2d25},
{0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6},
{0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035},
{0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf},
{0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e},
{0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc},
{0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb},
{0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef},
{0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1},
{0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06},
{0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xac00, 0xd7a3},
{0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28},
{0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d},
{0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b},
{0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xff9d}, {0xffa0, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf},
{0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d},
{0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d},
{0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563},
{0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc},
{0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805},
{0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2},
{0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17},
{0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72},
{0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9},
{0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6},
{0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147},
{0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b},
{0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c},
{0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361},
{0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434},
{0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f},
{0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906},
{0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0},
{0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d},
{0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09},
{0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02},
{0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f},
{0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed},
{0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50},
{0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb},
{0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a},
{0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6},
{0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c},
{0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da},
{0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2},
{0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad},
{0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe},
{0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27},
{0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b},
{0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f},
{0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89},
{0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1},
{0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af},
};
static const TSCharacterRange sym_identifier_character_set_2[] = {
{'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba},
{0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374},
{0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481},
{0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2},
{0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc},
{0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd},
{0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f},
{0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4},
{0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe},
{0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39},
{0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75},
{0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5},
{0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c},
{0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d},
{0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90},
{0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2},
{0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28},
{0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63},
{0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4},
{0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c},
{0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f},
{0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4},
{0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82},
{0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece},
{0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39},
{0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d},
{0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258},
{0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5},
{0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5},
{0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734},
{0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dd}, {0x17e0, 0x17e9},
{0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b},
{0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c},
{0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73},
{0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2},
{0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b},
{0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3},
{0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071},
{0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113},
{0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149},
{0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67},
{0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce},
{0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096},
{0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf},
{0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f},
{0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873},
{0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0},
{0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd},
{0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a},
{0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d},
{0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41},
{0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f},
{0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b},
{0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7},
{0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d},
{0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f},
{0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9},
{0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595},
{0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767},
{0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c},
{0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7},
{0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f},
{0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91},
{0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85},
{0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85},
{0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9},
{0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da},
{0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d},
{0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330},
{0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363},
{0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113c0}, {0x113c2, 0x113c2},
{0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5},
{0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659},
{0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a},
{0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943},
{0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99},
{0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59},
{0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d},
{0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9},
{0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e},
{0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x16139}, {0x16800, 0x16a38},
{0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43},
{0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87},
{0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3},
{0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb},
{0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46},
{0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c},
{0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505},
{0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550},
{0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e},
{0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75},
{0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021},
{0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e},
{0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe},
{0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24},
{0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49},
{0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d},
{0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e},
{0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739},
{0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, {0xe0100, 0xe01ef},
};
static const TSCharacterRange sym_type_identifier_character_set_1[] = {
{'A', 'Z'}, {0xc0, 0xd6}, {0xd8, 0xde}, {0x100, 0x100}, {0x102, 0x102}, {0x104, 0x104}, {0x106, 0x106}, {0x108, 0x108},
{0x10a, 0x10a}, {0x10c, 0x10c}, {0x10e, 0x10e}, {0x110, 0x110}, {0x112, 0x112}, {0x114, 0x114}, {0x116, 0x116}, {0x118, 0x118},
{0x11a, 0x11a}, {0x11c, 0x11c}, {0x11e, 0x11e}, {0x120, 0x120}, {0x122, 0x122}, {0x124, 0x124}, {0x126, 0x126}, {0x128, 0x128},
{0x12a, 0x12a}, {0x12c, 0x12c}, {0x12e, 0x12e}, {0x130, 0x130}, {0x132, 0x132}, {0x134, 0x134}, {0x136, 0x136}, {0x139, 0x139},
{0x13b, 0x13b}, {0x13d, 0x13d}, {0x13f, 0x13f}, {0x141, 0x141}, {0x143, 0x143}, {0x145, 0x145}, {0x147, 0x147}, {0x14a, 0x14a},
{0x14c, 0x14c}, {0x14e, 0x14e}, {0x150, 0x150}, {0x152, 0x152}, {0x154, 0x154}, {0x156, 0x156}, {0x158, 0x158}, {0x15a, 0x15a},
{0x15c, 0x15c}, {0x15e, 0x15e}, {0x160, 0x160}, {0x162, 0x162}, {0x164, 0x164}, {0x166, 0x166}, {0x168, 0x168}, {0x16a, 0x16a},
{0x16c, 0x16c}, {0x16e, 0x16e}, {0x170, 0x170}, {0x172, 0x172}, {0x174, 0x174}, {0x176, 0x176}, {0x178, 0x179}, {0x17b, 0x17b},
{0x17d, 0x17d}, {0x181, 0x182}, {0x184, 0x184}, {0x186, 0x187}, {0x189, 0x18b}, {0x18e, 0x191}, {0x193, 0x194}, {0x196, 0x198},
{0x19c, 0x19d}, {0x19f, 0x1a0}, {0x1a2, 0x1a2}, {0x1a4, 0x1a4}, {0x1a6, 0x1a7}, {0x1a9, 0x1a9}, {0x1ac, 0x1ac}, {0x1ae, 0x1af},
{0x1b1, 0x1b3}, {0x1b5, 0x1b5}, {0x1b7, 0x1b8}, {0x1bc, 0x1bc}, {0x1c4, 0x1c4}, {0x1c7, 0x1c7}, {0x1ca, 0x1ca}, {0x1cd, 0x1cd},
{0x1cf, 0x1cf}, {0x1d1, 0x1d1}, {0x1d3, 0x1d3}, {0x1d5, 0x1d5}, {0x1d7, 0x1d7}, {0x1d9, 0x1d9}, {0x1db, 0x1db}, {0x1de, 0x1de},
{0x1e0, 0x1e0}, {0x1e2, 0x1e2}, {0x1e4, 0x1e4}, {0x1e6, 0x1e6}, {0x1e8, 0x1e8}, {0x1ea, 0x1ea}, {0x1ec, 0x1ec}, {0x1ee, 0x1ee},
{0x1f1, 0x1f1}, {0x1f4, 0x1f4}, {0x1f6, 0x1f8}, {0x1fa, 0x1fa}, {0x1fc, 0x1fc}, {0x1fe, 0x1fe}, {0x200, 0x200}, {0x202, 0x202},
{0x204, 0x204}, {0x206, 0x206}, {0x208, 0x208}, {0x20a, 0x20a}, {0x20c, 0x20c}, {0x20e, 0x20e}, {0x210, 0x210}, {0x212, 0x212},
{0x214, 0x214}, {0x216, 0x216}, {0x218, 0x218}, {0x21a, 0x21a}, {0x21c, 0x21c}, {0x21e, 0x21e}, {0x220, 0x220}, {0x222, 0x222},
{0x224, 0x224}, {0x226, 0x226}, {0x228, 0x228}, {0x22a, 0x22a}, {0x22c, 0x22c}, {0x22e, 0x22e}, {0x230, 0x230}, {0x232, 0x232},
{0x23a, 0x23b}, {0x23d, 0x23e}, {0x241, 0x241}, {0x243, 0x246}, {0x248, 0x248}, {0x24a, 0x24a}, {0x24c, 0x24c}, {0x24e, 0x24e},
{0x370, 0x370}, {0x372, 0x372}, {0x376, 0x376}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x38f},
{0x391, 0x3a1}, {0x3a3, 0x3ab}, {0x3cf, 0x3cf}, {0x3d2, 0x3d4}, {0x3d8, 0x3d8}, {0x3da, 0x3da}, {0x3dc, 0x3dc}, {0x3de, 0x3de},
{0x3e0, 0x3e0}, {0x3e2, 0x3e2}, {0x3e4, 0x3e4}, {0x3e6, 0x3e6}, {0x3e8, 0x3e8}, {0x3ea, 0x3ea}, {0x3ec, 0x3ec}, {0x3ee, 0x3ee},
{0x3f4, 0x3f4}, {0x3f7, 0x3f7}, {0x3f9, 0x3fa}, {0x3fd, 0x42f}, {0x460, 0x460}, {0x462, 0x462}, {0x464, 0x464}, {0x466, 0x466},
{0x468, 0x468}, {0x46a, 0x46a}, {0x46c, 0x46c}, {0x46e, 0x46e}, {0x470, 0x470}, {0x472, 0x472}, {0x474, 0x474}, {0x476, 0x476},
{0x478, 0x478}, {0x47a, 0x47a}, {0x47c, 0x47c}, {0x47e, 0x47e}, {0x480, 0x480}, {0x48a, 0x48a}, {0x48c, 0x48c}, {0x48e, 0x48e},
{0x490, 0x490}, {0x492, 0x492}, {0x494, 0x494}, {0x496, 0x496}, {0x498, 0x498}, {0x49a, 0x49a}, {0x49c, 0x49c}, {0x49e, 0x49e},
{0x4a0, 0x4a0}, {0x4a2, 0x4a2}, {0x4a4, 0x4a4}, {0x4a6, 0x4a6}, {0x4a8, 0x4a8}, {0x4aa, 0x4aa}, {0x4ac, 0x4ac}, {0x4ae, 0x4ae},
{0x4b0, 0x4b0}, {0x4b2, 0x4b2}, {0x4b4, 0x4b4}, {0x4b6, 0x4b6}, {0x4b8, 0x4b8}, {0x4ba, 0x4ba}, {0x4bc, 0x4bc}, {0x4be, 0x4be},
{0x4c0, 0x4c1}, {0x4c3, 0x4c3}, {0x4c5, 0x4c5}, {0x4c7, 0x4c7}, {0x4c9, 0x4c9}, {0x4cb, 0x4cb}, {0x4cd, 0x4cd}, {0x4d0, 0x4d0},
{0x4d2, 0x4d2}, {0x4d4, 0x4d4}, {0x4d6, 0x4d6}, {0x4d8, 0x4d8}, {0x4da, 0x4da}, {0x4dc, 0x4dc}, {0x4de, 0x4de}, {0x4e0, 0x4e0},
{0x4e2, 0x4e2}, {0x4e4, 0x4e4}, {0x4e6, 0x4e6}, {0x4e8, 0x4e8}, {0x4ea, 0x4ea}, {0x4ec, 0x4ec}, {0x4ee, 0x4ee}, {0x4f0, 0x4f0},
{0x4f2, 0x4f2}, {0x4f4, 0x4f4}, {0x4f6, 0x4f6}, {0x4f8, 0x4f8}, {0x4fa, 0x4fa}, {0x4fc, 0x4fc}, {0x4fe, 0x4fe}, {0x500, 0x500},
{0x502, 0x502}, {0x504, 0x504}, {0x506, 0x506}, {0x508, 0x508}, {0x50a, 0x50a}, {0x50c, 0x50c}, {0x50e, 0x50e}, {0x510, 0x510},
{0x512, 0x512}, {0x514, 0x514}, {0x516, 0x516}, {0x518, 0x518}, {0x51a, 0x51a}, {0x51c, 0x51c}, {0x51e, 0x51e}, {0x520, 0x520},
{0x522, 0x522}, {0x524, 0x524}, {0x526, 0x526}, {0x528, 0x528}, {0x52a, 0x52a}, {0x52c, 0x52c}, {0x52e, 0x52e}, {0x531, 0x556},
{0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x13a0, 0x13f5}, {0x1c89, 0x1c89}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1e00, 0x1e00},
{0x1e02, 0x1e02}, {0x1e04, 0x1e04}, {0x1e06, 0x1e06}, {0x1e08, 0x1e08}, {0x1e0a, 0x1e0a}, {0x1e0c, 0x1e0c}, {0x1e0e, 0x1e0e}, {0x1e10, 0x1e10},
{0x1e12, 0x1e12}, {0x1e14, 0x1e14}, {0x1e16, 0x1e16}, {0x1e18, 0x1e18}, {0x1e1a, 0x1e1a}, {0x1e1c, 0x1e1c}, {0x1e1e, 0x1e1e}, {0x1e20, 0x1e20},
{0x1e22, 0x1e22}, {0x1e24, 0x1e24}, {0x1e26, 0x1e26}, {0x1e28, 0x1e28}, {0x1e2a, 0x1e2a}, {0x1e2c, 0x1e2c}, {0x1e2e, 0x1e2e}, {0x1e30, 0x1e30},
{0x1e32, 0x1e32}, {0x1e34, 0x1e34}, {0x1e36, 0x1e36}, {0x1e38, 0x1e38}, {0x1e3a, 0x1e3a}, {0x1e3c, 0x1e3c}, {0x1e3e, 0x1e3e}, {0x1e40, 0x1e40},
{0x1e42, 0x1e42}, {0x1e44, 0x1e44}, {0x1e46, 0x1e46}, {0x1e48, 0x1e48}, {0x1e4a, 0x1e4a}, {0x1e4c, 0x1e4c}, {0x1e4e, 0x1e4e}, {0x1e50, 0x1e50},
{0x1e52, 0x1e52}, {0x1e54, 0x1e54}, {0x1e56, 0x1e56}, {0x1e58, 0x1e58}, {0x1e5a, 0x1e5a}, {0x1e5c, 0x1e5c}, {0x1e5e, 0x1e5e}, {0x1e60, 0x1e60},
{0x1e62, 0x1e62}, {0x1e64, 0x1e64}, {0x1e66, 0x1e66}, {0x1e68, 0x1e68}, {0x1e6a, 0x1e6a}, {0x1e6c, 0x1e6c}, {0x1e6e, 0x1e6e}, {0x1e70, 0x1e70},
{0x1e72, 0x1e72}, {0x1e74, 0x1e74}, {0x1e76, 0x1e76}, {0x1e78, 0x1e78}, {0x1e7a, 0x1e7a}, {0x1e7c, 0x1e7c}, {0x1e7e, 0x1e7e}, {0x1e80, 0x1e80},
{0x1e82, 0x1e82}, {0x1e84, 0x1e84}, {0x1e86, 0x1e86}, {0x1e88, 0x1e88}, {0x1e8a, 0x1e8a}, {0x1e8c, 0x1e8c}, {0x1e8e, 0x1e8e}, {0x1e90, 0x1e90},
{0x1e92, 0x1e92}, {0x1e94, 0x1e94}, {0x1e9e, 0x1e9e}, {0x1ea0, 0x1ea0}, {0x1ea2, 0x1ea2}, {0x1ea4, 0x1ea4}, {0x1ea6, 0x1ea6}, {0x1ea8, 0x1ea8},
{0x1eaa, 0x1eaa}, {0x1eac, 0x1eac}, {0x1eae, 0x1eae}, {0x1eb0, 0x1eb0}, {0x1eb2, 0x1eb2}, {0x1eb4, 0x1eb4}, {0x1eb6, 0x1eb6}, {0x1eb8, 0x1eb8},
{0x1eba, 0x1eba}, {0x1ebc, 0x1ebc}, {0x1ebe, 0x1ebe}, {0x1ec0, 0x1ec0}, {0x1ec2, 0x1ec2}, {0x1ec4, 0x1ec4}, {0x1ec6, 0x1ec6}, {0x1ec8, 0x1ec8},
{0x1eca, 0x1eca}, {0x1ecc, 0x1ecc}, {0x1ece, 0x1ece}, {0x1ed0, 0x1ed0}, {0x1ed2, 0x1ed2}, {0x1ed4, 0x1ed4}, {0x1ed6, 0x1ed6}, {0x1ed8, 0x1ed8},
{0x1eda, 0x1eda}, {0x1edc, 0x1edc}, {0x1ede, 0x1ede}, {0x1ee0, 0x1ee0}, {0x1ee2, 0x1ee2}, {0x1ee4, 0x1ee4}, {0x1ee6, 0x1ee6}, {0x1ee8, 0x1ee8},
{0x1eea, 0x1eea}, {0x1eec, 0x1eec}, {0x1eee, 0x1eee}, {0x1ef0, 0x1ef0}, {0x1ef2, 0x1ef2}, {0x1ef4, 0x1ef4}, {0x1ef6, 0x1ef6}, {0x1ef8, 0x1ef8},
{0x1efa, 0x1efa}, {0x1efc, 0x1efc}, {0x1efe, 0x1efe}, {0x1f08, 0x1f0f}, {0x1f18, 0x1f1d}, {0x1f28, 0x1f2f}, {0x1f38, 0x1f3f}, {0x1f48, 0x1f4d},
{0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f5f}, {0x1f68, 0x1f6f}, {0x1fb8, 0x1fbb}, {0x1fc8, 0x1fcb}, {0x1fd8, 0x1fdb},
{0x1fe8, 0x1fec}, {0x1ff8, 0x1ffb}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210b, 0x210d}, {0x2110, 0x2112}, {0x2115, 0x2115}, {0x2119, 0x211d},
{0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x212d}, {0x2130, 0x2133}, {0x213e, 0x213f}, {0x2145, 0x2145}, {0x2183, 0x2183},
{0x2c00, 0x2c2f}, {0x2c60, 0x2c60}, {0x2c62, 0x2c64}, {0x2c67, 0x2c67}, {0x2c69, 0x2c69}, {0x2c6b, 0x2c6b}, {0x2c6d, 0x2c70}, {0x2c72, 0x2c72},
{0x2c75, 0x2c75}, {0x2c7e, 0x2c80}, {0x2c82, 0x2c82}, {0x2c84, 0x2c84}, {0x2c86, 0x2c86}, {0x2c88, 0x2c88}, {0x2c8a, 0x2c8a}, {0x2c8c, 0x2c8c},
{0x2c8e, 0x2c8e}, {0x2c90, 0x2c90}, {0x2c92, 0x2c92}, {0x2c94, 0x2c94}, {0x2c96, 0x2c96}, {0x2c98, 0x2c98}, {0x2c9a, 0x2c9a}, {0x2c9c, 0x2c9c},
{0x2c9e, 0x2c9e}, {0x2ca0, 0x2ca0}, {0x2ca2, 0x2ca2}, {0x2ca4, 0x2ca4}, {0x2ca6, 0x2ca6}, {0x2ca8, 0x2ca8}, {0x2caa, 0x2caa}, {0x2cac, 0x2cac},
{0x2cae, 0x2cae}, {0x2cb0, 0x2cb0}, {0x2cb2, 0x2cb2}, {0x2cb4, 0x2cb4}, {0x2cb6, 0x2cb6}, {0x2cb8, 0x2cb8}, {0x2cba, 0x2cba}, {0x2cbc, 0x2cbc},
{0x2cbe, 0x2cbe}, {0x2cc0, 0x2cc0}, {0x2cc2, 0x2cc2}, {0x2cc4, 0x2cc4}, {0x2cc6, 0x2cc6}, {0x2cc8, 0x2cc8}, {0x2cca, 0x2cca}, {0x2ccc, 0x2ccc},
{0x2cce, 0x2cce}, {0x2cd0, 0x2cd0}, {0x2cd2, 0x2cd2}, {0x2cd4, 0x2cd4}, {0x2cd6, 0x2cd6}, {0x2cd8, 0x2cd8}, {0x2cda, 0x2cda}, {0x2cdc, 0x2cdc},
{0x2cde, 0x2cde}, {0x2ce0, 0x2ce0}, {0x2ce2, 0x2ce2}, {0x2ceb, 0x2ceb}, {0x2ced, 0x2ced}, {0x2cf2, 0x2cf2}, {0xa640, 0xa640}, {0xa642, 0xa642},
{0xa644, 0xa644}, {0xa646, 0xa646}, {0xa648, 0xa648}, {0xa64a, 0xa64a}, {0xa64c, 0xa64c}, {0xa64e, 0xa64e}, {0xa650, 0xa650}, {0xa652, 0xa652},
{0xa654, 0xa654}, {0xa656, 0xa656}, {0xa658, 0xa658}, {0xa65a, 0xa65a}, {0xa65c, 0xa65c}, {0xa65e, 0xa65e}, {0xa660, 0xa660}, {0xa662, 0xa662},
{0xa664, 0xa664}, {0xa666, 0xa666}, {0xa668, 0xa668}, {0xa66a, 0xa66a}, {0xa66c, 0xa66c}, {0xa680, 0xa680}, {0xa682, 0xa682}, {0xa684, 0xa684},
{0xa686, 0xa686}, {0xa688, 0xa688}, {0xa68a, 0xa68a}, {0xa68c, 0xa68c}, {0xa68e, 0xa68e}, {0xa690, 0xa690}, {0xa692, 0xa692}, {0xa694, 0xa694},
{0xa696, 0xa696}, {0xa698, 0xa698}, {0xa69a, 0xa69a}, {0xa722, 0xa722}, {0xa724, 0xa724}, {0xa726, 0xa726}, {0xa728, 0xa728}, {0xa72a, 0xa72a},
{0xa72c, 0xa72c}, {0xa72e, 0xa72e}, {0xa732, 0xa732}, {0xa734, 0xa734}, {0xa736, 0xa736}, {0xa738, 0xa738}, {0xa73a, 0xa73a}, {0xa73c, 0xa73c},
{0xa73e, 0xa73e}, {0xa740, 0xa740}, {0xa742, 0xa742}, {0xa744, 0xa744}, {0xa746, 0xa746}, {0xa748, 0xa748}, {0xa74a, 0xa74a}, {0xa74c, 0xa74c},
{0xa74e, 0xa74e}, {0xa750, 0xa750}, {0xa752, 0xa752}, {0xa754, 0xa754}, {0xa756, 0xa756}, {0xa758, 0xa758}, {0xa75a, 0xa75a}, {0xa75c, 0xa75c},
{0xa75e, 0xa75e}, {0xa760, 0xa760}, {0xa762, 0xa762}, {0xa764, 0xa764}, {0xa766, 0xa766}, {0xa768, 0xa768}, {0xa76a, 0xa76a}, {0xa76c, 0xa76c},
{0xa76e, 0xa76e}, {0xa779, 0xa779}, {0xa77b, 0xa77b}, {0xa77d, 0xa77e}, {0xa780, 0xa780}, {0xa782, 0xa782}, {0xa784, 0xa784}, {0xa786, 0xa786},
{0xa78b, 0xa78b}, {0xa78d, 0xa78d}, {0xa790, 0xa790}, {0xa792, 0xa792}, {0xa796, 0xa796}, {0xa798, 0xa798}, {0xa79a, 0xa79a}, {0xa79c, 0xa79c},
{0xa79e, 0xa79e}, {0xa7a0, 0xa7a0}, {0xa7a2, 0xa7a2}, {0xa7a4, 0xa7a4}, {0xa7a6, 0xa7a6}, {0xa7a8, 0xa7a8}, {0xa7aa, 0xa7ae}, {0xa7b0, 0xa7b4},
{0xa7b6, 0xa7b6}, {0xa7b8, 0xa7b8}, {0xa7ba, 0xa7ba}, {0xa7bc, 0xa7bc}, {0xa7be, 0xa7be}, {0xa7c0, 0xa7c0}, {0xa7c2, 0xa7c2}, {0xa7c4, 0xa7c7},
{0xa7c9, 0xa7c9}, {0xa7cb, 0xa7cc}, {0xa7d0, 0xa7d0}, {0xa7d6, 0xa7d6}, {0xa7d8, 0xa7d8}, {0xa7da, 0xa7da}, {0xa7dc, 0xa7dc}, {0xa7f5, 0xa7f5},
{0xff21, 0xff3a}, {0x10400, 0x10427}, {0x104b0, 0x104d3}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10c80, 0x10cb2},
{0x10d50, 0x10d65}, {0x118a0, 0x118bf}, {0x16e40, 0x16e5f}, {0x1d400, 0x1d419}, {0x1d434, 0x1d44d}, {0x1d468, 0x1d481}, {0x1d49c, 0x1d49c}, {0x1d49e, 0x1d49f},
{0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b5}, {0x1d4d0, 0x1d4e9}, {0x1d504, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514},
{0x1d516, 0x1d51c}, {0x1d538, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d56c, 0x1d585}, {0x1d5a0, 0x1d5b9},
{0x1d5d4, 0x1d5ed}, {0x1d608, 0x1d621}, {0x1d63c, 0x1d655}, {0x1d670, 0x1d689}, {0x1d6a8, 0x1d6c0}, {0x1d6e2, 0x1d6fa}, {0x1d71c, 0x1d734}, {0x1d756, 0x1d76e},
{0x1d790, 0x1d7a8}, {0x1d7ca, 0x1d7ca}, {0x1e900, 0x1e921},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(69);
ADVANCE_MAP(
'"', 129,
'(', 77,
')', 79,
'*', 121,
'+', 118,
',', 78,
'-', 119,
'.', 87,
'/', 122,
':', 75,
';', 72,
'<', 114,
'=', 117,
'@', 86,
'B', 194,
'I', 180,
'O', 185,
'S', 176,
'\\', 67,
'c', 13,
'e', 43,
'f', 14,
'i', 29,
'l', 19,
'n', 20,
'o', 30,
'p', 51,
's', 28,
't', 34,
'w', 32,
'{', 73,
'}', 74,
'~', 112,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(68);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(127);
if (set_contains(sym_type_identifier_character_set_1, 651, lookahead)) ADVANCE(198);
END_STATE();
case 1:
ADVANCE_MAP(
'"', 129,
'(', 10,
')', 79,
'*', 120,
'+', 118,
',', 78,
'-', 119,
'.', 87,
'/', 122,
';', 72,
'<', 114,
'=', 117,
'@', 86,
'\\', 67,
'e', 43,
'f', 36,
'i', 45,
'l', 49,
'o', 30,
'p', 51,
't', 33,
'{', 73,
'}', 74,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(4);
if (set_contains(sym_type_identifier_character_set_1, 651, lookahead)) ADVANCE(198);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 128,
'(', 77,
')', 79,
'*', 120,
'+', 118,
',', 78,
'-', 119,
'.', 87,
'/', 122,
';', 72,
'<', 115,
'=', 116,
'@', 86,
'c', 145,
'f', 146,
'i', 157,
'l', 150,
'n', 151,
's', 156,
't', 166,
'w', 159,
'{', 73,
'}', 74,
'~', 112,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(127);
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(175);
END_STATE();
case 3:
ADVANCE_MAP(
'(', 77,
')', 79,
'*', 120,
'+', 118,
',', 78,
'-', 119,
'.', 87,
'/', 122,
';', 72,
'<', 114,
'=', 116,
'@', 86,
'e', 43,
'f', 36,
'i', 45,
'l', 49,
'o', 30,
'p', 51,
't', 33,
'}', 74,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
END_STATE();
case 4:
ADVANCE_MAP(
'(', 10,
')', 79,
'*', 120,
'+', 118,
',', 78,
'-', 119,
'.', 87,
'/', 122,
';', 72,
'<', 114,
'=', 117,
'@', 86,
'\\', 67,
'e', 43,
'f', 36,
'i', 45,
'l', 49,
'o', 30,
'p', 51,
't', 33,
'{', 73,
'}', 74,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(4);
if (set_contains(sym_type_identifier_character_set_1, 651, lookahead)) ADVANCE(198);
END_STATE();
case 5:
if (lookahead == '(') ADVANCE(10);
if (lookahead == ')') ADVANCE(79);
if (lookahead == '-') ADVANCE(11);
if (lookahead == '=') ADVANCE(12);
if (lookahead == '}') ADVANCE(74);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(5);
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(175);
END_STATE();
case 6:
if (lookahead == '(') ADVANCE(10);
if (lookahead == '-') ADVANCE(11);
if (lookahead == ';') ADVANCE(72);
if (lookahead == 'e') ADVANCE(167);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(6);
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(175);
END_STATE();
case 7:
if (lookahead == '(') ADVANCE(10);
if (lookahead == '-') ADVANCE(11);
if (lookahead == 'i') ADVANCE(47);
if (lookahead == '{') ADVANCE(73);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(7);
END_STATE();
case 8:
if (lookahead == '(') ADVANCE(141);
if (lookahead == '*') ADVANCE(9);
if (lookahead == '-') ADVANCE(142);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(140);
if (lookahead != 0) ADVANCE(139);
END_STATE();
case 9:
if (lookahead == ')') ADVANCE(144);
if (lookahead != 0) ADVANCE(143);
END_STATE();
case 10:
if (lookahead == '*') ADVANCE(137);
END_STATE();
case 11:
if (lookahead == '-') ADVANCE(131);
END_STATE();
case 12:
if (lookahead == '>') ADVANCE(105);
END_STATE();
case 13:
if (lookahead == 'a') ADVANCE(57);
if (lookahead == 'l') ADVANCE(16);
END_STATE();
case 14:
if (lookahead == 'a') ADVANCE(44);
if (lookahead == 'i') ADVANCE(92);
END_STATE();
case 15:
if (lookahead == 'a') ADVANCE(17);
END_STATE();
case 16:
if (lookahead == 'a') ADVANCE(58);
END_STATE();
case 17:
if (lookahead == 'c') ADVANCE(103);
END_STATE();
case 18:
if (lookahead == 'd') ADVANCE(108);
END_STATE();
case 19:
if (lookahead == 'e') ADVANCE(61);
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 20:
if (lookahead == 'e') ADVANCE(66);
if (lookahead == 'o') ADVANCE(62);
END_STATE();
case 21:
if (lookahead == 'e') ADVANCE(46);
END_STATE();
case 22:
if (lookahead == 'e') ADVANCE(100);
END_STATE();
case 23:
if (lookahead == 'e') ADVANCE(91);
END_STATE();
case 24:
if (lookahead == 'e') ADVANCE(123);
END_STATE();
case 25:
if (lookahead == 'e') ADVANCE(125);
END_STATE();
case 26:
if (lookahead == 'e') ADVANCE(93);
END_STATE();
case 27:
if (lookahead == 'e') ADVANCE(54);
END_STATE();
case 28:
if (lookahead == 'e') ADVANCE(41);
END_STATE();
case 29:
if (lookahead == 'f') ADVANCE(88);
if (lookahead == 'n') ADVANCE(99);
if (lookahead == 's') ADVANCE(65);
END_STATE();
case 30:
if (lookahead == 'f') ADVANCE(102);
END_STATE();
case 31:
if (lookahead == 'f') ADVANCE(199);
END_STATE();
case 32:
if (lookahead == 'h') ADVANCE(39);
END_STATE();
case 33:
if (lookahead == 'h') ADVANCE(21);
END_STATE();
case 34:
if (lookahead == 'h') ADVANCE(21);
if (lookahead == 'r') ADVANCE(64);
END_STATE();
case 35:
if (lookahead == 'h') ADVANCE(27);
END_STATE();
case 36:
if (lookahead == 'i') ADVANCE(92);
END_STATE();
case 37:
if (lookahead == 'i') ADVANCE(18);
END_STATE();
case 38:
if (lookahead == 'i') ADVANCE(63);
END_STATE();
case 39:
if (lookahead == 'i') ADVANCE(42);
END_STATE();
case 40:
if (lookahead == 'l') ADVANCE(96);
END_STATE();
case 41:
if (lookahead == 'l') ADVANCE(31);
END_STATE();
case 42:
if (lookahead == 'l') ADVANCE(26);
END_STATE();
case 43:
if (lookahead == 'l') ADVANCE(59);
if (lookahead == 's') ADVANCE(15);
END_STATE();
case 44:
if (lookahead == 'l') ADVANCE(60);
END_STATE();
case 45:
if (lookahead == 'n') ADVANCE(99);
END_STATE();
case 46:
if (lookahead == 'n') ADVANCE(90);
END_STATE();
case 47:
if (lookahead == 'n') ADVANCE(35);
END_STATE();
case 48:
if (lookahead == 'o') ADVANCE(53);
END_STATE();
case 49:
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 50:
if (lookahead == 'o') ADVANCE(37);
END_STATE();
case 51:
if (lookahead == 'o') ADVANCE(52);
END_STATE();
case 52:
if (lookahead == 'o') ADVANCE(40);
END_STATE();
case 53:
if (lookahead == 'p') ADVANCE(95);
END_STATE();
case 54:
if (lookahead == 'r') ADVANCE(38);
END_STATE();
case 55:
if (lookahead == 's') ADVANCE(70);
END_STATE();
case 56:
if (lookahead == 's') ADVANCE(71);
END_STATE();
case 57:
if (lookahead == 's') ADVANCE(22);
END_STATE();
case 58:
if (lookahead == 's') ADVANCE(55);
END_STATE();
case 59:
if (lookahead == 's') ADVANCE(23);
END_STATE();
case 60:
if (lookahead == 's') ADVANCE(25);
END_STATE();
case 61:
if (lookahead == 't') ADVANCE(97);
END_STATE();
case 62:
if (lookahead == 't') ADVANCE(110);
END_STATE();
case 63:
if (lookahead == 't') ADVANCE(56);
END_STATE();
case 64:
if (lookahead == 'u') ADVANCE(24);
END_STATE();
case 65:
if (lookahead == 'v') ADVANCE(50);
END_STATE();
case 66:
if (lookahead == 'w') ADVANCE(106);
END_STATE();
case 67:
if (lookahead == '"' ||
lookahead == 'b' ||
lookahead == 'f' ||
lookahead == 'n' ||
lookahead == 't') ADVANCE(130);
END_STATE();
case 68:
if (eof) ADVANCE(69);
ADVANCE_MAP(
'"', 128,
'(', 77,
')', 79,
'*', 121,
'+', 118,
',', 78,
'-', 119,
'.', 87,
'/', 122,
':', 75,
';', 72,
'<', 114,
'=', 117,
'@', 86,
'B', 194,
'I', 180,
'O', 185,
'S', 176,
'\\', 67,
'c', 13,
'e', 43,
'f', 14,
'i', 29,
'l', 19,
'n', 20,
'o', 30,
'p', 51,
's', 28,
't', 34,
'w', 32,
'{', 73,
'}', 74,
'~', 112,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(68);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(127);
if (set_contains(sym_type_identifier_character_set_1, 651, lookahead)) ADVANCE(198);
END_STATE();
case 69:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_class);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_inherits);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_LT_DASH);
END_STATE();
case 77:
ACCEPT_TOKEN(anon_sym_LPAREN);
if (lookahead == '*') ADVANCE(137);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_Bool);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_Int);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_IO);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_Object);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_String);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_SELF_TYPE);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_if);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_then);
END_STATE();
case 91:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 92:
ACCEPT_TOKEN(anon_sym_fi);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_while);
END_STATE();
case 94:
ACCEPT_TOKEN(anon_sym_while);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 95:
ACCEPT_TOKEN(anon_sym_loop);
END_STATE();
case 96:
ACCEPT_TOKEN(anon_sym_pool);
END_STATE();
case 97:
ACCEPT_TOKEN(anon_sym_let);
END_STATE();
case 98:
ACCEPT_TOKEN(anon_sym_let);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 99:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 100:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 101:
ACCEPT_TOKEN(anon_sym_case);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_of);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_esac);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_esac);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 105:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_new);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_new);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_isvoid);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_isvoid);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 110:
ACCEPT_TOKEN(anon_sym_not);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_not);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 112:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '-') ADVANCE(76);
if (lookahead == '=') ADVANCE(113);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(113);
END_STATE();
case 116:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '>') ADVANCE(105);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(131);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == ')') ADVANCE(144);
END_STATE();
case 122:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 124:
ACCEPT_TOKEN(anon_sym_true);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 125:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_false);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 127:
ACCEPT_TOKEN(sym_integer_literal);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(127);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_DQUOTE2);
END_STATE();
case 130:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(136);
END_STATE();
case 133:
ACCEPT_TOKEN(aux_sym_inline_comment_token1);
if (lookahead == '(') ADVANCE(134);
if (lookahead == '-') ADVANCE(135);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(133);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(136);
END_STATE();
case 134:
ACCEPT_TOKEN(aux_sym_inline_comment_token1);
if (lookahead == '*') ADVANCE(138);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(136);
END_STATE();
case 135:
ACCEPT_TOKEN(aux_sym_inline_comment_token1);
if (lookahead == '-') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(136);
END_STATE();
case 136:
ACCEPT_TOKEN(aux_sym_inline_comment_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(136);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_LPAREN_STAR);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_LPAREN_STAR);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(136);
END_STATE();
case 139:
ACCEPT_TOKEN(aux_sym_block_comment_token1);
END_STATE();
case 140:
ACCEPT_TOKEN(aux_sym_block_comment_token1);
if (lookahead == '(') ADVANCE(141);
if (lookahead == '-') ADVANCE(142);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(140);
if (lookahead != 0 &&
lookahead != '*') ADVANCE(139);
END_STATE();
case 141:
ACCEPT_TOKEN(aux_sym_block_comment_token1);
if (lookahead == '*') ADVANCE(137);
END_STATE();
case 142:
ACCEPT_TOKEN(aux_sym_block_comment_token1);
if (lookahead == '-') ADVANCE(131);
END_STATE();
case 143:
ACCEPT_TOKEN(aux_sym_block_comment_token2);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_STAR_RPAREN);
END_STATE();
case 145:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(168);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 146:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(164);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 147:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(148);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 148:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(104);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 149:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(109);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 150:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(170);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 151:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(174);
if (lookahead == 'o') ADVANCE(171);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 152:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(101);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 153:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(124);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 154:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(126);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 155:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(94);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 156:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(162);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 157:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(89);
if (lookahead == 's') ADVANCE(173);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 158:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(200);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 159:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'h') ADVANCE(161);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 160:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(149);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 161:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(163);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 162:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(158);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 163:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(155);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 164:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(169);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 165:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(160);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 166:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(172);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 167:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(147);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 168:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(152);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 169:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(154);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 170:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(98);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 171:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(111);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 172:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(153);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 173:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'v') ADVANCE(165);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 174:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'w') ADVANCE(107);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 175:
ACCEPT_TOKEN(sym_identifier);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
case 176:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'E') ADVANCE(179);
if (lookahead == 't') ADVANCE(195);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 177:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'E') ADVANCE(85);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 178:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'F') ADVANCE(184);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 179:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'L') ADVANCE(178);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 180:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'O') ADVANCE(82);
if (lookahead == 'n') ADVANCE(196);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 181:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'P') ADVANCE(177);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 182:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'T') ADVANCE(183);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 183:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'Y') ADVANCE(181);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 184:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == '_') ADVANCE(182);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 185:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'b') ADVANCE(190);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 186:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'c') ADVANCE(197);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 187:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'e') ADVANCE(186);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 188:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'g') ADVANCE(84);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 189:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'i') ADVANCE(192);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 190:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'j') ADVANCE(187);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 191:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'l') ADVANCE(80);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 192:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'n') ADVANCE(188);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 193:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'o') ADVANCE(191);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 194:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'o') ADVANCE(193);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 195:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 'r') ADVANCE(189);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 196:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 't') ADVANCE(81);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 197:
ACCEPT_TOKEN(sym_type_identifier);
if (lookahead == 't') ADVANCE(83);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_type_identifier);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(198);
END_STATE();
case 199:
ACCEPT_TOKEN(sym_self);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_self);
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(175);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 0},
[2] = {.lex_state = 2},
[3] = {.lex_state = 2},
[4] = {.lex_state = 2},
[5] = {.lex_state = 2},
[6] = {.lex_state = 2},
[7] = {.lex_state = 2},
[8] = {.lex_state = 2},
[9] = {.lex_state = 2},
[10] = {.lex_state = 2},
[11] = {.lex_state = 2},
[12] = {.lex_state = 2},
[13] = {.lex_state = 2},
[14] = {.lex_state = 2},
[15] = {.lex_state = 2},
[16] = {.lex_state = 2},
[17] = {.lex_state = 2},
[18] = {.lex_state = 2},
[19] = {.lex_state = 2},
[20] = {.lex_state = 2},
[21] = {.lex_state = 2},
[22] = {.lex_state = 2},
[23] = {.lex_state = 2},
[24] = {.lex_state = 2},
[25] = {.lex_state = 2},
[26] = {.lex_state = 2},
[27] = {.lex_state = 1},
[28] = {.lex_state = 3},
[29] = {.lex_state = 3},
[30] = {.lex_state = 3},
[31] = {.lex_state = 3},
[32] = {.lex_state = 3},
[33] = {.lex_state = 3},
[34] = {.lex_state = 3},
[35] = {.lex_state = 3},
[36] = {.lex_state = 3},
[37] = {.lex_state = 3},
[38] = {.lex_state = 3},
[39] = {.lex_state = 3},
[40] = {.lex_state = 3},
[41] = {.lex_state = 3},
[42] = {.lex_state = 3},
[43] = {.lex_state = 3},
[44] = {.lex_state = 3},
[45] = {.lex_state = 3},
[46] = {.lex_state = 3},
[47] = {.lex_state = 3},
[48] = {.lex_state = 3},
[49] = {.lex_state = 3},
[50] = {.lex_state = 3},
[51] = {.lex_state = 3},
[52] = {.lex_state = 3},
[53] = {.lex_state = 3},
[54] = {.lex_state = 3},
[55] = {.lex_state = 3},
[56] = {.lex_state = 3},
[57] = {.lex_state = 3},
[58] = {.lex_state = 3},
[59] = {.lex_state = 3},
[60] = {.lex_state = 3},
[61] = {.lex_state = 3},
[62] = {.lex_state = 2},
[63] = {.lex_state = 2},
[64] = {.lex_state = 3},
[65] = {.lex_state = 2},
[66] = {.lex_state = 3},
[67] = {.lex_state = 3},
[68] = {.lex_state = 3},
[69] = {.lex_state = 3},
[70] = {.lex_state = 2},
[71] = {.lex_state = 2},
[72] = {.lex_state = 3},
[73] = {.lex_state = 2},
[74] = {.lex_state = 2},
[75] = {.lex_state = 3},
[76] = {.lex_state = 3},
[77] = {.lex_state = 0},
[78] = {.lex_state = 0},
[79] = {.lex_state = 0},
[80] = {.lex_state = 0},
[81] = {.lex_state = 0},
[82] = {.lex_state = 0},
[83] = {.lex_state = 0},
[84] = {.lex_state = 0},
[85] = {.lex_state = 5},
[86] = {.lex_state = 6},
[87] = {.lex_state = 5},
[88] = {.lex_state = 5},
[89] = {.lex_state = 6},
[90] = {.lex_state = 1, .external_lex_state = 2},
[91] = {.lex_state = 8},
[92] = {.lex_state = 0},
[93] = {.lex_state = 8},
[94] = {.lex_state = 8},
[95] = {.lex_state = 1, .external_lex_state = 2},
[96] = {.lex_state = 1, .external_lex_state = 2},
[97] = {.lex_state = 0},
[98] = {.lex_state = 6},
[99] = {.lex_state = 7},
[100] = {.lex_state = 0},
[101] = {.lex_state = 5},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 0},
[105] = {.lex_state = 0},
[106] = {.lex_state = 0},
[107] = {.lex_state = 0},
[108] = {.lex_state = 5},
[109] = {.lex_state = 0},
[110] = {.lex_state = 0},
[111] = {.lex_state = 0},
[112] = {.lex_state = 1, .external_lex_state = 2},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 0},
[116] = {.lex_state = 8},
[117] = {.lex_state = 5},
[118] = {.lex_state = 0},
[119] = {.lex_state = 5},
[120] = {.lex_state = 0},
[121] = {.lex_state = 5},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 0},
[125] = {.lex_state = 0},
[126] = {.lex_state = 0},
[127] = {.lex_state = 0},
[128] = {.lex_state = 0},
[129] = {.lex_state = 0},
[130] = {.lex_state = 0},
[131] = {.lex_state = 0},
[132] = {.lex_state = 0},
[133] = {.lex_state = 5},
[134] = {.lex_state = 0},
[135] = {.lex_state = 133},
[136] = {.lex_state = 0},
[137] = {.lex_state = 1},
[138] = {.lex_state = 0},
[139] = {.lex_state = 0},
[140] = {.lex_state = 0},
[141] = {.lex_state = 0},
[142] = {.lex_state = 0},
[143] = {.lex_state = 0},
[144] = {.lex_state = 0},
[145] = {.lex_state = 5},
[146] = {.lex_state = 0},
[147] = {.lex_state = 0},
[148] = {.lex_state = 0},
[149] = {.lex_state = 0},
[150] = {.lex_state = 5},
[151] = {.lex_state = 0},
[152] = {.lex_state = 5},
[153] = {.lex_state = 0},
[154] = {.lex_state = 0},
[155] = {.lex_state = 0},
[156] = {.lex_state = 5},
[157] = {.lex_state = 0},
[158] = {.lex_state = 0},
[159] = {(TSStateId)(-1),},
[160] = {(TSStateId)(-1),},
[161] = {(TSStateId)(-1),},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[sym_inline_comment] = STATE(0),
[sym_block_comment] = STATE(0),
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_class] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_LT_DASH] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_Bool] = ACTIONS(1),
[anon_sym_Int] = ACTIONS(1),
[anon_sym_IO] = ACTIONS(1),
[anon_sym_Object] = ACTIONS(1),
[anon_sym_String] = ACTIONS(1),
[anon_sym_SELF_TYPE] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_then] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_fi] = ACTIONS(1),
[anon_sym_while] = ACTIONS(1),
[anon_sym_loop] = ACTIONS(1),
[anon_sym_pool] = ACTIONS(1),
[anon_sym_let] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_case] = ACTIONS(1),
[anon_sym_of] = ACTIONS(1),
[anon_sym_esac] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[anon_sym_new] = ACTIONS(1),
[anon_sym_isvoid] = ACTIONS(1),
[anon_sym_not] = ACTIONS(1),
[anon_sym_TILDE] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[sym_integer_literal] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE2] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[anon_sym_DASH_DASH] = ACTIONS(3),
[anon_sym_LPAREN_STAR] = ACTIONS(5),
[anon_sym_STAR_RPAREN] = ACTIONS(1),
[sym_type_identifier] = ACTIONS(1),
[sym_self] = ACTIONS(1),
[sym_string_content] = ACTIONS(1),
[sym__error_sentinel] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(143),
[sym_class_item] = STATE(129),
[sym_inline_comment] = STATE(1),
[sym_block_comment] = STATE(1),
[aux_sym_source_file_repeat1] = STATE(97),
[ts_builtin_sym_end] = ACTIONS(7),
[anon_sym_class] = ACTIONS(9),
[anon_sym_DASH_DASH] = ACTIONS(3),
[anon_sym_LPAREN_STAR] = ACTIONS(5),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 22,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(11), 1,
anon_sym_SEMI,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(63), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(2), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[83] = 22,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
ACTIONS(43), 1,
anon_sym_RPAREN,
STATE(62), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(3), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[166] = 22,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
ACTIONS(45), 1,
anon_sym_RBRACE,
STATE(74), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(4), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[249] = 22,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
ACTIONS(47), 1,
anon_sym_RBRACE,
STATE(74), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(5), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[332] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(32), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(6), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[412] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(70), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(7), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[492] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(71), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(8), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[572] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(69), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(9), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[652] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(72), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(10), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[732] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(76), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(11), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[812] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(30), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(12), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[892] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(31), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(13), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[972] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(73), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(14), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1052] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(40), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(15), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1132] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(44), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(16), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1212] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(67), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(17), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1292] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(42), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(18), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1372] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(45), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(19), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1452] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(68), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(20), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1532] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(43), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(21), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1612] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(65), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(22), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1692] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(74), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1772] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(75), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(24), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1852] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(64), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(25), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[1932] = 21,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(17), 1,
anon_sym_if,
ACTIONS(19), 1,
anon_sym_while,
ACTIONS(21), 1,
anon_sym_let,
ACTIONS(23), 1,
anon_sym_case,
ACTIONS(25), 1,
anon_sym_new,
ACTIONS(27), 1,
anon_sym_isvoid,
ACTIONS(29), 1,
anon_sym_not,
ACTIONS(31), 1,
anon_sym_TILDE,
ACTIONS(35), 1,
sym_integer_literal,
ACTIONS(37), 1,
anon_sym_DQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_self,
STATE(66), 1,
sym__expression,
ACTIONS(33), 2,
anon_sym_true,
anon_sym_false,
STATE(26), 2,
sym_inline_comment,
sym_block_comment,
STATE(38), 2,
sym_boolean_literal,
sym_string_literal,
STATE(39), 14,
sym_assignment_expression,
sym_dispatch_expression,
sym_if_expression,
sym_while_expression,
sym_block,
sym_let_expression,
sym_case_expression,
sym_new_expression,
sym_isvoid_expression,
sym_not_expression,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym__literal,
[2012] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(27), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(51), 3,
anon_sym_LT,
anon_sym_EQ,
anon_sym_DASH,
ACTIONS(49), 21,
anon_sym_SEMI,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LT_DASH,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_EQ_GT,
anon_sym_LT_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2051] = 8,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(55), 1,
anon_sym_LT_DASH,
ACTIONS(57), 1,
anon_sym_LPAREN,
STATE(34), 1,
sym_arguments,
ACTIONS(59), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(28), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(53), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2096] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(63), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(29), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(61), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2132] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(71), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(30), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(65), 17,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2172] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(31), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(73), 12,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
[2220] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(87), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(32), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(85), 17,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2260] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(91), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(33), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(89), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2296] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(95), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(34), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(93), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2332] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(99), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(35), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(97), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2368] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(103), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(36), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(101), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2404] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(107), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(37), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(105), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2440] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(111), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(38), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(109), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2476] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(59), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(39), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(53), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2512] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(40), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(113), 12,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
[2560] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(117), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(41), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(115), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2596] = 10,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(121), 1,
anon_sym_LT,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(42), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(119), 14,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
[2642] = 8,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(121), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(43), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(119), 15,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
[2684] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(121), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(44), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(119), 17,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2724] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(45), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(123), 12,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
[2772] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(127), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(46), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(125), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2808] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(131), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(47), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(129), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2844] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(135), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(48), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(133), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2880] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(139), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(49), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(137), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2916] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(143), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(50), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(141), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2952] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(147), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(51), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(145), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[2988] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(151), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(52), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(149), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3024] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(155), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(53), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(153), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3060] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(159), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(54), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(157), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3096] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(163), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(55), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(161), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3132] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(167), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(56), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(165), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3168] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(171), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(57), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(169), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3204] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(175), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(58), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(173), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3240] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(179), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(59), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(177), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3276] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(183), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(60), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(181), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3312] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(187), 2,
anon_sym_LT,
anon_sym_DASH,
STATE(61), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(185), 19,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_AT,
anon_sym_DOT,
anon_sym_then,
anon_sym_else,
anon_sym_fi,
anon_sym_loop,
anon_sym_pool,
anon_sym_in,
anon_sym_of,
anon_sym_esac,
anon_sym_LT_EQ,
anon_sym_EQ,
anon_sym_PLUS,
anon_sym_STAR,
anon_sym_SLASH,
[3348] = 13,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(189), 1,
anon_sym_COMMA,
ACTIONS(191), 1,
anon_sym_RPAREN,
STATE(107), 1,
aux_sym_arguments_repeat1,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(62), 2,
sym_inline_comment,
sym_block_comment,
[3391] = 12,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(193), 1,
anon_sym_SEMI,
STATE(118), 1,
aux_sym_block_repeat1,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(63), 2,
sym_inline_comment,
sym_block_comment,
[3431] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(195), 2,
anon_sym_COMMA,
anon_sym_in,
STATE(64), 2,
sym_inline_comment,
sym_block_comment,
[3469] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(197), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(65), 2,
sym_inline_comment,
sym_block_comment,
[3507] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(199), 2,
anon_sym_SEMI,
anon_sym_esac,
STATE(66), 2,
sym_inline_comment,
sym_block_comment,
[3545] = 12,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(201), 1,
anon_sym_else,
ACTIONS(203), 1,
anon_sym_fi,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(67), 2,
sym_inline_comment,
sym_block_comment,
[3585] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(205), 1,
anon_sym_pool,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(68), 2,
sym_inline_comment,
sym_block_comment,
[3622] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(207), 1,
anon_sym_then,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(69), 2,
sym_inline_comment,
sym_block_comment,
[3659] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(209), 1,
anon_sym_SEMI,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(70), 2,
sym_inline_comment,
sym_block_comment,
[3696] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_RPAREN,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(71), 2,
sym_inline_comment,
sym_block_comment,
[3733] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(213), 1,
anon_sym_loop,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(72), 2,
sym_inline_comment,
sym_block_comment,
[3770] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(215), 1,
anon_sym_RBRACE,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(73), 2,
sym_inline_comment,
sym_block_comment,
[3807] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(217), 1,
anon_sym_SEMI,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(74), 2,
sym_inline_comment,
sym_block_comment,
[3844] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(219), 1,
anon_sym_fi,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(75), 2,
sym_inline_comment,
sym_block_comment,
[3881] = 11,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(77), 1,
anon_sym_LT,
ACTIONS(79), 1,
anon_sym_PLUS,
ACTIONS(81), 1,
anon_sym_DASH,
ACTIONS(221), 1,
anon_sym_of,
ACTIONS(75), 2,
anon_sym_LT_EQ,
anon_sym_EQ,
ACTIONS(83), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(76), 2,
sym_inline_comment,
sym_block_comment,
[3918] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(123), 1,
sym__type,
STATE(77), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[3941] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(103), 1,
sym__type,
STATE(78), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[3964] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(124), 1,
sym__type,
STATE(79), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[3987] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(150), 1,
sym__type,
STATE(80), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[4010] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(131), 1,
sym__type,
STATE(81), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[4033] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(144), 1,
sym__type,
STATE(82), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[4056] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(147), 1,
sym__type,
STATE(83), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[4079] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(56), 1,
sym__type,
STATE(84), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(223), 7,
anon_sym_Bool,
anon_sym_Int,
anon_sym_IO,
anon_sym_Object,
anon_sym_String,
anon_sym_SELF_TYPE,
sym_type_identifier,
[4102] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(225), 1,
anon_sym_RBRACE,
ACTIONS(227), 1,
sym_identifier,
STATE(141), 2,
sym_attribute_declaration,
sym_method_declaration,
STATE(85), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_field_declaration_list_repeat1,
[4124] = 8,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(230), 1,
anon_sym_SEMI,
ACTIONS(232), 1,
anon_sym_esac,
ACTIONS(234), 1,
sym_identifier,
STATE(106), 1,
sym_case_arm,
STATE(145), 1,
sym_case_pattern,
STATE(86), 2,
sym_inline_comment,
sym_block_comment,
[4150] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(236), 1,
anon_sym_RBRACE,
ACTIONS(238), 1,
sym_identifier,
STATE(85), 1,
aux_sym_field_declaration_list_repeat1,
STATE(87), 2,
sym_inline_comment,
sym_block_comment,
STATE(141), 2,
sym_attribute_declaration,
sym_method_declaration,
[4174] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(238), 1,
sym_identifier,
ACTIONS(240), 1,
anon_sym_RBRACE,
STATE(87), 1,
aux_sym_field_declaration_list_repeat1,
STATE(88), 2,
sym_inline_comment,
sym_block_comment,
STATE(141), 2,
sym_attribute_declaration,
sym_method_declaration,
[4198] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(234), 1,
sym_identifier,
ACTIONS(242), 1,
anon_sym_esac,
STATE(130), 1,
sym_case_arm,
STATE(145), 1,
sym_case_pattern,
STATE(89), 2,
sym_inline_comment,
sym_block_comment,
[4221] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(244), 1,
anon_sym_DQUOTE2,
STATE(95), 1,
aux_sym_string_literal_repeat1,
ACTIONS(246), 2,
sym_string_content,
sym_escape_sequence,
STATE(90), 2,
sym_inline_comment,
sym_block_comment,
[4242] = 6,
ACTIONS(248), 1,
anon_sym_DASH_DASH,
ACTIONS(250), 1,
anon_sym_LPAREN_STAR,
ACTIONS(254), 1,
anon_sym_STAR_RPAREN,
STATE(93), 1,
aux_sym_block_comment_repeat1,
ACTIONS(252), 2,
aux_sym_block_comment_token1,
aux_sym_block_comment_token2,
STATE(91), 2,
sym_inline_comment,
sym_block_comment,
[4263] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(256), 1,
ts_builtin_sym_end,
ACTIONS(258), 1,
anon_sym_class,
STATE(129), 1,
sym_class_item,
STATE(92), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_source_file_repeat1,
[4284] = 5,
ACTIONS(248), 1,
anon_sym_DASH_DASH,
ACTIONS(250), 1,
anon_sym_LPAREN_STAR,
ACTIONS(264), 1,
anon_sym_STAR_RPAREN,
ACTIONS(261), 2,
aux_sym_block_comment_token1,
aux_sym_block_comment_token2,
STATE(93), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_block_comment_repeat1,
[4303] = 6,
ACTIONS(248), 1,
anon_sym_DASH_DASH,
ACTIONS(250), 1,
anon_sym_LPAREN_STAR,
ACTIONS(266), 1,
anon_sym_STAR_RPAREN,
STATE(91), 1,
aux_sym_block_comment_repeat1,
ACTIONS(252), 2,
aux_sym_block_comment_token1,
aux_sym_block_comment_token2,
STATE(94), 2,
sym_inline_comment,
sym_block_comment,
[4324] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(268), 1,
anon_sym_DQUOTE2,
ACTIONS(270), 2,
sym_string_content,
sym_escape_sequence,
STATE(95), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_string_literal_repeat1,
[4343] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(273), 1,
anon_sym_DQUOTE2,
STATE(90), 1,
aux_sym_string_literal_repeat1,
ACTIONS(246), 2,
sym_string_content,
sym_escape_sequence,
STATE(96), 2,
sym_inline_comment,
sym_block_comment,
[4364] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(275), 1,
ts_builtin_sym_end,
STATE(92), 1,
aux_sym_source_file_repeat1,
STATE(129), 1,
sym_class_item,
STATE(97), 2,
sym_inline_comment,
sym_block_comment,
[4387] = 7,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(234), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_esac,
STATE(130), 1,
sym_case_arm,
STATE(145), 1,
sym_case_pattern,
STATE(98), 2,
sym_inline_comment,
sym_block_comment,
[4410] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(279), 1,
anon_sym_inherits,
ACTIONS(281), 1,
anon_sym_LBRACE,
STATE(151), 1,
sym_field_declaration_list,
STATE(99), 2,
sym_inline_comment,
sym_block_comment,
[4430] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(283), 1,
anon_sym_SEMI,
ACTIONS(286), 1,
anon_sym_esac,
STATE(100), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_case_expression_repeat1,
[4448] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(288), 1,
sym_identifier,
STATE(109), 1,
sym_binding,
STATE(136), 1,
sym_bindings,
STATE(101), 2,
sym_inline_comment,
sym_block_comment,
[4468] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(290), 1,
anon_sym_COLON,
ACTIONS(292), 1,
anon_sym_LPAREN,
STATE(155), 1,
sym_parameters,
STATE(102), 2,
sym_inline_comment,
sym_block_comment,
[4488] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(294), 1,
anon_sym_LT_DASH,
ACTIONS(296), 2,
anon_sym_COMMA,
anon_sym_in,
STATE(103), 2,
sym_inline_comment,
sym_block_comment,
[4506] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(298), 1,
anon_sym_COMMA,
ACTIONS(301), 1,
anon_sym_RPAREN,
STATE(104), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_parameters_repeat1,
[4524] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(303), 1,
anon_sym_COMMA,
ACTIONS(306), 1,
anon_sym_in,
STATE(105), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_bindings_repeat1,
[4542] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(308), 1,
anon_sym_SEMI,
ACTIONS(310), 1,
anon_sym_esac,
STATE(111), 1,
aux_sym_case_expression_repeat1,
STATE(106), 2,
sym_inline_comment,
sym_block_comment,
[4562] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(189), 1,
anon_sym_COMMA,
ACTIONS(312), 1,
anon_sym_RPAREN,
STATE(113), 1,
aux_sym_arguments_repeat1,
STATE(107), 2,
sym_inline_comment,
sym_block_comment,
[4582] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(314), 1,
anon_sym_RPAREN,
ACTIONS(316), 1,
sym_identifier,
STATE(115), 1,
sym_parameter,
STATE(108), 2,
sym_inline_comment,
sym_block_comment,
[4602] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(318), 1,
anon_sym_COMMA,
ACTIONS(320), 1,
anon_sym_in,
STATE(114), 1,
aux_sym_bindings_repeat1,
STATE(109), 2,
sym_inline_comment,
sym_block_comment,
[4622] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(322), 1,
anon_sym_COMMA,
ACTIONS(324), 1,
anon_sym_RPAREN,
STATE(104), 1,
aux_sym_parameters_repeat1,
STATE(110), 2,
sym_inline_comment,
sym_block_comment,
[4642] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(326), 1,
anon_sym_SEMI,
ACTIONS(328), 1,
anon_sym_esac,
STATE(100), 1,
aux_sym_case_expression_repeat1,
STATE(111), 2,
sym_inline_comment,
sym_block_comment,
[4662] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
STATE(112), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(330), 3,
sym_string_content,
anon_sym_DQUOTE2,
sym_escape_sequence,
[4678] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(197), 1,
anon_sym_RPAREN,
ACTIONS(332), 1,
anon_sym_COMMA,
STATE(113), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_arguments_repeat1,
[4696] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(318), 1,
anon_sym_COMMA,
ACTIONS(335), 1,
anon_sym_in,
STATE(105), 1,
aux_sym_bindings_repeat1,
STATE(114), 2,
sym_inline_comment,
sym_block_comment,
[4716] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(322), 1,
anon_sym_COMMA,
ACTIONS(337), 1,
anon_sym_RPAREN,
STATE(110), 1,
aux_sym_parameters_repeat1,
STATE(115), 2,
sym_inline_comment,
sym_block_comment,
[4736] = 4,
ACTIONS(248), 1,
anon_sym_DASH_DASH,
ACTIONS(250), 1,
anon_sym_LPAREN_STAR,
STATE(116), 2,
sym_inline_comment,
sym_block_comment,
ACTIONS(339), 3,
aux_sym_block_comment_token1,
aux_sym_block_comment_token2,
anon_sym_STAR_RPAREN,
[4752] = 6,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(341), 1,
sym_identifier,
STATE(130), 1,
sym_case_arm,
STATE(145), 1,
sym_case_pattern,
STATE(117), 2,
sym_inline_comment,
sym_block_comment,
[4772] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(343), 1,
anon_sym_SEMI,
STATE(126), 1,
aux_sym_block_repeat1,
STATE(118), 2,
sym_inline_comment,
sym_block_comment,
[4789] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(225), 2,
anon_sym_RBRACE,
sym_identifier,
STATE(119), 2,
sym_inline_comment,
sym_block_comment,
[4804] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(306), 2,
anon_sym_COMMA,
anon_sym_in,
STATE(120), 2,
sym_inline_comment,
sym_block_comment,
[4819] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(288), 1,
sym_identifier,
STATE(120), 1,
sym_binding,
STATE(121), 2,
sym_inline_comment,
sym_block_comment,
[4836] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(345), 2,
ts_builtin_sym_end,
anon_sym_class,
STATE(122), 2,
sym_inline_comment,
sym_block_comment,
[4851] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(347), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(123), 2,
sym_inline_comment,
sym_block_comment,
[4866] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(349), 1,
anon_sym_SEMI,
ACTIONS(351), 1,
anon_sym_LT_DASH,
STATE(124), 2,
sym_inline_comment,
sym_block_comment,
[4883] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(353), 2,
ts_builtin_sym_end,
anon_sym_class,
STATE(125), 2,
sym_inline_comment,
sym_block_comment,
[4898] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(355), 1,
anon_sym_SEMI,
STATE(126), 3,
sym_inline_comment,
sym_block_comment,
aux_sym_block_repeat1,
[4913] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(57), 1,
anon_sym_LPAREN,
STATE(58), 1,
sym_arguments,
STATE(127), 2,
sym_inline_comment,
sym_block_comment,
[4930] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(301), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(128), 2,
sym_inline_comment,
sym_block_comment,
[4945] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(358), 2,
ts_builtin_sym_end,
anon_sym_class,
STATE(129), 2,
sym_inline_comment,
sym_block_comment,
[4960] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(286), 2,
anon_sym_SEMI,
anon_sym_esac,
STATE(130), 2,
sym_inline_comment,
sym_block_comment,
[4975] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(281), 1,
anon_sym_LBRACE,
STATE(148), 1,
sym_field_declaration_list,
STATE(131), 2,
sym_inline_comment,
sym_block_comment,
[4992] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(57), 1,
anon_sym_LPAREN,
STATE(48), 1,
sym_arguments,
STATE(132), 2,
sym_inline_comment,
sym_block_comment,
[5009] = 5,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(316), 1,
sym_identifier,
STATE(128), 1,
sym_parameter,
STATE(133), 2,
sym_inline_comment,
sym_block_comment,
[5026] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(360), 1,
anon_sym_RBRACE,
STATE(134), 2,
sym_inline_comment,
sym_block_comment,
[5040] = 4,
ACTIONS(248), 1,
anon_sym_DASH_DASH,
ACTIONS(250), 1,
anon_sym_LPAREN_STAR,
ACTIONS(362), 1,
aux_sym_inline_comment_token1,
STATE(135), 2,
sym_inline_comment,
sym_block_comment,
[5054] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(364), 1,
anon_sym_in,
STATE(136), 2,
sym_inline_comment,
sym_block_comment,
[5068] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(366), 1,
sym_type_identifier,
STATE(137), 2,
sym_inline_comment,
sym_block_comment,
[5082] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(368), 1,
anon_sym_esac,
STATE(138), 2,
sym_inline_comment,
sym_block_comment,
[5096] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(370), 1,
anon_sym_SEMI,
STATE(139), 2,
sym_inline_comment,
sym_block_comment,
[5110] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(372), 1,
anon_sym_SEMI,
STATE(140), 2,
sym_inline_comment,
sym_block_comment,
[5124] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(374), 1,
anon_sym_SEMI,
STATE(141), 2,
sym_inline_comment,
sym_block_comment,
[5138] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(376), 1,
anon_sym_COLON,
STATE(142), 2,
sym_inline_comment,
sym_block_comment,
[5152] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(378), 1,
ts_builtin_sym_end,
STATE(143), 2,
sym_inline_comment,
sym_block_comment,
[5166] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(380), 1,
anon_sym_DOT,
STATE(144), 2,
sym_inline_comment,
sym_block_comment,
[5180] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(382), 1,
anon_sym_EQ_GT,
STATE(145), 2,
sym_inline_comment,
sym_block_comment,
[5194] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(384), 1,
anon_sym_COLON,
STATE(146), 2,
sym_inline_comment,
sym_block_comment,
[5208] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(386), 1,
anon_sym_LBRACE,
STATE(147), 2,
sym_inline_comment,
sym_block_comment,
[5222] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(388), 1,
anon_sym_SEMI,
STATE(148), 2,
sym_inline_comment,
sym_block_comment,
[5236] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(390), 1,
anon_sym_COLON,
STATE(149), 2,
sym_inline_comment,
sym_block_comment,
[5250] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(392), 1,
anon_sym_EQ_GT,
STATE(150), 2,
sym_inline_comment,
sym_block_comment,
[5264] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(394), 1,
anon_sym_SEMI,
STATE(151), 2,
sym_inline_comment,
sym_block_comment,
[5278] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(396), 1,
sym_identifier,
STATE(152), 2,
sym_inline_comment,
sym_block_comment,
[5292] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(398), 1,
anon_sym_COLON,
STATE(153), 2,
sym_inline_comment,
sym_block_comment,
[5306] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(400), 1,
anon_sym_SEMI,
STATE(154), 2,
sym_inline_comment,
sym_block_comment,
[5320] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(402), 1,
anon_sym_COLON,
STATE(155), 2,
sym_inline_comment,
sym_block_comment,
[5334] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(404), 1,
sym_identifier,
STATE(156), 2,
sym_inline_comment,
sym_block_comment,
[5348] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(406), 1,
anon_sym_COLON,
STATE(157), 2,
sym_inline_comment,
sym_block_comment,
[5362] = 4,
ACTIONS(3), 1,
anon_sym_DASH_DASH,
ACTIONS(5), 1,
anon_sym_LPAREN_STAR,
ACTIONS(408), 1,
anon_sym_COLON,
STATE(158), 2,
sym_inline_comment,
sym_block_comment,
[5376] = 1,
ACTIONS(410), 1,
ts_builtin_sym_end,
[5380] = 1,
ACTIONS(412), 1,
ts_builtin_sym_end,
[5384] = 1,
ACTIONS(414), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 83,
[SMALL_STATE(4)] = 166,
[SMALL_STATE(5)] = 249,
[SMALL_STATE(6)] = 332,
[SMALL_STATE(7)] = 412,
[SMALL_STATE(8)] = 492,
[SMALL_STATE(9)] = 572,
[SMALL_STATE(10)] = 652,
[SMALL_STATE(11)] = 732,
[SMALL_STATE(12)] = 812,
[SMALL_STATE(13)] = 892,
[SMALL_STATE(14)] = 972,
[SMALL_STATE(15)] = 1052,
[SMALL_STATE(16)] = 1132,
[SMALL_STATE(17)] = 1212,
[SMALL_STATE(18)] = 1292,
[SMALL_STATE(19)] = 1372,
[SMALL_STATE(20)] = 1452,
[SMALL_STATE(21)] = 1532,
[SMALL_STATE(22)] = 1612,
[SMALL_STATE(23)] = 1692,
[SMALL_STATE(24)] = 1772,
[SMALL_STATE(25)] = 1852,
[SMALL_STATE(26)] = 1932,
[SMALL_STATE(27)] = 2012,
[SMALL_STATE(28)] = 2051,
[SMALL_STATE(29)] = 2096,
[SMALL_STATE(30)] = 2132,
[SMALL_STATE(31)] = 2172,
[SMALL_STATE(32)] = 2220,
[SMALL_STATE(33)] = 2260,
[SMALL_STATE(34)] = 2296,
[SMALL_STATE(35)] = 2332,
[SMALL_STATE(36)] = 2368,
[SMALL_STATE(37)] = 2404,
[SMALL_STATE(38)] = 2440,
[SMALL_STATE(39)] = 2476,
[SMALL_STATE(40)] = 2512,
[SMALL_STATE(41)] = 2560,
[SMALL_STATE(42)] = 2596,
[SMALL_STATE(43)] = 2642,
[SMALL_STATE(44)] = 2684,
[SMALL_STATE(45)] = 2724,
[SMALL_STATE(46)] = 2772,
[SMALL_STATE(47)] = 2808,
[SMALL_STATE(48)] = 2844,
[SMALL_STATE(49)] = 2880,
[SMALL_STATE(50)] = 2916,
[SMALL_STATE(51)] = 2952,
[SMALL_STATE(52)] = 2988,
[SMALL_STATE(53)] = 3024,
[SMALL_STATE(54)] = 3060,
[SMALL_STATE(55)] = 3096,
[SMALL_STATE(56)] = 3132,
[SMALL_STATE(57)] = 3168,
[SMALL_STATE(58)] = 3204,
[SMALL_STATE(59)] = 3240,
[SMALL_STATE(60)] = 3276,
[SMALL_STATE(61)] = 3312,
[SMALL_STATE(62)] = 3348,
[SMALL_STATE(63)] = 3391,
[SMALL_STATE(64)] = 3431,
[SMALL_STATE(65)] = 3469,
[SMALL_STATE(66)] = 3507,
[SMALL_STATE(67)] = 3545,
[SMALL_STATE(68)] = 3585,
[SMALL_STATE(69)] = 3622,
[SMALL_STATE(70)] = 3659,
[SMALL_STATE(71)] = 3696,
[SMALL_STATE(72)] = 3733,
[SMALL_STATE(73)] = 3770,
[SMALL_STATE(74)] = 3807,
[SMALL_STATE(75)] = 3844,
[SMALL_STATE(76)] = 3881,
[SMALL_STATE(77)] = 3918,
[SMALL_STATE(78)] = 3941,
[SMALL_STATE(79)] = 3964,
[SMALL_STATE(80)] = 3987,
[SMALL_STATE(81)] = 4010,
[SMALL_STATE(82)] = 4033,
[SMALL_STATE(83)] = 4056,
[SMALL_STATE(84)] = 4079,
[SMALL_STATE(85)] = 4102,
[SMALL_STATE(86)] = 4124,
[SMALL_STATE(87)] = 4150,
[SMALL_STATE(88)] = 4174,
[SMALL_STATE(89)] = 4198,
[SMALL_STATE(90)] = 4221,
[SMALL_STATE(91)] = 4242,
[SMALL_STATE(92)] = 4263,
[SMALL_STATE(93)] = 4284,
[SMALL_STATE(94)] = 4303,
[SMALL_STATE(95)] = 4324,
[SMALL_STATE(96)] = 4343,
[SMALL_STATE(97)] = 4364,
[SMALL_STATE(98)] = 4387,
[SMALL_STATE(99)] = 4410,
[SMALL_STATE(100)] = 4430,
[SMALL_STATE(101)] = 4448,
[SMALL_STATE(102)] = 4468,
[SMALL_STATE(103)] = 4488,
[SMALL_STATE(104)] = 4506,
[SMALL_STATE(105)] = 4524,
[SMALL_STATE(106)] = 4542,
[SMALL_STATE(107)] = 4562,
[SMALL_STATE(108)] = 4582,
[SMALL_STATE(109)] = 4602,
[SMALL_STATE(110)] = 4622,
[SMALL_STATE(111)] = 4642,
[SMALL_STATE(112)] = 4662,
[SMALL_STATE(113)] = 4678,
[SMALL_STATE(114)] = 4696,
[SMALL_STATE(115)] = 4716,
[SMALL_STATE(116)] = 4736,
[SMALL_STATE(117)] = 4752,
[SMALL_STATE(118)] = 4772,
[SMALL_STATE(119)] = 4789,
[SMALL_STATE(120)] = 4804,
[SMALL_STATE(121)] = 4819,
[SMALL_STATE(122)] = 4836,
[SMALL_STATE(123)] = 4851,
[SMALL_STATE(124)] = 4866,
[SMALL_STATE(125)] = 4883,
[SMALL_STATE(126)] = 4898,
[SMALL_STATE(127)] = 4913,
[SMALL_STATE(128)] = 4930,
[SMALL_STATE(129)] = 4945,
[SMALL_STATE(130)] = 4960,
[SMALL_STATE(131)] = 4975,
[SMALL_STATE(132)] = 4992,
[SMALL_STATE(133)] = 5009,
[SMALL_STATE(134)] = 5026,
[SMALL_STATE(135)] = 5040,
[SMALL_STATE(136)] = 5054,
[SMALL_STATE(137)] = 5068,
[SMALL_STATE(138)] = 5082,
[SMALL_STATE(139)] = 5096,
[SMALL_STATE(140)] = 5110,
[SMALL_STATE(141)] = 5124,
[SMALL_STATE(142)] = 5138,
[SMALL_STATE(143)] = 5152,
[SMALL_STATE(144)] = 5166,
[SMALL_STATE(145)] = 5180,
[SMALL_STATE(146)] = 5194,
[SMALL_STATE(147)] = 5208,
[SMALL_STATE(148)] = 5222,
[SMALL_STATE(149)] = 5236,
[SMALL_STATE(150)] = 5250,
[SMALL_STATE(151)] = 5264,
[SMALL_STATE(152)] = 5278,
[SMALL_STATE(153)] = 5292,
[SMALL_STATE(154)] = 5306,
[SMALL_STATE(155)] = 5320,
[SMALL_STATE(156)] = 5334,
[SMALL_STATE(157)] = 5348,
[SMALL_STATE(158)] = 5362,
[SMALL_STATE(159)] = 5376,
[SMALL_STATE(160)] = 5380,
[SMALL_STATE(161)] = 5384,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[49] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0),
[51] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0),
[53] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[59] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0),
[61] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0),
[63] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0),
[65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_isvoid_expression, 2, 0, 0),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[71] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_isvoid_expression, 2, 0, 0),
[73] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_expression, 2, 0, 0),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21),
[83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0),
[87] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0),
[89] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0),
[91] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0),
[93] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dispatch_expression, 2, 0, 7),
[95] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dispatch_expression, 2, 0, 7),
[97] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0),
[99] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0),
[101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0),
[103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0),
[105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0),
[111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0),
[113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 8),
[115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0),
[117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0),
[119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 9),
[121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 9),
[123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 4, 0, 11),
[125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4, 0, 12),
[127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expression, 4, 0, 12),
[129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0),
[131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0),
[133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dispatch_expression, 4, 0, 13),
[135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dispatch_expression, 4, 0, 13),
[137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0),
[139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, 0, 14),
[143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5, 0, 14),
[145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 15),
[147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 15),
[149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5, 0, 12),
[151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expression, 5, 0, 12),
[153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5, 0, 16),
[155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expression, 5, 0, 16),
[157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0),
[159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0),
[161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 6, 0, 16),
[163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expression, 6, 0, 16),
[165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, 0, 6),
[167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, 0, 6),
[169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 6, 0, 18),
[171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expression, 6, 0, 18),
[173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dispatch_expression, 6, 0, 20),
[175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dispatch_expression, 6, 0, 20),
[177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, 0, 21),
[179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 7, 0, 21),
[181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 7, 0, 18),
[183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_expression, 7, 0, 18),
[185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0),
[187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0),
[189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 5, 0, 17),
[197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0),
[199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_arm, 3, 0, 19),
[201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 5, 0, 4),
[211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0),
[219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27),
[225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0),
[227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(102),
[230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
[234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
[244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94),
[252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116),
[254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
[258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(137),
[261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 2, 0, 0), SHIFT_REPEAT(116),
[264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 2, 0, 0),
[266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0),
[270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(112),
[273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55),
[279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(117),
[286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2, 0, 0),
[288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
[294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 3, 0, 5),
[298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(133),
[301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0),
[303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2, 0, 0), SHIFT_REPEAT(121),
[306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2, 0, 0),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 1, 0, 0),
[322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0),
[332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(22),
[335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 2, 0, 0),
[337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 1, 0, 0),
[341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_item, 6, 0, 2),
[347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 5),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3, 0, 3),
[351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_item, 4, 0, 1),
[355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(23),
[358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0),
[372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 7, 0, 10),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[378] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_pattern, 3, 0, 5),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0),
[400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0),
[412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_comment, 2, 0, 0),
[414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token_string_content = 0,
ts_external_token__error_sentinel = 1,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token_string_content] = sym_string_content,
[ts_external_token__error_sentinel] = sym__error_sentinel,
};
static const bool ts_external_scanner_states[3][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token_string_content] = true,
[ts_external_token__error_sentinel] = true,
},
[2] = {
[ts_external_token_string_content] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_cool_external_scanner_create(void);
void tree_sitter_cool_external_scanner_destroy(void *);
bool tree_sitter_cool_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_cool_external_scanner_serialize(void *, char *);
void tree_sitter_cool_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_cool(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_cool_external_scanner_create,
tree_sitter_cool_external_scanner_destroy,
tree_sitter_cool_external_scanner_scan,
tree_sitter_cool_external_scanner_serialize,
tree_sitter_cool_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
.name = "cool",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 2,
.patch_version = 2,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif